@charset "utf-8";

*{margin:0; padding:0;}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: underline;
	color: #000;
}

img{border:none;}

body {
	background: #FFF;
	text-align: left;
	font: 12px "MS PGothic","Osaka",Arial,sans-serif;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 4px;
	padding-left: 20px;
}

h2 {
	font-weight: normal;
}
h3 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: right;
}

#footer {
	clear: both;
	background: url(common_image/footer.gif) repeat-x left top;
	height: 115px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	clear: both;
	color: #F60;
	font-size: 12px;
	text-decoration: underline;
}
.footer_link {
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
}
