@charset "utf-8";

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

common.css

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



last update 00/00/00

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








/*=======================================================================
	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.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
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
=====================================================================*/

body{
	background:#fff;
	text-align: center;
	font-size: 12px;
}

#wrapper{
	margin:0 auto;
	background:url(../img/bg_wrapper.gif) repeat-y;
	width:810px;
	text-align:left;
	overflow:hidden;
}

/*====================================================================
	Header
=====================================================================*/

#header{
	margin-bottom:10px;
	background:url(../img/bg_header.gif) no-repeat;
	width:810px;
	height:85px;
	text-align:left;
}
#header_inner{
	margin-left:15px;
	width:795px;
}


/*	logo
=============================================================*/
#logo{
	float:left;
	display:block;
	margin-left:-15px;
	width:230px;
	height:85px;
	text-indent:-9999px;
}
a#logo:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}


/*	h1
=============================================================*/
h1{
	float:right;
	margin-top:5px;
	width:500px;
	height:15px;
	text-align:right;
	font-size:10px;
	color:#000;
}

/*====================================================================
	Global navigation
=====================================================================*/
#g_navi{
	margin-bottom:10px;
	background:url(../img/bg_g_navi.gif) no-repeat;
	width:810px;
	height:50px;
	text-align:left;
	overflow:hidden;
}
#g_navi li,
#g_navi li a{
	width:162px;
	height:50px;
}
#g_navi li{ float:left;}
#g_navi li a{
	display:block;
	text-indent:-9999px;
}
#g_navi li a:hover{
	background:#bae4ff;
	opacity:0.4;
	filter: alpha(opacity=40);
}

/*====================================================================
	h2
=====================================================================*/
h2{
	margin-bottom:10px;
	width:810px;
	text-align:left;
	overflow:hidden;
}


/*====================================================================
	contens
=====================================================================*/


#container{
	margin-bottom:10px;
	width:810px;
	background:url(../img/bg_container.gif) left repeat-y;
	text-align:left;
	overflow:hidden;
}

/*	contents
=============================================================*/
#contents{
	float:right;
	width:580px;
	overflow:hidden;
}
#contents h3{
	margin-top:15px;
	margin-bottom:10px;
}
#contents .txt{
	width:580px;
}




/*	sidebar
=============================================================*/
#sidebar{
	float:left;
	padding-top:10px;
	width:220px;
	overflow:hidden;
}
#sidebar .s_box{
	margin-left:10px;
	margin-bottom:10px;
	background:url(../img/bg_s_box.gif) repeat-y;
	width:200px;
	font-size:10px;
}
#sidebar .s_box h3{ margin-bottom:10px;}
#sidebar .s_box .inner{
	padding-bottom:10px;
	margin-left:10px;
	width:180px;
}

#sidebar #s_banners{
	margin-left:10px;
}
#sidebar #s_banners img{
	display:block;
	margin-bottom:10px;
}



/*====================================================================
	footer
=====================================================================*/
#footer{
	margin:0;
	padding-bottom:20px;
	background:url(../img/bg_footer.gif) repeat-y;
	width:810px;
	height:auto;
	text-align:left;
	overflow:hidden;
}
#footer_inner{
	margin-left:10px;
	width:795px;
	overflow:hidden;
}



/*	return
=============================================================*/
#footer #return{
	float:right;
	margin-top:30px;
	display:block;
	width:150px;
	height:35px;
	text-indent:-9999px;
}
#footer a#return:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}


/*	footer_navigation
=============================================================*/
#f_navi{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#f_navi li{
	float:left;
	margin-right:10px;
	background:url(../img/f_icon.gif) left no-repeat;
}
#f_navi li a{
	padding-left:15px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#f_navi li a:hover{ text-decoration:underline}


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



#header,
#header_inner,
#logo,
h1,
h2,
#g_navi,
#wrapper,
#container,
#contents,
#contents .txt,
#contents .inner,
#sidebar,
#sidebar .s_box,
#sidebar .inner,
#footer,
#footer_inner,
#footer #return,
#f_navi{zoom:1;}




/*====================================================================
	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);
}


/*color
=====================================================================*/
.att1{ color:#e02e2d;}
.att2{ color:#3c76b2;}


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


/*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%; }
.fs_xl{ font-size:140%;line-height:140%; }
.fs_xxl{ font-size:160%;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; }




/*====================================================================
	table
=====================================================================*/

table th,
table td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.7;
	vertical-align:top;
}
table th{
	border-right:1px solid #c5a765;
	white-space: nowrap;
}

