@charset "shift_jis";
/*formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-family: "lr SVbN", "Osaka|";
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
}
/* link style
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #000099;
}
a:active {
	text-decoration: none;
}
a.j:link {
	color: #2186B8;
}
a.j:visited {
	color: #2186B8;
}
a.j:hover {
	color: #666666;
}
a.h:link {
	color: #EC442D;
}
a.h:visited {
	color: #EC442D;
}
a.h:hover {
	color: #666666;
}
a.g:link {
	color: #8C0000;
}
a.g:visited {
	color: #8C0000;
}
a.g:hover {
	color: #666666;
}
a.event:link {
	color: #009933;
}
a.event:visited {
	color: #009933;
}
a.event:hover {
	color: #666666;
}

/*basic layout 
-------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 840px;
}
#header {
	height: 70px;
	color: #8e272b;
	font-size: 85%;
	line-height: 22px;
}
#header_index {
	height: 330px;
	color: #8e272b;
	font-size: 85%;
	line-height: 22px;
}
#header  a {
	text-decoration: none;
	color: #8C0000;
}
#menu {
	float: left;
	width: 200px;
}
#menu  p {
	margin-bottom: 5px;
}
#main {
	width: 640px;
	float: right;
	vertical-align: top;
}
#center {
	float: left;
	width: 400px;
	padding-right: 15px;
}
#side {
	width: 225px;
	float: right;
}
#add {
	width: 640px;
	float: left;
	background-image: url(../images/main/index/adress.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#footer {
	clear: both;
	background-image: url(../images/footer/bar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 90%;
	height: 30px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}

#main img {
	margin-bottom: 5px;
}

.nivoSlider {margin:0 0 5px 0;}

.update {
	float: left;
	margin: 0px 0px 3px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
	clear: left;
}
.main_contents {
	width: 638px;
	border: 1px solid #8C0000;
	margin-bottom: 5px;
}

#main .message td img {
	margin: 0px;
}

