@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	font-size:12px;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	background:#F2F2F2;
}

body {
	height:100%;
}

.header {
	width:100%;
	height:30px;
	background:#333;
	color:#F5F5F5;
	line-height:30px;
	text-indent:30px;
}

.wrapper {
	width:800px;
	height:auto;
	margin:auto;
	background:#CCC;
}


.footer {
	width:800px;
	height:50px;
	background:#666;
	margin:auto;
	text-align:center;
	line-height:50px
}

.to_top {
	width:auto;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-right:5px;
	font-size:11px;
}

.to_top a:hover {
	color:#333;
	text-decoration:underline;
}

/* default link color settings*/
a:link,a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#E7155B;
}

a.webclap {
	font-size:11px;
}

a.to_index {
	font-size:11px;
}


/* P-space */
p.fl_cl {
	clear:both;
	line-height:1px;
}
p.sp15{
	height:15px;
}

p.sp25{
	height:25px;
}

p.sp45{
	height:45px;
}



/* h1 - h6 */
h1 {
	font-weight:normal;
	font-size:15px;
}