@charset "euc-jp";

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: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;
}

textarea {
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
}

.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;
}

/* -- / header / -- */

#header{
	margin: 15px;
	height: 25px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #888;
	font-size:10pt;
	font-weight: normal;
}

#header .logo{
	position: absolute;
	top: 20px;
	left: 15px;
}

#header ul{
	float:right;
	padding:8px 0 0 0;
}

#header ul li{
	float:left;
	margin:0 0 0 5px;
	list-style: none;
	font-weight: normal;
}

/* -- / wrap / -- */

#wrap{
	width:800px;
	margin:auto;
}

/* -- / footer / -- */

#footer {
	text-align:center;
	margin:20px auto 10px;
}

/* -- / common color / -- */

.red{
	color:red;
}


