@charset "utf-8";

/* CSS Document */

/* common
************************************************************************/
body {
	font-size: 13px;
	color: #333333;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
	background:url(../img/bk03.gif);
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:inherit;
	font:100%;
}

p {
	margin: 0px;
	padding: 0px;
}

.c1 { text-decoration:line-through;}
.i1 { letter-spacing: 0.1em ;}

img {
	border: 0px;
	vertical-align: top;
}

/*-------------------- float --------------------*/

.float-l{
	float:left;
}

.float-r{
	float:right;
}

.clear{
	clear:both;
}

.underline01 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.underline02 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A40000;
}


/*-------------------- text --------------------*/
.textmin { font-family:"Times New Roman", Times, serif; }
.text10 { font-size:77%; }
.text12 { font-size:93%; }
.text14 { font-size:108%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }

.textb {font-weight: bold; }


/*-------------------- color --------------------*/
.font-gray { color:#666666;}
.font-red { color:#A40000;}
.font-gold { color:#A98D62;}
.font-bleu { color:#2E3094;}
.font-green { color:#01A54F;}
.font-w { color:#FFFFFF;}


/*-------------------- link --------------------*/
a:link {
	color:#444444;
	text-decoration: underline;
}
a:visited {
	color:#444444;
	text-decoration: underline;
}
a:hover { 
	color:#660000;
}

/*-------------------- HEADER --------------------*/
.header {
	width: 840px;
	height: 100px;
	margin: 0px auto 0px auto;
}

/*-------------------- menu --------------------*/
.menubox{
	width:800px;
	height:53px;
	margin: 0px auto 0px auto;
	padding:0 20px 0 20px;
	background-color:#FFFFFF;
}


.bt {
	width:138px;
	height:35px;
	line-height: 1.4em;
	margin: 0 5px 0 0;
	_margin: 0 5px 0 0;
	padding:7px 0 0 18px ;
	background-image:url(../img/bt_bk.gif);
	float:left;
	text-align:left;
	vertical-align:top;
}

.bt2 {
	width:138px;
	height:35px;
	margin: 0;
	padding:7px 0 0 18px ;
	background-image:url(../img/bt_bk.gif);
	float:left;
	text-align:left;
	vertical-align:top;
}

a.btlink { display: block; width: 100%; height:100%; }


/*-------------------- FLASH_AREA --------------------*/
#flash_area {
	width: 800px;
	height: 340px;
	margin: 0px auto 0px auto;
	padding:0 20px 0 20px;
	background-color:#FFFFFF;
}

.top_img{
	width:100%;
	height:340px;
	background-image:url(../img/bk04.gif);
}


/*-------------------- contents --------------------*/
.contents {
	clear:both;
	width:740px;
	margin: 0px auto 0px auto;
	padding:20px 50px 0 50px;
	background-color:#FFFFFF;
}

/*--- left ----*/
.contents-left {
	width:500px;
	float:left;

}

.contents-left-box {
	width:500px;
	padding:10px 0 0 0;

}

/*--- right ----*/
.contents-right {
	width:230px;
	float:right;

}

.contents-right-box {
	width:215px;
	border: 4px solid #EEEEEE ;
	padding: 5px 5px 5px 5px;
}

.contents-midashi {
	text-align:left;
	margin: 5px 0 0 0;
	padding:0;

}

.contents-midashi2 {
	text-align:left;
	margin: -15px 0 0 0;
	padding:0;

}

/*-------------------- 見出し --------------------*/

.midashi {
	background-image:url(../img/midashi01.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:33px;
	margin: 0 0 10px 0 ;
	padding:0 0 0 6px ;
	vertical-align:top;
}

/*-------------------- FOOTER --------------------*/
.footer1 {
	width: 790px;
	height: 30px;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding:30px 20px 0 30px;
}
.footer2 {
	width: 800px;
	height: 50px;
	background-color:#FFFFFF;
	margin: 0px auto 20px auto;
	padding:0 20px 0 20px;
}

.footer_copyright {
	width: 790px;
	height: 15px;
	background-color:#EEEEEE;
	margin: 0px auto 0px auto;
	padding:5px;
	text-align:center;
}

/*-------------------- footer menu --------------------*/
#f_menu {
	margin: 0;
	padding: 0px 0 3px 0;
	margin-top:10px;
	float: left;
}
#f_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#f_menu li {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 11px;
	background-image:url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position:left 50%;
	line-height: 100%;
	float: left;
}



/* CLEARFIX
************************************************************************/
top_text:after,
.waku:after,
.contents:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
