/*------------------------------------------------------------------------------
　style.css
------------------------------------------------------------------------------*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: black;
	background: #FFF url(images/bg-58.jpg) repeat-x;
	line-height: 130%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	height: 100%;
}


/* 文字サイズ（標準） */
.font {
	font-size: 95%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* 文字サイズ（中） */
.fontM {
	font-size:80%;
	line-height:130%;
}

/* フレーム（バナー） */
.iframeBannar {
	width: 200px;
	height: 650px;
	border: none;
}

/* かどまる(就農サポートセンター) */
.border-radius {
	width: 590px;
	height: 140px;
	background-color: #006 ;
	border-radius: 20px;
	text-align: left;
	font-size: 14px;
}

.clear { clear: both; }

/*------------------------------------------------------------------------------
　Form
------------------------------------------------------------------------------*/
.button_next {
/*
	width: 84px;
	height: 31px;
	border: 0px;
	background: url(images/bt_next.gif) left top no-repeat;
*/
}
.button_reset {
/*
	width: 84px;
	height: 31px;
	border: 0px;
	background: url(images/bt_reset.gif) left top no-repeat;
	*/
}

/*------------------------------------------------------------------------------
　a:link　未訪問ページ（要素）へのスタイル指定
　a:visited　訪問済みページ（要素）へのスタイル指定
　a:hover　アンカー要素にマウスカーソルが重なったときのスタイル指定
　a:active　アンカー要素をクリックした瞬間のスタイル指定
------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #260;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF6B24;
	text-decoration: underline;
}


h2 {
	padding: 0px 10px;
	margin: 10px 20px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

h3 {
	background: #FFF url(images/hbg.gif) repeat-x;
	height: 40px;
	padding: 10px 10px 0 10px;
	margin: 0px 20px;
}

h3 span {
	background: url(images/h-art.gif) no-repeat left;
	padding: 1px 10px 0 23px;
	line-height: 22px;
	margin: 0;
}

h4 {
	color: #666;
	padding: 0px 10px;
	margin: 10px 20px;
	border-bottom: 1px solid #a0c80e;
	letter-spacing: -1px;
}


/*------------------------------------------------------------------------------
　Header
------------------------------------------------------------------------------*/
#wrapper-header { background: none; }

#header {
	background: url('images/top.jpg') right no-repeat;
	width: 900px;
	height: 200px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	padding-left: 10px;
	letter-spacing: -1px;
}

/*------------------------------------------------------------------------------
　Menu
------------------------------------------------------------------------------*/
#wrapper-menu {
	clear: both;
	background: #669900 url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	font-size: 90%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
	height: 50px;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 4px 1em 0 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	height: 50px;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #ffffff;
	height: 50px;
}

/*------------------------------------------------------------------------------
　Contents
------------------------------------------------------------------------------*/
#wrapper-contents {
	clear: both;
	margin: 0 auto;
	width: 900px;
	padding: 0 0 10px 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

#wrapper-contents p {
	margin: 0px 30px;
}

#wrapper-contents li {
	margin: 0px 16px;
}

#contents-left {
	margin-right: 240px;
}

#contents-right {
	clear: both;
	float: right;
	width: 240px;
	text-align: center;
}

#contents-list {
	margin: 0px 40px;
}


/*------------------------------------------------------------------------------
　Page-top
------------------------------------------------------------------------------*/
#wrapper-pagetop {
	clear: both;
	width: 100%;
	height: 35px;
	overflow: hidden;
}
#pagetop {
	width: 900px;
	height: 35px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 80%;
	text-align: right;
}


/*------------------------------------------------------------------------------
　Footer
------------------------------------------------------------------------------*/
#wrapper-footer {
	clear: both;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
#footer {
	width: 100%;
	height: 30px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	color: white;
	background: #669900 url('images/footer-background.png') top left repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 80%;
}


/*------------------------------------------------------------------------------
　Bottom
------------------------------------------------------------------------------*/
#wrapper-bottom {
	clear: both;
	width: 100%;
	height: 100px;
	overflow: hidden;
	bottom: 0;
}
#bottom {
	width: 900px;
	height: 75px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 80%;
	vertical-align: middle;
}


/*------------------------------------------------------------------------------
　Table
------------------------------------------------------------------------------*/
table01 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	float: none;
}
th01 {
	padding: 4px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666666;
}
td01 {
	padding: 4px 2px 2px 4px;
	border: 1px solid #666666;
}


/*------------------------------------------------------------------------------
　Navigater
------------------------------------------------------------------------------*/
#wrapper-navigate {
	clear: both;
	width: 100%;
	height: 15px;
	margin: 0 auto;
}
#navigate {
	width: 70%;
	height: 15px;
	background: #FFF;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 80%;
	text-align: left;
}
