@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

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


/*--------------------------------------------------------------------/
	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{color: #6a0000;}

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



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	background: #fff url(../img/bg.gif) repeat;
	text-align: center;
	font-size: 12px;
	color: #303030;
}
#wrapper{
	margin: 0 auto;
	background: url(../img/bg_wrapper.gif) repeat-y;
	width: 717px;
	text-align: left;
}
#navi,
#container,
#footer{
	margin-left: 1px;
	width: 715px;
}


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

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


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

h3{
	background:url(../img/h3.gif) no-repeat;
	width:513px;
	height:35px;
}
h3 p{
	color:#9d0000;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 0 20px;
}
h4{
	background:url(../img/h4.gif) no-repeat;
	width:493px;
	height:28px;
	margin:10px 0;
}
h4 p{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 15px;
}


/*--------------------------------------------------------------------/
	07.footer
/--------------------------------------------------------------------*/
#footer{
	clear: both;
	background:url(../img/footer.gif) repeat-x;
	height:73px;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer ul{
	display: block;
	padding-left: 10px;
	height: 20px;
}
#footer ul *{color: #fff;}
#footer ul li{
	display: block;
	float: left;
	margin: 6px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #fff;
	height: 12px;
}
#footer p{
	margin-left: 10px;
	padding-top: 20px;
	letter-spacing: 1px;
	color: #1e1e1e;
}

/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
strong{
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:14px;
}
.bold{
	font-weight:bold;
	color:#df0000;
}
/*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: 513px;
	text-align: right;
	font-size: 10px;
}


