@charset "utf-8";
/* bike-parking.css : 20060525 */

/* Reset ---------------------------------------------------*/

* {
	font-size:					100%;
	font-weight:				normal;
	background-color:			transparent;
	margin:	 					0;
	padding:					0;
}

body {
	color:						#000000;
	font-family:				"ＭＳ Ｐゴシック", Osaka, Tahoma, Arial, Helvetica, sans-serif;
	font-size:					13px;
	line-height:				1.2;
}
h1 {
	font-size: medium;
	font-weight: normal;
}
a {
	text-decoration:			none;
}
a:hover {
	text-decoration:			underline;
}

img {
	border:						0;
}

/* Layout --------------------------------------------------*/

body {
	padding:					0 10px;f
	text-align:					center;
}

#container{
	margin:						0 auto;
	text-align:					left;
	width:						840px;
}

#header {
	position:					relative;
	width:						100%;
	height:						95px;
}

#navi {
	width:						100%;
	height:						40px;
}

#content{
	float:						left;
	width:						100%;
}

#footer{
	clear:						both;
	width:						100%;
	height:						50px;
}
.clear {
	clear:both;
}
/* Design --------------------------------------------------*/

body {
	background-color:			#E0DCFE;
}

#container {
	background-image:			url('img/container_bg.gif');
	background-repeat:			repeat-y;
}

#content-inner {
	float:						left;
	padding:					10px 25px 15px;
}

/* フッタ */
#footer {
	background-image:			url('img/footer_bg.gif');
}
#footer-inner {
	padding:					15px 25px;
	color:						#FFFFFF;
}
#footer-menu {
	float:						left;
	font-size:					12px;
}
#footer-menu a {
	color:						#FFFFFF;
}
#footer-copyright {
	float:						right;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					11px;
}

/* ヘッダ */
#header-inner {
	margin:						0 10px;
	padding:					10px 15px;
	background-image:			url(img/header_bg.gif);
	background-repeat:			repeat;
	color:						#FFFFFF;
	line-height:				1;
	font-size:					12px;
}
#header .network-logo {
	float:						right;
}

/* サイトタイトル */
#header h1 { 
	font-size: 12px;
	color: #FFFFFF;
}
h1 a {
	font-size: 12px;
	color: #FFFFFF;
}
#header h2 {
	color:						#E1DFEF;
	font-size:					13px;
	font-weight:				lighter;
}
#header .subtext {
	color:						#E1DFEF;
	font-size:					13px;
}
#header p {
	font-size: 35px;
	font-weight: bold;
}

/* ナビゲーション */
#navi-inner {
	margin:						0 10px;
	padding:					8px 0 1px 0;
	height:						100%;
	background-color:			#FFE891;
	background-image:			url(img/navi_bg2.gif);
	background-repeat:			repeat-x;
	color:						#372F78;
	line-height:				1;
}
#navi-inner a {
	margin-right:				2px;
}
#navi-bottom {
	margin:						0 10px;
}
a.maphe:link {
	color: #cc3300;
	text-decoration: none;
}
a.maphe:visited {
	color: #cc3300;
	text-decoration: none;
}
a.maphe:hover {
	color: #cc3333;
	text-decoration: underline;
}
a.maphe:active {
	color: #cc3333;
	text-decoration: underline;
}
#headleft {
	width:560px;
}
#headright {
	width:180px;
	top: 5px;
	right: 15px;
	position: absolute;
}

#headright p {
	text-align: right;
}
#headright p a {
	font-size: 12px;
	color: #FFFFFF;	
}
.network {
	margin-top:5px;
	margin-right:10px;
}

