@charset "utf-8";

* {
	margin: 0;
	padding:0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #95B515;
	color: #393939;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 16px;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color: #009999;
}

a:hover {
	color: #FF3366;
	text-decoration: none;
}

li {
	list-style-type: none;
}


/*レイアウト
------------------------------------------------------------*/

#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	height: 130px;
	position: relative;
	background-position: center top;
}
#main {
	background-color: #FFFFFF;
	width: 900px;
	float: left;
}
#foot {
	background-image: url(img/foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
	clear: both;
	position: relative;
}


/*ヘッダー
------------------------------------------------------------*/

#head #logo {
	position: absolute;
	left: 30px;
	top: 30px;
}
#head #navi {
	height: 22px;
	position: absolute;
	bottom: 8px;
	padding-left: 5px;
}
#head #navi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95B515;
	padding-right: 3px;
}
#head #navi li a {
	line-height: 22px;
	background-image: url(img/navi_li.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-right: 10px;
	padding-left: 27px;
	color: #FFFFFF;
	text-decoration: none;
}
#head #navi li a:hover {
	background-color: #95B515;
	background-image: url(img/navi_li_ov.gif);
}


/*メイン
------------------------------------------------------------*/

#cont {
	padding: 20px;
	background-color: #FFFFFF;
	float: left;
}
#c_body {
	float: right;
	width: 610px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#c_body form p{
	color:#FF0000;
	text-align:left;
	margin-bottom:1em;
}

.span{
	color:#FF0000;
}

#c_body tbody input,textarea{
	border:1px solid #CCCCCC;
	width:300px;
}

#c_body select{
	margin-bottom:0.5em;
}

#c_body table{
	width:580px;
	border-collapse:collapse;;
}

#c_body tbody th{
	background-image:url(img/table_bg.gif);
	text-align:left;
	padding:0px 5px;
	width:200px;
	border:1px solid #CCCCCC;
}

#c_body tfoot td{
	text-align:center;
	height:3em;
	line-height:3em;
	border:none;
}

.read{
	border:none;
}


#cont p {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 150%;
}

h2,h3 {
	font-size: 20px;
	color: #444444;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #95B515;
	padding-left: 10px;
	margin: 10px;
	line-height: 20px;
}
h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3E49A;
	font-size: 16px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

h2.h2_img {
	padding: 0px;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
}

#pan {
	background-image: url(img/pan.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
}
#pan a {
	color: #FFFFFF;
}

/*サイド
------------------------------------------------------------*/

#side_menu {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#side_menu li a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	width: 180px;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	margin-top: 5px;
}

#side_menu ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#side_menu li a:hover {
	color: #000000;
	background-image: url(img/side_li_ov.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#side_menu h3 {
	color: #FFFFFF;
	background-image: url(img/side_h3.gif);
	text-align: center;
	border-left-style: none;
	height: 30px;
	padding-top: 25px;
	font-weight: normal;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


/*フッター
------------------------------------------------------------*/

#foot ul {
	height: 20px;
	position: absolute;
	left: 0px;
	top: 23px;
}
#foot ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 3px;
}
#foot ul li a {
	line-height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#foot ul li a:hover {
	background-color: #B3D724;
}
#foot address {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	right: 5px;
	bottom: 15px;
	position: absolute;
}


/*テーブル
------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 15px;
}
table td {
	border-collapse: collapse;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
}
table.sheet td {
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #CCCCCC;
	border-left-color: #E8E8E8;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
table.sheet th {
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #F7F7F7;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	background-color: #E9E9E9;
	font-weight: normal;
	color: #111111;
	white-space: nowrap;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
}
table.sheet {
	margin-top: 5px;
	border: 2px solid #F9F9F9;
}
h3.h3_table {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B3D649;
	letter-spacing: 0.1em;
}

/*news
------------------------------------------------------------*/
#c_news table td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #95B515;
	padding: 7px;
}
#c_news {
	float: left;
	width: 590px;
	position: relative;
}

#c_news h2 {
	background-image: url(img/h2_news.gif);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: -7000px;
	border-left-style: none;
	background-position: left top;
}
#c_news .more {
	background-image: url(img/li_or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	position: absolute;
	top: 15px;
	right: 35px;
}

/*pick up
------------------------------------------------------------*/
#c_pick {
	float: right;
	width: 250px;
	position: relative;
	padding-left: 20px;
}

#c_pick h2 {
	background-image: url(img/h2_pick.gif);
	background-repeat: no-repeat;
	height: 35px;
	border-left-style: none;
	text-indent: -7000px;
	background-position: left top;
	margin-left: 0px;
}

#c_pick .more {
	background-image: url(img/li_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	position: absolute;
	top: 15px;
	right: 35px;
}

#c_pick p {
	line-height: 150%;
}
#c_pick .pick_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
#c_pick h3 {
	font-size: 18px;
	line-height: 18px;
	color: #1A92BF;
	border-left-color: #ACF2FF;
}

/*pick up
------------------------------------------------------------*/
#c_pick1 {
	float: right;
	width: 250px;
	position: relative;
	padding-left: 20px;
}

#c_pick1 h2 {
	background-image: url(img/h2-1_pick.gif);
	background-repeat: no-repeat;
	height: 35px;
	border-left-style: none;
	text-indent: -7000px;
	background-position: left top;
	margin-left: 0px;
}

#c_pick1 .more {
	background-image: url(img/li_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	position: absolute;
	top: 15px;
	right: 35px;
}

#c_pick1 p {
	line-height: 150%;
}
#c_pick1 .pick_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
#c_pick1 h3 {
	font-size: 18px;
	line-height: 18px;
	color: #1A92BF;
	border-left-color: #ACF2FF;
}
/*more
------------------------------------------------------------*/

.more a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.more a:hover {
	color: #FF3366;
}
.img_left {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.more_box a {
	background-image: url(img/li_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 13px;
	text-decoration: none;
}
.more_box {
	text-align: right;
	padding-right: 5px;
}

/*追加項目
------------------------------------------------------------*/
#cont p.chui {
	font-size: 14px;
	color: #CC7500;
}
h3.h3_gentei {
	color: #F58801;
	border-left-color: #FFCC66;
	margin-top: 15px;
	font-size: 18px;
}
#cont .gentei_box {
	margin-right: 10px;
	margin-left: 10px;
	border: 3px solid #FFCC66;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gentei_box li {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/li_dl.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table.table_koumoku td {
	padding: 0px;
	width: 280px;
	background-color: #F6F6F6;
	vertical-align: top;
	border: 3px solid #FFFFFF;
	background-image: url(img/bg_line.gif);
}
#cont .table_koumoku p {
	font-size: 14px;
	padding: 10px;
}
.table_koumoku h5 {
	font-size: 14px;
	line-height: 22px;
	color: #0D729D;
	background-color: #F3F3F3;
	text-indent: 5px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6DB9D6;
}
table.table_koumoku {
	margin-right: auto;
	margin-left: auto;
}
table.table_hikaku {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.table_hikaku th {
	padding: 5px;
	background-color: #DFF295;
	border: 1px solid #CCCCCC;
}
table.table_hikaku td {
	text-align: center;
	font-size: 14px;
}
table.table_hikaku td.td_sel {
	background-color: #FFF5DF;
	font-weight: bold;
	color: #990000;
}
.table_hikaku th.th_sel {
	color: #FFFFFF;
	background-color: #A83535;
}
table.table_hikaku td.td_th {
	background-color: #F7F8F3;
	font-weight: bold;
}

