@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
a:focus{ outline:none;}
div{ margin:0px; padding:0px;}

#bg {
	width:880px;
	height:100%;
	margin:0 auto 0 auto;
	padding-left:6px;
	padding-right:6px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	}

#head {
	height:108px;
	width:880px;
	}
html:not([lang*=""]) #head {
	}
#head .head_left {
	width:400px;
	padding-left:10px;
	vertical-align:bottom;
	}
#head .head_right {
	width:480px;
	text-align:right;
	vertical-align:bottom;
	}
#head .head_right ul{
	padding-left:350px;
	}
#head .head_right li{
	float:left;
	font-size:12px;
	list-style-type:none;
	padding-bottom:5px;
	}
#head .head_right li a,#head .head_right li a:link,#head .head_right li a:visited {
	color: #333333;
	text-decoration:none;
	}
#head .head_right li a:hover {
	color:#FF6600;
	}
#head .head_search {
	text-align:left;
	margin-bottom:3px;
	}
#head .head_right h1 {
	font-size:11px;
	color:#999999;
	font-weight:normal;
	padding-right:10px;
	padding-bottom:1px;
	}


/*-----------menu--------------------------------*/
#menu {
	text-align:center;
	}
	
/*---------------contents-------------------------*/
#contents {
	width:880px;
	height:100%;
	}
#contents .clear {
	clear:both;
	}
#contents a,#contents a:link,#contents a:visited{
	color: #FF3399;
	}
#contents a:hover{
	color: #FF6600;
	}

/*-----------------main-----------------------*/
#contents .main {
	float:left;
	width:640px;
	margin-top:15px;
	padding-left:10px;
	}
#contents .main table {
	border-collapse:collapse;
	border-color: #999999;
	border-style:solid;
	border-width:1px;
	margin-top:9px;
	margin-bottom:100px;
	}
#contents .main td {
	vertical-align: text-top;
	text-align:left;
	padding-left:2px;
	padding-right:4px;
	padding-top:3px;
	font-size:13px;
	color: #333333;
	line-height:120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/*-------------------right-------------------*/
#contents .main_right {
	width:210px;
	float:right;
	margin-right:10px;
	margin-top:15px;
	}
#contents .main_right img{
	padding-bottom:5px;
	}
/*------------------link----------------------*/
#link {
	height:20px;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:2px;
	}
#link li{
	font-size:12px;
	color:#666666;
	list-style-type:none;
	display:inline;
	}
#link a,#link a:link,#link a:visited{
	color:#666666;
	text-decoration:none;
	}
#link a:hover {
	color: #FF6600;
	}	
/*----------------foot------------------------*/
#foot {
	width:880px;
	height:38px;
	margin:0 auto 0 auto;
	padding-left:6px;
	padding-right:6px;
	background-image: url(../img/bg_foot.jpg);
	background-repeat: no-repeat;
	}

/*----------fs--------------*/
.fs1 {
	width:380px;
	height:auto;
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	letter-spacing:1px;
	padding-right:6px;
	font-size:12px;
	}
.fs2 {
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	padding-top:5px;
	padding-right:6px;
	padding-left:6px;
	margin-bottom:15px;
	}
.fs3 {
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	padding-top:5px;
	padding-right:6px;
	padding-left:6px;
	margin-bottom:5px;
	}
.fs4 {
	text-align:justify;
	text-justify:distribute;
	margin-bottom:2px;
	font-size:12px;
	color:#333333;
	}
	