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

body {
	background-color: #F3F3EE;
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	padding:0px
}

#menu_sub A:hover {
	color: #F60;
	font-weight: bold;
}

#menu_sub {
	color: #F60;
	font-weight: bold;
}

div.paragraph h2.title-large{
	margin: 3px;
	font-size: small;
	padding-bottom: 3px;
	color: #F60;
	border-bottom: solid 1px #CCCCCC;
}

#footer-left{
	font-size:10px;
	float:left}

/*サブメニュー*/

#menu_sub,#footer-left, A{
	text-decoration: none;
	font-weight: bold;
	color: #F60;
}
#menu_sub,#footer-left, A:link {
	color: #F60;
}
#menu_sub,#footer-left, A:visited {
	color: #F60;
}
#menu_sub,#footer-left, A:active {
	color: #F60;
}
#menu_sub,#footer-left, A:hover {
	color: #F60;
	font-weight: bold;
}



a:link {
	color: #F60;
}
a:visited {
	color: #F63;
}
a:hover {
	color: #F30;
}
a:active {
	color: #F63;
}
.areamap {
	text-align: center;
	display: block;
	clear: both;
}




