@charset "euc-jp";

/*----------------------------------------------------
	{site setting
----------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul li {
	list-style-type: none;
}



/*--- default */
body {
	background: #F9F9F9;
	color: #333;
	font-size: small;
	font-family: "CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	line-height: 1.8em;
}
* html body {	/* for IF6 */
	font-family: "lr oSVbN","MS PGothic",Sans-Serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: small;
}
h1 {
	font-size:12px;
	font-weight: normal;
	color: #666666;
	line-height: 15px;
	margin-bottom: 5px;
}
h2 {
	padding: 5px 10px;
	margin-bottom: 20px;
	border-left: 10px solid #FF9D18;
	background-color: #F0F0F0;
	font-size: 1.2em;
}
h3 {
	padding: 5px 10px;
	margin:0 20px 20px;
	border-left: 10px solid #C4FF88;
	background-color: #F5F5F5;
	font-size: 1em;
}
h4 {
	padding: 5px 10px;
	border-left: 10px solid #C4FF88;
	background-color: #F5F5F5;
	font-size: 1em;
	font-weight: normal;
}
img {
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
.clear {
	clear:both;
}
