/*タグ*/

body {
	margin:0;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#010101;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	background-image: url(../../img/bg_head1.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	padding: 0;
	background-color: #F3F1E7;
	height: 100%;
}


img {
 border: 0; 
}

p {
	line-height:18px;
	font-size:12px;
	color: #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#container {
	text-align:center;
	width:840px;
	min-height:100%;
	margin-bottom:0px;
	height:auto !important;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#head_navi {
	position:relative;
	height:130px;
	margin: 0px;
	padding: 0px;
}

#logo {
		top:0px;
		left:20px;
		position:absolute;
	}
	
	
	.menu {
	left:280px;
	position:absolute;
	bottom: 0px;
	height: 84px;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

	.menu li {
		padding-right:10px;
		display:block;
		float:left;
	}


#root {
	width: 800px;
	text-align: left;
	font-size: 10px;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#root A {
	padding-right: 15px;
	clear: both;
	background-image: url(../img/root_mark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#content {
	width:800px;
	text-align:center;
	background-image: url(../../img/content_bg.gif);
	background-repeat: repeat-y;
}


#content760{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.float-left{
	float:left;
	margin-right: 20px;
	}
	
.float-right{
	float:right;
	margin-left: 20px;
	margin-right: 5px;
	}
	
.f10 {	font-size: 10px;	}
.f10b {	font-size: 10px;	font-weight: bold;	}
.f10-120 {	font-size: 10px;	line-height: 120%;}


.f12 {	font-size: 12px;	}
.f12b {	font-size: 12px;	font-weight: bold;	}
.f12pink {	font-size: 12px;	color: #CC0066;}
.f12c-140txt {	font-size: 12px;	color: #441B24;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
.f12-140txt {
	font-size: 12px;
	line-height: 160%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.f14 {	font-size: 14px;}
.f14b {	font-size: 14px;	font-weight: bold;	}
.f14bc-140txt{	font-size: 14px;	color: #441B24;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 10px;
	}

.f16 {	font-size: 16px;	}
.f16b {	font-size: 16px;	font-weight: bold;	}
.f16pink {font-size: 16px;
	color: #502932;
}

.f18 {	font-size: 18px;	}
.f18b {	font-size: 18px;	font-weight: bold;	}


#footer {
	width:100%;
	background-image: url(../../img/btm_bg.gif);
	background-repeat: repeat-x;
	height: 58px;
	margin-top: 0;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}


/* リンク設定 */


A:Link {	color: #003366;	text-decoration: underline;}
A:visited {	color: #003399;	text-decoration: underline;}
A:hover {	color: #FF9900;	text-decoration: underline;}
