@charset 'utf-8';

/* ボックスをはみ出さないようにfloatをクリア*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display:block;
}
/* end MacIE5 */
.clear_both {
	font-size: 0%;
	line-height: 0%;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
/*基本（色、マージンなどの変更はサイトごとに設定）------------------------------------*/

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 88%;
	line-height: 146%;
	color: #404040;
	background-color: #FFFFFF;
	font-family : 'ＭＳ Ｐゴシック', 'sans-serif';
}
a:link {
   color:#315922;
   text-decoration:none;
}
a:visited {
   color:#478730;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
   color:#B86800;
}
a:active {
   color:#B86800;
}
img {
	vertical-align: bottom;
}
a img {
	border: 0;
}
p {
	padding: 0px;
	margin: 0px 0px 1em 0px;
	font-size: 86%;
}

#base {
	background-image: url(../images/base_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	padding-bottom: 30px;
}
#title {
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#title h1 {
	margin: 0px;
	padding: 0px;
}
#title p {
	margin: 0px;
	padding: 0px;
	font-size: 92%;
}

#key_area {
	height: 249px;
	overflow: hidden;
	background-image: url(../images/key_area_bg.gif);
	background-repeat: repeat-x;
}
#key {
	background-image: url(../images/key_bg.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 43px;
	overflow: hidden;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}
#menu ul {
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	list-style-type: none;
}
#menu ul li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#contents_top {
	width: 900px;
	margin-bottom: 20px;
}
#info {
	float: left;
	width: 640px;
	background-image: url(../images/info_bg.gif);
	background-repeat: no-repeat;
}
#info_inner {
	margin: 12px;
}
#s_info {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/s_info_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #5F5F5F;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#info .list_info01 {
	padding: 0px;
	margin: 10px;
	line-height: 140%;
	font-size: 86%;
	width: 350px;
}
#info .list_info01 dt {
	font-size: 100%;
	font-weight: normal;
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 5px;
	float: left;
	clear: left;
}
#info .list_info01 dd {
	margin: 0px 0px 5px;
	padding: 5px 5px 5px 100px;
	border-bottom: 1px dotted #CCCCCC;
}
#info .list_info01 dd.detail_link {
	text-align: right;
}
#info .list_info01 dd.detail_link a {
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
}
#contact {
	float: right;
	width: 240px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.s_tltle {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/s_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #315922;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
}
#company_block {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 570px;
}
#accessmap {
	float: right;
}
#footer {
	color: #FFFFFF;
	background-color: #A1A1A1;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	margin: 0px;
}
address {
	font-style: normal;
}
#company_dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#company_dl dt {
	float: left;
	background-image: url(../images/dt_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#company_dl dd {
	margin-left: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ss_title {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #315922;
	padding: 5px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#info .ttl_01 {
	padding: 5px 10px;
	border-left: 5px solid #315922;
	margin-bottom: 10px;
	margin-left: 10px;
}
#info .ttl_02 {
	background-color: #FFE7AD;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	width: 340px;
}
.detail_link {
	margin-left: 250px;
	font-weight: bold;
}
#contact h3 {
	margin: 0px;
	padding: 0px;
}
.mt_20 {
	margin-top: 20px;
}
.liveBox {
	margin-bottom: 20px;
}
.list_archive01 {
	margin: 20px 0px;
	padding: 0px;
}
.list_archive01 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.info_top {
	background-image: url(../images/info_bgtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
#info_base {
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A0A0A0;
	border-left-color: #A0A0A0;
}
#info_base .detail_link01 {
	text-align: right;
}
.detail_link01 a {
	background-image: url(../images/bglink01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.info_bottom {
	background-image: url(../images/info_bgbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

