@charset "utf-8";

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

common.css

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

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

p{
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

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

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

#footer #unker a:link,
#footer #unker a:visited,
#footer #unker a:hover,
#footer #unker a:active{
	color:#fff;
	outline:none;
}

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

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


/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/

body{
	background:#000 url(../img/bg.gif) repeat-x;
	text-align:left;
	font-size: 12px;
}

#header,
#navi,
#footer{
	width: 870px;
	margin:0 auto;
}

#main{
	margin:15px auto 20px; 
	width:870px;
}

/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/

#header{
	position:relative;
	padding:0px;
	background: url(../img/bg_head.gif) no-repeat;
	height:110px;
}

#header h1{
	position:absolute;
	top:10px;
	right:5px;
	font-size:10px;
	color:#fff;
}

#header #logo{
	position:absolute;
	bottom:5px;
	left:13px;
	width: 374px;
	height:90px;
}

#header #logo a{
	display:block;
	width: 374px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
}


/*--------------------------------------------------------------------/
	navi
/--------------------------------------------------------------------*/

#navi{
	margin:0 auto;
	width:870px;
	height:55px;
}

#navi ul{
	margin:0px;
	padding:0px;
	width:870px;
	list-style:none;
}

#navi li{
	float:left;
	display:inline;
	width:145px;
	height:55px;
}

#navi li a{
	text-decoration:none;
	display:block;
	width:145px;
	height:55px;
	text-indent:-9999px;
}

#g_navi{
	width:870px; height:55px;
}
#g_navi li{ float:left; }
#g_navi a{
	background:url(../img/gn.gif) no-repeat;
	width:145px; height:55px;
}
#g_navi a:hover{ background-image:url(../img/gn_over.gif); }
#g_navi a.n2{ background-position:-145px 0px; }
#g_navi a.n3{ background-position:-290px 0px; }
#g_navi a.n4{ background-position:-435px 0px; }
#g_navi a.n5{ background-position:-580px 0px; }
#g_navi a.n6{ background-position:-725px 0px; }


/*--------------------------------------------------------------------/
	container
/--------------------------------------------------------------------*/

#sidebar{
	float:right;
	width:200px;
        color:#fff;
}


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

#contents{
	background:#000 url(../img/bg_contents.gif) repeat-y;
	margin:0 auto;
	width:870px;
}

#contents_left{
	float:left;
	margin-right:15px;
	width:650px;
        color:#ffffff;
}
#contents_left a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#text p{
	padding:15px 0;
}


/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/

#foot{
	margin-top:25px;
	height:70px;
	background:url(../img/bg_foot.gif) repeat-x;
}

#footer{
	position:relative;
	background: url(../img/bg_footer.gif) no-repeat;
	clear:both;
	width:870px;
	height:70px;
}

#footer p{
	position:absolute;
	bottom:10px;
	right:25px;
}


#pagetop{
	position:absolute;
	top:5px;
	right:47px;
	width:108px;
	height:20px;
}
#footer *{
	font-size:10px;
}

#footer ul#unker{
	position: absolute;
	top:15px;
	left:10px;
	display:block;
	height: 14px;
	text-align:left;
	text-align:center;
}

#footer ul#unker li{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-right: 8px;
	border-right: solid 1px #606060;
	line-height:1.2;
	height: 14px;
}
#footer ul#unker li.bl{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-left: 8px;
	border-left: solid 1px #606060;
	line-height:1.2;
	height: 14px;
}


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

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

.tp{
	color:#d95086;
}
.mb5{margin-bottom:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mt65{margin-top:65px;}
.auto{margin:10px auto 0 auto}

.ml10{margin-left:10px;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin:10px auto;
	padding-right:10px;
	width:595px;
}

.pagetop img{
	float:right;
}

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

