/*--------------------------------------------------------------------
common elements
--------------------------------------------------------------------*/
#rightpane h2{
	color: #FFF;
	font-size: 30px;
	height: 74px;
	line-height: 74px;
	padding-left: 10px;
	background: url(../img/h2.jpg) no-repeat;
	margin-top: 5px;
	letter-spacing: 5px;
}
#rightpane h3{
	height: 25px;
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
	padding-left: 10px;
	background: url(../img/h3.gif) no-repeat;
	margin-top: 5px;
	letter-spacing: 1px;
}
#rightpane h4{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 25px;
	background: url(../img/h4.gif) no-repeat;
	margin-top: 15px;
	overflow: hidden;
	letter-spacing: 1px;
}
#rightpane h5{
	font-weight: bold;
	color: #0000FF;
	line-height: 1;
}


/*table
----------------------------------*/
/*table1*/
.table1{
	width: 495px;
	border-top: solid 1px #D5D5D5;
}
.table1 th,
.table1 td{
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
	padding: 3px 10px;
	border-bottom : solid 1px #D5D5D5;
}
.table1 th{
	color: #0000FF;
	white-space: nowrap;
}
.table1 td{background: #FFFFFF;}
/*btntable*/
.btntable{
	width: 236px;
	margin: 10px 0 0 117px;
}
.btntable td{
	text-align: center;
}

/*box
----------------------------------*/
.box{
	width: 495px;
	margin: 10px 0 0 10px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box ul{padding-bottom: 5px;}
.box ul li{
	background: #F5F5F5;
	padding: 3px 10px;
	margin-bottom: 5px;
	border: solid 1px #D7D7D7;
}
.box img.left{margin-right: 15px;}
.box img.right{margin-left: 15px;}



/*--------------------------------------------------------------------
about
--------------------------------------------------------------------*/
#map{
	height: 290px;
	padding-top: 7px;
	margin: 10px 0 0 10px;
	background: url(../img/map.gif) no-repeat;
}
#map iframe{margin-left: 7px;}
#privacy{font-size: 10px;}
#privacy p,
#privacy ul,
#privacy ol{
	width: 475px;
	margin-left: 10px;
}
#privacy ul,
#privacy p{margin-top: 5px;}

#privacy div{
	background: #E0ECFF;
	padding: 10px 0;
	margin-top: 5px;
}
#rightpane div#privacy div h5{
	font-size: 10px;
	margin-left: 10px;
}
#provacy div p{margin-top: 0px;}
#decision{
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
	padding-top: 10px;
	border-top: dashed 1px #D1D1D1;
}


/*--------------------------------------------------------------------
area
--------------------------------------------------------------------*/
#ai div{
	width: 475px;
	margin: 10px 0 0 10px;
}
#ai div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


p.more th,p.more td{ padding:5px 10px; }
