/* About US */

.box1{
	width: 770px;
	margin: 10px 0 5px 0;
	border-bottom: 6px double #DDDDDD;
	padding-bottom: 10px;
}
.box1 h2{
	width: 125px;
	height: 53px;
	float: left;
	background-image: url(../img/about/about_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.box1 div.right_box{
	width: 624px;
	float: right;
}

.box1 div.right_p_box{
	width: 624px;
	float: right;
	margin: 2px 0 15px 0;
	border: 1px solid #FFB3B3;
	background-color: #FFE4E4;
}

.box1 p{
	color: #333333;
	margin: 6px;
}

div.box3{
	width: 710px;
	height: 30px;
	background-image: url(../img/contact/blue_bar.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
div.box3 h3{
	padding: 5px 0 0 10px;
	color: #ffffff;
}

h4{
	font-size: 14px;
	color: #333333;
	border-bottom: #666666 1px dashed;
	padding: 0 0 5px 0;
	margin: 5px;
}

/*------行頭文字部分------*/
.first_w{
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/home/first_w.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 6px 0 0;
}

/*------------------テーブル系--------------------------*/

table{
	margin: 0;
}

th,td{
	margin: 0;
}

table.line{
	border: solid 1px #999999;
	border-collapse: collapse;
	margin: 10px 0 15px 0;
}

th{
	padding: 6px;
	border: solid 1px #888888;
	background-color: #2C6C93;
	color: #FFFFFF;
}

td.usual{
	padding: 6px;
	border: solid 1px #999999;
	background-color: #ffffff;
	color: #333333;
}

td.title{
	padding: 6px;
	border: solid 1px #999999;
	background-color: #FFE3E3;
	font-weight: bold;
	color: #333333;
}

table.pa{
	margin: 10px auto;
}

table.pa td,th{
	padding: 4px;
}

p.terms_title{
	font-weight: bold;
	padding: 20px 0 5px 7px;
	border-bottom: 1px dashed #3399CC;
	font-size: 16px;
	color: #3399CC;
}

#about_foto_box{
	margin: 5px auto 5px;
}
/*------------------Terms and Conditions--------------------------*/

#terms{
	width: 730px;
	margin: 5px auto;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #FFFFFF;
}

#terms_in{
	padding: 5px 10px;
}

ol{
	margin: 10px 0 0 30px;
	padding: 0;
}
ol li{
	padding: 0 0 15px 5px;
}

#iframe_box{
	border: 1px solid #999999;
	margin: 20px auto;
}
