@charset "UTF-8";

.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}


.header {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	height: 77px;
	background-color: #778EFF;
}
.header .headerimg {
	height: 77px;
	width: 200px;
	float: left;
}
.header .htxt {
	font-family: "Times New Roman", Times, serif;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-top: 23px;
	color: #FFFFFF;
}
.header .htxtsub {
	font-size: 10px;
	margin-left: 10px;
	color: #333333;
}


.content {
	padding: 0px 30px 10px;
	font-size: 12px;
}
#info {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#info h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#info2{
	margin: 40px 0px 20px;
}

#info2 h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px;
}
#info2 p{
	margin-bottom: 10px;
}

#info .txtredbold,
#info2 .txtredbold {
	font-weight: bold;
	color: #CC0000;
}



.content h1,
.content h2{
	font-weight: bold;
}
.content h2{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #7B2815;
	font-size: 16px;
	margin-top: 25px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}
.container .content #errmsg {
	border: 1px solid #993300;
	padding: 6px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFF1F8;
}
.content h2 .subh2 {
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
}
.content .pp{
	margin-left: 20px;
	display: inline;
}


table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
table tr th{
	font-size: 12px;
	text-align: left;
	padding: 2px 2px 2px 10px;
	width: 20%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: middle;
}
table tr td {
	background-color: #E9F3FF;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px 2px 2px 10px;
}
table tr td input{
	font-size: 12px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 520px;
	margin: 4px 4px 4px 0px;
}

table #tel1,
table #tel2,
table #tel3,
table #tel_today1,
table #tel_today2,
table #tel_today3{
	width: 80px;
}

table #email1,
table #email2 {
	width: 245px;
}
#chargetxt {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	display: inline;
}
table tr td .txtredbold2 {
	font-size: 14px;
	color: #CC0000;
}


.content .btnarea {
	margin: 10px auto;
	width: 660px;
}

.content .submitbtn {
	font-size: 12px;
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	width: 201px;
	margin: 5px auto;
}

.content .submitbtn2 {
	font-size: 12px;
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	width: 201px;
	float: left;
	margin-left: 10px;
}

.content .submitbtn a,
.content .submitbtn a:link,
.content .submitbtn a:visited,
.content .submitbtn2 a,
.content .submitbtn2 a:link,
.content .submitbtn2 a:visited {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px outset #DCDCDC;
	display: block;
	width: 200px;
	height: auto;
	padding: 2px 0px;
	text-decoration: none;
}
.content .submitbtn a:hover,
.content .submitbtn2 a:hover {
	color: #333333;
	border: 1px outset #E1E1E1;
	background-color: #D9D9D9;
	text-decoration: none;
}
.content .submitbtn a:active,
.content .submitbtn2 a:active {
	border: 1px inset #E1E1E1;
}

.content .autobtn {
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	width: 101px;
	margin-top: 4px;
	margin-left: 5px;
	float: left;
}
.content .autobtn a,
.content .autobtn a:link,
.content .autobtn a:visited {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px outset #DCDCDC;
	display: block;
	width: 100px;
	padding: 1px 0px;
	font-size: 10px;
	text-decoration: none;
}
.content .autobtn a:hover {
	color: #333333;
	border: 1px outset #E1E1E1;
	background-color: #D9D9D9;
	text-decoration: none;
}
.content .autobtn a:active {
	border: 1px inset #E1E1E1;
}


.container .content .line {
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	clear: both;
}

.content #infomsg {
	border: 1px solid #999999;
	margin-left: 10px;
	padding: 4px;
}
/* -----------------------------------------------------------
フッター
----------------------------------------------------------- */
.footer {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	background-color: #E8E8E8;
}

/* -----------------------------------------------------------
トップへボタン
----------------------------------------------------------- */
.content .btntop{
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .btntop a,
.content .btntop a:link,
.content .btntop a:visited {
	text-decoration: none;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	width: 100px;
	text-align: center;
	float: right;
}
.content .btntop a:hover {
	text-decoration: none;
	background-color: #ECECEC;
}

.content .btntop {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* ----------------------------------------------------------- */
.container .content .required {
	color: #990000;
	font-size: 10px;
}

.content .textareabox {
	border: 1px solid #999999;
	margin-left: 10px;
	padding: 4px;
	background-color: #F2F5FF;
}
#info .thanks {
	margin-left: 10px;
	margin-bottom: 20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
