@charset "Shift_JIS";
/*全ページ共通css*/

body,div,p {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:medium;
	font-weight:normal;
}

.clear {
	clear:both;
}

body {
	font-size: 98%;
	background-color: #BDC1CA;
	text-align:center;
}

#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

/*header*/
#header {
	background-image:url(../images_share/header_bg2.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:63px;
}

#header #logo {
	padding:8px 0 0 20px;
}

#header #description {
	font-size:10px;
	line-height:13px;
	color:#595959;
	position:absolute;
	top:10px;
	left:350px;
}

/*menu*/
#menu {
	position:relative;
	height:42px;
	margin-left:15px;
	margin-right:15px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	position:absolute;
	top:0;
	background-image:url(../images_share/menu.gif);
	background-repeat:no-repeat;
	height:42px;
	text-indent:-9999px;
}

#menu li#m1 {
	left:0;
	width:184px;
	background-position:0 0;
}

#menu li#m2 {
	left:184px;
	width:181px;
	background-position:-184px 0;
}

#menu li#m3 {
	left:365px;
	width:181px;
	background-position:-365px 0;
}

#menu li#m4 {
	left:546px;
	width:184px;
	background-position:-546px 0;
}


#menu li a {
	display:block;
	height:42px;
	overflow:hidden;
}

#menu li#m1 a,
#menu li#m4 a {
	width:184px;
}

#menu li#m2 a,
#menu li#m3 a {
	width:184px;
}

#menu li a:hover {
	background-image:url(../images_share/menu.gif);
	background-repeat:no-repeat;
}

#menu li#m1 a:hover {
	background-position:0 -42px;
}

#menu li#m2 a:hover {
	background-position:-184px -42px;
}

#menu li#m3 a:hover {
	background-position:-365px -42px;
}

#menu li#m4 a:hover {
	background-position:-546px -42px;
}

/*footer*/
#footer {
	border-top:1px solid #A7A7A7;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	padding-top:5px;
	padding-bottom:20px;
}

#footer .copyright {
	color:#212121;
	font-size:11px;
	float:left;
}

#footer #footerMenu {
	float:right;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer li {
	float:left;
	background-image:url(../images_share/footer_icon.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding:1px 10px 5px 15px;
	font-size:12px;
	line-height:1;
	margin:0;
}
#footer li a {
	color:#666666;
	text-decoration:none;
}

#footer li a:hover {
	color:#0066CC;
	text-decoration:none;
}

