@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: #666666;}

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-x;
	text-align: center;
	font-size: 12px;
	color: #3e3e3e;
}
#wrapper{
	margin: 0 auto;
	background: url(../img/bg_wrapper.gif) repeat-y;
	width: 717px;
	text-align: left;
}
#header,
#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: 11px;
	text-align: right;
	line-height: 1;
	color: #ffffff;
	font-size: 10px;
}
#header div{
	margin-top: -13px;
	margin-left: 17px;
	width: 190px;
	height: 40px;
}
#header div a{
	display: block;
	margin-left: 10px;
	width: 180px;
	height: 40px;
	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.2;
	filter: alpha(opacity=20);
}


/*--------------------------------------------------------------------/
	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;
	margin-top: -15px;
	width: 533px;
}


/*--------------------------------------------------------------------/
	07.footer
/--------------------------------------------------------------------*/
#footer{
	clear: both;
	padding-bottom: 20px;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer ul{
	display: block;
	padding-left: 10px;
	background: #3e3e3e;
	height: 23px;
}
#footer ul *{color: #dddddd;}
#footer ul li{
	display: block;
	float: left;
	margin: 6px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #dddddd;
	height: 12px;
}
#footer p{
	margin-left: 10px;
	padding: 15px 0;
	letter-spacing: 1px;
	color: #8f8f8f;
}

/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=80);
}

strong {
	font-weight: normal;
	color: #b84242;
}

/*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;
	padding-top: 5px;
	width: 520px;
	text-align: right;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅",sans-serif;
}

