@charset "utf-8";



/* ////////// style ////////// */
body {
	background: #E9E9E9 url(../images/img/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: sans-serif;
	line-height: 1.8;
	color: #333333;
}
/*（IE6）*/
* html body {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*（IE7）*/
*:first-child+html body {
	font-size: 75%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
	vertical-align:bottom;
}
th,td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
br.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.small {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
}
/* -- preload -- */
.preload {
	display: none;
}



/* ////////// link ////////// */
a:link {color: #AC7301; text-decoration: underline;}
a:visited {color: #AC7301; text-decoration: underline;}
a:hover {color: #FF9900; text-decoration: underline;}
a:active {color: #FF9900; text-decoration: underline;}



/* ////////// body ////////// */
#body {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}



/* ////////// head ////////// */
#head {
	background: #FFFFFF url(../images/img/head.gif) no-repeat left top;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#head h1 {
	height: 77px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
#head h1 a {
	width: 131px;
	height: 38px;
	left: 20px;
	margin-top: 21px;
	display: block;
	position: absolute;
}
/* -- navi -- */
#head ul {
	height: 50px;
	list-style: none;
	position: relative;
}
#head li {
	height: 50px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
#head li a {
	height: 50px;
	display: block;
}
#head li.navi1 {
	left: 7px;
	background: url(../images/img/navi_01.jpg) no-repeat left top;
	width: 261px;
}
#head li.navi2 {
	left: 268px;
	background: url(../images/img/navi_02.jpg) no-repeat left top;
	width: 266px;
}
#head li.navi3 {
	left: 534px;
	background: url(../images/img/navi_03.jpg) no-repeat left top;
	width: 259px;
}
#head li.navi1 a:hover {
	background: url(../images/img/navi_01_on.jpg) no-repeat left top;
}
#head li.navi2 a:hover {
	background: url(../images/img/navi_02_on.jpg) no-repeat left top;
}
#head li.navi3 a:hover {
	background: url(../images/img/navi_03_on.jpg) no-repeat left top;
}
#head li.navi1- {
	left: 7px;
	background: url(../images/img/navi_01_on.jpg) no-repeat left top;
	width: 261px;
}
#head li.navi2- {
	left: 268px;
	background: url(../images/img/navi_02_on.jpg) no-repeat left top;
	width: 266px;
}
#head li.navi3- {
	left: 534px;
	background: url(../images/img/navi_03_on.jpg) no-repeat left top;
	width: 259px;
}



/* ////////// main ////////// */
#main {
	float: left;
	background: #FFFFFF url(../images/img/body_under.gif) no-repeat left top;
	width: 800px;
	position: relative;
}
/* ★ 修正-070727 ★ */
/* -- subnavi -- */
#subnavi {
	float: left;
	width: 230px;
	padding: 0px 0px 40px 20px;
}
/* -- contents -- */
#contents {
	float: left;
	width: 510px;
	padding: 47px 20px 20px;
}



/* ////////// subnavi ////////// */
#subnavi dl {
	background: url(../images/img/subnavi_bg.gif) no-repeat left bottom;
	line-height: 1.2;
	color: #729A00;
	width: 230px;
	margin-bottom: 10px;
	padding-bottom: 11px;
	display: block;
}
#subnavi dt {
	background: url(../images/img/subnavi_dt.gif) no-repeat left top;
	padding-top: 13px;
	display: block;
}
#subnavi dt span {
	background: url(../images/img/subnavi_icon_dt.jpg) no-repeat left 2px;
	margin: 0px 20px;
	padding: 0px 0px 13px 15px;
	display: block;
}
#subnavi dt.in {
	background: url(../images/img/subnavi_dt-.gif) no-repeat left top;
}
#subnavi dt.in span {
	background: url(../images/img/subnavi_icon_dt-.jpg) no-repeat left 2px;
}
#subnavi dd {
	background: url(../images/img/subnavi_dd.gif) no-repeat left top;
	padding-top: 10px;
}
#subnavi dd span {
	background: url(../images/img/subnavi_icon_dd.jpg) no-repeat left 5px;
	margin: 0px 20px 0px 35px;
	padding: 0px 0px 10px 10px;
	display: block;
}
/**/
#subnavi dt a:link {color :#4A4A4A; text-decoration: none;}
#subnavi dt a:visited {color: #4A4A4A; text-decoration: none;}
#subnavi dt a:hover {color: #FF9900; text-decoration: underline;}
#subnavi dt a:active {color: #FF9900; text-decoration: underline;}
/**/
#subnavi dd a:link {color :#636363; text-decoration: none;}
#subnavi dd a:visited {color: #636363; text-decoration: none;}
#subnavi dd a:hover {color: #FF9900; text-decoration: underline;}
#subnavi dd a:active {color: #FF9900; text-decoration: underline;}
/**/
#subnavi p {
	text-align: center;
	padding-top: 10px;
	display: block;
}



