@charset "utf-8";
@import "./navi.css";
/* -------------------------------------------------------
	* Date : 2008/10
	* File : base.css
	* Copyright 2008 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */

/*

	*01 base
	*02 link
	*03 heading
	*04 header
	*05 footer
	*06 contents
	*07 top
	*08 text
	
*/


/*-----------------------------------------------
	*01 base
-------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", osaka;
	font-size: small;
	padding:0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#wrapper {
	width:1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
div#container {
	width:824px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
div#wrap {
	width:790px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
div#wrap div#contents {
	width:580px;
	float:right;
	padding: 0px;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
img {
	border:none;
}
div#key {
	width: 790px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*-----------------------------------------------
	*02 link
-------------------------------------------------*/
a:link, a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #006666;
}
/*-----------------------------------------------
	*03 heading
-------------------------------------------------*/
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 16px;
	top: 26px;
}
h2 {
	margin:0px;
	padding: 0px;
	height: 102px;
}

h2 span {
	display: none;
}


h2.about_us {
	background-image: url(../img/h2_about_us.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.profile {
	background-image: url(../img/h2_profile.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.business_report {
	background-image: url(../img/h2_business_report.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.reference_library {
	background-image: url(../img/h2_reference_library.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.cooperation {
	background-image: url(../img/h2_cooperation.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.consultation {
	background-image: url(../img/h2_consultation.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.action_report {
	background-image: url(../img/h2_action_report.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.food_health {
	background-image: url(../img/h2_food_health.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.consumption {
	background-image: url(../img/h2_consumption.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.environment {
	background-image: url(../img/h2_environment.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.security_tax {
	background-image: url(../img/h2_security_tax.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
h2.peaceful_days {
	background-image: url(../img/h2_peaceful.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h2.column {
	background-image: url(../img/h2_column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.site_info {
	background-image: url(../img/h2_site_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.site_policy {
	background-image: url(../img/h2_site_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.site_map {
	background-image: url(../img/h2_site_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.inquiry {
	background-image: url(../img/h2_site_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h3 {
	background-image: url(../img/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
}
/*-----------------------------------------------
	*04 header
-------------------------------------------------*/
div#header {
	width:824px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#head_menu {
	width:210px;
	height: 16px;
	text-align:right;
	padding: 0px;
	margin: 0px;
	float: right;
	position: absolute;
	left: 615px;
	top: 35px;
	font-size: 12px;
}
div#head_menu ul {
	padding: 0px;
	text-align: right;
	margin: 0px;
}
div#head_menu ul li {
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	height: 16px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
div#head_menu ul li.top {
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
div#head_menu ul li.contact {
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
div#head_menu ul li a {
	text-decoration: none;
}
/*-----------------------------------------------
	*05 footer
-------------------------------------------------*/

div#footer {
	clear: both;
	width:824px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer ul {
	margin: 0px;
	text-align: right;
	width: 400px;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
div#footer ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 14px;
	line-height: 14px;
}
div#footer ul li#plus {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
div#footer p {
	background-color: #8C8C8C;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	clear: both;
	padding-top: 8px;
}
/*-----------------------------------------------
	*06 contents
-------------------------------------------------*/

#contents .mrg10 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}

div#pankz {
	font-size: 10px;
	margin: 0px;
	clear: both;
	padding-right: 3px;
	padding-left: 5px;
	line-height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 17px;
}

dl#entory{
	width: 540px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
dl#entory dt{
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

dl#entory dd{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
dl#entory dd.buck {
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.noborder{
	border-collapse:collapse;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
table.noborder td,
table.noborder th{
	padding:5px;
	vertical-align: top;
	text-align: left;
}
table.noborder th{
	font-weight: normal;
	text-align: left;
}

/*-----------------------------------------------
	*07 top
-------------------------------------------------*/

div#top_info {
	margin: 0px;
	padding: 0px;
	background-color: #F4F1E0;
}
div#top_topics {
	margin: 0px;
	padding: 0px;
	background-color: #FCE1EB;
}
div#top_tanshin {
	margin: 0px;
	padding: 0px;
	background-color: #FCE1EB;
}
.info_title {
	padding: 0px;
	height: 41px;
	margin: 0px;
	text-align: center;
	position: relative;
	width: 578px;
}
.info_title .rss {
	height: 15px;
	width: 43px;
	position: absolute;
	top: 12px;
	right: 12px;
}
.info_title .past {
	height: 19px;
	width: 138px;
	position: absolute;
	top: 10px;
	right: 12px;
}

/*お知らせ*/
.infoBox {
	padding: 0px;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

* html .infoBox {
	height: 1%;
}
.infoBox dl {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}
.infoBox dl dt {
	width: 85px;
	text-align: center;
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.infoBox dl dd {
	padding: 3px;
	margin-left: 90px;
	line-height: 1.4;
}
.infoBox table {
	border-collapse:collapse;
	margin: 5px;
	padding: 0px;
}
.infoBox table td, .infoBox table th {
	padding:5px;
	vertical-align: top;
	text-align: left;
}
.infoBox table th {
	background:#EEE;
	font-weight: normal;
	text-align: left;
}
.btmBox {
	text-align: right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FCE1EB;
}
.btmBox02 {
	text-align: right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.ad_box02 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.ad_box02 img {
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
}

/*-----------------------------------------------
	*08 text
-------------------------------------------------*/
.s {
	font-size: 0.83em;
}
.m {
	font-size: 1.0em;
}
.l {
	font-size: 1.17em;
}
.red {
	color: #CF3A3A;
}

div.form input.text{width:300px;}
div.form textarea{width:500px;}
div.form dl{margin-left:15px;}
div.form dt span{font-weight:bold;}
#red {
	color: #FF0080;
	font-weight: normal;
}

dd p.desc{
	font-size:0.85em;
	line-height:130%;
	padding-right:1.5em;
}

