/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#f9bec3;}
img,p,
h1,h2,h3,h4,h5,h6,
div,
ul,li{
	margin:0;
	padding:0;}
li{	list-style:none;}
a { text-decoration:none;}
img{ border-style:none;}
/*------------
 ヘッダー設定
-------------*/	
#wrapper{
	width:700PX;
	margin:auto;}
#header{
	width:700px;
	height:90px;}
#header img{
	float:left;
	margin:0;
	padding:0;}
#header ul{
	width:490px;
	float:right;
	margin:75px 0 0 0;}
#header ul li{
	float:left;
	margin:0 5px 0;}
#header ul li a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;}
/*------------
 メイン画像設定
-------------*/	
#mainimg{}	

/*------------
 コラム全体設定
-------------*/	
#colum{
	width:700px;}
/*------------
 トピックス設定
-------------*/	
#colum-left{
	width:400px;
	height:220px;
	float:left;
	font-size:10px;
	font-weight:200;
	color:#FFFFFF;
	}
#colum-left h1{
	float:left;
	margin:10px 0 10px 20px;
	width:360px;
	border-bottom:dotted;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;}
#colum-left p{
	font-size:13px;
	color:#FFFFFF;}

#colum-left table{
	clear:both;
	margin:auto;
	color:#FFFFFF;}

/*------------
 コラム右側設定
-------------*/	
#colum-right{
	width:290px;
	height:220px;
	float:right;
	}
#colum-right ul{
	float:right;
	margin:20px 0 0;}
#colum-right li{
	margin:3px 0 0;}


/*------------
 フッター設定
-------------*/	
#fotter{
    clear:both;
	width:700px;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#FFFFFF;}
#fotter p{
	font-size:10px;
	color:#FFFFFF;
	/*font-weight:bold;*/
	width:100%;
	margin:10px 0 0;}
#fotter a{
	font-size:10px;
	color:#FFFFFF;
	width:100%;
	margin:10px 0 0;
	text-decoration:none;}
