@charset "UTF-8";

@import/**/ "reset.css";
@import/**/ "global.css";

/* -----------------------------------------------------------
CSS Information

 Style Info:     各ページのスタイル設定
 
----------------------------------------------------------- */

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
#mainimage{
	width				: 	641px;
	height				:	285px;
	margin-bottom		:	10px;
}

#information{
	width:410px;
	height:215px;
	float:left;
	margin				:	0px 0px 15px 0px;
}

#whatsnew_block{
	width				:	641px;
	margin				:	0px 0px 0px 0px;
	float				:	left;
}


#whatsnew_title{
	margin				:	0px 0px  0px 0px;
	padding-bottom		:	8px;
	background			:	url(../images/whatsnew.gif) no-repeat 0 0;
	border-bottom		:	2px solid #CC3401;
	text-align			: 	left;
	text-indent			:	-9999px;
}

.block_date{
	float				:	left;
	color				:	#996600;
	text-align			: 	left;
	width				:	95px;	
	margin				:	20px 4px  10px 0px;
	font-size			:	small;
}
/*.block_title{
	float				:	left;
	color				:	#462300;
	margin				:	15px 0px 0px 12px ;
	font-weight			:	bold;
}
*/
.block_text{
	clear				:	left;
	padding 			:	10px 10px 15px 10px ;
}

.page_title{
	font-size:24px;
	color:#462300;
	background			:	url(../images/h2.gif) no-repeat 0 0;
	height:66px;
	width:100%;
	padding				:	18px 8px 0px 35px;
	
}
.block_title_top{
	font-size:16px;
	color				:	#462300;
	background			:	url(../images/h3.gif) no-repeat 0 0;
	height				:	38px;
	padding				:	10px 8px 0px 52px;
	margin-top			:	8px;
	border-bottom		:	1px solid #CC3401;
}


h3.entry_title_top{
	margin				:	0px 0px  0px 0px;
	padding-bottom		:	3px;
	border-bottom		:	3px solid #CC3401;
	border-left: 10px solid #CC3401;
	padding-left: 20px;
	text-align			: 	left;
	font-size: 1.5em;
	font-weight: bold;
}

.midashi{
	font-size:16px;
	color				:	#462300;
	background			:	url(../images/h3.gif) no-repeat 0 0;
	height				:	38px;
	padding				:	10px 8px 0px 52px;
	margin-top			:	8px;
	border-bottom		:	1px solid #CC3401;
}

#rightContents p{
	padding-top: 10px;
	}


/*----------------------------------------------------
	アクセスページ
----------------------------------------------------*/
.contents_1{
	width				:	268px;
	margin				:	0px 0px 0px 0px;
	padding				:	0px 5px 0px 0px;
	float:right;
}
.contents_2{
	width				:	341px;
	margin				:	0px 0px 0px 10px;
	padding				:	0px 0px 0px 0px;
	float:left;
}
.block_title_nl{
	font-size:16px;
	color:#462300;
	background			:	url(../images/h3.gif) no-repeat 0 0;
	height:38px;
	padding				:	10px 8px 0px 45px;
}
.g_map{
	margin-top			:	10px;
	background-color:#CCC;
}
	
	
