/* 全体構造
---------------------------------------------------- */

body {/*body基本*/
	margin: 0px 0px;
	padding: 20;
	line-height: 1.5;
	font-size: small;
	color: #333333;

	background-image: url(bg02.jpg);
	background-repeat: repeat-x;
	background-color: #fffbd1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}



#container {/*containerブロック制御*/
	width: 960px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #dbefe3;
	border-left: 1px solid #dbefe3;
	padding: 0px 0px 0px 0px;
	}
	a:link {color: #006716; text-decoration:none}
	a:visited {color: #006716;}
	a:hover {color: #008d1e;}

img {
    border-style:none;
}

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

#header {/*headerブロック制御*/
	height: 352px;
	background-image: url(slider_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
}

#pagehead  {/*headerブロック制御*/
	height: 205px;
	background-image: url(slider_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 46px;
}
	
/*ヘッダーリンク*/
#header a:link {color: #ffffff; text-decoration: none}
#header a:visited {color: #005e02; text-decoration: none}
#header a:hover {color: #005e02; text-decoration: none}




/* サイド01エリア（左）
---------------------------------------------------- */
/*左メニューエリア*/	
#side01 {
	padding : 0px;
	margin-top: -10px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 230px;
	}

#side01 .menu {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 4px;
	background-image: url(menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
/*メニュータイトル*/
#side01 .menu h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight : bold;
	color : #333333;
	font-size: small;
	visibility: hidden;
	}
	
#side01 .menu h4 {
	font-size: x-small;
	font-weight: bold;
	color : #663300;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
	}
	
/*メニューボタン*/
#side01 ul{
	list-style: none;
	margin-left: 0px;
	margin-top: 28px;
	padding: 0;
	width: 157px;
	}
/*メニューリンク*/
#side01 li a{
	display: block;
	width: 145px;
	height: 24px;
	background-image: url(menu_bt_bg.gif);
	back-ground-color: #f9f7f9;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 0px 2px 10px;
	margin: 2px 0px 0px 0px;
	font-weight : normal;
	color: #663333;
	font-size: small;
	line-height: 1.5em;
	text-decoration: none;
	border-bottom: 1px solid #A18281;
	}
/*メニューリンク　ロールオーバー処理*/
#side01 li a:hover{
	color: #ff6666;
	background-position: 0px -59px;
	}

#side01 .menu .comment {
	font-size: x-small;
	color: #333333;
	margin: 0px 5px 0px 10px;
	padding: 5px;
	border: 0px;
	background: #efefef;
	}





/* サイド02エリア（右）
---------------------------------------------------- */
/*右メニューエリア*/	
#side02 {
	padding : 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	}

#side02 .banner {/*サイド02内の基本ブロック制御*/
	width: 150px;
	padding: 4px 4px 4px 4px;
	font-size: x-small;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}

/*バナーロゴ*/
#side02 .banner img {/*サイド02内の基本ブロック内の画像を右よせに*/
	float: right;
	}

#side02 .banner: after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.banner {/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .banner {height: 1%;}
.banner {display: block;}		
/*Mac用記述-end*/	
	
	
/*バナータイトル*/
.banner h3 {
	font-size: x-small;
	font-weight: bold;
	color : #663300;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	}
	
/*バナー内容*/
.banner .comment {
	font-size: x-small;
	color : #333333;
	margin: 0px 5px 0px 5px;
	}
	
.clear {
	clear: both;
	}

#side02 .menu {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	background-color: #ffffff;
	border-bottom: 1px double #bfbfbf;
	}

/*メニュータイトル*/
#side02 .menu h3 {
	background-image: url(freeh3_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 3px 0px 3px 10px;
	margin: 2px 0px 0px 0px;
	font-weight : normal;
	color: #660000;
	font-size: small;
	border-top: 2px solid #aac0d5;
	}
	
#side02 .menu h4 {
	font-size: x-small;
	font-weight: bold;
	color : #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
	}

#side02 .menu h3 a{color: #660000;}
#side02 .menu h3 a:hover{color: #ff6666;}

/*メニューボタン*/
#side02 ul{
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0;
	width: 140px;
	}
/*メニューリンク*/
#side02 li a{
	width: 150px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	font-weight : normal;
	color: #666666;
	font-size: small;
	line-height: 1.5em;
	border: 0px;
	}
/*メニューリンク　ロールオーバー処理*/

#side02 li a:hover{
	color: #ff6666;
	}

#side02 .menu .comment {/*メニュー内コメント＝後述値上書き*/
	font-size: x-small;
	color: #333333;
	margin: 0px 5px 0px 10px;
	padding: 5px;
	border: 0px;
	}
#side02 a:hover{color: #ff6666;}
	
	
	
