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

/*------------------------------------------------------------------------全体フォーマット*/
body {font-size: 12px;color: #000;line-height: 160%;}

#main a:hover img{filter: alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.imgover { cursor:pointer; }

/*--------------------------------------------------------------------共通*/
.clear{clear:both; padding:0; margin:0; height:0;}
.fl_l{float:left;}
.fl_r{float:right;}

.center { text-align: center; }
.strong{font-weight:bold;}
.font10px{font-size:10px; line-height:180%;}
.font12px{font-size:12px;}
.font14px{font-size:14px; font-weight:bold; color:#F00;}
.mrg_top5{margin-top:5px;}
.mrg_top10{margin-top:10px;}
.mrg_top20{margin-top:20px;}
.mrg_top50{margin-top:50px;}
.mrg_btm5{margin-bottom:5px;}
.mrg_btm10{margin-bottom:10px;}
.mrg_btm20{margin-bottom:20px;}
.mrg_left30{margin-left:30px;}
.mrg_left5{margin-left:5px;}
.mrg_left7{margin-left:7px;}
.mrg_left10{margin-left:15px;}
.mrg_left35{margin-left:35px;}
.mrg_left100{margin-left:100px;}
.mrg_left150{margin-left:150px;}
.mrg_left180{margin-left:180px;}
.mrg_right10{margin-right:10px;}
.mrg_right35{margin-right:35px;}
.strong_blue{font-weight:bold; color:#47D1D1;}
/*------------------------------------------------------------------------リンク文字色*/
a:link			 {color:#699;text-decoration:none;}
a:visited		 {color:#999;text-decoration:none;}
a:active		 {color:#1d2088;text-decoration:none;}
a:hover			 {color:#960;text-decoration:underline;}

/*------------------------------------------------------------------------全体レイアウト*/

/**************format-背景設定****************/
html{
height:100%;

}

body{
height:100%;
color:#000;
}

body > #main {
height: auto;
}

#main{
background-image:url(../images/ft_bg.png);/*フッタークリーム色テクスチャ*/
width:100%;
margin:auto;
height:100%;
min-height: 100%;
}
#line{
background-image:url(../images/head_bg.png);
background-repeat:repeat-x;
height:4px; padding:0; margin:0;}

#mainbox{
background-color:#FFFFFF;padding:0; margin:0;padding:0;
}

#wrapper{width:900px; margin:0 auto 0 auto;padding:0;} /*padding-top:22px;*/

#header{height:144px; overflow:hidden; padding-top:22px;}

h1{float:left; margin:0; padding:0px 0;}

.head_copy{float:left; margin-top:60px; margin-left:50px;}

#navi{float:right; padding:0; margin:0;}

#navi li{float:left;}

#contents{position:relative; margin-top:15px;}

/*top用*/
#maincontents-top{float:left; width:600px; margin-top:470px; margin-left:10px; padding:0; margin-bottom:20px;}
#sidecontents-top{float:right; width:220px; margin-top:470px; margin-right:10px; padding:0;}
/**/
#maincontents{float:left; width:600px; margin-top:270px; margin-left:10px; padding:0; margin-bottom:20px;}
#sidecontents{float:right; width:220px; margin-top:270px; margin-right:10px; padding:0;}
.pankuzu{ font-size:10px; border-bottom:1px #CCC dashed; margin-bottom:20px; padding-bottom:10px;}
#sidecontents li,#sidecontents-top li{margin-bottom:15px;}

#footer{
background-image:url(../images/head_bg.png);/*上部のライン*/
background-repeat:repeat-x;
width:100%;
}

#footer_box{width:900px; margin:0px auto 0 auto; padding:15px 0;}

#ft_navi{overflow:hidden; margin-bottom:10px;}

#ft_navi li{float:left; margin-right:15px;}

.add{padding:15px 0 0 12px; border-top:1px #999 dashed; width:75%;}


/*------------------------------------------------------------------------clearfixハック*/
#contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,
* html .clear {height: 1%;}
#contents ,
.clear {display: block;}
/* End hide from IE-mac */
