@charset "UTF-8";
@import "reset.css";
@import "fonts.css";

/* Copyright (C) Pray Record All Rights Reserved. */


/* == 初期設定 == */ 

h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}

p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

a {color:#333;
	text-decoration:none;
	font-size:120%;
}

a:hover {text-decoration:underline;
}

#footer_navi2 a {color:#668800;
	text-decoration:none;
	font-size:120%;
}

#footer_navi2 a:hover {text-decoration:underline;
}


a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/* == 見出し設定 == */

h1 { left:50%;
	z-index:5;
	padding-top:33px;
}

h2 {}

h3 {}

h4 {}

h5 {}


/* == HTML設定 == */

html { background: none;
}


/* == BODY設定 == */

body { background: url(../images/body_bg.png) top repeat;
	text-align: center;
}

#wrapper { margin: 0 auto;
    background: url(../images/idx_bg_01.png) top repeat-x;
}

#wrapper.thanks { margin: 0 auto;
    background: url(../images/thx_bg_01.png) top repeat-x;
}

#main {	 background:url(../images/main_bg.png) repeat-x top;
	margin: 0 auto;
	text-align:centert;
}

#content { width: 960px;
	text-align: canter;
	margin:0 auto;
}

#navi { }

#footer {text-align:center; }

#copyright { }


/* == HEADER設定 == */

#header { background:url(../images/header_bg.png) no-repeat top;
	height:972px;
	z-index:;
}

#wrapper.thanks #header { background:url(../images/header_bg.png) no-repeat top;
	height:642px;
	z-index:;
}

#main_image { width:960px;
	margin:0 auto;
	padding:12px 0 0;
	text-align:left;
}

#thanks_message { width:960px;
	background:url(../images/body_bg.png) repeat;
	margin:80px auto 0;
	padding:12px;
	text-align:left;
	font-weight:bold;
}
.huan{
    padding-top: 20px;
}
#main_image p { margin:0;
}
.riyuu_5{
    margin-left: -40px;
}

/* == FOOTER設定 == */

#footer { background-color:#98cb00;
	margin:0 auto;
}

#footer_navi { width:960px;
	margin:0 auto;
	padding:7px 0;
	text-align:left;
}

#footer_navi2 { width:960px;
	margin:0 auto;
	padding:10px 0 30px;
	text-align:left;
	font-size:90%;
	line-height:1.8;
}

.copyright { width:960px;
	margin:0 auto;
	text-align:right;
	color:#666;	
	font-size:110%;
	}

/* == CONTENT設定 == */

#content { width:960px;
	margin:0 auto;
}

#content p { margin:0;
}

#content .mail_form { width:960px;
	margin:20px auto;
	text-align:center;
}

#content .mail_form .rule {
    border: 1px solid #c0b296;
    font-size: 90%;
	line-height:1.5;
    height: 100px;
    overflow: auto;
    padding: 10px;
    width: 960px;
	text-align:left;
	margin:0 auto;
}

#content .mail_form .rule p { margin:0 0 15px;
}


#starform table {
	width: 100%;
	border-collapse: collapse;
}

#starform table tr td,
#starform table tr th {
	padding: 10px 20px;
}

#starform th span {
	font-size: 0.8em;
	color: #e00;
	margin-left: 0.3em;
}
#starform span.example {
	font-size: 0.9em;
	margin-left: 0.5em;
}

#starform input[type='text'],
#starform textarea,
#starform select {
	border: 1px solid #c0b296;
	background-color:#ffe2c2;
}
#starform textarea {
	width: 100%;
	height: 100px;
}
#starform input[type='text'] {
	width: 50%;
}
#starform input[type='text'].full {
	width: 100%;
}
#starform input[type='radio'],
#starform input[type='checkbox'] {
	margin-right: 1em;
	cursor: pointer;
}
#starform label {
	cursor: pointer;
	margin-right: 0.8em;
}

#starform                  { width: 960px; text-align:left; }
#starform td { border-bottom: 1px dotted #a8956f; line-height:2;}
#starform th { border-bottom: 1px solid #a8956f; width:125px; text-align:right; vertical-align:middle;	font-weight: bold;}
#starform span.example     { color: #36c; }


#starform .form_right     { padding-right:55px; }



#content .mail_form div.send_btn {
	text-align:center;
	margin:20px auto 50px;
}

#content .mail_form p.attention {
	text-align:left;
	margin:20px 0 40px 200px;
	color:#C00;
	font-weight:bold;
	font-size:160%;
}

/* == NAVI設定 == */





/* == margin設定 == */

#content .mb0 { margin-bottom:0;
}
#content .mb5  {margin-bottom:5px;
}
#content .mb10 { margin-bottom:10px;
}
#content .mb15 { margin-bottom:15px;
}
#content .mb20 { margin-bottom:20px;
}
#content .mb25 { margin-bottom:25px;
}
#content .mb30 { margin-bottom:30px;
}
#content .mb35 { margin-bottom:35px;
}
#content .mb40  {margin-bottom:40px;
}
#content .mb45 { margin-bottom:45px;
}
#content .mb50 { margin-bottom:50px;
}

/* == その他設定 == */

.center {text-align:center;
}