@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("layout.css");
@import url("header.css");
@import url("gnavi.css");
@import url("bread.css");
@import url("anchor.css");
@import url("footer.css");
@import url("contents.css");
@import url("sidebar.css");

body{
background:#EEEEEE;
color:#666666;
}

#wrapper01{
width:862px;
margin:0px auto;
padding:0px 0px;
background:url("../common/common_bg_02.png") repeat-y center;
}

#wrapper02{
width:830px;
padding:0px 16px;
background:url("../common/common_bg_03.png") no-repeat 6px bottom;
}

#content01{
float:left;
width:590px;
padding-left:10px;
}

#content01 .type01{
width:575px;
height:30px;
color:#333333;
font-size:1.4em;
font-weight:800;
line-height:32px;
padding-left:15px;
padding-bottom:3px;
background:url("../common/common_bg_06.png") no-repeat 0px 0px;
margin-bottom:10px;
overflow:hidden;
}


#content01 .type02{
color:#333333;
font-size:1.2em;
font-weight:800;
*_height:28px;
min-height:28px;
line-height:28px;
border-bottom:1px solid #CCCCCC;
padding-left:20px;
background:url("../common/common_bg_07.png") no-repeat 5px 50%;
margin-bottom:10px;
}


a{
color:#0066CC;
text-decoration:none;
}

a:hover{
color:#003399;
text-decoration:underline;
}


