@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
}
a {
	color: #D4727F;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
em {
	font-style: normal;
	font-weight: bold;
}
sup {
	font-size: 0.8em;
	vertical-align: top;
}
sub {
	font-size: 0.8em;
	vertical-align: baseline;
}
#stage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contents {
	width: 730px;
	float: left;
	padding-left: 10px;
}


/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*commonclass end*/
.overimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.important {
	color: #CC0000;
	font-weight: normal;
}
#footer {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	clear: both;
}

#footer ul {
	list-style-type: none;
}
#otherLink li {
	float: left;
	height: 45px;
	width: 180px;
	padding-right: 10px;
}
#regulations {
	float: right;
	width: 285px;
	padding-right: 10px;
	padding-top: 5px;
}
#regulations ul {
	list-style-type: none;
}
#regulations li {
	float: left;
}

#forUse {
	width: 96px;
	padding-right: 36px;
}
#privacy {
	width: 151px;
}
#copy {
	float: left;
	width: 413px;
	padding-top: 10px;
}
#topicPath {
	font-size: 0.8em;
	background-color: #EFEFEF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #999999;
}
#topicPath a {
	color: #D4727F;
}
