﻿@charset "utf-8";
/* CSS Document */
@import url("reset.css");

/* 全体 */
body,html{ height: 100%;}
body{
	background-color: #fdffbf;
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka", Osaka, sans-serif;
	font-size: 14px;
}
a{
	color: #339900;
}
a:hover{
	color: #ff8f54;
	text-decoration: none;
}

iframe{	margin: 30px;}

	h1, #h1{
		clear:both;
		background: url(../img/bg_h1.gif) no-repeat center center;
		margin: 10px 0 20px;	padding: 0 0 0 0;
		font-size: 23px;	text-align: center;
	}
	h2{
		clear:both;
		background: url(../img/bg_h2.gif) no-repeat left center;
		margin: 20px 10px 10px;	padding-left: 25px;
		font-size: 15px;	font-weight: bold;
	}
	h3{
		clear:both;
		background: url(../img/bg_h3.gif) repeat-y left top;
		margin: 10px;	padding-left: 15px;
		line-height: 1.2;
		font-weight: bold;
	}
	h4{
		margin-left: 10px;
		font-weight: bold;
	}
	p{
		margin: 5px 23px 30px;
	}

.arrow_pointer{
	background: url(../img/arrow.gif) no-repeat left 3px;
	margin: 16px;		padding-left: 10px;
}
.data{
	margin: 10px 30px;
}
	.data th, .data td{
		border: 1px solid #8ec31f;
		padding: 8px;
	}
	.data th{
		background-color: #bbdb7a;
		white-space: nowrap;
		text-align: center;
		font-weight: bold;
		line-height: 1.6;
	}
	#mainContent .data td h3{
		margin-left: 10px;
	}
.indent{
	text-indent: 1em;
}
.right{
	text-align: right;
}
.emphasize{
	font-weight: bold;
	color: #F00;
}

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

#mainBody{
	background-color: #fdd000;
	width: 900px;
	margin: 0 auto;
}
.arrow_pointer{
	background: url(../img/arrow.gif) no-repeat left center;
	margin: 10px 0 10px 20px;	padding-left: 13px;
}
.arrow_up{
	background: url(../img/arrow_up.gif) no-repeat left center;
	margin: 0 10px 10px 0;	padding-left: 13px;
	float: right;
}
/* ヘッダ */
#head{
	background: url(../img/bg_head.gif) no-repeat left top;
	width: 900px;
	padding: 0 20px;
}
	/* ロゴ */
	#head #logo{
		background: none;
		padding: 34px 0 56px 0;	margin: 0;
		text-align: left;
	}
	
	/* グローバルメニュー */
	#head #menu ul{
		background: url(../img/bg_menu.gif) no-repeat left top;
		width: 630px;	height: 40px;
	}
	#head #menu li{ float: left;}
	#head #menu li a{ padding: 0; margin: 0;}
		
/* メインコンテンツ */
#mainContent{
	float: left;
	background: url(../img/bg_main.gif) no-repeat left top #ffffff;
	width: 630px;	min-height: 492px;
	margin: 10px 0 0 20px;	padding-bottom: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
}
	#mainContent h3{ margin-left: 20px;}
	#mainContent ul{ margin: 0 20px 30px 15px;}
	
	/* お問合せフォーム */
	#inquForm{
		margin: 0 10px;
		padding: 0 10px;
		border: 1px solid #8ec31f;
	}
		#inquForm h3{ margin-left: 10px;}
		#inquForm dt{
			margin: 10px 0 0;
			background: url(../img/bg_h3.gif) repeat-y left top;
			margin: 20px 0 10px;	padding-left: 15px;
			line-height: 1.2;
			font-weight: bold;
		}
		#inquForm dd{
			margin: 0 10px 30px;
		}
		#inquForm input{
			margin: 0 5px;
		}
		#inquForm #form_submit{
			padding: 3px 10px;
			margin: 20px 5px;
		}
/* サブコンテンツ */
#rightMenu{
	float: right;
	width: 200px;
	margin: 10px 20px 0 0;	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
}
.subContent{
	margin: 20px 0 0 0;	padding: 10px 0;
	background: url(../img/bg_sub.gif) no-repeat top left #ffffff;
	font-size: 12px;
}
	.subContent:first-child{ margin: 0;}
	.subContent ul{ margin: 0 20px 20px 0;}
	.subContent .arrow_pointer{ margin-left: 20px;}
/* フッター */
#footer{
	clear: both;
	text-align: center;
	padding: 14px;
	background: url(../img/bg_footer.gif) repeat-x center center;
}

a.URL,a:hover.URL{
padding-left: 15px;
background-image: url('../img/arrow001_pink.gif');
background-repeat: no-repeat;
background-position: left center;
}