@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 10px 0px 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #958569;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 115px;
	width: 100%;
	position: relative;
	background-image: url(../images/header_bgl.gif);
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;
	top: 36px;
}
/*問い合わせナビ*/
#header #navi {
	position: absolute;
	right: 12px;
	top: 29px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 340px;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 2em;
}

/*メインメニュー
---------------------------------------------------------------------------*/
.menu {
	float:left;
	margin:0 0 0 4px;
	padding:0;
	list-style-type:none;
	background:#082243;
	background:linear-gradient(top, #082243, #123D74);/* CSS3 */
	background:-webkit-gradient(linear, left top, left bottom, from(#082243), to(#123D74)); /* Safari,Chrome逕ｨ */
	background:-webkit-linear-gradient(top, #082243, #123D74);/* Safari,Chrome逕ｨ */
	background:-moz-linear-gradient(top, #082243, #123D74);/* Firefox逕ｨ */
	background:-o-linear-gradient(top, #082243, #123D74);/* Opera逕ｨ */
	background:-ms-linear-gradient(top, #082243, #123D74);
}


.menu li {
	float:left;
	margin:0;
	padding:8px 45px 8px 15px;
	font-size:13px;
	color:#333;
	width: auto;
}

.menu li a {
	display:block;
	color:#fff;
	padding:5px 12px 5px 13px;
	text-align:center;
	text-decoration:none;
}

.menu li a.current {
   color:#4d000e;
   background:#fff;
   border-radius:15px; /* CSS3 */
   -moz-border-radius:15px; /* Firefox逕ｨ */
   -webkit-border-radius:15px; /* Safari,Chrome逕ｨ */
   box-shadow:inset 1px 1px 3px 0px #777; /* CSS3 */
   -moz-box-shadow:inset 1px 1px 3px 0px #777; /* Firefox逕ｨ */
   -webkit-box-shadow:inset 1px 1px 3px 0px #777; /* Safari, Chrome逕ｨ */
}

.menu li a:hover {
	color:#4d000e;
	border-radius:15px; /* CSS3 */
	-moz-border-radius:15px; /* Firefox逕ｨ */
	-webkit-border-radius:15px; /* Safari,Chrome逕ｨ */
	box-shadow:inset 1px 1px 3px 0px #777;
	; /* CSS3 */
	-moz-box-shadow:inset 1px 1px 3px 0px #777; /* Firefox逕ｨ */
	-webkit-box-shadow:inset 1px 1px 3px 0px #777; /* Safari, Chrome逕ｨ */
	background:#fff;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 640px;
	padding-bottom: 30px;
	padding-top: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 15px;
	padding-left: 10px;
	border-bottom: 4px solid #958569;
	color: #8D7953;
	background-image: url(/images/bg3.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	clear: both;
	width: 628px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	line-height: 1.8em;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.6em 10px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub,#sub2 {
	float: left;
	width: 236px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-left: 5px;
}
/*h3タグ設定*/
#sub h3.text {
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(../images/title_bg1.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}

/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu,
ul.submenu2 {
	margin-bottom: 0em;
	white-space: normal;
}
ul.submenu li a {
	display: block;
	width: 214px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	background-image: url(/images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	color: #666666;
}
ul.submenu li a:hover {
	background-color: #958569;
	color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #635946;
	border-right: 1px solid #635946;
	border-left: 1px solid #635946;
}

/*リスト内「●行」タイトル
---------------------------------------------------------------------------*/
p.sankalist{
padding:5px 50px;
font-size:16px;
color:#303030;
border-top:1px #303030  solid;
border-bottom:1px #dcdcdc solid;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	height: 180px;
	width: 628px;
	padding-left: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
#main .new dl,{
	clear: left;
	width: 610px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.8em;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 200px;
}
#main .new dd {
	float: left;
	width: 200px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height:50px;
	padding-top:15px;
	text-align: center;
	color: #FFFFFF;
	background-color: #958569;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 640px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;
	line-height: 1.6;
}
/*テーブル内の右側*/
.ta1 td{
	width: 445px;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 120px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;
}
/*テーブル内のh3タグ設定*/
.ta1 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;
	margin-bottom: 0.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #929292;
	background-image: url(../images/bg5.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
.table_01{
	float: left;
	font-size: 13px;
	width:640px;
	margin-bottom:20px;
}
.table_01 th{
	text-align: left;
	width:25%;
	font-weight:normal;
	padding: 5px 0 5px 15px;
	color: #FFFFFF;
	background-color: #B19E7D;
	border: 1px solid #666666;
}
.table_01 td{
	text-align: left;
	width:75%;
	padding: 5px 0 5px 20px;
	background-color: #E7E3DE;
	border: 1px solid #666666;
}
.center {
	text-align: center;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 10px;
	position: relative;
	height: 230px;
	width: 896px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .box2 {
	width: 624px;
	overflow: hidden;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 5px solid #c9c9c9;
	margin-bottom: 3em;
	padding: 5px;
}
#main .box2 .left {
	float: left;
	width: 120px;
}
#main .box2 .left2 {
	float: left;
	width: 120px;
}
#main .box2 .left img {
	border: 1px solid #c9c9c9;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#main .box2 .left2 img {
	border: 1px solid #c9c9c9;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}	
#main .box2 .left a:hover img {
; 	margin-right: 20px;
}
#main .box2 .righ {
	float: right;
	width: 480px;
	margin-bottom: 20px;
}
#main .box2 .righ2 {
	float: right;
	width: 466px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#main .box2 .righ h3 {
	font-size: 100%;
	color: #958569;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#main .box2 .righ h3 a {
	color: #958569;
}
#main .box2 .righ p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #958569;
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
}
.box1 {
	border: 1px solid #c9c9c9;
	margin-bottom: 1em;
	background-image: url(/images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pr {
	font-size: 10px;
}

#main .text {
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.b_border {
	font-size: 11px;
	border-bottom:dotted 2px #CC6644;
	width: 85%;
	text-indent: 15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	left: 20px;
	position: relative;
	line-height: normal;
	color: #333333;
}
.input {
	text-align: right;
	float: right;
	margin-right: 25px;
	margin-bottom: 20px;
}
#main .input img {
	float: right;
	margin-top: 3px;
	margin-bottom: 15px;
}

#main .pagetop {
	font-size: 80%;
	color: #958569;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin: 10px 0px 0px;
	float: left;
	padding-left: 30px;
	line-height: 2em;
	font-weight: bold;
}

#link_index {
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
	height: auto;
	float: left;
}
#link_index img {
	margin-bottom: 3px;
}
#sub2 .submenu2 li {
	list-style: none;
	line-height: 0em;
	margin-left: 0px;
	background-repeat: no-repeat;
}

#sub2 {
	float: left;
	width: 236px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#sub2 h3.text {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/title_bg1.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	}
	
ul.submenu2 li a {
	display: block;
	width: 214px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	color: #666666;
}

#index {
	margin-bottom: 15px;
}
#nav {
	font-size: 90%;
	margin-bottom: 10px;
}
#a,#ka,#sa,#ta,#na,#ha,#ma,#ya,#ra,#wawo {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	border-top: 2px groove #958569;
	padding-left: 0px;
}
#a li, #ka li,#sa li,#ta li,#na li,#ha li,#ma li,#ya li,#ra li,#wawo li{
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 5px 0 5px 30px;
	background-image: url(/images/navi_li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
	
 #sub2 li{
	font-size: 80%;
	color: #958569;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 30px;
	line-height: 2em;
	font-weight: bold;
	background-position: 10px;
	width: auto;
	border-bottom: 1px solid #C7BEA4;
	border-right: 1px solid #C7BEA4;
	border-left: 1px solid #C7BEA4;
	}
