@charset "utf-8";

/* style resset */

* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
table, textarea, input {
	font-size: 100%;
	}

ul, ol, dl, dt, dd {
	list-style: none;
	}

img  {
	border: none;
	vertical-align: top;
	}

em, strong {
	font-style: normal;
	font-weight: bold;
	}

a {
	text-decoration: none;
	}
a:hover {
	}

body {;
	text-align: center;
	background-color: #efe3f5;
	}
	
	.clearfix:after {
	content: ".";  /* �V�����v�f���� */
	display: block;  /* �u���b�N���x���v�f�� */
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
	.clearfix {
	min-height: 1px;
	}
	
	* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
	.float_left{
		float: left;
	}
	.float_right{
		float: right;
	}


/* layout */
#wrapper {
	width: 940px;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}
h1 {
	float: left;
	display: block;
}
#header_right {
	float: right;
	text-align: right;
	height: 65px;
	width: 320px;
}
.block {
	display: block;
}

#menu {
	height: 60px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-bottom: 25px;
}
#menu li {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
#menu li a {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu .m1 a {
	background-image: url(../img/menu_1.gif);
	width: 142px;
}
#menu .m2 a {
	background-image: url(../img/menu_2.gif);
	width: 116px;
}
#menu .m3 a {
	width: 141px;
	background-image: url(../img/menu_3.gif);
}
#menu .m4 a {
	width: 76px;
	background-image: url(../img/menu_4.gif);
}
#menu .m5 a {
	background-image: url(../img/menu_5.gif);
	width: 89px;
}
#menu .m6 a {
	background-image: url(../img/menu_6.gif);
	width: 108px;

}
#menu .m7 a {
	background-image: url(../img/menu_7.gif);
	width: 90px;
}
#menu .m8 a {
	background-image: url(../img/menu_8.gif);
	width: 93px;
}
#contents {
	width: 849px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	border-top-color: #5f2491;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 5px;
	clear: both;
}
#footer img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer address {
	color: #5f2491;
}
#footer p {
	line-height: 150%;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-indent: 0px;
}
#footer a {
	color: #5f2491;
}
#footer a:hover {
	text-decoration: underline;
}

.now {

}

