/* CSS Document */
@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body {
	font-family: "ＭＳ Ｐゴシック", 'MS P Gothic', Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: small;
	color: #000;
	line-height:130%;
	background: #e3e0ca;
}
img {
	border:0;
}

html {
	overflow-y: scroll;
}


.end {
	clear: both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
		text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

dl {
	width: 240px;
}
dt {
	font-weight: bold;
	padding-top: 3px;
}
dd {
	margin-bottom: 3px;
}

.red {
	color: #F00;
	font-weight: bold;
}
