@charset "EUC-JP";

* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}
img {
	border: none;
}
hr {
	display: none;
}
body {
	background-color: #EEE;
	background-repeat: repeat-y;
	text-align: left;
	font-size: 12px;
	color: #333333;
}

.clear {
	clear: both;
}

.mb30 {
	margin-bottom: 30px;
}

.mb30c {
	margin-bottom: 30px;
}

.mtmb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #FF5900;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF5900;
	text-decoration: underline;
}
a:active {
	color: #FF5900;
	text-decoration: underline;
}
