/* Base Weblog (base-weblog.css) */

/* basic elements */

*
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

p{
	font-size:75%;
	color:#333333;
	line-height:150%;
	}

p.txt{
	margin-bottom:15px;
	}
p.txt02{
	margin-bottom:8px;
	}

img{
	border:none;
	}


a:link,
a:active,
a:visited{
	color:#0066FF;
	text-decoration:underline;
	}

a:hover{
	color:#FF0000;
	text-decoration:underline;
	}

.color-red{
	color:#FF0000;
	}
.color-dark-yellow{
	color:#978911;
	}



.txt-bold{
	font-weight:bold;
	}


/* clearfix
**********************************************************************/
.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 */



/* page layout */

body
{
	background:url(common/img/union/main-bg.jpg) repeat-x 0 0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* container
**********************************************************************************************************************/
#container{
	width:890px;
	background:url(common/img/union/contents-bg.jpg) repeat-y 0 0;
	margin:0px auto;
	}

/* header-box
**********************************************************************************************************************/
#header-box{
	width:852px;
	_width:890px;
	background:url(common/img/union/header-bg.jpg) no-repeat 0 0;
	padding:0px 19px;
	height:104px;
	text-align:left;
	margin-bottom:7px;
	}

#header{
	width:852px;
	border-top: 5px solid #6B923D;
	background:url(common/img/union/logo-bg.jpg) no-repeat 0 0;
	padding:0px 0px 15px 0px;
	}

/* header-left
**************************************************/
#header-left{
	width:390px;
	float:left;
	}

#header-left h1#logo{
	width:370px;
	margin:15px 0px 0px 13px;
	}

#header-left h1#logo a{
	width:370px;
	height:65px;
	background:url(common/img/union/logo.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	}

#header-left h1#logo a:hover{
	text-decoration:none;
	}

/* header-right
**************************************************/
#header-right{
	width:430px;
	float:right;
	margin:14px 0px 0px 0px;
	}


#head-navi{
	width:430px;
	}

/* fontsize-box
******************************/	
#fontsize-box{
	width:167px;
	float:left;
	}

#fontsize-box .fontsize-text{
	width:77px;
	float:left;
	}

#fontsize-box .fontsize{
	width:86px;
	float:right;
	}

#fontsize-box .fontsize ul{
	position: relative;
	top:0px;
	width:86px;
	height:26px;
	list-style: none;
	overflow: hidden;
	}

#fontsize-box .fontsize ul li a{
	position: absolute;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	top: 0;
	}

#fontsize-box .fontsize ul li#large a{ 
	background: transparent url(common/img/union/large.jpg) no-repeat 0 0;
	width: 26px;
	left: 0px;
	}

#fontsize-box .fontsize ul li#regular a{ 
	background: transparent url(common/img/union/regular.jpg) no-repeat 0 0;
	width: 26px;
	left: 30px;
	}

#fontsize-box .fontsize ul li#small a{ 
	background: transparent url(common/img/union/small.jpg) no-repeat 0 0;
	width: 26px;
	left: 60px;
	}

#fontsize-box .fontsize ul li#large a:hover,
#fontsize-box .fontsize ul li#regular a:hover,
#fontsize-box .fontsize ul li#small a:hover{
	background-position:0px -26px;
	text-decoration:none;
	}

/* search-box
******************************/	
#search-box{
	float:left;
	width:240px;
	margin-left:10px;
	}

#search-box p.search-img{
	width:20px;
	float:left;
	}

#search-box p.search-txt{
	font-size:10px;
	display:inline;
	color:#666666;
	float:left;
	margin:5px 3px 0px 0px;
	}

#search-box form input.txtfld{
	width:100px;
	_width:95px;
	}

*+html body #search-box form input.txtfld{
	width:95px;
	}

#search-box form input.btn_search{
	background: #669900;
	color: #FFFFFF;
	font-size:11px;
	border: none;
	line-height: 20px;
	height: 20px;
	cursor:pointer;
	}


/* head-menu
******************************/	
#head-menu{
	clear:both;
	width:430px;
	margin-top:32px;
	}
	

