﻿@charset "UTF-8";

body{
	font-size: 18px;
}

.bold{
	font-weight:bold;
}

.red_bold{
	color: #cd191b;
	font-weight:bold;
}



.red_bold2{
	color: #cd191b;
	font-weight:bold;
}

.red_back{
	color: #cd191b;
	font-weight:bold;
	background:#FDF2CF;
}

/***帯***/
#wrapper{
	background:url(../images/rpt.png) center top repeat-y;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width:900px;
	padding-right:50px;
	padding-left:50px;
}

.wrapper_out{
	margin-right: auto;
	margin-left: auto;
	width:1000px;
}

/***ヘッダー***/
#header {
	width:100%;
	min-width:1000px;
	position:relative;
    background: url(../images/header.png) no-repeat scroll center 0;
    height: 1003px;
    margin: 0 auto;
}

#header_side {
	width:100%;
	margin:0 auto;
	position:relative;
        background: url(../images/header_side.png) repeat-x scroll 0 0;
        height: 1003px;
}

/***フォーム***/
.space{
	height: 43px;
}

.space2{
	height: 70px;
}

.space3{
	height: 50px;
}

.space4{
	height: 90px;
}

#form_01{
	width: 900px;
	height: 447px;
	background:url(../images/form.png);
	background-repeat:no-repeat;
	position:relative;
	background-position:bottom;
}

.form_name{
	top: 200px;
	left: 50%;
	margin: 0 0 20px 0;
}

.textbox{
	width: 730px;
	margin: 0 auto;
	color: #1f1f1f;
	line-height: 1.8;
}

.sub1{
	display:block;
}

.bullet{
	display:block;
}

.sub2{
	display:block;
	margin: 115px 0 60px 0;
}

.neme{
	display:block;
	margin: 50px 0 65px 0;
}

/***フッター***/

#footer{
	width: 900px;
	margin: 0 auto;
	background:#D97F15;
}

.small{
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
	color:#fff;
	text-align:center;
	padding: 15px 0 15px 0;
}

.tokutei{
	width: 186px;
	padding: 12px 0 0 0;
	margin: 0 auto 10px auto;
	font-size: 14px;
	color:#fff;
	text-align:center;
	text-decoration:underline; color:white;
}

.tokutei_a{
	display: block;
	width:186px;
	margin: 0 auto;
	color: #fff;
}

/***ホバーウィンドウ***/
#overlay{
        display: none;
        width: 100%;
        height:100%;
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 100;
        background: rgba(0,0,0,0.7);
}
#overlay .o_cont{ width:900px; height:620px; background: url(../images/hover.png) no-repeat; margin:20px auto 0 auto; padding-top:390px;}
#overlay .o_cont #o_button{ display:block; width:787px; height:124px;  background: url(../images/button3.png) no-repeat; margin:0px auto 0 auto;}


#topspace {
	margin-bottom: 0;
	top: 10px;
	display: block;
	width: 100%;
	height: 20px;
	position: fixed;  
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 10 + 'px');
}


#return{
	text-align:center!important;
}

#return a{
	color: #FFCC00;
	font-size:11px;
}

.table2{
	position:absolute;
	margin: 0 auto;
	top: 425px;
	left: 50%;
	margin: 0 0 10px -450px;
}

.btn2{
	margin: 10px 0 0 60px;
}

.button5{
	margin: 5px 0 0 0;
}