@charset "utf-8";
/* CSS Document */

/* 全体 */
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #ffffff;
	color: #3d3d3d;
	font-size: 16px;
	font-size: 1.6em;
	height: 100%;
}
h3 {
	color: #ea3b3b;
	margin: 0;
	font-size: 22px;
}


p {
	/* [disabled]margin: 0; */
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}



/* ヘッダー（メニュー） */
header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: auto;
}
#navigation {
	margin: 0 auto;
	width: 980px;
	height: 60px;
}
.logo {
	float: left;
	padding-top: 14px;
}
nav {
	float: right;
	padding-top: 17px;
}
nav li {
	display: inline-block;
	padding-left: 50px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #FF7070;
}





/* フッター（サイトマップ、コピーライト） */
#sitemap {
	padding: 40px 0;
	background-color: #e8e8e8;
	background-image: url(../images/shadow_top.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#sitemap ul {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#sitemap li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-right: 34px;
}
#sitemap li:last-child {
	margin-right: 0px;
}
#sitemap dl {
	margin: 0;
}


#sitemap dt {
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #999999;
}
#sitemap dd {
	margin: 0;
	padding-top: 15px;
	padding-left: 30px;
	background: url(../images/sitemap_icon.png) no-repeat 0 17px;
}
#sitemap a {
	color: #3d3d3d;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

.contact {
	margin-top: 15px;
	display: inline-block;
	width: 300px;
	height: 50px;

}
.contact:hover {
	opacity: 0.7;
}
#logo_copy {
	background-image: url(../images/header_bg.png);
	height: 60px;
}
.lc_wrap {
	margin: 0 auto;
	width: 980px;
	padding-top: 14px;
	height: 45px;
}
.comlogo {
	float: left;
}
.copyright {
	float: right;
	color: #ffffff;
}
.copyright p {
	margin-top: 8px;
	font-size: 12px;
}
#page_top {
	display: none;
	position: fixed;
	bottom: 75px;
	right: 30px;
}
#page_top a {
	width: 50px;
	height: 50px;
	display: block;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	background-color: #333;
	line-height: 50px;
}
