﻿@charset "utf-8";
/* CSS Document */

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	text-align: center;
	color: #333;
	background-repeat: repeat-x;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

	
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* ---------- /body ---------- */
/* ---------- anchor ---------- */

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #F90;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #9C0;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */

/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
/* ---------- /clear---------- */
	
/* ---------- font ---------- */
.fs10{
	font-size: 10px;
}
.fs14{
	font-size: 14px;
}	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #C00;
} 
.fc02{
	color: #F90;
} 
.fc03{
	color: #fff;
} 
.bold{
	font-size: 12px;
	font-weight: bold;
}
/* ---------- /font ---------- */

/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 0 5px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border: dashed #999;
	border-width:1px 0px 0px 0px;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	width: 820px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */
#header{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#header h1{
	font-size: 10px;
	color: #666;
}
#rogo {
	font-size: 20px;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#rogo a{
	font-size: 20px;
	color: #333;
	text-decoration: none;
}
/*
---------- ナビゲーション ---------- */

ul#globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li {
	margin: 0;
	padding: 0 0px 0 0;
	float: left;
	width: 136px;
	text-align: center;
}

ul#globalNavi li a {
/*	padding: 8px 20px;
*/
        padding: 0px 0px;

	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #F60;
}

ul#globalNavi li a:hover {
/*
	background-color: #F60;
*/
	border: 1px solid #F60;
	color: #FFF;

}

/* ClearFix */

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*
---------- コンテンツ ---------- */
#contents{
	margin-top: 20px;
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 200px;
	margin-top: 20px;
}
/*サイドメニュー*/
#submenu{
	width: 200px;
	background-image: url(../img/submenu_bg.jpg);
	padding-bottom: 20px;
}

#submenu h2{
	background-image: url(../img/submenu_h2.jpg);
	height: 25px;
	width: 180px;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}

#submenu ul{
	list-style: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#submenu li{
	margin: 0;
}

#submenu li a{
	display: block;
	width: 160px;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 40px;
	text-decoration: none;
	color: #333;
	background-image: url(../img/submenu_li_bg.jpg);
	background-position: left top;
}

#submenu li a:hover{
	color: #444;
	background-image: url(../img/submenu_li_bg.jpg);
	background-position: right bottom;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #F90;
	margin-top: 20px;
	padding: 5px;
}

/*
---------- メイン ---------- */
#main{
	float: right;
	width: 600px;
	padding-left: 20px;
	margin-top: 20px;
}
#main h2{
	background-image: url(../img/main_h2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 560px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 5px;
}
#main h3{
	background-image: url(../img/main_h3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 560px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 8px;
	color: #F90;
}
.main_box{
	margin: 10px;
}
.main_box2{
	margin: 10px;
	border: 1px solid #CCC;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #FC0;
	border-right: 0px dashed #FC0;
	border-bottom: 0px dashed #FC0;
	border-left: 0px dashed #FC0;
}
/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin: 15px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box{
	width: 820px;
	text-align:left;
	color: #333;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box a{
	color: #333;
}
#footer_box a:hover{
	color: #FFF;
}

/*
----------------*/
div#sfm-container { width: 600px; margin: auto; padding: 5px; border: 1px solid #ccc; }
div#sfm-container h1 { font-size: 14px; color: #fff; background: #99c; padding: 2px 2px 1px 5px; border-left: 6px solid #55a; margin: 0px; }
div#sfm-container h2 { font-size: 12px; margin: 0px; padding: 10px 0px; }

div#sfm-layout { text-align: center; margin: 10px 0px 15px; }
div#sfm-layout p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#sfm-layout h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
div#sfm-layout table { width: 90%; margin: auto; border: 1px solid #ccc; }
div#sfm-layout a:link, div#sfm-layout a:visited { color: #00d; text-decoration: none; }
div#sfm-layout a:hover { color: #f22; text-decoration: underline; }
div#sfm-layout form { margin: 0px; }
div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea { font-size: 12px; }
div#sfm-layout td, div#sfm-layout th { font-size: 12px; line-height: 140%; text-align: left; }
div#sfm-layout td { background: #f1f1f1; width: 354px; padding: 5px; }
div#sfm-layout th { font-weight: normal; background-color: #e4e4e4; white-space: nowrap; padding: 5px; border-left: 1px solid #bbb; }
div#sfm-layout .submit { text-align: center; background: #fff; width: auto; border-left: none; }
div#sfm-layout .submit input { width: 70px; }
div#sfm-layout .type-red { color: red; }
div#sfm-layout .border-red { border-left-color: red; }
div#sfm-layout .ERR { color: red; }

#name, #kana, #address2, #address3, #email, #emailcheck, #subject { width: 350px; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 30px; }
#zip1 { width: 40px; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 40px; }
#message { width: 350px; height: 100px; }

div#copyright { font-size: 10px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #999; text-decoration: none; }
div#copyright a:hover { text-decoration: underline; }
