@charset "Shift_JIS";

/* Font Style */
body {
	font-family: verdana,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	line-height: 22px;
	color:#111;
}

/* A Style */
a{
	text-decoration:none;
	color: #C80A14;
}
a:visited{
	text-decoration:none;
	color: #C80A14;
}
a:hover{
	text-decoration:underline;
	color: #F20C1B;
}

/* フォーム */

input[type="text"],textarea{
	color:#333;
	background:#FFF;
	border:1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior:url("PIE.htc");
}
input[type="text"]{
	height:28px;
	padding-left:5px;
	font-size:15px;
}
textarea{
	padding:5px
	font-size:14px;
}

input[type="password"],textarea{
	color:#333;
	background:#FFF;
	border:1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior:url("PIE.htc");
}
input[type="password"]{
	height:28px;
	padding-left:5px;
	font-size:15px;
}
textarea{
	padding:5px
	font-size:14px;
}

/* clearfix */
/* For modern browsers */
.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
/* For IE 6/7(trigger hasLayout) */
.clearfix{ zoom:1;}

/* 共通部分 */

body{
	background:url(../img/bg_wrap.png);
}
#header{
	width:950px;
	height:110px;
	margin:0 auto 10px;
	background:url(../img/bg_header.jpg);
	text-align:left;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-box-shadow:0px 0px 50px #000;
	-moz-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0 50px #000;
	behavior:url("PIE.htc");
	position:relative;
	z-index:3;
}
#nav{
	width:100%;
	height:56px;
	background:url(../img/bg_nav.jpg);
	-webkit-box-shadow:0px 0px 20px #000;
	-moz-box-shadow:0px 0px 20px #000;
	box-shadow:0px 0 20px #000;
	behavior:url("PIE.htc");
	position:relative;
	z-index:3;
}
#wrap{
	text-align:center;
}
#footer{
	clear:both;
	width:320px;
	height:100px;
	margin:0 auto;
	padding:0 35px;
}
#copyright{
	padding-top:5px;
	font-size:11px;
	color:#C89646;
}

/* エラーメッセージ部分共通 */
#wrap span.error{
	color:#C80A14;
}

/* ヘッダー */
#head01_imgmove{
	width:400px;
	height:0;
	margin:0 auto;
}

#head01_imgmove img#sitemark{
	position:relative;
	top:15px;
	left:-180px;
}
#head01_imgmove img#pen{
	position:relative;
	top:15px;
	left:100px;
}

#move{
	width:950px;
	height:0px;
	margin:0 auto;
	text-align:left;
}
#move #sitemark{
	position:relative;
	top:5px;
	left:10px;
	z-index:5;
}
#header h1{
	display:inline-block;
	position:relative;
	top:48px;
	left:187px;
}
#header ul{
	float:right;
	display:inline-block;
	position:relative;
	top: 70px;
	right:30px;
}
#header li{
	display:inline-block;
}
#header li a{
	font-size:12px;
	display:inline-block;
	padding-left:15px;
	padding-right:5px;
	background:url(../img/icon_arrow_br.png) no-repeat left center;
	color:#5A3232;
}
#header img#pen{
	position:absolute;
	right:290px;
}

/* ナビゲーションメニュー */

#nav ul{
	padding-left:145px;
	font-size:0;

}
#nav li{
	display:inline-block;
	font-size:14px;
}
#nav img{
	margin-bottom:6px;
}
#nav span{
	display:inline-block;
	width:1px;
	height:34px;
	margin-top:11px;
	background:url(../img/nav_line.gif);
}

/* h2タイトル共通 */

#wrap h2{
	font-size:17px;
	font-weight:bold;
	color:#5A3232;
	text-align:center;
}

/* ログインページ */

#login{
	width:320px;
	margin:100px auto 20px;
	padding:40px;
	background:rgb(255,255,230);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow:0px 0px 50px #000;
	-moz-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	behavior:url("PIE.htc");
}
#login form{
	width:256px;
	margin:0 auto;
	text-align:left;
}
#login p{
	margin-top:4px;
}
#login input.login{
	width:256px;
}
#login .checkbox{
	float:left;
	margin-top:8px;
}
#login .checkbox input{
	vertical-align:middle;
	position:relative;
	top:-1px;
}
#login .btn{
	float:right;
	margin-top:8px;
}
#login p.sub{
	margin:8px 0 0 30px;
	font-size:13px;
	color:#5A3232;
	line-height:1.4em;
	text-align:left;
}
#login p.sub a{
	padding-left:15px;
	background:url(../img/icon_arrow_r.png) no-repeat left center;
}
#login p.sub a:hover{
	background:url(../img/icon_arrow_r_on.png) no-repeat left center;
}
#notice{
	color:#FFF;
}

