@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 {
	background: url(null) fixed #fff;
	font:12.5px Meiryo, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	padding: 0px;
	margin: 0px;
	height:100%;
}

ul,li{
	list-style:none;
}

/* -- / link / -- */

a { color: #656565;
	text-decoration: none;
}

a:hover {
	color: #151515;
    text-decoration:underline;
}

.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;
}

hr{
	height:1px;
	background:url(/report/common/images/border_01.gif) repeat-x;
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	margin:10px 0;
	border-color:#008927;
}

table{
	border-collapse:collapse;
}

strong{
	font-weight:bold;
}

/* -- / headline / -- */

#headline{
	border-bottom:1px solid #008927;
	height:35px;
	padding:8px;
}

#headline p{
	float:left;
}

#headline ul{
	float:right;
	padding:8px 0 0 0;
}

#headline ul li{
	float:left;
	margin:0 0 0 5px;
}

/* -- / common css / -- */

.pic_l{
	float:left;
	margin:0 10px 10px 0;
}

.pic_r{
	float:right;
	margin:0 0 10px 10px;
}

