@charset "utf-8";
/* index.css */


/* ====================================
			contents
==================================== */
div#contents {
	width: auto;
	height: auto;
	background: URL(images/index/img_main.jpg) center top no-repeat #ECE9D6;
	clear: both;
}
div#contents div.bg {
	width: 910px;
	height: auto;
	/*margin: 307px auto 0 auto;*/
	margin: 120px auto 0 auto;
	padding: 13px 0 0 0;
	/*
	background: URL(../images/index/contents/bg_contents_white.png) center top repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
	*/
}


/* ====================================
			mainimg
==================================== */
div#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
}


/* ====================================
			page title
==================================== */
div#rightcontents div#pagetitle {
	width: 620px;
	height: 84px;
	margin: 0 0 0 14px;
	text-align: right;
	background: URL(images/index/tit_inquiry.gif) left top no-repeat;
}
div#rightcontents div#pagetitle h3 {
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	float: left;
}
div#rightcontents div#pagetitle ul {
	width: 410px;
	margin: 30px 0 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	float: right;
}
div#rightcontents div#pagetitle li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #858697;
}
div#rightcontents div#pagetitle li span {
	margin: 0 4px;
}
div#rightcontents div#pagetitle li a {
	color: #858697;
	text-decoration: underline;
}
div#rightcontents div#pagetitle li a:hover {
	color: #858697;
	text-decoration: none;
}


/* ====================================
			account
==================================== */
div#rightcontents p.account {
	width: 579px;
	height: 32px;
	margin: 30px 0 30px 7px;
	padding: 0;
	font-size: 12px;
	background: URL(images/index/img_account.gif) left top no-repeat;
	text-indent: -9999px;
	clear: both;
}


/* ====================================
			メールフォーム
==================================== */

div#rightcontents table.acc {
	width: 620px;
	height: auto;
	background: #CDCDCD;
	font-size: 12px;
	color: #3F1705;
	font-family: Verdana;
	border-spacing: 1px;
	margin: 0 0 10px 0;
}
div#rightcontents table.acc th {
	background: #EAEAEA;
	color: #023455;
	font-weight: normal;
	font-weight: bold;
	color: #666;
	text-indent: 15px;
}
div#rightcontents table.acc td {
	background: #FDFDFD;
	text-align: center;
}


div#rightcontents .wrap-form {
	width: 100%;
	margin: 20px 0 0 0;
}

div#rightcontents .wrap-form dl {
	width: 620px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	display: table;
	background: #F8F7EF;
	margin: 1px 0 0 0;
	padding: 5px 0;
}

div#rightcontents .wrap-form dt {
	width: 170px;
	float: left;
	color: #00375E;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
}

div#rightcontents .wrap-form dd {
	width: 440px;
	float: right;
	color: #666;
	margin: 0;
	padding: 0;
}

div#rightcontents .input-b {
	width: 200px;
	margin-top: 20px;
	padding: 5px;
	color: #00375E;
	font-weight: bold;
	letter-spacing: 3px;
}
div#rightcontents textarea {
	width: 350px;
	height: 250px;
	border: 1px solid #CCC;
}
div#rightcontents select {
	border: 1px solid #CCC;
}
div#rightcontents .copy{text-align:right; display: none;}
div#rightcontents .copy a{font-size:70%;text-decoration:none;color:#ccc;background-color:#eee;}
div#rightcontents .hiss { color: #F00; font-size: 14px; font-weight: bold; padding-left: 5px;}
div#rightcontents .err { color: red;}
div#rightcontents .point { color: #3B6C53; background-color: #fff; }
div#rightcontents .align-c { text-align: center; }
div#rightcontents .input-s { width: 150px; height: 22px; border: 1px solid #CCC; }
div#rightcontents .input-m { width: 250px; height: 22px; border: 1px solid #CCC; }
div#rightcontents .input-l { width: 300px; height: 22px; border: 1px solid #CCC; }
div#rightcontents .inp4 { width: 80px; }
div#rightcontents .inp2 { width: 40px; }