/* CSS Document */

body {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(img/bg.gif) repeat-x;
	background-color: #cc1c00;
}
#contener{
	margin:10px auto;
	padding:10px;
	border:#333 dotted 1px;
	background-color: #C30;
	}
#contents{
	width:95%;
	margin:10px auto;
	padding:8px 5px;
	background-color: #FFF;
	}
#contents .title{
	text-align:center;
	margin:5px auto;
}
#contents .title img{
	width:95%;
}
#contents .text_red_bg{
	width:80%;
	background-color: #C30;
	margin:8px auto 20px auto;
	padding:15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
#contents h1{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	margin:3px auto;
}
#contents h2{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	margin:8px auto;
	color:#FF6600;
}
#contents h4{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:8px auto;
}
#contents .text01{
	width:90%;
	margin:8px auto;
	padding:5px 10px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
#contents .att{
	width:89%;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin:8px auto 25px auto;
}
#contents .form01{
	width:70%;
	background-color:#FCC;
	padding:15px;
	margin:0 auto;
	text-align:center;
}
#contents .form02{
	width:70%;
	background-color:#FFC;
	padding:15px;
	margin:0 auto;
	text-align:center;
}
#contents .copylight{
	text-align:center;
	margin-top:25px;
	padding:5px;
}
.r10 {
	font-size: 10px;
	line-height: 14px;
	font-weight: nomal;
}
.r12 {
	font-size: 12px;
	line-height: 16px;
	font-weight: nomal;
}
.r13 {
	font-size: 13px;
	line-height: 17px;
	font-weight: nomal;
}
.r14 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.r18 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.blue{ color:#00F;}
.red{ color:#C00;}
.orange{color:#FF6600;}

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

