@charset "utf-8";
/* CSS Document for all pages */

/*====================　reset　====================*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:normal;
	}	
img{
	border:0;
	}
ul{
	list-style: none;
	}
/*=====clearfix======*/	
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	

/*====================　common　====================*/
body{
	background:#000000;
	color:#171717;
	text-align: center;
	font-family: verdana, helvetica, Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height:150%;
 font-size:12px;	
	*font-size:75%;
}	

h2,h3,h4,p,table{
	margin-bottom:12px;
}

.reset{
	margin:0;
	}

a{
	color:#000066;
}	
a:hover{
	color:#CC3300;
}

br.clear{
	clear: both;
	line-height: 0;
}

strong{
	color:#990000;
}
em{
	color:#336699;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}

/*====================　container　====================*/
#container{
	width:800px;
	text-align:center;
	margin:0 auto;
	background:#FFFFFF;
	}

/*====================　menu　====================*/
ul#menu li{
	float:left;
	height:28px;
	overflow:hidden;
/*	style for MacIE */
/*\*//*/ 
	width:114px;
 /* */	
}

/*====================　content　====================*/
#content{
	text-align:left;
}

/*===Back to Pagetop===*/	
p.gotop{
	text-align:right;
	margin:10px 15px 5px 15px;
}		

p.gotop a{
	background: url(../img/navi_top.gif) no-repeat 0 50%;
	padding-left: 17px;
}

.r_text{
	text-align:right;
}
/*====================　footer　====================*/
#footer{
	width:800px;
	background:#022011;
	border-top:#000000 solid 3px;
	color:#FFFFFF;
	padding:12px 0 0 0;
}

#footer a:link,
#footer a:visited{
	color:#ffffff;
}	
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}

/*==========　address　==========*/
address{
	background:#000000;
	font-size:12px;
	color:#FFFFFF;
	padding:10px 0 16px 0;
	text-align:center;
}