/* CSS Document */
* {
    margin: 0;
	padding: 0;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #eee;
	background-image:  url(../img/bg_home.gif);
	background-repeat: repeat-x;
	background-position: top;
    text-align: center;
}
img {
    border: 0;
}
p {
    letter-spacing: 0.05em;
}
h1,h2,h3,h4 {
	font-weight: normal;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.f10 {
    font-size: 10px;
}
a {
    text-decoration: none;
}
a:link { color: #333; }
a:visited { color: #666; }
a:active { color: #FFCC00; }
a:hover { color: #FFCC00; }

/* 共通 */
#main {
	width: 810px;
	margin: 0px auto;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(../img/bg_side.gif);
	background-repeat: repeat-y;
	border-top: 8px solid #638C0B;
	border-bottom: 8px solid #638C0B;
	text-align: left;
}
#rogo {
    width: 200px;
	float: left;
}
#info {
    width: 250px;
	margin-right: 10px;
	float: right;
}
#pan {
    width: 560px;
	padding-bottom: 10px;
	font-size: 10px;
}
#menu {
    width: 780px;
	height: 30px;
	margin: 13px 0px 5px 10px;
	border: 1px solid #99CC66;
	background-color: #fff;
	text-align: center;
}
#menu ul{
    list-style: none;
}
#menu li {
    width: 128px;
	float: left;
}
#footer {
    width: 780px;
	height: 14px;
	margin: 0px 0px 5px 10px;
	padding: 8px 0px;
	background-color: #638C0B;
	color: #fff;
    text-align: center;
}
#footer a:link { color: #fff; }
#footer a:visited { color: #eee; }
#footer a:active { color: #FFCC00; }
#footer a:hover { color: #FFCC00; }	
#footer ul{
    list-style:none;
}
#footer li{
	margin-right: 3px;
	text-align: center;
	display: inline;
}
#copy {
    width: 810px;
	height: 25px;
	padding-top: 5px;
    text-align: center;
	font-size: 11px;
	clear: both;
}
#title {
    width: 163px;
	padding-left: 10px;
	margin-right: 30px;
	float: left;
}
#info_side {
    width: 163px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#backtop {
    width: 780px;
    text-align: right;
	padding-top: 10px;
	padding-right: 30px;
}

/* home */
#top {
    width: 370px;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
}
#top_right {
    width: 350px;
	height: 120px;
	margin-bottom: 10px;
	line-height: 1.5em;
	float: left;
}
#top_right img {
    margin-bottom: 12px; 
}
#top_right .plan {
    width: 385px;
	line-height: 1.25em;
}
#top_right .plan img {
	margin: 3px 0px;
}
#top_right .plan .in {
    width: 285px;
	float: left;
}
/* contents */
#contents {
    width: 560px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 12px;
	float: left;
}
#contents img {
    vertical-align: top;
}
#contents p {
    padding: 10px 0px 10px 10px;
}
#contents .gaiyo {
    width: 490px;
	margin-left: 70px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 12px;
}
#contents .gaiyo dl {
    width: 430px;
	line-height: 2em;
}
#contents .gaiyo dt {
    width: 60px;
    margin-right: 5px;
	padding-right: 5px;
	text-align: right;
    border-right: 1px solid #99CC66;
	font-weight: bold;
	float: left;
}
#map {
    width: 430px;
	padding: 2px;
	margin-left: 70px;
    border: 1px solid #99CC66;
	text-align: center;
}
#contents table.link {
    width: 575px;
	font-size: 12px;
    border: 1px solid #99CC66;
}
#contents table.link th {
    padding: 4px;
	background-color: #eee;
}
.link th.w220 {
    width: 220px;
}

#contents table.link td {
    padding: 4px;
    border: 1px solid #eee;
}
#contents table.choice {
    width: 575px;
	font-size: 12px;
	margin: 5px 0px;
    border: 1px solid #FFCC33;
}
#contents table.choice th {
    padding: 4px;
	background-color: #E5F3C2;
}
#contents table.choice td {
    padding: 4px;
    border: 1px solid #eee;
	line-height: 1.5em;
}
/* 個人メニュー */
#menu_ko {
    width: 173px;
}
#menu_ko ul {
    list-style:none;
}
#menu_ko li {
    border: 1px solid #eee;
	border-bottom: none;
    vertical-align: bottom;
	line-height: 0;
	font-size: 0;
}


