@charset "Shift_JIS";
/* CSS Document */

body {
	height: 100%;
	background: #666666;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
	margin-top: 0;
	padding: 0;
	font-family: Century, "Times New Roman", Times, serif;
}
/* 外枠 */
#container {
	width:600px;
	background:#FFFFFF;
	margin: 0px auto;
	padding:0px;
	overflow: auto;
}

a:link{text-decoration: underline;color:#B62000;}
a:visited{text-decoration: underline;color:#B62000;}
a:hover{text-decoration:none;color:#666666;}
a:active{text-decoration: underline;color:#B62000;}

/*非表示の設定*/

img {
	border: 0;
}

ul {
	list-style-type: none;
}

li span {
	display: none;
}
h1 span {
	display:none;
}
h2 span {
	display:none;
}
h3 span {
	display:none;
}
address span {
	display:none;
}

/*タイトル共通*/

h2{
	margin: 10px 0px;
	padding-left: 45px;
}

/* ヘッダーについて-------------------------------------------------------------------- */
#header {
	width:100%;
	height:50px;
	margin: 0px auto;
	padding:0px;
	border-bottom:#333333 solid 5px;
}

/* ロゴ */
h1{
	margin:15px 5px 0px;
	padding: 0px;
	float:left;
	clear: both;
}


/*コンテンツ-------------------------------------------------------------------- */

#contents{
	width:100%;
}


/*<h3>タイトル*/
h3.access_ti{
	width:510px;
	height:150px;
	margin: 10px auto;
	padding: 0px 0px 10px;
	background:url(../access/img/title.jpg) right no-repeat;
}
h3.map_ti{
	width:510px;
	height:37px;
	margin: 10px auto;
	padding: 0px 0px 10px;
	background:url(../access/img/subti_01.gif) right no-repeat;
}

/*インフォメーション*/
h3.info_ti{
    background:#E4E4E4;
    width:490px;
    height:25px;
	margin:20px auto 0px;
	padding:0px 10px;
}
.info{
	width:500px;
	padding:0px;
	margin:0px auto 20px;
	border-left: #E4E4E4 solid 5px;
	border-right: #E4E4E4 solid 5px;
	border-bottom: #E4E4E4 solid 5px;
}
p.head1{
	width:480px;
	padding:5px 0px 5px;
	margin: 0px auto;
	border-bottom: #E4E4E4 dotted 1px;
}
p.head2{
	width:480px;
	padding:5px 0px 5px;
	margin: 0px auto;
}
p.head3{
	width:480px;
	padding:5px 0px 5px;
	margin: 0px auto;
	border-bottom: #E4E4E4 solid 2px;
}

/* ボタン */

#button{
width:180px;
	margin: 10px auto;
	padding:0px;
}
#button ul {
	height:21px;
	padding:0px;
	margin:0px;
}
#button li {
	padding:0px;
	margin:0px 10px;
	display:inline;
	list-style-type:none;
	text-align:center;
}
#button li a {
	display:block;
	padding:0px 10px;
	margin:0px;
	float:left;
}
/*------off*/
a.print {
	background:url('../access/img/print_1.gif') no-repeat;
	width:68px;
	height:21px;
}
a.close {
	background:url('../access/img/close_1.gif') no-repeat;
	width:68px;
	height:21px;
}
/*------hover*/
a.print:hover {
	background:url('../access/img/print_2.gif') no-repeat;
}
a.close:hover {
	background:url('../access/img/close_2.gif') no-repeat;
}

/*FOOTER-------------------------------------*/


.copy{
	width:100%;
	margin:0px;
	padding:0px;
	border-top:#333333 2px solid;
	text-align: center;
	clear:both;
}

.copy p {
	margin:0px;
	padding:10px;
	color:#333333;
	font-size:12px;
}
.example { vertical-align: middle; } 
