@charset "UTF-8";
/*-----------------------------------------
基本スタイルシート
更新日：2009年12月14日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー
・メインメニュー
・メインイメージ（Flash）設定
・トップページ用・メインコンテンツ
・メインコンテンツwrap設定
・左カラム設定（TOP用）
・左カラム設定（シングルページ用）
・右カラム設定
・フッター

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align:bottom
}


/*　基本リンク色設定　*/
a:link {
	color: #333232;
}

a:hover {
	color:#FF0000;
}

a:visited {
	color: #333232;
}

.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

.red01 {
	color:#FF0000;
}

.red01 a:link {
	color:#FF0000;
}

.red01 a:visited {
	color:#FF0000;
}

.red01 a:hover {
	color:#000000;
}

.red02 {
	color:#FF0000;
	font-weight: bold;
}

.blue01 {
	color: #0033FF;
}

.bold01 {
	font-weight: bold;
}

.big01 {
	font-weight: bold;
	font-size: 1.5em;
}

/*-------------------------------------
　　・body設定
-------------------------------------*/

/*　body設定　*/
body {
	font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFEE3;
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/

/*　全体を覆うラップ設定　*/
#wrap {
	width: 1000px;
	color: #333232;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/*-------------------------------------
　　・ヘッダー設定
-------------------------------------*/
/*　ヘッダーを覆うラップ設定　*/
#header {
	width: 1000px;
	height: 166px;
	background-repeat: no-repeat;
	overflow:hidden;
	background-image: url(/img/header01.jpg);
}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 166px;
	width: 210px;
	float: left;
	display: block;
}

/*　h1にリンクを設定　*/
h1 a{
	display: block;
	height: 166px;
	width: 210px;
}

#head_right {
	text-indent: -9999px;
	float: right;
	height: 86px;
	width: 790px;
	display: block;
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/
#main_menu {
	width: 790px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(/img/main_menu01.gif);
	float: right;
}

#main_menu ul li  {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
}

#main_menu  .menu01 a {
	display: block;
	height: 80px;
	width: 119px;
}

#main_menu  .menu01 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu02 a {
	display: block;
	height: 80px;
	width: 113px;
}

#main_menu  .menu02 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -119px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu03 a {
	display: block;
	height: 80px;
	width: 153px;
}

#main_menu  .menu03 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -232px bottom;
}

#main_menu  .menu04 a {
	display: block;
	height: 80px;
	width: 175px;
}

#main_menu  .menu04 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -385px bottom;
}

#main_menu  .menu05 a {
	display: block;
	height: 80px;
	width: 230px;
}

#main_menu  .menu05 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -560px bottom;
}


/*-----------------------------------
　　・メインイメージ（Flash）設定
------------------------------------*/
#main_image {
	height: 365px!important;
	height: 380px;
	width: 740px;
	margin-bottom: 15px;
}

/*-----------------------------------
　・メインコンテンツ
------------------------------------*/
#main_content {
	clear: both;
	width: 1000px;
}

#main_content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_content {
    height: 1em;
    overflow: visible;
}

/*-----------------------------------
　・左カラム設定（TOP用）
------------------------------------*/
#left_column {
	float: left;
	width: 740px;
}

#left_column h2 {
	clear: both;
}

#left_column h3 {
	height: 30px;
	width: 740px;
	background-image: url(/img/bar03.jpg);
	background-repeat: no-repeat;
	line-height: 1.8em;
	color: #FFFFFF;
	text-indent: 60px;
	margin-top: 15px;
	font-size: 1.2em;
	clear: both;
}

#news_box {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#news_box li {
	list-style-type: none;
	background-image: url(/img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

#news_box li a:link {
	text-decoration: none;
}

#news_box li a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#news_box li a:visited {
	text-decoration: none;

}

#left_box01 {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#left_box01:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #left_box01 {
    height: 1em;
    overflow: visible;
}

#left_box01 a:link {
	color: #0033FF;
}

#left_box01 a:hover {
	color:#FF0000;
}

#left_box01 a:visited {
	color: #0033FF;
}

.left_box01_img01 {
	float: left;
}

.left_box01_txt01 {
	float: left;
	margin-left: 20px;
	width: 360px;
	line-height: 2em;
}

.left_box01_txt01 ul {
}

.left_box01_txt01 li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3E8D20;
	background-image: url(/img/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-indent: 18px;
}

.left_btn01 {
	text-align: right;
	margin-top: 15px;
}

/*-----------------------------------
　・左カラム設定（シングルページ用）
------------------------------------*/
#left_column_single {
	float: left;
	width: 740px;
}

#left_column_single h4 {
	font-size: 1em;
}

.left_box {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.left_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .left_box {
    height: 1em;
    overflow: visible;
}

.left_img01 {
	float: left;
}

.left_txt01 {
	float: left;
	margin-left: 20px;
	width: 290px;
}

.left_txt01 p {
	line-height: 1.5em;
}

.left_txt02 {
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
}

.table01 table {
	background-color: #FFFFCD;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #1D9319;
	border-left-color: #1D9319;
}

.table01 tr {
}

.table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #199519;
	border-bottom-color: #199519;
	padding: 5px;
}

/*-----メニューページ----*/
.menu_list01  li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.pp01 {
	margin-bottom: 5px;
}

/*-----------------------------------
　・右カラム設定
------------------------------------*/
#right_column {
	float: right;
	width: 240px;
	overflow: hidden;
}

#right_column li {
	list-style-type: none;
	margin-bottom: 10px;
}

/*-----------------------------------
　　　・フッター設定
------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	overflow:hidden;
	margin-top: 15px;
	background-image: url(/img/footer01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 1000px;
}
