@charset "UTF-8";
/*-----------------------------------------
基本スタイルシート
更新日：2009年12月27日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー
・メインメニュー
・メインイメージ（Flash）設定
・トップページ用・メインコンテンツ
・メインコンテンツwrap設定
・左カラム設定（TOP用）
・右カラム設定（シングルページ用）
・右カラム設定
・フッター

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align:bottom
}

#wrap a:hover img {
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}

/*　基本リンク色設定　*/
a:link {
	color: #333232;
}

a:visited {
	color: #333232;
}

a:hover {
	color:#FF0000;
}

.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;
}

.red03 {
	color:#FF0000;
	font-weight: bold;
	font-size: 1.5em;
}

.blue01 {
	color: #0033FF;
}

.bold01 {
	font-weight: bold;
}

.big01 {
	font-weight: bold;
	font-size: 1.5em;
}

/*-------------------------------------
　　・html・body設定
-------------------------------------*/
html {  
	overflow: auto;  
}

* html { /* for IE6 */  
	overflow: hidden;  
	overflow-x: auto;  
	height: 100%;  
}  

body {
	font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(/img/back01.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	position: relative;
	min-width: 1000px;
	background-color: #FFFFFF;
}

* html body { /* for IE6 */  
	overflow-y: auto;  
	height: 100%;  
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/
/*　全体を覆うラップ設定　*/
#wrap {
	width: 1020px;
	color: #333232;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/img/back02.jpg);
	background-repeat: no-repeat;
}

/*　シングルページ用ラップ設定　*/
#wrap2 {
	width: 1000px;
	color: #333232;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

/*-------------------------------------
　　・ヘッダー設定
-------------------------------------*/
#header {
	width: 1000px;
	height: 169px;
	background-image: url(/img/header01.jpg);
	background-repeat: no-repeat;
} 

#header h1 {
	text-indent: -9999px;
	height: 94px;
	background-image: url(/img/header01.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}

/*　h1にリンクを設定　*/
h1 a{
	width: 500px;
	display: block;
	height: 94px;
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/
#main_menu {
	width: 1000px;
	height: 51px;
	background-repeat: no-repeat;
	background-image: url(/img/main_menu01.jpg);
}

#main_menu ul li  {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
}

#main_menu  .menu01 a {
	display: block;
	height: 51px;
	width: 202px;
}

#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: 51px;
	width: 259px;
}

#main_menu  .menu02 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -202px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu03 a {
	display: block;
	height: 51px;
	width: 157px;
}

#main_menu  .menu03 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -461px bottom;
}

#main_menu  .menu04 a {
	display: block;
	height: 51px;
	width: 207px;
}

#main_menu  .menu04 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -618px bottom;
}

#main_menu  .menu05 a {
	display: block;
	height: 51px;
	width: 175px;
}

#main_menu  .menu05 a:hover {
	background-image: url(/img/main_menu01.jpg);
	background-position: -825px bottom;
}

/*-----------------------------------
　　・メインイメージ設定
------------------------------------*/
#main_image {
	margin-bottom: 25px;
}

/*-----------------------------------
　・メインコンテンツ
------------------------------------*/
#main_content {
	clear: both;
	width: 1000px;
	margin-bottom: 15px;
}

#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: 245px;
	padding-left: 15px;
	padding-right: 15px;
}

#left_column:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #left_column {
    height: 1em;
    overflow: visible;
}

#left_column h2 {
	clear: both;
}

.left_box {
	width: 245px;
	background-image: url(/img/left_back01.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8D00;
}

.left_box ul {
	padding-top: 10px;
	padding-bottom: 10px;

}

.left_box li {
	list-style-type: none;
	background-image: url(/img/icon01.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 35px;
	padding-top: 2px;
	background-position: 20px 8px;
	line-height: 1.5em;
}

.left_box a:link {
	text-decoration: underline;
}

.left_banner01 {
	padding-bottom: 10px;
}

/*-----------------------------------
　・右カラム設定
------------------------------------*/
#right_column {
	float: left;
	width: 710px;
	overflow: hidden;
}

#right_column:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #right_column {
    height: 1em;
    overflow: visible;
}

