@charset "utf-8";
/* CSS Document */

/*------------ サイドナビ ------------*/
span#reserve {
	color: #606079;
}

/*------------ トピックナビ ------------*/
ul#topic_nav {
	width: 255px;
}

/*------------ 本文 ------------*/
#main_contents table {
	width: 650px;
	margin: 0 auto;
	line-height: 1.8;
}

#main_contents table th {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: top;
}

#main_contents table td {
	padding: 3px 0 5px 10px;
}

/*-- 住所自動入力 --*/
.add_botton {
	top: 6px;
	_top: 4px;
	*top: 4px;
	position: relative;
}

table .w30 {
	width: 30px;
}

table .w50 {
	width: 50px;
}

table .w80 {
	width: 80px;
}

table .w100 {
	width: 100px;
}

table .w200 {
	width: 200px;
}

table .w300 {
	width: 300px;
}

table .w400 {
	width: 400px;
}

table .w500 {
	width: 500px;
}

table .botan {
	width: 80px;
	padding: 3px 0;
}

.orange {
	color: #FFCC00;
}

.font10 {
	font-size: 10px;
}

