﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.4;
}
img, div, input { behavior: url("css/iepngfix.htc") }
/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	background:url(../image/bg.jpg);
	color: #333;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #363573;
}

a:visited {
	color: #363573;
}

a:hover {
	color: #6F6CBB;
}

a:active {
	color: #363573;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.pr {
	padding-right:25px;
	padding-top:30px;
}
p.top {
	text-align:right;
	clear:both;
	margin-bottom:10px;
}
p.topbt {
	margin-bottom:20px;
}
p.index-link {
	text-align:right;
	clear:both;
	line-height:1.7;
}
p.top a {
	color:#993300;
	padding:0 0 0px 2px;
	text-decoration:none;
}
p.top a:hover {
	color:#996600;
}
h2 {
	padding:10px 0 0 7px;
	float:left;
}
h3 {
}
h4 {
}
/*		全体構造
-----------------------------------------------------------------*/
div#container {
	width:806px;
	margin:0 auto;
	padding:20px 0;
	font-size:1.2em;
}
/*		ヘッダー
-----------------------------------------------------------------*/
div#header {
	margin:0 auto;
	width:806px;
	background:url(../image/head-bg.jpg) no-repeat left top;
}
div#header ul {
	float:right;
	padding:44px 3px 0 0;
	margin-bottom:20px;
}
div#header ul li {
	float:left;
}
div#header ul li.home a {
	padding-top:0px;
}
div#header ul li a {
	display:block;
	padding-top:14px;
}
div#header p {
	clear:both;
}
/*		メインエリア
-----------------------------------------------------------------*/
div#main {
	margin:0 auto;
	width:800px;
	padding:0 3px;
	background:url(../image/main-bg-y.jpg) repeat-y;
}
div#main-in {
	background:url(../image/main-bg-x.jpg) repeat-x left top;
	width:790px;
	padding:17px 0 0 10px;
	clear:both;
}
div#main-in ul.gnavi {
}
div#main-in ul.gnavi li {
	float:left;
	padding-bottom:10px;
}
div#main-in p {
	clear:both;
	margin:0 0 10px 0;
}
div#main-in p.maker {
	clear:both;
}
div#main-in dl {
	float:left;
	padding:0 10px 10px 5px;
}
div#main-in dl.other {
	float:left;
	padding:0 10px 0 5px;
}
div#main-in ul.maker ,div#main-in ul.makers {
	clear:both;
}
div#main-in ul.maker li {
	float:left;
	padding:0 2px 10px 0;
}
div#main-in ul.makers li {
	float:left;
	padding:0 2px 0 0;
}
div#main-in ul.maker li.lastChild {
	padding:0 0 0 0;
}
/*		フッターナビ
-----------------------------------------------------------------*/
div#fnavi {
	width:806px;
	margin:0 auto;
	padding:12px 0 4px;
	background:url(../image/fnavi-bg.jpg) no-repeat center top;
}
div#fnavi ul {
}
div#fnavi ul li {
	display:inline;
}
div#fnavi ul li a {
	color:#CCC;
	padding:0 30px 0 24px;
	_padding:0 30px 0 24px;
}
div#fnavi ul li.lastChild a {
	padding:0 0px 0 20px;
}
div#fnavi ul li a:hover {
	color:#E7E7E7;
}
/*		フッター
-----------------------------------------------------------------*/
div#footer {
	background:url(../image/foot-bg.jpg) no-repeat;
	height:75px;
	width:786px;
	color:#FFF;
	padding:0 20px 0 0px;
	font-size:12px;
}
div#footer dl {
	float:left;
	padding:10px 8px 10px 10px;
}
div#footer dl.right {
	float:right;
	padding:10px 10px 0 0;
}

/*		サイドメニュー
-----------------------------------------------------------------*/
div#side {
	float:left;
	width:210px;
}
div#side ul.menu {
	background:url(../image/sidem-bg.jpg) no-repeat;
	height:212px;
	padding-top:42px;
	margin-bottom:10px;
}
div#side p {
	margin-bottom:10px;
}
div#side ul.bnr {
	margin-bottom:10px;
	text-align:center;
}
div#side ul.bnr li {
	background:url(../image/side-line.jpg) no-repeat center bottom;
	padding:5px 0 5px;
}
/*		コンテンツ
-----------------------------------------------------------------*/
div#content {
	float:right;
	width:560px;
	padding:1px 0 0 0;
}
div#content dl.cap {
	float:right;
	width:380px;
	padding-left:15px;
}
div#content dl.cap dt {
	padding:0 0 10px 0;
	font-weight:bold;
	color:#666;
}
div#content hr {
	clear:both;
}
div#content img {
	margin-bottom:10px;
}
div#content div.MT ,div#content div.MTR{
	margin:10px 0;
}
div#content div.MT dl.dl {
	float:right;
	width:320px;
	padding-left:20px;
}
div#content div.MT dl.dl dt {
	padding:2px 0 2px 8px;
	font-weight:bold;
	color:#333;
	border-left:3px solid #333;
}
div#content div.MT dl.dl dd {
	padding:8px 0 0 0;
}


div#content div.MTR dl.dl {
	float:left;
	width:320px;
	padding-right:20px;
}
div#content div.MTR dl.dl dt {
	padding:2px 0 2px 8px;
	font-weight:bold;
	color:#333;
	border-left:3px solid #333;
}
div#content div.MTR dl.dl dd {
	padding:8px 0 0 0;
}
div.contact p {
	font-family:meiryo;
	font-size:14px;
	padding:10px 0 0 10px;
}
div.contact p span {
	color:#FF0000;
}
div.contact table {
	margin:20px 0 30px 10px;
}
div.contact table tr {
	border-bottom:1px dotted #999;
}
div.contact table th {
	padding:15px 10px;
	text-align:left;
	width:140px;
	color:#666;
	vertical-align:top;
	background:#EEE;
}
div.contact table th span {
	color:#FF0000;
}
div.contact table td {
	padding:15px 10px;
	color:#666;
	font-weight:bold;
}
div.contact table td input ,div.contact table td textarea {
	border:1px solid #CCC;
}
div.contact table td.space {
	color:#333;
	padding:30px 10px 10px;
}
div.contact table tr.send {
	background:none;
}
div.contact div.send {
	text-align:center;
}
div.contact div.send button {
	border:none;
	background:none;
	cursor:pointer;
}
