@charset "utf-8";

/*====================================================================

common.css

======================================================================


=====================================================================*/




/*====================================================================
	01.format
====================================================================*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
====================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	color: #018beb;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/*====================================================================
	
====================================================================*/


body{
	margin:0 auto;
	font-size:12px;
	color:#000;
	text-align:center;
	border:none;
}

#wrapper{
	margin:0 auto;
	background:url(../img/bg_wrapper.gif) repeat-y;
	width:900px;
	text-align:left;
	zoom:1;
}
#container{
	margin-top:20px;
	margin-left:20px;
	width:860px;
	zoom:1;
}




/*====================================================================
	header
====================================================================*/
#header{
	margin:0 auto;
	background:url(../img/bg_header.gif) top no-repeat;
	width:900px;
	height:165px;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#header_inner{
	margin-left:20px;
	width:860px;
	text-align:left;
	overflow:hidden;
	zoom:1;
}

#header h1{
	margin:10px auto 10px auto;
	width:860px;
	height:15px;
	font-size:12px;
	text-align:right;
}

#header_inner #header_right{
	float:right;
	width:650px;
}



/*	logo
====================================================================*/
#header #logo,
#header #logo a{
	width:170px;
	height:145px;
}
#header #logo{
	margin-top:-35px;
	float:left;
}
#header #logo a{
	display:block;
	text-indent:-9999px;
}

/*	login
====================================================================*/
#p_navi{
	float:right;
	margin-bottom:20px;
	background:url(../img/bt_login.gif) no-repeat;
	width:220px;
	height:56px;
	zoom:1;
}
#p_navi .left,
#p_navi .left a,
#p_navi .right,
#p_navi .right a{
	width:110px;
	height:56px;
}
#p_navi .left a,
#p_navi .right a{
	display:block;
	text-indent:-9999px;
}
#p_navi .left a:hover,
#p_navi .right a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}



/*	global navigation
====================================================================*/
#g_navi{
	clear:both;
	width:650px;
	height:40px;
}
#g_navi li,
#g_navi li a{
	width:130px;
	height:40px;
}
#g_navi li{ float:left;}
#g_navi li a{
	display:block;
	text-indent:-9999px;
}
#g_navi01 a,
#g_navi02 a,
#g_navi03 a,
#g_navi04 a,
#g_navi05 a{ background:url(../img/g_navi.gif) no-repeat;}
#g_navi01 a{ background-position:0px top;}
#g_navi02 a{ background-position:-130px top;}
#g_navi03 a{ background-position:-260px top;}
#g_navi04 a{ background-position:-390px top;}
#g_navi05 a{ background-position:-520px top;}
#g_navi01 a:hover{ background-position:0px bottom;}
#g_navi02 a:hover{ background-position:-130px bottom;}
#g_navi03 a:hover{ background-position:-260px bottom;}
#g_navi04 a:hover{ background-position:-390px bottom;}
#g_navi05 a:hover{ background-position:-520px bottom;}




/*====================================================================
	h2
====================================================================*/
h2{
	margin-left:20px;
	width:860px;
}


/*====================================================================
	sidebar
====================================================================*/
#sidebar{
	float:right;
	padding-top:10px;
	width:240px;
	zoom:1;
}


/*	side banner

====================================================================*/
#s_banner{
	margin:10px;
	width:220px;
}
#s_banner a{
	display:block;
	margin-left:10px;
	margin-bottom:10px;
	width:200px;
}
#s_banner a:hover img{ background:#fff;}

#s_banner a:hover{
	background:#fff;
	opacity:0.7;
	filter: alpha(opacity=70);
}




/*====================================================================
	contents
====================================================================*/
#contents{
	float:left;
	width:600px;
	zoom:1;
}

#contents h3{
	margin-bottom:20px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*====================================================================
	footer
====================================================================*/
#footer{
	clear:both;
	padding-bottom:20px;
	background:url(../img/bg_footer.gif) 0 -20px #fff no-repeat;
	width:900px;
	zoom:1;
}
#footer_inner{
	margin-left:10px;
	width:890px;
	zoom:1;
}


#footer .right{margin-top:40px;}


/*	footer navigation
====================================================================*/
#f_navi{
	float:left;
	margin-top:40px;
	width:500px;
	zoom:1;
}
#f_navi ul{
	float:left;
	width:120px;
}
#f_navi li,
#f_navi li a{ height:20px;}
#f_navi li a{
	padding-left:15px;
	font-weight:bold;
	text-decoration:none;
	color:#4a4a4a;
}
#f_navi li a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	text-decoration:none;
}
.f_navi1 a{background:url(../img/icon_f_navi01.gif) left 3px no-repeat;}
.f_navi2 a{background:url(../img/icon_f_navi02.gif) left 3px no-repeat;}
.f_navi3 a{background:url(../img/icon_f_navi03.gif) left 3px no-repeat;}
.f_navi4 a{background:url(../img/icon_f_navi04.gif) left 3px no-repeat;}
.f_navi5 a{background:url(../img/icon_f_navi05.gif) left 3px no-repeat;}
.f_navi6 a{background:url(../img/icon_f_navi06.gif) left 3px no-repeat;}




/*	clearfix
====================================================================*/
#wrapper:after,
#header:after,
#header_inner:after,
#p_navi:after,
#g_navi:after,
#container:after,
#contents:after,
#contents .txt:after,
#contents .inner:after,
#sidebar:after,
#footer:after,
#footer_inner:after,
#footer #f_navi:after,
#sidebar:after,
#contents:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}







/*====================================================================
	other
====================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*text
====================================================================*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}




/*color
====================================================================*/
.att1{ color:#CF0C0C;}


/*size
====================================================================*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }


/*pagetop
====================================================================*/
.pagetop{
	clear: both;
	margin: 0 0 10px;
	width: 600px;
	text-align: right;
	font-size: 10px;
}
.pagetop a{
	float:right;
	display:block;
	width:110px;
	height:20px;
}


