@charset "utf-8";
/* Copyright (c) 2008, Microwave.,Co ltd. */

@import url("reset.css");
@import url("gnavi.css");
@import url("footer.css");

body{
color:#666666;
background:url(../common/common_bg_01.png) repeat-y center;

/* 各ブラウザ間で背景のズレを調整 */
margin-left:-0.5px;/* モダンブラウザ */
*margin-left:1px;/* IE7 */
_margin-left:1.5px;/* IE6 */
}

a{
color:#666;
text-decoration:none;
}

a:visited{
color:#655;
}

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

a:active{
color:#600;
}

/* ヘッダー */
#header01{
z-index:100;
height:98px;
border-bottom:.1em #ccc solid;
}

#header01 p{
position:relative;
text-align:center;
padding:7px 0px 0px;
width:959px;
height:91px;
margin:0px auto;
}

#header01 p .home{
position:absolute;
top:30px;
left:18px;
}

#header01 ul{
width:959px;
margin:-91px auto 0px;
text-align:right;
}

#header01 ul li{
display:inline;
margin-right:10px;
}

#header01 ul li a{
position:relative;
z-index:105;
}

/* コンテンツ */
#bread01{
background:#EBEBEE;
margin-top:1px;
}

#bread01 ul{
height:1.8em;
line-height:1.8em;
padding-left:10px;
}

#bread01 ul li{
line-height:1.8em;
font-size:1em;
float:left;
padding-left:10px;
background:url(../common/bread_bg_01.png) no-repeat 4px 50%;
}

#bread01 ul li.home{
padding-left:0px;
background:none;
}

/* コンテンツ */
#wrapper01{
width:959px;
margin:0px auto;
}

#content01{
padding:29px 29px 0;
width:900px;
margin:auto;
overflow:hidden;
}

#content01 h1{
margin-bottom:20px;
}




