/*======================================
　CSS: lasik_pink
=======================================*/

/*=====■Common specification■=====*/

*{margin:0;padding:0;line-height:160%;}
html,body{margin:0; padding:0}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.clear{
clear:both;
font-size:1px;
}

/*=====■Layout■=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#f4f4f4;
}

/*LINK*/
a{
color:#0b4324;
}

a:hover{ 
color:#317a46;
}

/*■header*/
#header{
width:766px;
height:150px;
text-align:left;
background:url(img/header_bg.jpg) no-repeat;
}

/*TITLE*/
#header #title h1 {margin:0; padding:34px 0 0 108px;}

/*LOGO-TXT*/
#header #title h1 a {
width:300px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:50px;
color:#CCC;
}

/*LOGO-PICTURE*/
#header #title h1 a{
width:560px;
height:70px;
background:url(img/title.jpg) no-repeat;
} 
#header #title h1 a span{display:none }

#sub-title{
height:20px;
padding:13px 0 0 10px;
font-size:11px;
color:#2c0f2c;
}

/*■CONTENTS*/
#container{ 
width:766px;
text-align:center;
margin:0 auto;
padding:0 7px 0 7px;
text-align:left;
background:#fff;
border:#111 solid 1px;
border-top:none;
border-bottom:none;
}

/*naviwrap*/
#naviwrap{
width:240px;
padding:0 15px 0 15px;
margin:0;
position:relative;
float:right;
}

/*article*/
#artwrap{ 
margin:0;
padding:0 0 0 10px;
width:470px;
background:url(img/art_bg.gif) repeat-y right;
position:relative;
float:left;
}

/*NAVIGATION*/
#page-list{
width:230px;
margin-bottom:15px;
padding:0 0 10px 10px;
}
#category{
width:230px;
margin-bottom:15px;
padding:0 0 10px 10px;
}
#category h1 {
width:230px;
height:30px;
background:url(img/nav_top.jpg) no-repeat;
}
#page-list h1{
width:230px;
height:30px;
background:url(img/page-list.jpg) no-repeat;
}
#page-list h1 span,#category h1 span{display:none;}

#category ul li a{
display:block; 
padding:0;
margin-bottom:2px;
line-height:120%;
font-size:14px;
font-weight:bold;
color:#2c0f2c;
background:#f7f7f7;
border-left:#4f344f solid 5px;
border-bottom:#4f344f dotted 1px;
}
#page-list ul li a{ 
display:block; 
padding:0;
margin-bottom:2px;
line-height:120%;
font-size:13px;
color:#2c0f2c;
background:#f7f7f7;
border-left:#4f344f solid 5px;
border-bottom:#4f344f dotted 1px;
}

#page-list ul li a:hover,#page-list ul li.selected a,
#category ul li a:hover,#category ul li.selected a{ 
background:#eae8df;
border-left:#4f344f solid 5px;
border-bottom:#4f344f dotted 1px;
}
#page-list ul li a span{display:block;padding:5px 5px 5px 27px;}
#category ul li a span{display:block;padding:5px 5px 5px 15px;}

/*PR*/
#pr{
color:#b9aab9;
padding:0 0 10px 10px;
}
#pr h1{
width:200px;
display:block;
font-size:13px;
background:url(img/link.jpg) no-repeat;
}
#pr h1 span{
display:none;
}
#pr ul li{
list-style:none;
margin:5px 0 0 10px;
padding:0;
line-height:120%;
font-size:11px;
}
#pr ul li a{ 
font-size:12px;
color:#c19090;
display:block;
text-decoration:underline;
}
/*■CONTENTS*/

/*ARTICLE*/
#pagetitle{
padding:10px 8px 8px 0;
margin-bottom:10px;
}
#pagetitle h1{
line-height:105%;
font-size:22px;
color:#2c0f2c;
}
#art{
padding:20px;
line-height:300%;
color:#333;
font-size:14px;
border:#4f344f 1px solid;
}

#art ul li{margin:5px 0 0 5px;}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; padding:10px 20px 0 0; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}


/*■footer*/
#footercontainer{
margin:20px 0 0 0;
padding:10px 10px 50px 0;
border-top:#9ea49d ridge 2px;
}

/*COPYRIGHT*/
#copy { 
text-align:right;   
font-size:11px;
font-weight:bold;
color:#999;
}
  