@charset "utf-8";

/* =====================
etc
===================== */

p.detaillink{
border-top:1px dashed #999;
margin:6px 0 0 0;
padding:6px 0 0 0;
text-align:right;
font-size:90%;
}

p.detaillink a{
background:#fff url(../images/ico_arw01.gif) no-repeat 0 50%;
padding:0 0 0 15px;
text-decoration:none;
}

p.go_top{
margin:6px 0 0 0;
padding:6px 10px 0 0px;
text-align:right;
font-size:90%;
}

p.go_top a{
background:url(../common/images/icon_top.gif) no-repeat 0 50%;
text-decoration:none;
padding:0 0 0 18px;
}



/*画像回り込み*/
img.imgright{
float:right;
margin:0 0 3px 5px;
}

img.imgleft{
float:left;
margin:0 5px 3px 0;
}


/*周り込み解除*/
.clear{
clear:both;
}

#clear{
clear:both;
}


/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/*\*/
* html .clearfix {height: 1%}
.clearfix {display:block;}
/**/



.margintop20{
margin-top:20px;
}




.text_center{
text-align:center;
}

.tored{
color:#FF0000;
font-weight:bold;
}





/* =====================
LAYOUT
===================== */
body{
text-align:center;
}

#container{
width:900px;
margin:0 auto;
}

#header{
width:900px;
height:150px;
background:#FFF;
margin:0 auto;
position:relative;
text-align:left;
}

#topnavi{
width:900px;
margin:0 auto;
}

#contents{
width:900px;
margin:0 auto;
text-align:left;
}


#footer{
width:900px;
clear:both;
margin:0 auto;
}

/* =====================
LINK
===================== */
a:link , a:visited , a:active{
color:#999;
font-weight:bold;
text-decoration:underline;
}

a:hover{
color:#09c;
text-decoration:none;
}

/*address*/
#footer address a{
color:#ff0;
text-decoration:none;
}

#footer address a:hover{
text-decoration:underline;
}


/*copyright*/
#footer p a{
text-decoration:none;
}

#footer p a:hover{
text-decoration:underline;
}



/* =====================
HEADER
===================== */

#header h1#logo{
position:absolute;
top:50px;
}

#header ul.menu {
position:absolute;
top:130px;
}

#header ul.menu li{
float:left;
margin-right:50px;
}




/* =====================
CONTENTS
===================== */
h2{
background: url(../common/images/icon_titl01.gif) no-repeat 0 50%;
margin:20px 0 60px 0;
padding:0 0 0 15px;
}

dl.kankeisha{
text-align:center;
margin:50px 0 30px 0;
}


dl.kankeisha dt{
color:#0099FF;
font-weight:bold;
font-size:120%;
}













/* =====================
FOOTER
===================== */
div#footer{
margin-top:50px;
}

p.gazou a{
color:#666666;
}

p.copy a{
color:#3399FF;
}


ul.footerlink{
margin:5px 0 50px 210px;
font-size:80%;
}

ul.footerlink li{
float:left;
margin:0 30px 0 0px;
}