/* メイン
---------------------------------------------------- */	
#main{
	margin-top: -5px;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	background-image: url(main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#main h3{
	padding: 2px 2px 8px 20px;
	margin: 0px 0px 0px 0px;
	font-size: small;
	font-weight: normal;
	background-image: url(mainh3_back.gif);
	background-repeat: repeat-x;
	}

#main .menu h3 {
	color: #ff6666;
	padding: 10px 2px 10px 35px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#main .menu h3 a{color: #660000;text-decoration: none;}
#main .menu h3 a:hover{color: #ff6666;}

/*メニューボタン*/
#main ul{
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	}

#main li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight : bold;
	color : #766c54;
	font-size: small;
	}

#main li a{color: #660000;}
#main li a:hover{color: #ff6666;}

/*リスト表示 _によりWIN IE 別設定値補正*/
.comment{
	padding: 8px;
	margin: 5px 0px 10px 0px;
	color : #666666;
	font-size: small;
	font-weight: normal;
	line-height: 1.2;
	}
#main ul .comment{
	padding: 5px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	color : #666666;
	font-size: small;
	font-weight: normal;
	background-image: url(list_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}


/*検索結果*/
#main .search{
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	color: #666666;
	}
	
/*検索結果タイトル*/
#main .search h3{
	font-size: small;
	font-weight: normal;
	background-image: url(mainh3_back.gif);
	color: #4f678c;
	padding: 12px 2px 8px 40px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
/*検索結果内容*/
.search .search-con{
	text-align: left;
	border: none; border-collapse: collapse;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1.1;
	}
	
	
/*検索結果サブタイトル*/
.search .search-con h4{
	background-image: url(icon_main_list.gif);
	background-repeat: no-repeat; 
	background-position: top left; 
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font-weight : bold;
	color : #660000;
	font-size: small;
	line-height: 1.5em;
	}
	
	
/*検索結果コメント*/
.search-con .comment{
	padding: 8px;
	margin: 5px 0px 10px 0px;
	_margin: 5px 0px 10px -5px;
	color : #666666;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
	}

/*検索結果日付*/
.search-con .date{
	color : #ff6666;
	padding: 0px 0px 0px 10px;
	}
	
	
/*検索結果内画像右よせ*/
.search-con img{
	margin: 2px 2px 2px 2px;
	}
	
.search-con: after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
.search-con {/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .search-con {height: 1%;}
.search-con {display: block;}		
/*Mac用記述-end*/


.detail{
	font-size: small;
	font-weight: normal;
	padding: 0px 5px 20px 5px;
	margin: 0px 0px 5px 0px;
	color: #666666;
	}

	
/*詳細内容タイトル*/
#main .detail h3{
	background-image: url(main_title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #887364;
	font-size: small;
	font-weight: normal;
	padding: 8px 8px 10px 35px;
	margin: 0px 0px 3px 0px;
	}
	
#main .detail {
	padding: 0px 0px 20px 0px;
	}

/*詳細内容*/
#main .detail .detail-con{
	padding: 8px;
	margin: 0px 0px 0px 0px;
	color : #666666;
	}
	
/*キャッチ*/
.detail h4{
	background-image: url(icon_main_list.gif);
	background-repeat: no-repeat; 
	background-position: top left; 
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font-weight : bold;
	color : #660000;
	font-size: small;
	line-height: 1.5em;
	}
	
	
/*日付*/
.detail .detail-con .date{
	margin-bottom: 5px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	color: #ff6666;
	}
	
/*詳細内容コメント*/
.detail .detail-con .comment{
	color : #666666;
	padding: 5px 5px 30px 5px;
	line-height: 150%;
	margin-bottom: 5px;
	_margin-left: 0px;
	}
	
/*詳細内容フッターリンク*/
.detail .detail-con .detail-footer{
	text-align: right;
	padding: 0px 0px 3px 0px;
	}
	
	
	
/*datail内画像右よせ*/
.detail-con img{
	margin: 2px 2px 2px 2px;
	}
	
	
	
	
.detail-con: after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
.detail-con {/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .detail-con {height: 1%;}
.detail-con {display: block;}		
/*Mac用記述-end*/	
	

	
	
	
/*メインにバナーが入った場合の表示*/
#main .banner h3{
	padding: 2px 2px 2px 8px;
	margin: 0px 0px 0px 0px;
	font-weight : bold;
	color : #006666;
	font-size: small;
	}	

.detail table {/*プラン詳細ページの料金表テーブル指定*/
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	}

.detail td {/*プラン詳細ページの料金表テーブルボーダー指定*/
	border: 1px solid #999999; 
	}


/*side01領域の詳細表示*/
#side01 .detail{
	font-size: x-small;
	font-weight: normal;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	}
#side01 .detail .comment{color: #666666;}
#side01 .detail h3{
	background-image: url(sec1h3_back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #660000;
	text-align: left;
	font-size: small;
	font-weight: normal;
	padding: 16px 0px 2px 26px;
	margin: 0px 0px 5px 0px;
	}