.top_banner01 {
	height: 150px;
	width: 710px;
	margin-bottom: 10px;

}

.top_banner01A,.top_banner01B {
	text-indent: -9999px;
}

.top_banner01A a {
	height: 150px;
	width: 350px;
	background-image: url(/img/banner03.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

.top_banner01A a:hover {
	background-image: url(/img/banner03.jpg);
	background-position: 0px bottom;
	display: block;
}

.top_banner01B a {
	height: 150px;
	width: 350px;
	background-image: url(/img/banner04.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
}

.top_banner01B a:hover {
	background-image: url(/img/banner04.jpg);
	background-position: bottom;
	display: block;
}


#right_column h2 {
	clear: both;
}

#right_column h3 {
	clear: both;
	color: #FFFFFF;
	width: auto;
	background-color: #FDB35C;
	font-size: 1em;
	line-height: 2em;
	text-indent: 15px;
}

.single_h2 {
	clear: both;
	width: 710px;
	background-image: url(/img/koumoku00.jpg);
	background-repeat: no-repeat;
	height: 23px!important;
	height: 30px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-indent: 50px;
	padding-top: 7px;
}

#bread {
	text-align: right;
	margin-bottom: 5px;
}

.right_box {
	width: 690px!important;
	width: 710px;
	background-image: url(/img/right_back01.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8D00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.right_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .right_box {
    height: 1em;
    overflow: visible;
}

#news_box li {
	list-style-type: none;
	background-image: url(/img/icon02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 35px;
	padding-top: 2px;
	background-position: 20px 8px;
	line-height: 1.5em;
}

.right_box .text01 {
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
}

.right_box_left {
	padding-left: 15px;
	float: left;
	width: 405px;
}

.right_box_right {
	float: right;
	width: 260px;
}

.right_box_right img {
}

.right_box_right p {
	line-height: 1.5em;
	padding-left: 15px;
}

.page_navi {
	text-align: right;
}

.page_navi02 {
	text-align: center;
}

/*--------メールフォーム--------*/
#right_column .form01 h3 {
	clear: both;
	color: #FFFFFF;
	width: auto;
	background-color: #FDB35C;
	font-size: 1em;
	line-height: 2em;
	text-indent: 15px;
}

.form01 table {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFD09B;
	border-left-color: #FFD09B;
	margin-left: 20px;
	font-size: 1em;
}

.form01 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFD09B;
	border-bottom-color: #FFD09B;
	width: 100px;
	padding: 5px;
}

.form01 tr {
}

.form01 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFD09B;
	border-bottom-color: #FFD09B;
}

.form01 .btn {
	margin-left: 30px;
}

.cf_text_label input {
	width: 300px;
}

.cf_email_value input {
	width: 300px;
}

.cf_text_value input {
	width: 250px;
}

.cf_simathi_value input {
	width: 300px;
}

.cf_kennbutu_value input {
	width: 300px;
}

.cf_text_value {
	width: 480px;
}

.cf_textarea_value textarea {
	height: 100px;
	width: 450px;
}

/*-----------------------------------
　　　・フッター設定
------------------------------------*/
.pagetop01 {
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer_menu {
	clear: both;
	width: 1000px;
	text-align: center;
}

#footer_menu li {
	list-style-type: none;
	display: inline;
}

#footer {
	clear: both;
	height: 100px;
	width: 1000px;
	width: 100%;
	background-image: url(/img/footer_back01.jpg);
	margin-top: 15px;
	margin-right: -500%;
	margin-bottom: 0;
	margin-left: -500%;
	padding-top: 0;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
}

* html #footer { /* for IE6 */  
	position: relative;  
	zoom: 1;  
}

*:first-child+html #footer { /* for IE7 */  
	position: relative;
	zoom: 1;
}  

