@charset "utf-8";
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #440044;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000CC;
	text-decoration: underline;
}
h1 {
	font-size: 80%;
}
h2 {
	font-size: 80%;
	font-weight: normal;
}
h3 {
	font-size: 90%;
}
strong,em {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

/*Á´ÂÎ¹½À®¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£*/
body {
	margin: 0px auto;
	padding: 0px;
	background: #f0f0f0;
	color: #333333;
}
/*¥Ú¡¼¥¸±¦Â¦¤Î½Ä¤Î±Æ*/
#wrapperwrapper{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 100%;
	background: url(../_img/all_wrapper_bg_shadow.jpg);
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 100%;
	background: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background: no-repeat;
	height: 185px;
}
#main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 760px;
	background: url(../_img/home_main_bg.jpg) no-repeat;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 100%;
}


/*³Æ¥Ö¥í¥Ã¥¯¤ÎÀßÄê¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£*/
/*¥Ø¥Ã¥ÀÆâ¤ÎÀßÄê¢£¢£¢£¢£¢£¢£¢£¢£¢£*/
#headerImg {
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 760px;
	display: block;
}
#waveFla {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 760px;
}

/*¥á¥¤¥óÆâ¤ÎÀßÄê¢£¢£¢£¢£¢£¢£¢£¢£¢£*/
#mainCatchcopy{
	padding: 20px;
	margin: 0px 100px 40px;
	letter-spacing: 0.15em;
	line-height: 4ex;
	font-size: 80%;
	color: #333333;
	border-top: 1px solid #E4D1CB;
	border-right: 2px ridge #E4D1CB;
	border-bottom: 2px ridge #E4D1CB;
	border-left: 1px solid #E4D1CB;
}
.topMenuA{
	margin: 0px;
	padding: 0px 0px 0px 75px;
	width: auto;
	height: auto;
}
.topMenuB{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 155px;
	width: auto;
	height: auto;
}
/*¥Õ¥Ã¥¿Æâ¤ÎÀßÄê¢£¢£¢£¢£¢£¢£¢£¢£¢£*/
hr {
	text-align: center;
	width: 640px;
}
#footernavi{
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	line-height: 150%;
	float: none;
	width: auto;
	height: auto;
	margin: 10px;
	padding: 0px;
}
#credit {
	font: 60% "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 20px 0px 30px;
}

