﻿@charset "utf-8";
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	color:#370000;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #CCCCCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

img {
	vertical-align: top;
}

a {
	color:#999999;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000033;
	margin-top: 0px;
	border: 2px solid #333333;
}

#base_wrap {
	float: left;
	width: 960px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#wrap {
	float: left;
	width: 630px;
	margin-left: 100px;
	margin-top: 50px;
}
#wrapc {
	float: left;
	width: 730px;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FFACAC;
	border-left-color: #FFACAC;
}



/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:960px;
	background-image: url(img/top1.jpg);
	height: 350px;
	position: relative;
}



#header1 #sub {
	font-size: 15px;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 95px;
}

#header1 #sub2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 25px;
}

#header2 #sub {
	font-size: 15px;
	color: #FFFFFF;
	background: #668129;
        position: absolute;
	left: 35px;
	top: 95px;
}

#header2 #sub2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	background: #668129;
        font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 25px;
}

#header3 #sub {
	font-size: 15px;
	color: #FFFFFF;
	background: #0066FF;
        position: absolute;
	left: 35px;
	top: 95px;
}

#header3 #sub2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 25px;
}

#header4 #sub {
	font-size: 15px;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 95px;
}

#header4 #sub2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 25px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: -2px;
	left: 15px;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CCFF;
	font-weight: bold;
	background-color: #000099;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov.gif);
	background-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}

/*料金ページナビゲーション
----------------------------------------------- */
#nav1 {
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

#nav1 ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  

#nav1 li {
	display: inline;
  }
  
#nav1 li a {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CCFF;
}

#nav1 li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov.gif);
	background-color: #333399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A5724;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:760px;
	float: left;
}

#contentscon {
	width:760px;
	float: left;
	background-image: none;
}

#contentsgif {
	width:760px;
	color: #FFFFFF;
	background-image: none;
	margin-left: 100px;
}


#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 100px;
	margin-left: 100px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#contentscon p{
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 100px;
	margin-left: 100px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#contentsgif p{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	margin-right: 100px;
	margin-left: 100px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contentscon h2 {
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 70px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentsgif h2 {
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 70px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}



#contents h2{
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 70px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #660000;
	padding-left: 7px;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
	color: #FFFFFF;
}
#contents li a {
	font-size: 12px;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}




#contents #top_img p {
	font-size: 15px;
	color: #800000;
	background-image: none;
	margin-top: 35px;
	margin-left: 350px;
	margin-right: 25px;
}
/*
-------------------------------------------------------------------*/

#contents #top_img {
	background-color: #EEEDE9;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

#contents #top_img p {
	font-size: 10px;
	color: #0066FF;
        background-image: none;
	margin-top: 35px;
	margin-left: 50px;
	margin-right: 25px;
}


#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box2 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #000000;
	border-left-color: #72B82C;
	color: #FFFFFF;
}

#base #wrap #contents .box2 p {
	margin: 0px;
}
/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

/*
リスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 0px;
	padding-bottom: 10px;
	margin-left: 100px;
}
#base #base_wrap #wrapc #side #contents .style1 style2 {
	font-size: 14px;
	color: #660000;
}
#base #base_wrap #wrapc #side #contents h2 {
	font-size: 14px;
	color: #FFFFFF;
}
#base #base_wrap #wrapc #side #contents h3 {
	text-align: left;
	margin-left: 100px;
}



#side .side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #E2DECF;
}




#side img {
	border:none;
}

#side p {
	padding: 10px;
	color: #FFFFFF;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 180px;
	background-color: #ffcc99;
	padding-bottom: 10px;
	margin-right: 5px;
}

#side_r li {
	list-style-type: none;
}

#side_r .side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
}


#side_r .side_d ul {
	margin-bottom: 5px;
}




#side_r img {
	border:none;
}

#side_r p {
	padding: 10px;
}

#side_r p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side_r #side_pr #side_pr1{
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #000033;
	background-position: bottom;
}
#base #f_menu h3 {
	color: #FFFFFF;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
	color: #800000;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #pr a {
	font-size: 10px;
	color: #959A76;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #000033;
	font-size: 10px;
	padding: 5px;
}

/*
09/08/26 追加分
-------------------------------------------------------------------*/

.mainvisual {
	background:url(img/sub003.jpg) no-repeat 0 0;
	width:590px;
	height:250px;
	text-decoration:none;
}

.mainvisual p {
	display:none;
}



.style1 {color: #FFFFFF}
.style2 {font-size: 14px}
#base #base_wrap #wrap .style1 {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}
#base #base_wrap #side_r p {
	font-size: 10px;
}
#base #base_wrap #wrapc #side #contentscon h2 {
	font-size: 14px;
	color: #FFFFFF;
}
#base #base_wrap #wrapc #side #contentsgif h2 {
	font-size: 14px;
	color: #FFFFFF;
}
#base #base_wrap #wrapc #side #contents a {
	margin-left: 300px;
	color: #FFFFFF;
}
.rec {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 150px;
}
.imgcenter {
	text-align: center;
}
.style4 {
	color: #660033;
	font-size: 12px;
	text-align: center;
}

