@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6, p,
a,
div, span, ul, ol, li, dl, dt, dd,
{
	border-style:none;
	font-weight:normal;
	text-decoration:none;
	padding:0;
	margin:0;
}

body{
	background-color:#ffffff;
	font-family:"Hiragino Kaku Gothic Pro","メイリオ",Osaka,Verdana,"",sans-serif;
	width:750px;
	margin:0 auto;
}
/*======ヘッダー======*/
#header{
	width:700px;

}
#header h1{
	text-indent: 20px;
	color:#666666;
	font-size:12px;
	width:700px;
	height:20px;
	padding-top:4px;
	margin-bottom:-4px;
	text-decoration:none;
	font-weight:normal;
}
#head_menu{
	margin-bottom:4px;
}

/*======コラム======*/
#contents_box{
	clear:both;
	overflow:hidden;
	width:700px;
	height:100%;
}
#contents_column{
	float:left;
	width:700px;
	padding-top:10px;
}


.column_title{
	width:700px;
	background-image:url("../img/bg_h4_orange_700px.jpg");
	background-repeat:no-repeat;
	color:#fffffd;
	font-size:16px;
	font-weight:bold;
	display:block;
	height:16px;
	padding:5px 10px 4px 18px;
}
.column{
	width:680px;
	font-size:90.0%;
	line-height:140.0%;
	display:block;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:20px 10px 20px 10px;
}

/*======フッター======*/
#fotter{
	width:700px;
	border-top:dotted 2px #31c4ed;
	clear:both;
	font-size:12px;
	padding-top:12px;
}
#copyrights{
	color:#727272;
	text-align:right;
	margin-top:4px;
	line-height:130.0%;
}

/*======その他======*/
a:link{
	text-decoration:none;	
}
