body 
	{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin: 0 auto;
	padding:0;
	text-align:center;
	background: #eaebec;
	}

h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

#header
	{
	height:150px;
	width:860px;
	background:url(./image/header_eo.jpg) no-repeat;
	float:left;
	}
	
#container
	{
	width:860px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
	}

#contents_main
	{
	width:540px;
	background:#fff;
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
#contents_navi
	{
	width:230px;
	background:#fff;
	float:right;
	margin: 30px 30px 10px 0px;
	}
	
h1 
	{
	font-size: 21px;
	color: #666666;
	margin-left:33px;
	margin-top: 30px;
	}

h2
	{
	font-size: 15px;
	margin: 30px 0px 20px 0px;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;	
	text-indent: 13px;
	color: #666;
	}
	
h3
	{
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	text-indent: 0px;
	background: #F7F8F2;
	color: #ff6633;
	}

.cate
	{
	padding:0px;
	width:500px;
	float:left;
	font-size: 13px;
	line-height: 16px;
	margin-top: 12px;
	margin-left:33px;
	color: #666;
	}


.read
	{
	font-size: 14px;
	line-height: 19px;
	margin-top:10px;
	margin-bottom:0px;
	color: #ff6633;;
	}

.navi
	{
	width:208px;
	padding: 0px 10px 10px 12px;
	float:right;
	background: #F7F8F2;
	}

.side
	{
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	}

.kakomi
	{
	padding:5px;
	border: 1px solid #ff6633;
	}
	
.adh
	{
	float:right;
	padding:0px 25px 0px 0px;
	bottom: auto;
	margin-top: 10px;
	}

.ad
	{
	float:left;
	margin-top: 5px;
	margin-right:5px;
	text-align:center;
	font-size: 10px;
	line-height: 13px;
	color: #336699;
	bottom: auto;
	}
	
.adr
	{
	float:right;
	padding:0px 0px 0px 25px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 13px;
	color: #336699;
	bottom: auto;
	background:#fff;
	}

.adl
	{
	float:left;
	padding:0px 25px 0px 0px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 13px;
	color: #336699;
	bottom: auto;
	background:#fff;
	}

.border
	{
	border: 1px dotted #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background:#eff2f2;
	}
	
.link
	{
	font-size: 11px;
	line-height: 16px;
	color: #ff6633;
	text-decoration: none;
	}

#footer 
	{
	margin-top:20px;
	border-top:2px solid #666666;/*フッターの色*/
	height: 50px;
	padding-top:10px;
	padding-right:25px;
	text-align: right;
	clear:both;
	font-size: 10px;
	line-height: 15px;
	background: #F7F8F2;
	}

a	{
	color: #0000ff;
	text-decoration: underline;
	}
   
a:hover {
	color: #ff6633;
	text-decoration: none;
	}
   
