@charset "shift_jis";

/*==============================================================================
	Basic Setting
================================================================================*/
* {
	margin : 0;
	padding : 0;
}
body {
	background: #ffffff url(img/header.gif) left top repeat-x;
	font-family: 'lr SVbN', 'MS Gothic', Osaka|, Osaka-mono, monospace;
	font-size: 13px;
}

/* Link
----------------------------------------*/
a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}

/* List
----------------------------------------*/
ul, ol, li, dd, dt, dl {
	list-style-type: none;
}

/* Table
----------------------------------------*/
table {
	border-collapse: collapse;
}

/* Image
----------------------------------------*/
img {
	border-style: none;
}
a img {
	border-style: none;
}

/* Float
----------------------------------------*/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear_b {
	clear: both;
}
/* QR
----------------------------------------*/
.qr {
	width:120px;
	height:120px;
	margin: 20px auto 0;
	text-align: center;
	padding:5px;
	border: #cccccc solid 1px;
	font-size :9px;
	background: #F7F7F7;
}
/* Text
----------------------------------------*/
.bold {
	font-weight: bold;
}
.t_center {
	text-align: center;
}

/* Contents
----------------------------------------*/
#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
}
h1 {
	margin-left: 40px;
}
#header p {
	position: absolute;
	top: 25px;
	right: 40px;
	font-weight: bold;
	color: #ffffff;
}
#twitter {
	float: left;
	width: 320px;
}
#map {
	float: right;
	width: 560px;
}
.box {
	width: 600px;
	margin: 0 auto 15px;
	padding: 5px 0;
	line-height: 1.5;
	font-size: 10px;
	color: #6c7582;
	border: 1px solid #b7b7b7;
}
.box p {
	margin-bottom: 20px;
	text-align: center;
}   
.box dl {
	margin-left: 155px;
}   
.box dt {   
	float: left;   
	width: 240px;   
	clear: both;   
}   
.box dd {   
	width: 60px;   
	margin-left: 240px;   
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td {
	padding: 3px 0 ;
}
.bg_bl {
	background: #EEF2FF;
}
td.line {
	background: url(img/bg_line_dot.gif) left center repeat-x;
}
td.marker {
	padding-left: 12px;
	background: url(img/dot.gif) left center no-repeat;
}
hr {
	border: #cccccc solid 1px;
}
#footer {
	margin: 10px 0 25px;
	text-align: center;
	font-size: 12px;
}

/*==============================================================================
	Margin
================================================================================*/
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}

/*==============================================================================
	Clearfix
================================================================================*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
