/* common */
div#header a {
	text-decoration: none;
}
div#header a:link, div#header a:visited {
	color: #FFF;
}
div#header a:hover, div#header a:active {
	text-decoration: underline;
}
#footer a {
	color: #333;
}
#footer a:hover, #footer a:active {
	color: #66a5ed;
	text-decoration: underline;
}
.clearfix {
	min-height: 1px;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* header */
div#header {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	
	width: 100%;
	border-top: 8px solid #d90d0d;
	margin-bottom: 10px;
}
div#header .inner {
	max-width: 960px;
	margin: 0 auto;
}
div#header .sub_list ul {
	float: right;
}
div#header .sub_list ul li {
	float: left;
	margin: 0 10px 0 0;
}
#header_privacy a,
#header_contact a {
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
	border-radius: 3px;
	background-color: #d90d0d;
}
#header_privacy a {
	background-image: url("/newpackage/1300085/img/icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 20px;
}
#header_contact a {
	background-image: url("/newpackage/1300085/img/icon02.png");
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 5px 5px 5px 25px;
}
#header_privacy a:hover,
#header_contact a:hover {
	text-decoration: none !important;
	background-color: #F90;
}
div#header .logo {
	width: 50%;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 15px 0;
}
div#header .fl {
	float: left;
}
div#header nav.head-nav {
	display: block;
	top: 0;
	background-color: #d90d0d;
}
ul#menu-headnav {
	max-width: 960px;
	margin: 0 auto;
}
ul#menu-headnav::after {
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
ul.menu li {
	position: relative;
	float: left;
}
ul.menu li a {
	display: block;
	font-weight: bold;
	border-left: 1px dotted #FFF;
	color: #FFF;
	cursor: pointer;
	padding: 10px 15px 10px 30px;
	margin: 10px 0;
	background-image: url("/newpackage/1300085/img/menu_icon.png");
	background-repeat: no-repeat;
	background-position: 15px center;
}
ul.menu li:last-child a {
	border-right: 1px dotted #FFF;
}

/* footer */
#footer {
	padding: 10px 0 0 0;
	background-color: #e6e6e6;
}
.footer_inner {
	max-width: 960px;
	padding: 0 0 1em 0;
	margin: 0 auto;
}
.footer_logo {
	color: #d90d0d;
	font-weight: bold;
	float: left;
}
.footer_logo p {
	color: #333;
	padding: 5px 0;
	font-size: 80%;
	line-height: 1.3em;
	font-weight: normal;
}
.footer_nav {
	float: right;
	padding: 5px 0;
}
.footer_nav ul {
	padding: 5px 0;
}
.footer_nav ul li {
	display: inline;
	font-size: 80%;
	padding: 5px 10px 5px 5px;
}
.footer_nav a:link, .footer_nav a:visited {
	text-decoration: none;
}
.footer_nav a:hover, .footer_nav a:active {
	color: #66a5ed;
	text-decoration: underline;
}
.copyright {
	background-color: #333;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}