/* --- ページ設定 ---*/body{	background: #bbbbbb;	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}	input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }}#pageArea{	background: #bbbbbb url("images/page_bg.png") ;	background-repeat: repeat-y;	background-position: center;}#contentsArea{	border: 1px solid #9c9c9c; 	width: 720px;	margin: 0px auto 0px auto;	background: #f7f5f2;	color:#595028;}/* --- タグ設定 ---*/h1{	width:447;	height:69;	background-image: url("images/header_title.png");	text-indent: -5000px;}h1 a{	display:block;}h2{	color: #393315;	font-size: 135%;	font-weight: bold;	border-bottom: 2px solid #9f927f;	margin-bottom:15px;}h3{	color: #595028;	font-size: 115%;	font-weight: bold;	border-bottom: 1px dashed #9f927f;	margin-bottom:15px;}h4{	color: #595028;	font-size: 100%;	font-weight: bold;}p{	line-height:1.4;	padding: 0px 0px 10px 0px;}li {	margin-left: 1.5em; }table{	color:#595028;}/* --- ヘッダ設定 ---*/#headerArea{	height:69;}#headerArea .leftArea{	float:left;	width: 500px;	height:69;}#headerArea .rightArea{	float:right;	height:69;}/* --- 水平メニュー設定 ---*/#menuArea{	background: #8cb34b;	height: 35px;	font-weight: bold;	border-bottom: 1px solid #223322;}#menuArea .leftArea{	float:left;	width: 50px;	height: 35px;}#menuArea .rightArea{	float:left;	width: 670px;	height: 20px;	text-align:center;}#mainMenu {	position:relative;	overflow:hidden;}#mainMenu ul {	list-style:none;	text-align:center;	position:relative;	left:50%;	float:left;}	#mainMenu li {	width:auto;	margin:0px;	padding:0px;	position:relative;	left:-50%;	float:left;   }#mainMenu li a {	display:block;	float:left;	width:auto;	margin:0px;	padding:6px 20px;	color:#ffffcc;	text-decoration:none;}#mainMenu li a:hover {	color:#ffff22;}/* ---写真エリア設定 ---*/#photoArea{	clear: both;	padding-top: 10px; }/* --- メインエリア設定 ---*/#mainArea{	padding: 30px;}#mainArea .leftArea{	float:left;	width: 480px;}#mainArea .rightArea{	float:right;	width: 120px;}/* --- Topics設定 ---*/#topicArea li{	list-style: none;	margin-left: 0em; 	font-size: 90%; 	padding: 5px 0px 5px 0px;}#topicArea .date{	width:120px;	float:left;	text-align:left;	padding-left: 10px;}#topicArea .text{	width:345px;	text-align:left;	border-left:#8bb34b solid 4px;	padding-left: 130px;}#topicArea .hr{	clear: both;	border-bottom:#9f927f dashed 1px;}/* --- フッタ設定 ---*/#copyrightArea{	clear: both;	background: #9a8d79;	padding: 4px;	font-size: 80%;	color: #ffffff;	text-align: right;}/* --- 挿入画像設定 ---*/.imgCenter{	text-align: center;	font-size: 80%;	padding: 10px 10px 10px 10px;}.imgLeft{	float:left;	text-align: right;	font-size: 80%;	padding: 10px 10px 10px 0px;}.imgRight{	float:right;	text-align: right;	font-size: 80%;	padding: 10px 0px 10px 10px;}/* --- リンク設定 ---*/.linkBottun{	background: #8bb34a;	text-align: center;	width: 150px;	margin: 20px auto 0px auto;	padding: 3px;	border-radius: 15px;         /* CSS3 */	-webkit-border-radius: 20px; /* Webkit */	-moz-border-radius: 20px;    /* Mozilla */}.linkBottun a {	color:#ffffcc;	text-decoration:none;	display: block;	font-weight: bold;}.linkBottun a:hover {	color:#ffff22;}.linkList ul{	margin:0;}.linkList li{	list-style:outside none;	padding-left:10px; 	margin:5px 0; 	border-left:#8bb34b solid 4px;}.jisage3{	padding-left: 3em;}