@charset "UTF-8";

body {
	font-family: "FuturaStd-MediumOblique", futura;
	color:#1058B8;
	letter-spacing: 0.1em;
	font-size:12px;
	font-weight: lighter;
	/*-webkit-font-smoothing:antialiased;*/
}
p {
	font-family: "FuturaStd-MediumOblique", futura;
	color:#1058B8;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size:12px;
}
img {
	vertical-align: bottom;
}
main {
	display:block;
}
.kana {
	font-family: 'Yu Gothic Std', "YuGothic Medium", "游ゴシック", YuGothic , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-weight: lighter;
}
.main_col {
	color:#1058B8;
}
.base_col {
	color:#ffffff;
}

#masthead {}
#masthead .site-branding {}
#masthead .site-branding .site-title {}
#masthead .site-branding .site-title a {
	display: block;
	background:url(../images/common/hdr_logo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width:130px;
	height:37px;
	margin:50px auto 55px auto;
}
#primary-navigation {}
#primary-navigation ul {
	overflow: hidden;
	width:610px;
	margin:0 auto 70px auto;
}
#primary-navigation ul li {
	float: left;
}
#primary-navigation ul li.sep {
	border-left:1px solid #6397D5;
	height:13px;
	margin:2px 20px 0 20px;
}
#page {}
#page .sub_nav {
	width:910px;
	margin:0 auto 30px auto;
}
#page .sub_nav ul {
	overflow: hidden;
	color:#CCCCCC;
}
#page .sub_nav ul li {
	float:left;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#page .sub_nav ul li a {
	text-decoration: none;
	color:#CCCCCC;
	line-height: 1em;
	letter-spacing: 0.1em;
}

#to_top {
	width:69px;
	text-align:center;
	margin: 0 auto 90px auto;
}
#to_top .arrow {
	margin-bottom:10px;
}

#colophon {
	/*padding:10px 45px;*/
	padding:40px 45px 20px 45px;
	overflow:hidden;
}
#colophon .logo {
	margin:0 20px 0 0;
	float:left;
}
#footer-navigation {
	margin:10px 0 0 0;
}
#footer-navigation ul {}
#footer-navigation ul li {
	float:left;
	margin:0 17px;
}
#colophon .site-info {
	float:right;
}