@charset "shift_jis";

img{
	border:0;
	vertical-align:top;
}

a:link{
	color:#000099;
}

a:hover{
	color:#0000FF;
}

#footer a:link,
#footer a:visited{
	color:#000000;
	text-decoration:none;
}

body{
	background:url(../img/back.gif) 0 0 repeat-y;
	margin:0;
	padding:0;
}

#container{
	width:760px;
}

/* header
------------------------*/

#header{
	background:url(../img/header_background.gif) 0 0 repeat-x;
}

#header h1{
	float:left;
	margin:0;
	padding:0;
}

#header ul{
	float:right;
	margin-top:27px;
}

#header ul li{
	float:left;
}

/* contents
------------------------*/

#contents{
	background:url(../img/contents_background.gif) 0 0 repeat-y;
	padding-bottom:10px;
}

#contentsInner{
	background:url(../img/alpha_beta_background.gif) 100% 0 no-repeat;
}
.title{
	margin-left: 2px;
	margin-top: 2px;
}

.text{
	width: 550px;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #CC3300;
	font-weight: bold;
	margin-left: 24px;
}

.box{
	width:740px;
	padding: 4px;
}

.box_map{
	width:365px;
	padding-bottom: 4px;
	float:left;
}

.boxA,
.boxB{
	width:364px;
	padding-bottom: 4px;
	background-color: #FFFFDD;
	border: 1px solid #916621;
	margin-top: 8px;
}

.boxA{
	float:left;
}

.boxB{
	float:right;
	margin-left: 6px;
}

.right_box{
	width:365px;
	height: 203px;
	float:right;
}

.right_title{
	width:365px;
	font-size: 16px;
	color: #113179;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EDB52C;
	background-image: url(img/mark_left.jpg);
	text-indent: 14px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	font-weight: bold;
	margin-top: 84px;
}
.location_title{
	width:365px;
	font-size: 16px;
	color: #113179;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EDB52C;
	background-image: url(img/mark.jpg);
	text-indent: 14px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	font-weight: bold;
	margin-top: 84px;
	margin-bottom: 1px;
}
.right_img_box{
	width:365px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.right_img_box img{
	border: 1px solid #666666;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#name{
	background-color: #FBD77F;
	font-size: 16px;
	font-weight: 900;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #12337D;
}

#name a:link,
#name a:visited{
	color: #12337D;
}

.location{
	background-color: #FBD77F;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 6px;
}

.img_1{
	float:left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 4px;
	width: 100px;
}

.text_0{
	float:right;
	width: 250px;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}

.text_0 a:link,
.text_0 a:visited{
	color: #12337D;
}

#text_1{
	float:right;
	width: 246px;
	font-size: 12px;
	margin-top: 8px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
}

.point{
	padding-left: 8px;	
}

.img_2{
	float:right;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 70px;
	width: 100px;
}

#text_2{
	float:left;
	margin-top: 4px;
	margin-left: 10px;
}

#text_2 p{
	font-size: 12px;
	margin-top: 4px;
	padding-bottom: 2px;
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
}

#footer{
	padding-top:10px;
	clear: both;
}

#footerInner{
	background:url(../img/footer_background.gif) 0 0 no-repeat;
	padding:3px 13px 3px 10px;
}

address{
	float:left;
	color:#ffffff;
	font-style:normal;
}

#footer ul{
	float:right;
	margin-top:5px;
	width: 300px;
}

#footer li{
	float:right;
	padding-left:10px;
}

#footer a{
	background:url(../img/farrow.gif) 0px 4px no-repeat;
	padding-left:7px;
}


/* set
------------------------*/

ul,
dt,
dd,
h1,
h2,
h3,
h4,
address{
	font-size:11px;
}

input,
select{
	font-size:12px;
}

ul{
	list-style:none;}

h3,
h4,
dl,
dt,
dd,
ul,
p,
form{
	margin:0;
	padding:0;

}


/* clear fix
------------------------*/

#header,
.section,
#contentsInner,
dl,
#recomn div,
#footerInner{
    overflow:hidden;
	zoom:1;
}

#header:after,
.section:after,
#contentsInner:after,
dl:after,
#recomn div:after,
#footerInner:after{
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}


* html #header,
* html .section,
* html #contentsInner,
* html dl,
* html #recomn div,
* html #footerInner{
    height: 1em;
    overflow: visible;
}

/* new_end
------------------------*/
