﻿/*---更新履歴
08.08.15 仕切り線を追加
08.08.11 作成
	（コンテンツの左右切り分け、見出し、文章など）
---*/
#contentArea{
width:800px;
margin-top:15px;
background-image:url(../img/right_bg.gif);
background-repeat:repeat-y;
}
/*---左メイン---*/
#contentArea #contentLeft{
width:590px;
padding:0px 10px 10px 0px;
float:left;
}
	/*---見出し群---*/
	#contentLeft h2{
	padding-bottom:10px;
	}
	#contentLeft h3{
	padding-bottom:10px;
	}
	/*---//見出し群---*/
	/*---文章枠---*/
	#contentLeft .textArea{
	width:567px;
	padding:0px 9px 0px 14px;
	}
	/*---//文章枠---*/
	/*---ページトップボタン---*/
	#contentLeft .pagetop{
	width:580px;
	padding:15px 10px 10px 0px;
	text-align:right;
	}
	/*---//ページトップボタン---*/
	/*---下部テキストリンク---*/
	#contentFootLink{
	width:590px;
	height:27px;
	color:#D63E09;
	background-color:#FFF8B0;
	text-align:center;
	line-height:27px;
	}
	#contentFootLink a{
	color:#D63E09;
	}
	#contentFootLink a:hover{
	text-decoration:underline;
	color:#D63E09;
	}
	/*---//下部テキストリンク---*/

/*---//左メイン---*/
/*---右メニュー---*/
#contentArea #contentRight{
width:185px;
padding:10px 6px 10px 9px;
float:left;
}
	/*---右メニューバナー群---*/
	#contentArea #contentRight #bannerArea{
	width:185px;
	border-bottom:1px #CCCCCC solid;
	}
	#contentArea #contentRight #bannerArea img{
	margin-bottom:10px;
	}
	/*---//右メニューバナー群---*/
	/*---右メニューテキストリンク群---*/
	#contentArea #contentRight .textLinkArea{
	width:185px;
	border-bottom:1px #CCCCCC solid;
	padding:10px 0px 10px 0px;
	}
	.textLinkArea img{
	display:block;
	float:left;
	}
	.textLinkArea span{
	display:block;
	width:171px;
	float:left;
	cursor:pointer;
	}
	/*---//右メニューテキストリンク群---*/
/*---//右メニュー---*/