* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 13px;
    *font-size: small;
    *font: x-small;
    line-height: 1;
	background-image:url(images/bg.jpg);
}

a {
	color: #965042;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

strong {
	color: #c00;
	font-size: larger;
	font-weight: bold;
	background: #ffc;
}

hr {
	background: #eee;
	border: none;
	margin: 0px auto;
	height: 5px;
}

sup {
	color: #c00;
	font-size: 50%;
}

#header {
	width: 950px;
	height: 100px;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_about{
	width: 950px;
	height: 700px;
	background-color: #fff;
	position: relative;
	margin: 0px auto;
}

#header p {
	text-align: right;
}

h1 {
	
}
	
	
	
h2 {
  margin: 40px auto 30px auto;
  padding: 10px;
  width: 930px;
  height: 20px;
  color: #fff;
  background-color: #949178;
  border-left:5px solid #FF5D26;
  	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#menu {
	width: 950px;
	position: relative;
	margin: s0px auto;
}
#menu p {
	text-align: right;
}

li{
			font-size: 120%;
			line-height:1.8;
			margin-left:50px;
}

ul{
			font-size: 120%;
			line-height:1.8;
			margin-left:30px;
}
.content {
	margin: 0px auto;
	width: 950px;
}
	.content p {
		margin-top:30px;
		font-size: 120%;
		line-height: 1.6;
		margin: .8em 0;
	}
	
	.pic{
		margin:30px;
	}
	.content .closing {
		text-align: right;
		margin-top: 20px;
	}
		.content .closing a.price {
			display: inline-block;
			background: url("./images/btn_price_1.png");
			width: 200px;
			height: 35px;
		}
		.content .closing a.price:hover {
			background-position: 0 -35px;
		}
		.content .closing a.inquiry {
			display: inline-block;
			background: url("./images/btn_inquiry_1.png");
			width: 200px;
			height: 35px;
		}
		.content .closing a.inquiry:hover {
			background-position: 0 -35px;
		}
			.content .closing a span {
				display: none;
			}
		.content .closing .toTop {
			font-size: 93%;
			margin-top: 20px;
		}

#footer {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding-top: 10px;
}
	#footer address {
		text-align: center;
		font-size: 85%;
		font-style: normal;
	}


/* ========================================================== */

#info table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 30px 0 0 20px;
	width: 920px;
}
#info table th,
#info table td {
		text-align: left;
		font-size: 120%;
		line-height: 1.3;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: .5em 1em;
	}
#info table th {
		color: #fff;
		background: #8D7D7B;
		width: 20%;
	}
#info table td {
		width: 80%;
	}
#info label {
	position: relative;
	left: 0px;
	font-size: 100%;
}
form {
	position: relative;
	margin-top: 30px;
}
	form p.errorMes {
		position: absolute;
		right: 0;
		top: 0;
		color: #f00;
		font-size: 100%;
		margin: 0;
		width: 400px;
	}
	form .formTitle {
		font-size: 100%;
		margin-bottom: 5px;
	}
		form .formTitle span{
		color: red;
	}

	form input[type="radio"] {
		font-size: 14px;
		text-align: left;
		margin-bottom: 30px;
		width: 10px;
	}
	form input[type="text"] {
		font-size: 14px;
		background-color: #ffc;
		border: 1px solid #ccc;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 20px;
		padding: .5em;
		width: 300px;
	}
	form textarea {
		font-size: 14px;
		background-color: #ffc;
		border: 1px solid #ccc;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: .5em;
		width: 680px;
		height: 200px;
	}
	form input[type="submit"] {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #fff;
		font-size: 22px;
		border: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #c00;
		padding: .2em 1em;
		cursor: pointer;
	}
	form input[type="submit"]:hover {
		background: #f66;
	}

#box{
	width:1020px;
	background-color:#FFF;
	margin:0 auto;
}

#menu_bt
{
	width:980px;
	background-color:#FFF;
	margin:0px auto;
	margin-bottom:30px;
	clear:both;
}

.attention{
	font-size:85%;
}
#edu{
	width:800px;
	margin:0 auto;
}

#f_p {
	width: 950px;
	background-color: #FFF;
	line-height: 1.6;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-left: 20px;
}

.red{
	color: #F00;
}
#info2 img{
	margin:5px 20px;
}

.modoru{
	text-align:left;
	padding-bottom:10px;
	font-size:100%;
	float:right;

}

.fb-like{
	margin:10px;
}