@charset "UTF-8";


/* リセット
---------------------------------------------------- */

*{
	margin:0px;padding:0px;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-size:13px;
	font-family: sans-serif;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}


/* ---------------------------------------------------- */

body
 { 
	font-size: 14px;
	background-image: url(img/bg.gif);
	text-align:center;
}
	text-align:center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	background: #ffffff;
}
a {
	color:#0000ff;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#0000ff;
}
a:hover {
	text-decoration:none;
}

div.container {
	width:790px;
	margin:0 auto ;
	background: #ffffff url(image/bg-container.jpg)  repeat-y center top;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.banner {
	width:760px;
	height:200px;
	background: transparent url(image/main-image.jpg)  repeat center top;
	margin:0 auto;
}
.banner-inner {
	vertical-align:bottom;
}
.banner-inner h1 {
	color:#B42831;
	font-size:25px;
	line-height:25px;
	text-align:left;
	margin:0;
	padding:20px;
}
.banner-inner h1 a {
	color:#dcdcdc;
	text-decoration:underline;
	font-weight:bold;
	text-decoration:none;
}
.banner-inner h1 a:visited {
	color:#ffffff;
	text-decoration:none;
}
.banner-inner h1 a:hover {
	color:#F0EFD4;
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メニュー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.menu {
	width:760px;
	margin:0 auto;
	background: #44701B;
}
div.menu-inner {
	padding:8px 20px;
}
div.menu-inner table {
	width:720px;
	border-collapse:collapse;
	border-spacing:0;
}
div.menu-inner td {
	font-size:13px;
	line-height:130%;
	text-align:left;
	margin:0;
	padding:0 1em 0 0;
}
div.menu-inner td a {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	text-decoration:none;
}
div.menu-inner td a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.menu-inner td a:hover {
	color:#FFFF00;
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本文エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div.main {
	width:650px;
	margin:50px auto 40px;
}
div.main h2 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
	background: transparent url(image/bg-subhead.jpg)  no-repeat center top;
	margin:0 0 20px;
	padding:23px 0 16px 65px;
}
div.main h3 {
	color:#2460AA;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	border-bottom:#cccccc solid 1px;
	margin:0 0 20px;
	padding:0 0 5px;
}
div.main h4 {
}
div.main h5 {
}
div.main h6 {
}
div.main p {
	font-size:15px;
	line-height:170%;
	text-align:left;
	margin:0 0 1em;
}
div.main p strong {
	color:#ff0000;
	font-weight:bold;
}
div.main p em {
	font-weight:bold;
	font-style:normal;
}
div.main p small {
	display:block;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}
div.main blockquote {
	border:#B9BCC1 solid 1px;
	background: #F7F8FA;
	margin:0 0 20px;
	padding:20px;
}
.img-right {
	float:right;
	text-align:left;
	margin:0 0 10px 15px;
}
.img-right img {
	margin:0 0 10px 0;
}

.hbtx1{
	color:#333333;
	font-size: 14px;
	line-height: 110%;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
	word-break: break-all;
}

.hbtx2{
	color: #000;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 5px;
	word-break: break-all;
}

.hbtx3{
	color: #929286;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
	word-break: break-all;
}

.hbtxtb{
	color: #000;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-top: 5px;
	word-break: break-all;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッタ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div.footer {
	width:780px;
	margin:0 auto;
	background: #ffffff url(image/bg-footer.jpg)  no-repeat center top;
}
div.footer-inner {
	padding:20px 10px;
}


address { 
	color:#666666;
	font-size:11px;
	font-style:normal;
	line-height:180%;
	text-align:left;
	margin:0;
	padding:0;
}
address a { 
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
address a:visited { 
	color:#666666;
}

/* end */
