@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	letter-spacing:1px;
	background:#fff;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

br {
   letter-spacing:normal;
}

a {
   color:#E79E00;
   text-decoration:none;
}

a:hover {
   color:#E79E00;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#header {
	width:780px;
	margin:10 auto 0;
	position:relative;
	background-image: url(../../images/mainheader2.jpg);
	height: 140px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #CAC191;
	border-right-color: #CAC191;
	border-bottom-color: #CAC191;
	border-left-color: #CAC191;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 20px;
	background-position: bottom;
}

div#pr {
	position:absolute;
	width:400px;
	left:351px;
	top:55px;
	font-size: 80%;
}

div#menu {
	width:780px;
	height: 35px;
	background-image: url(../../images/menu42.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CAC191;
	border-right-color: #CAC191;
	border-bottom-color: #CAC191;
	border-left-color: #CAC191;
}

div#contents {
	width:800px;
	margin:0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CAC191;
	border-right-color: #CAC191;
	border-bottom-color: #CAC191;
	border-left-color: #CAC191;
}

div#main {
	float:left;
	width:520px;
	padding-left: 20px;
	padding-top: 10px;
}

div#sub {
	float:right;
	width:220px;
	padding-right: 10px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background:#EBEADD;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding:10px;
	font-size:150%;
	color:#37013F;
	font-family: "ＤＨＰ平成ゴシックW5";
	position: relative;
	top: 55px;
	left: 140px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:779px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a {
	display:block;
	width:129px;
	color:#5A5132;
	border-left:1px solid #D8D8D8;
	line-height: 35px;
}

div#menu li.home a {
   border:none;
}

div#menu li a.active {
   background:#F4F4F0 url(../../images/menu41.gif);
}

div#menu li a:hover {
   color:#333;
   background:url(../../images/menu41.gif) repeat-x;
   text-decoration:none;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

div#main h3 {
	margin-bottom:3px;
	font-size:88%;
	text-decoration: underline;
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
	margin:0 0 1em 0;
	font-size:90%;
	line-height: 150%;
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:#FFFFFF;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom:10px;
	margin-top: 10px;
}

div#sub h2 {
	padding:3px;
	font-size:88%;
	font-weight:bold;
	color:#5A5132;
	padding-left:10px;
	background:#fff url(../../images/main/bg_submenu.gif) no-repeat 50%;
	border-bottom:1px solid #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5A5132;
}

div#sub ul {
   margin:0;
   padding:0;
}

div#sub li {
   font-size:82%;/* 13px相当 */
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
   
}

div#sub li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
   background:url(../../images/main/bg_sub_list.gif) no-repeat 5px 15px;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(../../images/main/bg_dotline.gif) repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   color:#333;
   background: 0 url(../../images/main/bg_footmenu.gif) no-repeat 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   text-align:center;
}
.mailbox {
	text-align: center;
	border: 1px solid #4F2700;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(../../images/utu/mailbg.gif);
	background-repeat: repeat-x;
	width: 220px;
}
.red {
	color: #AE0000;
	font-weight: bold;
}
.blue {

	color: #0033CC;
	font-weight: bold;
}
.agmailbox {

	text-align: center;
	border: 1px solid #4F2700;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(../../images/agri/malbg01.gif);
	background-repeat: repeat-x;
	width: 220px;
}
#exbox {
	text-align: left;
	border: 1px solid #4F2700;
	background-image: url(../../images/agri/exbg01.gif);
	background-repeat: repeat-x;
	width: 480px;
	padding: 10px;
	top: 10px;
	margin: 10px 10px 10px 20px;
}
#exbox　h3 {
	font-size: 1.3em;
	font-weight: normal;
	border-top: 1px none #000066;
	border-right: 1px none #000066;
	border-bottom: 1px solid #000066;
	border-left: 10px solid #C60000;
	color: #BD0000;
	font-family: "ＤＨＰ平成明朝体W7";
	margin-bottom: 8px;
	text-indent: 15px;
	text-align: left;
}
div#main li {
	color:#5A5132;
	font-weight:normal;
	border-bottom:3px #5A5132;
	list-style-type: square;
	text-align: left;
	text-indent: 20px;
}
div#sub p {
	font-size:80%;
	color:#000000;
}
.top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CAC191;
	border-left-color: #CAC191;
}
#oderbox {

	text-align: left;
	border: 1px solid #4F2700;
	background-image: url(../../images/agri/exbg01.gif);
	background-repeat: repeat-x;
	width: 480px;
	padding: 10px;
	top: 10px;
	margin: 10px 10px 10px 20px;
}
.box {
	height: auto;
	width: 480px;
	border: 1px solid #000066;
	margin: 10px;
	padding: 10px;
}

