@charset "shift_jis";

/*
---------------------------------------------------------------------------

---------------------------------------------------------------------------*/

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全体の文字サイズ/行間、フォント*/
	background: #e5e5e5 url(../images/bg.gif);	/*背景色、背景画像の読み込み*/
}
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: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

strong {
      font-size: 120%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #006600;	/*リンクテキストの色*/
}
a:hover {
	color: #ff9933;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

img.btn:hover{ 				/*class="btn" 画像を半透明にする*/
    opacity:0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 966px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*背景色*/
	border-top: 5px solid #4cb833;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左の線の幅、線種、色*/
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 60px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から24pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 10px;
	position: absolute;
	top: 34px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #999;	/*文字色*/
}

#header h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
ul#menu {
	height: 48px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
ul#menu li {
	float: left;
}
ul#menu li a {
	font-size: 13px;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 160px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 4px;
	height: 44px;
	border-right: 1px solid #d2d2d2;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*色の付いた飾り文字の設定*/
ul#menu li a span {
	font-size: 9px;			/*飾り文字のサイズ*/
	color: #4cb833;			/*飾り文字の色*/
	font-weight: normal;	/*飾り文字を太字から標準に*/
}
/*マウスオン時の設定*/
ul#menu li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}
/*ラスト（一番右側）のメニュー設定*/
ul#menu li.last a {
	border-right: none;
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-top: 20px;
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 670px;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
}
/*h2タグ設定（背景白タイプ）*/
#main h2.midashi2 {
	color: #4cb833;	/*文字色*/
	background: url(../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み*/
}

/*h3タグ設定*/
#main h3 {
	font-size: 120%;		/*文字サイズ*/
	color: #000000;	/*文字色*/
	clear: both;
	width: 670px;
	margin-top: 14px;
	padding-left: 30px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/midashi_sub_bg.gif) no-repeat;	/*背景画像の読み込み*/
}

/*h4タグ設定*/
#main h4 {
	font-size: 120%;		/*文字サイズ*/
	color: #000000;	/*文字色*/
	clear: both;
	width: 280px;
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/midashi_sub_half_bg.gif) no-repeat;	/*背景画像の読み込み*/
}

/*段落タグの余白設定*/
#main p {
	padding: 0.3em 10px 0.3em;	/*左から、上、左右、下への余白*/
}

/*メインブロック内のbox1タグ設定
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 674px;
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
}
/*段落タグ共通設定*/
#main .box1 p {
	padding: 0px;
}
/*画像の設定*/
#main .box1 p.img {
	float: left;	/*左側に回り込み*/
}
/*h3タグ設定*/
#main .box1 h3 {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	border-left: 3px solid #4cb833;		/*左側の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #4cb833;		/*文字色*/
	padding: 3px 0px 3px 5px;
}
/*説明文設定*/
#main .box1 p.text {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#twitter{margin-bottom:2em;}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-top: 20px;
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;		/*文字サイズ*/
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background: #eeeeee;	/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #4cb833;		/*上部の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}
/*subブロック内のbox1タグ設定*/
#sub .box1 {
	padding: 5px;	/*ボックス内の余白*/
	border: 1px solid #4cb833;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background: #c9eac1;	/*背景色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin-bottom: 1em;
}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #e4f4e1;	/*マウスオン時の背景色*/
	color: #4cb833;			/*マウスオン時の文字色*/
	border-left: 3px solid #4cb833;	/*マウスオン時に左側に出る線の幅、線種、色*/
	width: 202px;
}

/*サブコンテンツ内のbox1内にあるサブメニュー設定
---------------------------------------------------------------------------*/
#sub .box1 ul.submenu li a {
	width: 193px;
	background: #FFF;
}
#sub .box1 ul.submenu li a:hover {
	background: #e4f4e1;
	width: 190px;
}

/*トップページ　イメージ（大）
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 290px;
	width: 966px;
	clear: left;
}

/*トップページ　イメージ（小）
---------------------------------------------------------------------------*/
#mainimg_small {
	position: relative;
	height: 140px;
	width: 966px;
	clear: left;
}

