@charset "shift_jis";

/* ------------------------------- メインエリア ------------------------------- */

#contents{
	width: 98%;
}

#main{
	width: 100%;
	margin-left: -350px;
	padding-right: 10px;
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

#box{
	margin-left: 250px;
}

h2{
	margin-top: 40px;
}

h3{
	color: #333333;
}

#info p{
	margin: 0 30px 15px 10px;
	color: #333333;
	text-align: left;
}

h4{
	margin: 20px 30px 10px 0;
	border-bottom: solid 1px #990000;
}

#box p{
	margin-top: 20px;
	clear: both;
}

#box a{
	margin-left: 20px;
}

#box p.t1{
	margin: 20px 20px 0;
	text-align: right;
}

#box p.t2{
	margin: 10px 10px 0;
	text-align: right;
}

#box address{
	margin: 0px 20px 0px;
	font-style: normal;
	text-align: right;
}

