@charset "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #333322;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	line-height: 160%;
	background-color: #ffffff;
	background-image: url(../images/slash_base.gif);
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, legend, input, textarea, select {
	font-size: 100%;
	line-height: 160%;
	font-weight: normal;
	font-style: normal;
}


/* heading */
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 110%; font-weight: bold; }
h4 { font-size: 100%; font-weight: bold; }




em, strong, th, dt {
	font-size: 100%;
	line-height: 160%;
	font-weight: bold;
	font-style: normal;
}
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border:0;
}
/* container*/
#all-container {
	width: 860px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	text-align: left;
}

#footer-container {
	clear: both;
	width: 860px;
	font-size: 75%;
}
#sponsor-unit {
	float: left;
	padding: 10px;
}
#copy-unit {
	text-align: right;
	padding: 10px;
}





/* font */
.cap {
	font-size: 75%;
	line-height: 120%;
	font-weight: normal;
}
.e-font {
	font-family: Arial, Helvetica, sans-serif;
}
/*link color*/
a:link { color: #1e96a0; text-decoration: underline; }
a:visited { color: #1e8c96; text-decoration: underline; }
a:hover { color: #ffffff; background-color: #1e96a0; text-decoration: none; }
a:active { color: #000000; background-color: #1e8c96; }
a img { border: none; }
/*color*/
.c1 {
	color:#265aa1;
}
.c2 {
	color:#cf1602;
}
.c3 {
	color:#be6406;
}
.c-cautions {
	color: #ff0066;
}
.c-note {
	color: #6e7850;
}
/* line */
.line {
	border-top: 1px dashed #d2dc00;
	padding: 5px 0 0 0;
}
/* clear */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* other macIE5 \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* other end macIE5 */

#go-top {
	float: right;
	position: fixed;
	width: 26px;
	height: 26px;
	bottom: 20px;
	right: 20px;
	background: url(../images/gototop_btn.gif) top left no-repeat;
}
#go-top span {
	display: none;
}
