@import "/tpl/css/reset.css");
/*以下フォーム用！*/

body {
	font-size: 90%;
	line-height: 170%;
	background-image: url(../img/top_border.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
hr.clear {
	clear: both;
	height: 1px;
	border: 0px;
	border-top: 1px solid #fff;
	color: #fff;
	width: 20%
}
a:link, a:active, a:visited {
	color: #0a335c;
}
a:hover {
	color: #3385bf;
	text-decoration: none;
}
/* ---------------------------------------------------wrapper*/
#wrapper {
	font-size: 100%;
	text-align: center;
}
/* ---------------------------------------------------header*/
#header {
	margin: 0px auto;
	width: 800px;
	height: 130px;
}
#header h1 {
	float: left;
	width: 435px;
	margin: 0px;
	padding: 30px 0px;
	text-align:left;
}
#header h1.form {
	float: left;
	width: 435px;
	margin: 15px 0 0 0;
	padding: 30px 0px;
	text-align:left;
}
#header div {
	float: right;
	width: 150px;
}
#header div ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header div ul li {
	float: left;
	width: 140px;
	margin: 0px 0px 10px 1px;
	padding: 10px 0px;
	text-align: center;
	border-top: 3px solid #0c539a;
}
#header div ul li a {
	text-align: center;
}
/* ---------------------------------------------------content*/
div#content {
	margin: 0px auto;
	padding-bottom: 50px;
	width: 800px;
}
/* ---------------------------------------------------main*/
div#main {
	float: left;
	width: 800px;
	text-align:left;
}
/* ---------------------------------------------------form*/


div#main div.info {
	margin: 20px 0px;
	padding: 20px 30px 3px 30px;
	background-color: #F2F2F2;
	border-radius:10px;
}
div#main table.form {
	width:100%;
}
div#main table.form th {
	width:20%;
	line-height:140%;
}
div#main table.form td.list {
	width:15%;
}
div#main table.form td {
	padding:10px;
	line-height:140%;
}
div#main table.form strong {
	font-weight:bold;
	color:#FF0000;
	font-size:80%;
}
div#main table.form td input[type="text"] {
	margin:5px 0;
	padding: 7px;
	color: #555;
	border:1px solid #CCC;
	border-radius:5px;
	-webkit-text-size-adjust: 150%;
	-moz-text-size-adjust: 150%;
	-ms-text-size-adjust: 150%;
	-o-text-size-adjust: 150%;
	text-size-adjust: 150%;
}
input.txt80{
	width:80px;
}
input.txt100{
	width:100px;
}
input.txt200{
	width:200px;
}
input.txt300{
	width:300px;
}
input.txt400{
	width:400px;
}
input.txt500{
	width:500px;
}
div#main table.form td textarea {
	-webkit-appearance: textarea;
	-webkit-rtl-ordering: logical;
    -webkit-user-select: text;
	margin:5px 0;
	padding: 7px;
	color: #555;
	border:1px solid #CCC;
	border-radius:5px;
	-webkit-text-size-adjust: 150%;
	-moz-text-size-adjust: 150%;
	-ms-text-size-adjust: 150%;
	-o-text-size-adjust: 150%;
	text-size-adjust: 150%;
	width:520px;

}
div#main table.form td select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	padding: 7px;
	color: #555;
	border-radius:5px;
	border:1px solid #CCC;
	width:100px;
	vertical-align:top;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
div#main table.form td select {
	background-image:url(../img/point.jpg);
	background-position: 80px center;
	background-repeat:no-repeat;
}
}

#content p.entry {
    text-align: center;
}

div#main p.entry input {
	margin-left:10px;

}

div#main p.size_l{
	font-size:120%;
	
	
	
	}



/*link*/
p.center_link {
	text-align: center;
	padding: 10px;
}
p.center_link a {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #775F57;
	padding: 12px 40px;
	border-radius: 5px;
}
p.center_link a:hover {
	color: #775F57;
	background-color: #fff;
	border: 3px solid #775F57;
}
/* ---------------------------------------------------footer*/
div#footer {
	clear: both;
	margin: 0px auto;
	background-color: #ddddd2;
}
div#footer p {
	margin: 0px;
	padding: 25px 0px;
	text-align: center;
	line-height: 200%;
}
address {
	background-color: #0a335c;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 90%;
	padding: 15px 0px;
}
