@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font:12.5px Meiryo, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	padding: 0px;
	margin: 0px;
	height:100%;
}

ul,li{
	list-style:none;
}

/* -- / link / -- */

a { color: #656565;
	text-decoration: underline;
}

a:hover {
	color: #151515;
    text-decoration: none;
}

.eachpost a:hover {
	background-color: #ffd53a;
}

a img {
	background: none;
	border: 0;
}

.clear{
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
	font-size:0;
}

/* -- / main image / -- */

body#topimage{
	background:url(/common/images/main_image_bg.jpg) no-repeat top;
}

body#topimage #header{
	padding:0 0 283px 0;
}

/* -- / wrap / -- */

#wrap{
	width:880px;
	text-align:left;
	margin:auto;
}

/* -- / header / -- */

#header{
	height:92px;
	background:url(/common/images/head_bg.jpg) no-repeat top;
}

#header h1{
	padding:22px 0 0 20px;
	float:left;
}

/* -- / contents / -- */

#contents{
	padding:12px;
	background:url(/common/images/contents_bg.jpg) top no-repeat;
	height:auto;
}

#contents div.contents_boxl{
	width:607px;
	float:left;
}

#contents div.contents_boxl div.item{
	float:left;
	padding:5px 2px;
	width:198px;
	height:160px;
}

#contents div.contents_boxl div.item p{
	color:#555;
	padding:5px 0;
	font-size:x-small;
}

#contents div.contents_boxl ul li{
	padding:10px 0 0 5px;
}

#contents div.contents_boxs{
	width:240px;
	margin:0 7px 0 0;
	float:right;
}

#contents div.contents_boxs dl.news{
	padding:3px 0 0 5px;
	clear:both;
}

#contents div.contents_boxs dl.news dt{
	font-size:x-small;
	color:#666666;
}

#contents div.contents_boxs dl.news dd a{
	font-size:86%;
	color:#333333;
}

#contents div.contents_boxs dl.news dd{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	line-height:1.6em;
}

/* -- / footer_link / -- */

#footer{
	padding:20px 0 0 0;
}

#footer_link{
	background:url(/images/footer_bg_line.gif) no-repeat left top;
	height:32px;
	padding:7px 0 0 0;
}

*+html #footer_link{padding:10px 0 0 0;}
*html #footer_link{padding:10px 0 0 0;}

#footer_link ul li{
	float:left;
	margin:0 0 0 4px;
}

#footer_link ul li a{
	background:url(/common/images/icon_footer_links.gif) left no-repeat;
	padding:0 0 0 12px;
	font-size:x-small;
	margin:0 10px 0 0;
	text-decoration:none;
}

address{
	text-align:center;
	padding:20px;
}



