@charset "Shift_JIS";

/* @group splash */
div#splash {
	position: relative;
	z-index: 900;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	background: url(/img/index/splash_btm.gif) repeat-x bottom;
	padding-bottom: 10px;
}

div#splash .main_img {
	border-bottom: solid 2px #0073bc;
	background: url(/img/index/splash_bg.gif) repeat;
}
div#splash .wrapper {
	position: relative;
	display: block;
	width: 940px;
	margin: 0 auto;
}
div#splash h3 {
	display: block;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}


#top_main{
	width: 940px;
	height: 221px;
	overflow: hidden;
}
#image_nav { position: absolute; left: 2px; top: 130px; z-index: 950;}
#image_nav li { width: 7px; height: 7px; overflow: hidden; float: left; margin-right: 10px; }
#image_nav li a { display: block; width: 10px; height: 10px; text-indent: -9999px; background: url(/img/btn/image_nav.gif) no-repeat; }
#image_nav li a.activeSlide { background: url(/img/btn/image_nav_current.gif) no-repeat; }


div#guide_bnr {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div#guide_bnr ul li {
	float: left;
	margin-right: 17px;
	position: relative;
}
div#guide_bnr ul li.last {
	margin-right: 0;
}

div#guide_bnr ul li a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

body#agri_top div#guide_bnr {
	margin-bottom: 100px;
}

/*kinoko*/
div#guide_bnr ul li span {
	display: block;
	width: 95px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 12px;
}


div#main {
	float: left;
}

div#reccont {
	float: right;
	width: 220px;
}

div#topics h3 {
	border-bottom: solid 1px #0074bd;
	margin-bottom: 30px;
}
div#topics h3 img {
	margin-bottom: -1px;
}

div#topics dl {
	margin-top: 15px;
}

div#topics dl dt {
	left: 0;
	width: 8em;
	float: left;
	font-weight: bold;
	font-size: 1.3em;
	color: #525252;
}

div#topics dl dd {
	padding-left: 9em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(/img/shared_co/line_dot.gif) no-repeat bottom;
	font-size: 1.4em;
}

div#topics a:link, div#topics a:visited, div#topics a:hover, div#topics a:focus, div#topics a:active {
	color: #0074bd;
}


div#topics span.new  {
	background: url(/img/index/news_ico_new.gif) no-repeat center;
	width: 28px;
	height: 10px;
	display: inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-left: 5px;
}

div#reccont ul li {
	margin-bottom: 10px;
}
div#reccont ul li a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

div#reccont div.contnav {
	border: solid 2px #0074bd;
	margin-bottom: 15px;
}
div#reccont div.contnav h3 {
	background-color: #0074bd;
	margin-bottom: 15px;
}
div#reccont div.contnav p {
	text-align: center;
	margin-bottom: 8px;
}

div#reccont div.inquiry {
	background-color: #efedee;
	text-align: center;
}
div#reccont div.inquiry p.btn {
	margin: 10px 0;
}



/* @group 404 */
div#main .page_error {
	border: solid 1px #CCC;
	text-align: center;
	padding: 20px;
	margin: 50px 0;
}
div#main .page_error h3 {
	font-size: 2.0em;
	margin-bottom: 20px;
}
div#main .page_error p {
	font-size: 1.3em;
}
div#main div.section .mb20 {
	margin-bottom: 20px;
}
div#main div.section .mb40 {
	margin-bottom: 40px;
}
div#main .page_error p.link_backtop a {
	display: inline-block;
	border: solid 1px #CCC;
	padding: 10px 15px;
	text-decoration: none;

	background-color: #fdf6fa;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: -moz-linear-gradient(top, #fff, #cdebf6);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #cdebf6));
	-pie-background: linear-gradient(#fff, #cdebf6);
	background: -ms-linear-gradient(top, #fff, #cdebf6);
}

/* @end */