@charset "UTF-8";

#main {
	color:#15562e;
	background:url(../images/r_bg.gif) bottom right no-repeat; 
}

#login{
	margin-bottom: 7px;
}
#gnav {
	float: right;
	height: 32px;
	margin-top: 12px;
}

h2 {
	height: 34px;
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(../images/h_bg.gif) left bottom no-repeat; 
}
h3{
	font-size:14px;
	font-weight: bold;
	margin:0em 0 0.5em 0;
	padding-left: 20px;
	background: url(../images/h3_bg.gif) left bottom no-repeat; 
}
h4{
	font-weight: bold;
	margin:0em 0 0.5em 0;
	border-bottom: 1px #15562e dotted;
}

.txt_box {
	font-size:12px;
	line-height: 1.5em;
	margin: 20px 10px 60px 10px;
}


.link{
	margin:5px 0 20px 20px;	
}



/* --- regster --- */

dl{
	border-bottom: 1px #15562e dotted;
}
dt{
	float: left;
	width: 10em;
	margin-bottom: 5px;
}
dd{
	padding-left: 10em;
	margin-bottom: 5px;
}
tr{
	border-bottom: 1px #15562e dotted;
}
td{
	padding: 2px 40px 2px 0px;
}
label{
	margin-right: 20px;
}
label input{
	margin-right: 5px;
}

.submit_btn{
	margin-top: 20px;
	padding: 2px 10px;
}

.in_txt{
	width:200px;
}
.in_txt5{
	width: 3em;
	margin-right: 5px;
}
.in_txt10{
	width: 10em;
}

dd select{
	width:10em;
	margin-right: 1em;
}

#kiyaku{
	color: #333;
	height: 10em;
	padding: 1em;
	margin-bottom: 10px;
	overflow: auto;
	border-top: 1px #15562e dotted;
	border-bottom: 1px #15562e dotted;
}


/* --- mypage --- */
#profile {
	margin-bottom:20px;
}

#profile li{
	float: left;
}

#profile .b1{
	width:170px;
	padding-right: 9px;
	border-right: 1px #15562e dotted;
}
.b1 ul{
	margin-bottom:1em;
}
.b1 li{
	margin-bottom:5px;
}

#profile .b2{
	width:220px;
	padding:0 9px 0 10px;
	border-right: 1px #15562e dotted;
}
#profile .b3{
	width:220px;
	padding-left: 10px;
}
#point{
	text-align: center;
	margin-bottom:1em;
}
.graph {
	border-top: 1px #165829 dotted;
	border-bottom: 2px #165829 solid;
	margin-bottom:1em;
}

.my_table{
	width:100%;
	margin: 1em 0;
	border: 1px #ccc solid;
}
.my_table th{
	text-align: center;
	color: #FFF;
	background:#15562e;
	border: 1px #ccc solid;
}
.my_table td{
	padding:2px 5px;
	border: 1px #ccc solid;
}
.my_table2{
	width:100%;
	margin: 1em 0;
}
.my_table2 td{
	padding:2px 5px;
	border-bottom: 1px #ccc solid;
}
.td_r {
	text-align: right;
}
.total {
	color: #15562e;
	text-align: right;
	background:#ceeaba;
}

td .submit_btn{
	margin: 0px;
	padding: 0px;
}

#route {
	margin-top:1em;
	padding: 1em 0;
	border-top: 2px #15562e solid;
	/*border-bottom: 2px #15562e solid;*/
}
#route img{
	float: right;
}


/* MAP  ------------------------------*/
#tmimap {
	width: 400px;
	height: 320px;
	border: 1px solid #15562e;
	float: left;
}
#routemenu {
	width: 270px;
	float: right;
}
#tools {
	margin-top:10px;
	width: 270px;
	height: 320px;
}
#result {
	padding: 1em 0;
	border-top: 2px #15562e solid;
	/*border-bottom: 2px #15562e solid;*/
}
