/* (C)LDK Co., Ltd			*/
/* edit by comori, 2011		*/
/* resetはYUIを参考にした	*/

/* === reset ===*/

@charset "utf-8";

html, body, div, span, p, object, iframe,
h1, h2, h3, h4, h5, h6,
a, font, img, strong,・b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* === whole ===*/

html { 
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
    line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	font: 10.5pt/1 "メイリオUI", Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
	width: 1000px;
}

table, tr, td {
	vertical-align: top;
	font-size: 10.5pt/1;
    line-height: 1.2em;
}
td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

ul, ol {
	margin-left: 20px;
}

a { text-decoration: none; }

a img{
	text-decoration: nonel;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:link, a:visited { color: #8DC21F; }

strong { font-weight: bold; }

/* === header ===*/

#left_btn {
	width: 200px;
	margin-top: 0px;
	float: left;
	height: auto;
}

#body {
	width: 800px;
	float: left;
	height: auto;
	padding-top: 15px;
}

/* == map === */

#map_canvas {
	width: 700px;
	height: 500px;
}

/* === table === */

.border_bottom {
	border-bottom: 1px solid #cccccc;
}
.border_top {
	border-top: 1px solid #cccccc;
}
/* === classes === */

.style4 {
	font-size: 80%;
	color: #CCCCCC;
}
.style12 a{
	color: #8DC21F;
	font-size: 80%;
}
.style12 a:hover{ color:#666666; }
li{
	color: #8DC21F;
	margin-bottom: 10px;
}
.style14 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.style24 { font-size: 95%; }

.result_val{
	color: #ff3333;
	font-size: 150%;
}

/* === general classes === */

.clear_both { clear: both; }

.height_3px { height: 3px; }
.height_5px { height: 5px; }
.height_8px { height: 8px; }
.height_10px { height: 10px; }
.height_15px { height: 15px; }
.height_20px { height: 20px; }
.height_25px { height: 25px; }
.height_30px { height: 30px; }

.w50{ width: 50px; }
.w100{ width: 100px; }
.w130{ width: 130px; }
.w200{ width: 200px; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_c_table td { text-align: center; }
.align_right { text-align: right; }

.valign_middle { vertical-align: middle; }
.valign_m_table td { vertical-align: middle; }

.fweight_bold { font-weight: bold; }
.fsize_70per { font-size: 70%; }
.fsize_80per { font-size: 80%; }
.fsize_90per { font-size: 90%; }
.fsize_150per { font-size: 150%; }
.fsize_200per { font-size: 200%; }

.mt_10px { margin-top: 10px; }

.col_red { color: #fc460f; }
.col_lgray { color: #cccccc; }
.col_gray { color: #999999; }
.col_black { color: #000000; }
