@charset "UTF-8";
/*-----------------------------------------
基本スタイルシート
更新日：2009年11月27日
-------------------------------------------
目次：

・基本セット
・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;
}

.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;
	overflow-x: hidden;
	position: relative;
	min-width: 1000px;
}

* html body { /* for IE6 */  
	overflow-y: auto;  
	height: 100%;  
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/
/*　全体を覆うラップ設定　*/
#wrap {
	width: 1000px;
	color: #333232;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*　シングルページ用ラップ設定　*/
#wrap2 {
	width: 1000px;
	color: #333232;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(/img/main_back01.jpg);
	background-repeat: repeat;
}

/*-------------------------------------
　　・ヘッダー設定
-------------------------------------*/
#header {
	width: 1000px;
	height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	background-image: url(/img/header_back01.jpg);
}

* html #header { /* for IE6 */  
	position: relative;  
	zoom: 1;  
}

*:first-child+html #header { /* for IE7 */  
	position: relative;
	zoom: 1;
}  

#header h1 {
	text-indent: -9999px;
	height: 60px;
	background-image: url(/img/header01.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}

/*　h1にリンクを設定　*/
h1 a{
	width: 600px;
	display: block;
	height: 60px;
}


/*-----------------------------------
　　・メインイメージ（Flash）設定
------------------------------------*/
#main_image {
	margin-top: 15px;
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/
#main_menu {
	width: 1000px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url(/img/main_menu01.gif);
	margin-top: 15px;
}

#main_menu ul li  {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
}

#main_menu  .menu01 a {
	display: block;
	height: 65px;
	width: 123px;
}

#main_menu  .menu01 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu02 a {
	display: block;
	height: 65px;
	width: 176px;
}

#main_menu  .menu02 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -123px bottom;
	background-repeat: no-repeat;
}

#main_menu  .menu03 a {
	display: block;
	height: 65px;
	width: 128px;
}

#main_menu  .menu03 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -299px bottom;
}

#main_menu  .menu04 a {
	display: block;
	height: 65px;
	width: 130px;
}

#main_menu  .menu04 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -427px bottom;
}

#main_menu  .menu05 a {
	display: block;
	height: 65px;
	width: 170px;
}

#main_menu  .menu05 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -557px bottom;
}

#main_menu  .menu06 a {
	display: block;
	height: 65px;
	width: 132px;
}

#main_menu  .menu06 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -727px bottom;
}

#main_menu  .menu07 a {
	display: block;
	height: 65px;
	width: 141px;
}

#main_menu  .menu07 a:hover {
	background-image: url(/img/main_menu01.gif);
	background-position: -859px bottom;
}

/*-----------------------------------
　・メインコンテンツ
------------------------------------*/
#main_content {
	clear: both;
	width: 1000px;
	margin-top: 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: 250px;
	padding-left: 10px;
}

#left_column h2 {
	clear: both;
}

.left_box {
	width: 238px!important;
	width: 240px;
	background-image: url(/img/left_back01.jpg);
	background-repeat: repeat;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #803112;
	border-bottom-color: #803112;
	border-left-color: #803112;
}

.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: 15px 5px;
	line-height: 1.5em;
}

.left_box a:link {
	text-decoration: underline;
}

.left_banner01 {
	padding-bottom: 10px;
}

/*-----------------------------------
　・右カラム設定
------------------------------------*/
#right_column {
	float: right;
	width: 740px;
	overflow: hidden;
}

#right_column h2 {
	margin-bottom: 10px;
}

#right_column h3 {
	background-image: url(/img/right_bar01.jpg);
	height: 30px;
	width: 730px;
	text-indent: 45px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2em;
	clear: both;
}

#right_column h4 {
	font-size: 1em;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #7E2F10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E2F10;
	padding-bottom: 2px;
	background-image: url(/img/left_back01.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 20px;
	line-height: 2em;
}

.right_box {
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 1.8em;
}

/*---------h4の小カテゴリがある場合--------*/
.right_box2 {
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 1.8em;
}

.right_box_img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 500px;
	background-image: url(/img/left_back01.jpg);
	background-repeat: repeat;
}

/*--------メールフォーム--------*/
#right_column .form01 h3 {
	background-image: url(/img/right_bar02.jpg);
	height: 30px;
	width: 730px;
	clear: both;
}

.form01 table {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 1.8em;
}

.form01 th {
	padding-right: 5px;
}

.form01 tr {
}

.form01 td {
	padding: 10px;
}

.form01 .btn {
	margin-left: 30px;
}

/*-----------------------------------
　　　・フッター設定
------------------------------------*/
.pagetop01 {
	clear: both;
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	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: 35px;
	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;
}  