#head-menu ul{
	width:430px;
	height:13px;
	position: relative;
	top:0px;
	list-style: none;
	overflow: hidden;
	}

#head-menu ul li a{
	position: absolute;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	top: 0px;
	}

#head-menu ul li#contact a{ 
	background: transparent url(common/img/union/bt/bt-contact.jpg) no-repeat 0 0;
	width: 95px;
	left: 83px;
	}

#head-menu ul li#link a{ 
	background: transparent url(common/img/union/bt/bt-link.jpg) no-repeat 0 0;
	width: 55px;
	left: 195px;
	}

#head-menu ul li#privacy a{ 
	background: transparent url(common/img/union/bt/bt-privacy.jpg) no-repeat 0 0;
	width: 138px;
	left: 272px;
	}

#head-menu ul li#contact a:hover,
#head-menu ul li#link a:hover,
#head-menu ul li#privacy a:hover{
	background-position:0px -13px;
	text-decoration:none;
	}


/* main-box
**********************************************************************************************************************/
#main-box{
	border:1px solid #669900;
	background:url(common/img/union/leftmenu-bg.jpg) repeat-y 0 0;
	width:850px;
	_width:852px;
	margin-left:19px;
	_margin-left:0px;
	text-align:left;
	}


#left-menu{
	float:left;
	width:192px;
	margin:4px 4px 0px 4px;
	_margin:4px 2px 0px 2px;
	}

/* サイドメニュー
**************************************************/
#left-menu ul{
	position:relative;
	overflow:hidden;
	width:192px;
	height:340px;
	top:0px;
	list-style:none;
	margin-bottom:7px;
	}

#left-menu ul li a{
	position: absolute;
	width: 192px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	top: 0px;
	}
	
#left-menu ul li#about a{
	background:url(common/img/union/bt/bt-about.jpg) no-repeat 0 0;
	height:55px;
	top:0px;
	}

#left-menu ul li#nouchi a{
	background:url(common/img/union/bt/bt-nouchi.jpg) no-repeat 0 0;
	height:55px;
	top:57px;
	}

#left-menu ul li#nyusatsu a{
	background:url(common/img/union/bt/bt-nyusatsu.jpg) no-repeat 0 0;
	height:55px;
	top:114px;
	}

#left-menu ul li#zaimu a{
	background:url(common/img/union/bt/bt-zaimu.jpg) no-repeat 0 0;
	height:55px;
	top:171px;
	}

#left-menu ul li#soudan a{
	background:url(common/img/union/bt/bt-soudan.jpg) no-repeat 0 0;
	height:55px;
	top:228px;
	}

#left-menu ul li#download a{
	background:url(common/img/union/bt/bt-download.jpg) no-repeat 0 0;
	height:55px;
	top:285px;
	}

#left-menu ul li#about a:hover,#left-menu ul li#nouchi a:hover,
#left-menu ul li#nyusatsu a:hover,#left-menu ul li#zaimu a:hover,
#left-menu ul li#soudan a:hover,#left-menu ul li#download a:hover{
	background-position:0px -55px;
	text-decoration:none;
	}

/* メールマガジン
**************************************************/

#mail-box{
	padding:5px 7px 10px 7px;
	margin-bottom:7px;
	border:1px solid #669900;
	width:176px;
	_width:192px;
	background:#fff;
	}

#mail-box h3{
	background:url(common/img/union/mail-ttl.gif) no-repeat 0 0;
	width:177px;
	height:43px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
	}

#mail-box p.mail-txt{
	background:url(common/img/union/icon01.gif) no-repeat 0 0;
	padding-left:20px;
	}

#mail-box p.mail-link{
	text-align:center;
	font-weight:bold;
	}

/* インフォメーション
**************************************************/
#info-box{
	padding:5px 7px 10px 7px;
	margin-bottom:7px;
	border:1px solid #669900;
	width:176px;
	_width:192px;
	background:#fff;
	}

#info-box h3{
	border-bottom:1px dotted #ccc;
	font-size:75%;
	color:#333333;
	padding-bottom:3px;
	}

p.info-txt{
	width:176px;
	}

