@charset "UTF-8";
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(commonimg/background.png);*/
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size: x-large;
}
h2 {
	margin:0 0 20px 0;
	padding:0;
	font-size: large;
}
img {
	border:0;
}

#top_wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(commonimg/top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(commonimg/page_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_header {
	margin: 0px;
	padding: 0px;
	height: 316px;
	width: 950px;
}
#page_header {
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 950px;
}

#footer {
	text-align: center;
	width: 950px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#contents {
	width: 836px;
	padding-top: 50px;
	padding-right: 57px;
	padding-bottom: 50px;
	padding-left: 57px;
}


/*-----------------------------------------------
 __menu
-----------------------------------------------*/

#menu {
	width:950px;
	height:46px;
	margin:0;
	padding:0;
	background-color: #ff0000;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 56px;
	margin-bottom: 0;
	margin-left: 56px;
} 
#menu ul li {
	float: left;
}


#menu ul li a {
display: block;
}


#menu ul li.menu01 a {
background: url("commonimg/menu01.png") left top no-repeat;
text-indent: -9999px;
width: 59px;
height: 46px;
}
#menu ul li.menu02 a {
background: url("commonimg/menu02.png") left top no-repeat;
text-indent: -9999px;
width: 74px;
height: 46px;
}
#menu ul li.menu03 a {
background: url("commonimg/menu03.png") left top no-repeat;
text-indent: -9999px;
width: 74px;
height: 46px;
}
#menu ul li.menu04 a {
background: url("commonimg/menu04.png") left top no-repeat;
text-indent: -9999px;
width: 95px;
height: 46px;
}
#menu ul li.menu05 a {
background: url("commonimg/menu05.png") left top no-repeat;
text-indent: -9999px;
width: 70px;
height: 46px;
}
#menu ul li.menu06 a {
background: url("commonimg/menu06.png") left top no-repeat;
text-indent: -9999px;
width: 93px;
height: 46px;
}
#menu ul li.menu07 a {
background: url("commonimg/menu07.png") left top no-repeat;
text-indent: -9999px;
width: 121px;
height: 46px;
}
#menu ul li.menu08 a {
background: url("commonimg/menu08.png") left top no-repeat;
text-indent: -9999px;
width: 60px;
height: 46px;
}
#menu ul li.menu09 a {
background: url("commonimg/menu09.png") left top no-repeat;
text-indent: -9999px;
width: 99px;
height: 46px;
}
#menu ul li.menu10 a {
background: url("commonimg/menu10.png") left top no-repeat;
text-indent: -9999px;
width: 93px;
height: 46px;
}


#menu ul li a:hover {
background-position: 0px -46px;
}
