@charset "utf-8";
/* CSS Document */

/*format---------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object, img{
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight:normal;
}

ul, ol, dl{
list-style-type:none;
margin:0;
padding:0;
}

dt, dd{
margin:0;
padding:0;
}

li{
margin:0;
padding:0;
}

/*format---------------------------------------------*/

/*common---------------------------------------------*/
body{
background:#fff url(img/bg_01.gif) repeat-x;
margin:0;
padding:6px 0 0;
text-align:center;
line-height:300%;
letter-spacing:0.3em;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
font-size:12px;
color:#151515;
}

#wrapper{
width:766px;
background:url(img/bg_02.gif) no-repeat;
background-position:right top;
margin:0 auto;
text-align:left;
}

#wrapper #left_block{
width:481px;
float:left;
}

#wrapper #left_block #left_unit{
width:451px;
margin-left:30px;
text-align:left;
border-top:2px solid #e5dfdf;
padding-top:10px;
padding-bottom:50px;
}

#wrapper #right_block{
width:249px;
float:left;
}

#wrapper #right_block #right_unit{ 
padding-left:20px;
text-align:left;
border-top:2px solid #e5dfdf;
padding-top:10px;
padding-bottom:50px;
}

#wrapper #footer{
clear:both;
width:730px;
text-align:left;
font-size:10px;
color:#969696;
}

#wrapper #footer #footer_unit{
border-top:2px solid #e5dfdf;
width:700px;
margin-left:30px;
}

h1{
text-align:left;
margin-left:10px;
background-image:url(img/title.gif);
background-repeat:no-repeat;
background-position:10px 0;
margin-bottom:32px;
}

h1 div{
height:80px;
}

h1 div span{
display:none;
}

h2{
color:#ff0066;
background-color:#f1f1f1;
padding:0 10px;
}

a:link { color:#f2002d;  text-decoration:underline;}
a:visited { color:#f2002d; text-decoration:underline;} 
a:hover { color:#7c0017; text-decoration:none;} 
a:active { color:#7c0017; text-decoration:none;}

/*common---------------------------------------------*/


/*left-----------------------------------------------*/
#wrapper #left_block #left_unit .check{
background-image:url(img/img_01.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
overflow:auto;
height:100px;
}

#wrapper #left_block #left_unit .check li{
margin-left:53px;
border-bottom:2px solid #e5dfdf;
}

#wrapper #left_block #left_unit .check li.title{
color:#f2002d;
font-weight:bold;
border-bottom:none !important;
line-height:150%
}

#wrapper #left_block #left_unit dl{
border:2px solid #e5dfdf;
margin:20px 0;
}

#wrapper #left_block #left_unit dl dd{
padding:0 10px;
}
/*left-----------------------------------------------*/

/*right----------------------------------------------*/
#wrapper #right_block #right_unit .right_check{
border:2px solid #e5dfdf;
background-color:#f1f1f1;
margin-bottom:10px;
padding-bottom:5px;
}

#wrapper #right_block #right_unit .right_check li{
margin:0 10px;
border-bottom:2px solid #e5dfdf;
}

#wrapper #right_block #right_unit #navi{
background:#f1f1f1 url(img/img_02.gif) no-repeat;
border-top:2px solid #e5dfdf;
border-left:2px solid #e5dfdf;
border-right:2px solid #e5dfdf;
margin:20px 0;
}

#wrapper #right_block #right_unit #navi li{
border-bottom:2px solid #e5dfdf;
background:url(img/img_04.gif) no-repeat;
background-position:5px 17px;
width:100%;
}

#wrapper #right_block #right_unit #navi li span{
margin:0 13px;
}

#wrapper #right_block #right_unit #navi li.title{
height:27px;
background:none !important;
}

#wrapper #right_block #right_unit #navi li.title span{
display:none;
}

#wrapper #right_block #right_unit #cat{
background:url(img/img_03.gif) no-repeat;
width:223px;
height:23px;
margin-left:3px;
margin-bottom:20px;
}

#wrapper #right_block #right_unit #cat span{
display:none;
}
/*right----------------------------------------------*/