@charset "UTF-8";

/* Browser Default Initialization */
* {
	margin:0;
	padding:0;
	border:0;
}
#page {
	margin:0 auto;
	width:800px;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Verdana","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic","sans-serif";
	text-align:center;
	background:#ffffff;
}
body, p. li, h1, h2, h3, h4, h5, h6, {
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	line-height:1.5em;
	font-size:100%;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
.clr {
	clear:both;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}

/* main */
#main {
	text-align:center;
}
/*logo*/
div.logo {
	padding-top:150px;
}
div.logo a {
	margin:0 auto;
	display:block;
	width:380px;
	height:317px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
#main .logo a:link {background:url("../img/logo.jpg"); }
#main .logo a:visited {background:url("../img/logo.jpg"); }
#main .logo a:hover {background:url("../img/logo2.jpg"); }
#main .logo a:active {background:url("../img/logo2.jpg"); }

/*enter*/
#main p.enter {
	font-size:32px;
	font-weight:normal;
	font-family:"平成明朝 STD W3","小塚明朝 PRO R","MS 明朝";
}
#main p.enter a:link {color:#4E4A49; text-decoration: none; }
#main p.enter a:visited {color:#4E4A49; text-decoration: none; }
#main p.enter a:hover {color:#FC7215; text-decoration: none; }
#main p.enter a:active {color:#FC7215; text-decoration: none; }

/*head*/
#head {
	width:800px;
	height:118px;
	position:relative; top:0; left:0;
	background:url("../img/head.jpg");
}
#head h1 {
	font-size:0px;
	text-indent:-9999px;
	width:134px;
	height:118px;
}
#head h1 a {
	height:0;
	padding-top:118px;
	overflow:hidden;
	display:block;
	text-decoration:none;
}

/* h2 */
#main h2 {
	font-size:0;
	text-indent:-9999px;
}
.btn_profile, .btn_access, .btn_transport {
	margin:0 auto;
	width:600px;
	height:30px;
	margin-bottom:10px;
}
.btn_profile {
	background:url("../img/btn_profile.jpg") no-repeat;
}
.btn_access {
	background:url("../img/btn_access.jpg") no-repeat;
}
.btn_transport {
	background:url("../img/btn_transport.jpg") no-repeat;
}
.profile, .access, .transport{
	margin:15px 0;
}

/*table*/
table {
	font-size:13px;
	text-align:left;
}
table.profile {
	margin:0 auto;
}
table.access {
	margin:0 auto;
}
td {
	height:26px;
}
.profile td.title {
	width:130px;
}
.access td.title2 {
	font-size:15px;
	height:30px;
}
/* access */
.access img {
	margin:5px;
}


/*print*/

#print {
	width:800px;
	text-align:right;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3";
	font-size: 12px;
	margin:0 auto;
}

/* footer */
#footer {
	margin:0 auto;
	width:800px;
	height:54px;
	background:url("../img/footer.jpg")
}
#footer p {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3";
	font-size: 12px;
	text-align:center;
	color:#8E754F;
	padding-top:21px;
}
#footer p a:link {color:#8E754F; text-decoration: underline; }
#footer p a:visited {color:#8E754F; text-decoration: underline; }
#footer p a:hover {color:#FC7215; text-decoration: underline; }
#footer p a:active {color:#FC7215; text-decoration: underline; }


a:link {color:#8E754F; text-decoration: underline; }
a:visited {color:#8E754F; text-decoration: underline; }
a:hover {color:#FC7215; text-decoration: underline; }
a:active {color:#FC7215; text-decoration: underline; }