@import url(common.css);

/* 
===================================
ヘッダ部分 
===================================
*/

#headArea {
	width:810px;
	background-position:0 30px;	
	background-image:url(../images/headImg.jpg);	
	background-repeat:no-repeat;
}

#adrsArea {

	height:50px;	
	padding-left:10px;
	padding-top:30px;
	vertical-align:middle;
}

#headArea img {
	margin-left:10px;
	margin-top:30px;	
}	


#headMsgArea {
	width:810px;
	height:30px;
	background-image:url(../images/headTopBack.gif);
	color:#FFFFFF;
	text-align:center;
	margin-bottom:10px;		
	padding-top:5px;
}

/* 
===================================
メイン部分 
===================================
*/
/*
------------------------------------
メインコンテンツ　タイトル
------------------------------------	
*/	

#mainArea h2 {
	margin-bottom:10px;	
}	

/*
------------------------------------
メインコンテンツ　更新日
------------------------------------	
*/	
#dateCngd {
	text-align:right;
	font-size:15px;
	margin-bottom:15px;			
}

/*
------------------------------------
メインコンテンツ領域
------------------------------------	
*/	
#mainCntnsArea {
	width:570px;	
	padding-left:15px;	
}