/* ============== FAQ =============== */

.faq_row ul {
	border-bottom: 1px dotted #632d00;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	}

.li_q {
	color: #7E0000;
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	background-image: url(../images/li_Q.gif);
	background-repeat: no-repeat;
	}
	

.li_a {
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	background-image: url(../images/li_A.gif);
	background-repeat: no-repeat;
	}
	

.faq_row {
	margin: 0 15px 10px 10px;
	padding: 0;
	}
.list {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#main .list li {
	padding-left: 25px;
	line-height: 2em;
	list-style: url(../images/li_pickup_bullet.gif) none inside;
}

#main .red {
	line-height: 1.8ex;
}
#main .box2 .righ2 img {
	margin-left: 10px;
	margin-top: 10px;
}
#main .inpuiry.th {
	border: 1px solid #CCCCCC;
}


/* ============== フォーム用テーブル =============== */

#formtable{
	margin-right:10px;
}

#formtable th{
	background:#B19E7D;
	padding:10px;
	text-align:left;
	color:#fff;
	border:2px #fff solid;
}
	
#formtable td{
	background:#f5deb3;
	padding:10px;
	text-align:left;
	color:#303030;
	line-height:200%;
	border:2px #fff solid;
}
#formtable span {
	font-size:10px;
	color:#ff1493;
}