#side01 .comment{
	font-size: x-small;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 5px 10px;
	color: #666666;
	background-image: url(seccom_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #d6d6c7;
	}

/*side02領域の詳細表示*/
#side02 .detail{
	font-size: x-small;
	font-weight: normal;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	}
#side02 .detail h3{
	background-image: url(sec1h3_back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #660000;
	text-align: left;
	font-size: small;
	font-weight: normal;
	padding: 16px 0px 2px 26px;
	margin: 0px 0px 5px 0px;
	}
#side02 .comment{
	font-size: x-small;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 5px 10px;
	color: #666666;
	background-image: url(seccom_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #d6d6c7;
	}

	
/* フッター
---------------------------------------------------- */	

#footer {/*footerブロック制御*/
	width: 960px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	background-image: url(footer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}


/*フッターロゴ*/
#footer img{
　	float: left;
	margin: 5px;
	}
	
/*フッターコピーライト*/
#footer .footer_copyright{
	font-size: 10px;
	text-decoration: none;
	
	}



	
/* sectionクラス　各ブロックで汎用的要素に使用
---------------------------------------------------- */
.section{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}

#side01 .section{/*フリーコンテンツボックス設定＝サイド01*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: x-small;
	}	
	
#side02 .section{/*フリーコンテンツボックス設定＝サイド02*/
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: x-small;
	}

#side01 .section h3{/*フリーコンテンツタイトル＝サイド01*/
	background-image: url(sec1h3_back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #660000;
	text-align: left;
	font-size: small;
	font-weight: normal;
	padding: 16px 0px 0px 28px;
	margin: 0px 0px 5px 0px;
	}

#side02 .section h3{/*フリーコンテンツタイトル＝サイド02*/
	background-image: url(sec1h3_back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #660000;
	text-align: left;
	font-size: small;
	font-weight: normal;
	padding: 16px 0px 8px 20px;
	margin: 0px 0px 5px 0px;
	}

#side01 .section3{
	color: #110000;
	font-size: 10px;
	text-decoration: none;
	}
	
	
/*汎用タイトル*/
#main .section h3{
	background-image: url(main_title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #887364;
	font-size: small;
	font-weight: normal;
	padding: 8px 8px 10px 35px;
	margin: 0px 0px 3px 0px;
	}
#main .section {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	color: #666666;
	}
	
/*汎用キャッチ*/
.section h4{
	font-weight : normal;
	color: #666666;
	font-size: x-small;
	margin: 5px 0px 0px 0px;
	}
	
/*汎用写真*/
.section img{
	text-align: center;
	margin-bottom: 10px;
	}
	
/*汎用日付*/
.section .date{
	font-size: x-small;
	margin-bottom: 5px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	}
	
/*汎用コメント*/
.section .comment{
	font-size: x-small;
	color: #666666;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
/*汎用フッター*/
.section .section-footer{
	font-size: x-small;
	text-align: right;
	padding: 0px 0px 3px 0px;
	}

/*汎用サブタイトル*/
#sub_title {
	font-size: small;
	height: 20px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	color: #4f678c;
	border-left: 2px solid #879cbc;
	} 

/*汎用サブセクション*/
#sub_section {
	font-size: small;
	height: 20px;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 5px 5px;
	color: #666666;
	}
#sub_section a{color: #666666;}
#sub_section a:hover{color: #ff6666;}

#side02 .menu .comment {
	font-size: x-small;
	color: #333333;
	margin: 0px 5px 0px 10px;
	padding: 5px;
	border: 0px;
	background-image: none;
	background: #ffffff;
	}




/*追加記述　手動リスティング用*/
.list_custom{
	font-size: x-small;
	line-height: 1.6em;
	}

/*追加記述　手動リスティング用*/
.list_custom h4{
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 5px 0px;
	font-weight : bold;
	color : #660000;
	font-size: small;
	line-height: 1.5em;
	}

/*追加記述　手動リスティング用*/
.list_custom img{
	margin: 0px 5px 30px 5px;
	padding: 0px 0px 30px 0px;
	}


/*追加記述　手動リスティング用 トピックスイベント*/
#main .section .search-con .title_topics{
	background-image: url(icon_main_list.gif);
	background-repeat: no-repeat; 
	background-position: top left; 
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font-weight : bold;
	color : #660000;
	font-size: small;
	line-height: 1.5em;
	}


.style10 {
	color: #ff0000;
	font-size: 13px;
}
.style11 {
	color: #006716;
	font-size: 13px;
}

.style12 {color: #000000; text-decoration: none; font-size: 13px; }
.style13 {color: #000000; text-decoration: none; font-size: 13px; }
.style14 {color: #ffffff; font-size: 12px;}
.style15 {color: #ffffff; text-decoration: none; font-size: 13px; }