﻿@charset "UTF-8";

/*タイトル*/

#title{
	width:984px;
	overflow : hidden;
	margin-top:15px;
	background: #0c0;
	padding-top:15px;
	background: url("../images/title_gold_top.jpg") no-repeat;	
}

#title .titleinner{
	width:984px;
	overflow : hidden;
	background: #f00;
	padding-bottom:10px;
	margin-bottom:10px;
	background: url("../images/title_gold_bottom.jpg") no-repeat bottom;
}

#title .titleinner h1{
	width:984px;
	line-height:1.5em;
	font-weight: normal;
	font-size:20px;
	text-align:center;
}

/*アクセス*/

#access {
	text-align:left;
	margin-bottom:20px;
	font-size:80%;
}

#access a {
	color:#fff;
}

#access #left {
	margin-top:35px;
	display:inline;
	float:left;
	width:300px;
	margin-left:30px;
}

#access #left h2.tokyu {
	width:200px;
	height:120px;
	text-indent:-9999pt;
	background-image:url(../images/acs_logo.jpg);
	background-repeat:no-repeat;
}

#access #left ul {
	list-style-type:none;
	margin-top:10px;
}

#access #left ul li {
	line-height:150%;
}

#access #left #border {
	margin-top:20px;
	overflow:hidden;
	padding:8px;
	border:1px solid #404040;
}

#access #left #border h2 {
	font-size:90%;
	margin-bottom:5px;
}

#access #left #border h2 a{
	color:#996600;
}


#access #left #border .qr_img {
	display:inline;
	margin-right:8px;
	width:80px;
	height:80px;
	float:left;
}

#access #left #border .tx {
	line-height:150%;
	font-size:80%;
}

#access #right {
	margin-left:40px;
	margin-top:35px;
	float:left;
	width:580px;
}

#access #right ul {
	font-size:80%;
	list-style-type:none;
}

#access #right ul li {
	line-height:180%;
}

#access #right ul li.in {
	margin-top:5px;
}