/*トップページ　イメージ（h10v20left)
---------------------------------------------------------------------------*/
#img_h10v20l {
	margin-bottom: 20px;	/*下マージン*/
	margin-left: 10px;	/*左マージン*/
	position: relative;
	clear: left;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #d2d2d2;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*トップページ内「３つのトピックス」ブロック
---------------------------------------------------------------------------*/
div#main div.topicsBox3{
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#mainContents div.firstItem{
	margin-left: 0;
}

div#main div.topicsBox3 strong{
	margin-bottom: 15px;
	font-weight: bold;
	color: #003300;
	display: block;
	font-size: 14px;
}

div#main div.topicsBox3 span{
	line-height: 1.8;
	display: block;
	text-align: justify;
	margin-bottom: 8px;
	color: #666666;
}



/*トップページ内「２つのトピックス」ブロック
---------------------------------------------------------------------------*/
div#main div.topicsBox2{
	width: 310px;
	float: left;
	margin-left: 33px;
	margin-bottom: 4px;
}

div#mainContents div.firstItem{
	margin-left: 0;
}

div#main div.topicsBox2 strong{
	margin-bottom: 6px;
	font-weight: bold;
	color: #003399;
	display: block;
	font-size: 14px;
}

div#main div.topicsBox2 span{
	line-height: 1.8;
	display: block;
	text-align: justify;
	margin-bottom: 4px;
	color: #666666;
}

/*お問い合わせ
---------------------------------------------------------------------------*/
#contact{margin-bottom: 2em;padding:2em 0 1em;border:solid 1px #CCC;border-radius:10px;text-align:center;}
#contact a{display:inline-block;margin-bottom:1em;}
#contact a:hover{opacity:0.8;}
#contact p{margin:0 ;text-align:center;font-size:1.6em;color:#333;}
#contact p span{display:inline-block;font-size:2em;font-weight:bold;color:#393;margin-bottom:-20px;}
#contact ul{display:inline-block;padding-top:2em;text-align:left;}
#contact li a{display:block;padding:1em 2em;text-align:center;border:solid 1px #060;border-radius:10px;text-decoration:none;font-size:1.2em;}
#contact li a:hover{color:#fff;background:#060;}

.flow li{overflow:hidden;margin-bottom:2em;}
.flow li img +img{float:left;margin-right:2.2em;}
.flow #contact{width:auto;border:none;text-align:left;margin-bottom:0;padding:0;}
.flow #contact a{margin:3em 0 2em;}
.flow #contact p{margin:0 52px 0 128px;border:solid 1px #CCC;border-radius:10px;}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #4cb833;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}



/*テーブル１ 使わないかも
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #d2d2d2;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #c9eac1;	/*背景色*/
}



/*テーブル２
---------------------------------------------------------------------------*/
/* --- 表全体 --- */
table.price {
width: 330px; /* 表の幅 */
margin-bottom: 20px; /* 表の下マージン */
margin-left: 10px;	/*表の左マージン*/
margin-right: 10px;	/*表の右マージン*/
border: 2px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
}

/* --- 表タイトル --- */
table.price caption {
caption-side: top; 
text-align: left;
padding-bottom: 5px; /* 表タイトルの下パディング */
font-size: 120%;
font-weight:bolder;
}

/* --- セル --- */
table.price th,
table.price td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.price thead th {
background-color: #ffffcc; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.price tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.price tbody td {
background-color: #ffffff; /* データセルの背景色 */
}

td.c {text-align: center}
td.r {text-align: right}
td.l {text-align: left}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #4cb833;
}
.color2 {
	color: #ff6600;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

/*フォーム
---------------------------------------------------------------------------*/
#form{padding:4em 5em;text-align:center;}
#form h2,#form p{text-align:center;margin-bottom:1em;}
#form p{font-size:1.2em;}
#form table{width:100%;}
.form{border-collapse:collapse;width:100%;}
#form th,#form td{padding:0.6em;border:solid 1px #CCC;font-size:1.2em;}
#form th{width:30%;background-color:#EEE;}
#form td{text-align:left;background-color:#FFF;}
#form input[type="text"],textarea{padding:0.5em;margin:3px 0;border-radius:5px;border:solid 1px #666;}
#form input[type="submit"],#form input[type="button"]{padding:1em;width:300px;}
#form td ul li{display:inline-block;padding-right:1em;}