/* お問い合わせページ */

#contact_imgmove{
	width:400px;
	height:0;
	margin:0 auto;
}

#contact_imgmove img#sitemark{
	position:relative;
	top:15px;
	left:-105px;
}
#contact_imgmove img#pen{
	position:relative;
	top:15px;
	left:100px;
}
#contact{
	width:320px;
	margin:100px auto 20px;
	padding:40px;
	background:rgb(255,255,230);
	text-align:left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow:0px 0px 50px #000;
	-moz-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	behavior:url("PIE.htc");
}
#contact h2 + p{
	margin:20px 0 10px;
}
#contact #contact_tel{
	height:81px;
	padding-top:10px;
	padding-left:68px;
	background:url(../img/contact_tel_l_bg.png) no-repeat left center;
}
#contact #contact_mail{
	height:86px;
	margin-top:30px;
	padding-left:68px;
	background:url(../img/contact_mail_l_bg.png) no-repeat left top;
}
#contact p{
	font-size:13px;
	color:#5A3232;
}
#contact span{
	font-size:28px;
	color:#C80A14;
	line-height:32px;
}
#contact a img{
	padding-top:15px;
	padding-left:10px;
}

#mailform_imgmove{
	width:400px;
	height:0;
	margin:0 auto;
}

/* メールフォームページ */

#mailform_imgmove img#sitemark{
	position:relative;
	top:15px;
	left:-230px;
}
#mailform_imgmove img#pen{
	position:relative;
	top:15px;
	left:210px;
}
#mailform{
	width:670px;
	margin:100px auto 20px;
	padding:40px 0;
	background:rgb(255,255,230);
	text-align:left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow:0px 0px 50px #000;
	-moz-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	behavior:url("PIE.htc");
}
#mailform p{
	margin:30px 90px 10px;
}
.aster{
	color:#ED1C24;
}
#mailform table{
	width:510px;
	margin:20px auto 10px;
}
#mailform td{
	width:160px;
	height:70px;
	padding:5px;
	vertical-align:top;
	border-top:2px solid #5A3232;
	font-size:12px;

}
#mailform td:nth-of-type(2n){
	width:350px;
	vertical-align:middle;
	border-top:2px solid #DEC6AB;
}
#mailform .btn_area{
	margin:0 auto 20px;
	text-align:center;
}
#mailform #mailform_chk{
	margin-bottom:20px;
}
#mailform #mailform_chk td{
	width:130px;
	height:40px;
	background:#998675;
	border:1px solid #C7B299;
	font-size:12px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
}
#mailform #mailform_chk td.right{
	width:380px;
	padding:10px 15px;
	background:#FFF;
	border:1px solid #C7B299;
	color:#111;
	text-align:left;
	vertical-align:middle;
}
#mailform #mailform_chk td:nth-of-type(2n){
	width:380px;
	padding:10px 15px;
	background:#FFF;
	border:1px solid #C7B299;
	color:#111;
	text-align:left;
	vertical-align:middle;
}
#mailform_complete{
	width:320px;
	margin:100px auto 20px;
	padding:40px;
	background:rgb(255,255,230);
	text-align:left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow:0px 0px 50px #000;
	-moz-box-shadow:0px 0px 50px #000;
	box-shadow:0px 0px 50px #000;
	behavior:url("PIE.htc");
}
#mailform_complete .complete{
	margin:55px 0 45px;
	text-align:center;
}
#mailform_complete .complete p{
	width:320px;
	height:50px;
	margin:0 auto;
	background:#F9F0C8;
	color:#C80A14;
	line-height:50px;
	border:1px solid #C7B299;
}
#mailform_complete .btn_area{
	margin:0 auto 20px;
	text-align:center;
}

/* フッター */

#footer_inner{
	padding-top:20px;
	padding-left:10px;
	font-size:12px;
	text-align:left;
}
#footer_inner li{
	display:inline-block;
}
#footer_inner a{
	display:inline-block;
	padding-left:15px;
	padding-right:10px;
	background:url(../img/icon_arrow_br.png) no-repeat left center;
	color:#C89646;
}
#copyright{
	padding-top:5px;
	font-size:11px;
	color:#C89646;
}

/* 追加要素 */

.central {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -200px;
}