@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../img/background.jpg) repeat-x left top;
	}
	
.clear {clear:both;visibility: hidden; height: 0;}
div.clear,p.clear {clear:both;font-size:1px;}

a{color:#333333;}
a:hover,a:active{text-decoration:none;}


/* フロートオプション */
.floatl{float:left;}
.floatr{float:right;}
.floatl5{float:left;margin:0 5px 5px 0;}
.floatr5{float:right;margin:0 0 5px 5px;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}

/* フォントサイズのオプション */
.font-50{font-size:50%;}
.font-60{font-size:60%;}
.font-70{font-size:70%;}
.font-80{font-size:80%;}
.font-90{font-size:90%;}
.font-100{font-size:100%;}
.font-120{font-size:120%;}
.font-140{font-size:140%;}
.font-160{font-size:160%;}
.font-180{font-size:180%;}
.font-200{font-size:200%;}

/* フォントカラーのオプション */
.fontred{color:#FF0000;}
.fontorange{color:#FF6600;}
.fontblue{color:#003399;}
.fontgreen{color:#006600;}
.fontgreen2{color:#00CC33}

/* テキスト行揃え */
.txtC{text-align:center}
.txtR{text-align:right;}
.txtL{text-align:left;}
.valignC{vertical-align:middle}



/*==============================================================
ヘッダー開始
=================================================================*/
#head{
	margin:0 auto;
	background:url(../img/header_back.jpg) no-repeat top;
	width:777px;
	height:74px;
	
}


#head .head_left {
	margin:0;
	width:400px;
	float:left;
}

#head .head_left p{
	margin:0 0 3px 0;
	padding:20px 0 0 24px;
	font-size:60%;
	color:#FFFFFF;
}
	
#head .head_left h1{
	margin:0;
	padding:0 0 0 20px;
}
	
	
#head .head_right {
	margin:0 5px 0 0;
	width:210px;
	float:right;
}
	
#head .head_right img {
	margin:50px 5px 0 0;
}

/*==============================================================
ヘッダー終わり
=================================================================*/


/*==============================================================
コンテンツ開始
=================================================================*/

#cont{
	margin:0 auto;
	background:url(../img/background_contens.jpg) repeat-y center top;
	width:777px;
	}

#cont #main_v{
	margin:0 auto;
	padding:0 0 22px 0;
	background:url(../img/background_inner.jpg) no-repeat center top;
	width:777px;
}


#cont #main_v .visual_flash{
	margin:0 auto;
	padding:20px 0 0 0;
	width:731px;
	height:340px;
}


/*==============================================================
コンテンツ終わり
=================================================================*/

/*==============================================================
カウンタ開始
=================================================================*/
#counter {
	margin:0 auto;
	padding:0;
	background:url(../img/background_contens.jpg) repeat-y center top;
	width:777px;
	height:70px;
}

#counter .count {
	margin:0 0 0 580px;
	padding:0;
}

/*==============================================================
カウンタ終了
=================================================================*/

/*==============================================================
フッター開始
=================================================================*/
#fotter{
	margin:0 auto;
	background:url(../img/background_contens.jpg) repeat-y left top;
	width:777px;
	line-height:110%;
	}
	
#fotter p.list{
	margin:0;
	padding:0 22px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:70%;
	color:#666666;
	width:677px;
	text-align:left;
}

#fotter p.list a{
	text-decoration:none;
	color:#666666;
}

#fotter p.list a:hover{
	text-decoration:underline;
	color:#0032C1;
}

#fotter p.list_under{
	margin:0;
	padding:0 22px 10px 22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:70%;
	color:#666666;
	height:100%;
	width:677px;
	text-align:left;
}

#fotter p.list_under a{
	text-decoration:none;
	color:#666666;
}

#fotter p.list_under a:hover{
	text-decoration:underline;
	color:#0032C1;
}


#fotter .ad{
	margin:7px auto 0 auto;
	background:url(../img/footer_back.jpg) no-repeat left bottom;
	width:777px;
	height:70px;
}

#fotter p.address{
	margin:0;
	padding:12px 0 0 27px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:110%;
	color:#FFFFFF;
	font-style:normal;
}

#fotter .end{
	margin:0 auto;
	background:url(../img/background_end.jpg) no-repeat left bottom;
	width:777px;
	height:34px;
}
/*==============================================================
フッター終了
=================================================================*/