/* ////////// foot ////////// */
#foot {
	clear: both;
	background: url(../images/img/foot.gif) no-repeat left top;
	width: 800px;
	height: 30px;
	padding-top: 25px;
}
#foot ul {
	list-style: none;
	text-align:center;
	display: block;
}
#foot li {
	background: url(../images/img/foot_line.gif) no-repeat right center;
	font-size: 10px;
	padding: 0px 15px;
	display: inline;
}
#foot li.fin {
	background: none;
}
/**/
#foot a:link {color: #729A00; text-decoration: underline;}
#foot a:visited {color: #729A00; text-decoration: underline;}
#foot a:hover {color: #FF9900; text-decoration: underline;}
#foot a:active {color: #FF9900; text-decoration: underline;}
/* -- address -- */
address {
	font-size: 10px;
	font-style: normal;
	color: #828282;
	text-align: center;
	padding: 10px 0px;
	display: block;
}



#meet h3 {
	background: url(../images/img_outline/outline_h3.gif) no-repeat left top;
	height: 25px;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	margin-top: 30px;
	padding: 10px 0px 0px 30px;
	display: block;
}



/* ////////// page top ////////// */
.pagetop {
	margin: 0px;
	padding-bottom: 35px;
	display: block;
}
.pagetop a {
	background: url(../images/img/btn_pagetop.gif) no-repeat left top;
	width: 70px;
	height: 13px;
	margin-left: 710px;
	/**/
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	/**/
	display: block;
}



/* ★ 追加-070727 ★ */
/* ////////// minimenu ////////// */
.minimenu {
	position: relative;
}
.minimenu ul {
	float: right;
	width: 510px;
	list-style: none;
	margin-top: 10px;
	display: block;
}
.minimenu li {
	float: left;
	background: url(../images/img/icon.gif) no-repeat left center;
	margin: 0px 15px 0px 5px;
	padding-left: 15px;
	display: block;
}
.minimenu li a:link {color: #667E43; text-decoration: underline;}
.minimenu li a:visited {color: #667E43; text-decoration: underline;}
.minimenu li a:hover {color: #FF9900; text-decoration: underline;}
.minimenu li a:active {color: #FF9900; text-decoration: underline;}
.se-ttl {
	font-size: 16px;
	color: #000040;
	font-weight: bold;
	text-align: center;
}
.se-seittl {


	font-size: 16px;
	color: #004080;
}
.se-adrs {
	font-size: 12px;
	color: #666666;
	text-align: right;
}
.se-name {
	font-size: 13px;
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 5px;
}
.se-seread {
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 5px;
	border-top: 1px solid #666666;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #666666;
}
.se-readbold {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.se-cap {
	font-size: 10px;
	color: #333333;
	text-align: center;
}
.se-body {
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
}
.se-bold {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 2px;
}
.se-nameall {
	font-size: 13px;
	color: #333333;
	padding-left: 5px;
	border-left: 5px solid #666666;
	left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.se-A1 {
	line-height: 150%;
	padding-top: 20px;
}
.se-allzai {
	font-size: 12px;
	color: #333366;
	padding-left: 5px;
	line-height: 150%;
}
.se-A2 {
	line-height: 150%;
	border: 1px dotted #999999;
	padding: 5px;
}
.se-A {
	line-height: 150%;
	border: 1px dashed #666666;
	padding: 5px;
	background-color: #CCCCCC;
	color: #333333;
}
.se-img {
	padding: 5px;
	float: right;
}
.se-zaittl {

	font-size: 13px;
	color: #666666;
	padding-left: 5px;
	border-left: 5px solid #666666;
	left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.honmon-h1 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.honmon-h {

	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666699;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.honmon-h2 {
	font-size: 12px;
	color: #003366;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 200%;
}
.selink {
	line-height: 120%;
	padding: 5px 0px 0px 20px;
	border-top: 1px none #999999;
	border-right: 1px none;
	border-bottom: 1px dotted;
	border-left: 1px none;
}