/* contants
**********************************************************************************************************************/
#contants{
	width:640px;
	float:right;
	margin:5px 5px 0px 0px;
	_margin:5px 3px 0px 0px;
	}

#contents-inner{
	width:627px;
	margin:10px 0px 0px 10px;
	}

#contents-inner #inner-left{
	float:left;
	width:329px;
	}

/* 新着情報の部分
**************************************************/
#ttl-box01{
	border-bottom:5px solid #6B923D;
	padding-bottom:5px;
	margin-bottom:15px;
	width:329px;
	}
#ttl-box01 h3{
	float:left;
	width:100px;
	height:25px;
	background:url(common/img/top/news-ttl.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	}
#ttl-box01 p{
	float:right;
	width:119px;
	}
#ttl-box01 p a{
	width:119px;
	height:25px;
	background:url(common/img/top/news-list-ttl.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	text-decoration:none;
	}
ul.news-topics{
	width:329px;
	margin-bottom:8px;
	_margin-bottom:0px;
	list-style:none;
	font-size:75%;
	}
ul.news-topics li{
	background:url(common/img/top/line01.gif) repeat-x left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:150%;
	}
ul.news-topics li a{
	color:#006600;
	}
ul.news-topics li a:hover{
	color:#ff0000;
	}

p.bt-rss{
	margin:0px 0px 15px 277px;
	}



/* 宮崎県新規就農 相談センター新着情報の部分
**************************************************/
#ttl-box02{
	border-bottom:5px solid #0066CC;
	padding-bottom:5px;
	margin-bottom:15px;
	width:329px;
	}
#ttl-box02 h3{
	width:329px;
	height:25px;
	background:url(common/img/top/soudan-ttl.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	}

ul.soudan-box{
	width:329px;
	margin-bottom:15px;
	list-style:none;
	font-size:75%;
	}
ul.soudan-box li{
	background:url(common/img/top/line01.gif) repeat-x left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:150%;
	}
ul.soudan-box li a{
	color:#1278E9;
	}
ul.soudan-box li a:hover{
	color:#ff0000;
	}


/* バナー部分
**************************************************/
#contents-inner #inner-right{
	width:284px;
	float:right;
	}

#contents-inner #inner-right ul{
	width:284px;
	height:329px;
	position:relative;
	top:0px;
	list-style:none;
	overflow:hidden;
	}

#contents-inner #inner-right ul li a{
	width:284px;
	position:absolute;
	top:0px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	}

#contents-inner #inner-right ul li#bn-nouchi a{
	background:url(common/img/top/bt-nouchi.jpg) no-repeat 0 0;
	height:112px;
	top:0px;
	}

#contents-inner #inner-right ul li#bn-nyusatsu a{
	background:url(common/img/top/bt-nyusatsu.jpg) no-repeat 0 0;
	height:112px;
	top:112px;
	}

#contents-inner #inner-right ul li#bn-soudan a{
	background:url(common/img/top/bt-soudan.jpg) no-repeat 0 0;
	height:105px;
	top:224px;
	}

#contents-inner #inner-right ul li#bn-nouchi a:hover,
#contents-inner #inner-right ul li#bn-nyusatsu a:hover,
#contents-inner #inner-right ul li#bn-soudan a:hover{
	background-position:-284px 0px;
	text-decoration:none;
	}



/* footer-box
**********************************************************************************************************************/
#footer-box{
	width:820px;
	_width:852px;
	border:1px solid #669900;
	background:url(common/img/sec/footer-bg.jpg) repeat-x left bottom;
	margin:7px auto 0px auto;
	text-align:left;
	padding:15px;
	}

#footer-box a{
	color:#006600;
	}

#footer-box a:hover{
	color:#FF0000;
	}

/* copy-box
**********************************************************************************************************************/
#copy-box{
	width:865px;
	_width:890px;
	background: #fff url(common/img/sec/copy-bg.jpg) no-repeat left bottom;
	text-align:right;
	padding:8px 25px 8px 0px;
	margin:0px auto 30px auto;
	_margin:0px auto 60px auto;
	font-size:13px;
	}




