@charset "utf-8";

/* format.css */


/*================================================================
   link
================================================================*/
	 
a {
	text-decoration: none;
	color: #0066ff;
	background: inherit;
}

a:hover {
	text-decoration: underline;
	color: #0066ff;
	background: inherit;
}

a:visited {
	text-decoration: none;
	color: #0066ff;
	background: inherit;
}


/*================================================================
   html
================================================================*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}


/*================================================================
   body
================================================================*/

body {
	background-color: #fff;
	font-family: Avenir, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 87.5%\9; /* IE8 and below */
	line-height: 1.61;
	color: #222;
}

/* IE9 */
body: not(: target) {
	font-size: 87.5%\9;
}


/*================================================================
   container
================================================================*/

#container {
	padding-top: 80px;
	width:100%;
}


/*================================================================
   header
================================================================*/

header {
	position: fixed;  
	top:0;  
	left:0;
	background: #fff;
	width: 100%;
	z-index: 1000;
}

header.transparent{
	-ms-filter: "alpha( opacity=80 )";
	*filter: alpha( opacity=80 );
	*opacity: 0.8;
	background: rgba(255,255,255,0.8);
}

header.transparent:not(:target){
	filter: none;
}

header #headerContent {
	position: relative;
	margin: 0 auto;
	width: 1120px;
	height: 80px;
}

#headerContent h1 {
	position: absolute;
	top: 6px;
	left: 0;
	width: 185px;
	height: 65px;
}

#headerContent nav {
	position: absolute;
	top: 0;
	right: 0;
}

#headerContent nav#globalNav ul {
	list-style: none;
}

#headerContent nav#globalNav ul li {
	float: left;
}

#headerContent nav#globalNav ul li a {
	display: block;
	height: 80px;
	padding: 0 40px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

#headerContent nav#globalNav ul li a:hover {
	background-color: #eee;
	text-decoration: none;
}

#headerContent nav#globalNav ul li.on a {
	background-color: #eee;
}


/*================================================================
   content
================================================================*/

#content {
	margin: 0 auto 20px;
	padding: 60px 80px 0;
	width: 960px;
	*zoom: 1;
}

#content:before,
#content:after {
	content: " ";
	display: table;
}

#content:after {
	clear: both;
}


/*================================================================
   footer
================================================================*/

footer {
	clear: both;
	border-top: 1px solid #ccc;
	background-color: #fff;
	padding: 30px 0;
	width: 100%;
	text-align: center;
}

footer p.belong {
	margin-bottom: 50px;
	font-size: 108%;
}

footer p.copyright {
	font-size: 78.6%;
	
}
