@charset "utf-8";
@import "template.css";

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

common.css

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

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.footer
	07.other

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;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

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

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


/*====================================================================
	body
=====================================================================*/
body{
	background: #fff url(../img/bg.gif) repeat-x top;
	text-align: center;
	color: #303030;
	font-size: 12px;
}
#wrapper{
	margin: 0 auto;
	background: url(../img/bg_wrapper.gif);
	width: 717px;
	text-align: left;
}

#header,
#container,
#footer{
	margin-left: 1px;
	width: 715px;
}


/*====================================================================
	header
=====================================================================*/
#header{
	background: url(../img/bg_header.gif) no-repeat;
	height: 65px;
}
#header h1{
	margin: 0 15px 0 250px;
	padding-top: 10px;
	text-align: right;
	line-height: 1;
	color: #fff;
	font-size: 10px;
}
#header div{
	margin-top: -13px;
	width: 252px;
	height: 46px;
}
#header div a{
	display: block;
	margin-left: 10px;
	width: 240px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
}


/*====================================================================
	navigation
=====================================================================*/
#navi{
	background: url(../img/bg_navi.gif) no-repeat;
	height: 195px;
}
#navi li,
#navi li a{
	display: block;
	width: 182px;
	height: 39px;
}
#navi li a{
	overflow: hidden;
	text-indent: -9999px;
}
#navi li a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}


/*====================================================================
	container
=====================================================================*/
#container{
	padding-bottom:15px;
	background: url(../img/bg_container.gif) repeat-y left top;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents{
	float: right;
	margin-top: -15px;
	width: 533px;
	overflow:hidden
}


#contents h3{ margin-top:15px;}


#sidebar{
	float: left;
	width: 182px;
}

/* sidebar box
=====================================================================*/
#sidebar div.box{
	margin: 5px 0 0 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d0d0d0;
	background: url(../img/bg_l_box.gif) repeat-y;
	width: 172px;
}
#sidebar div.box p{
	margin: 5px 0 0 11px;
	width: 150px;
	font-size: 10px;
}

/* sidebar banner
=====================================================================*/
#bnrs{
	margin-left: 5px;
	width: 172px;
	overflow: hidden;
}
#bnrs a{
	display: block;
	margin-top: 5px;
}
#bnrs a:hover{background: #fff;}
#bnrs a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}



/*====================================================================
	footer
=====================================================================*/
#footer{
	clear: both;
	padding-bottom: 5px;
	height:80px;
	border-bottom:solid 1px #ccc;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer ul{
	display: block;
	padding-left: 10px;
	background: #1c76d8;
	height: 20px;
}
#footer ul *{color: #fff;}
#footer ul li{
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #fff;
	height: 12px;
	color:#fff;
}
#footer p{
	margin-left: 10px;
	padding: 10px 0;
	letter-spacing: 1px;
	color: #000;
}




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



.att1{ color:#d42e2f;}
.att2{ color:#2fa537;}

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

.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:20px; }
.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: 523px;
	text-align: right;
	font-size: 10px;
}

