@charset "utf-8";

/******************************
 default
******************************/
	
pre,code,kbd,samp,tt {
 font-family: monospace;
 *font-size: 108%; /* Win IE */
 line-height: 100%;
}



/* general style
------------------------------------------*/
* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	}

html {
	overflow-y:scroll;
	}

img {border:0}
table {border-collapse:collapse}
p {line-height:1.5}

.cl {clear:both}
#above {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}


body {
	font-size:smaller;
	background-color: #f6f8fa;
	line-height: 1.3em;
	color: #585858;
	text-align: center;
	}



a:link {
	color: #3366FF;
}
a:visited {
	color: #3366FF;
}
a:hover {
	color: #3366FF;
}
a:active {
	color: #3366FF;
}

/* OPTION
------------------------------------------*/
.clear {
	clear:both;
	display: block;
}


.right_box {
	float: right;
}


.left_box {
	float: left;
}



.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}



.margin_top5 {
	margin-top: 5px;
}
.margin_top10 {
	margin-top: 10px;
}

.margin_top20 {
	margin-top: 20px;
}

.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
#map_box {
	margin-right: 20px;
	margin-top: 20px;
}


.margin_l10 {
	margin-left: 10px;
}
.margin_b5 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_5 {
	margin: 5px;
}
.margin_10 {
	margin: 10px;
}
.margin_20 {
	margin: 20px;
}


.margin0 {
	margin: 0px;
	padding: 0px;
}
.padding10 {
	padding: 10px;
}



.font-mid {
	font-size: medium;
}



/* FRAME
------------------------------------------*/
.font-small {
	font-size: x-small;
}
body {
	font-family: verdana;
}
h2 {
	font-size: medium;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-top: 7px;
}
.bn_m5 {
	margin-top: 5px;
}
