@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
/* =Html5.js SET*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Global */
body, input, textarea {
	color: #373737;
	font: 15px "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	padding: 0;
	background: #e2e2e2;
		/*IOS用テキスト調整*/
	-webkit-text-size-adjust:100%
}
#page {
clear:both;
max-width:none!important;
overflow:hidden;
width:100%!important;
padding:0;
margin: 0 auto;
background: #fff;
}

/* =Fix for IPAD
----------------------------------------------- */
#content {
overflow:hidden;
}
#index {
overflow:hidden;
}
/* HEADER */
#branding {
	padding-top: 0;
	position: relative;
	background-color: #ECEFF4;
	background-image: url(../common_img/head_bg.png);
}
#branding hgroup {
	width: 980px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	height: 125px;
}
#site-title {
	margin: 0;
	height: 150px;
	float: left;

}
#site-title a img {
	border: 0;
	margin: 0;
	padding: 0;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	text-decoration: none;
}
#site-description {
	margin: 0;
	float: left;
}
#site-description a img {
	border: 0;
	margin: 0;
	padding: 0;
}
#site-description a:hover,
#site-description a:focus,
#site-description a:active {
	text-decoration: none;
}
#header_link {
	color: #000;
	width: 240px;
	height: 125px;
	display: block;
	overflow: hidden;
	float: left;
	padding-left: 5px;
}
#header_link a img {
	margin: 15px 0;
	border-bottom: 1px solid #000; 
	display: block;
}
#header_link a:hover img {
	margin-top: 15px;
	border-bottom: 1px solid #9F0;
	display: block;
	overflow: hidden;
}

/* GLOBAL NAVIGATION */
#globalNav {
	position: relative;
	width: 100%;
	height: 70px;
	/*z-index: 1;*/
	background-image: url(../common_img/gm_bg.png);
	background-color: #6B89AF;
}

#globalNav ul {
	width: 980px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 0;
}

#globalNav li {float: left; margin: 0; font-size: 10px; font-weight: bold; line-height: 10px;}
/*#globalNav ul.w a {color: #fff;}*/
/*#globalNav ul.b a {color: #333;}*/
#globalNav li a {
	text-indent: -9999px;
	background-image: url(../common_img/gm.png);
	background-repeat: none;
	overflow: hidden;
	display: block;
	height: 70px;
}
/*FOR IE6*/
/*#globalNav li a {_text-indent: 0; _height: auto; _display: inline; _width: auto !important;}*/

#globalNav #gm_1 a {width: 196px;}
#globalNav #gm_2 a {width: 196px;}
#globalNav #gm_3 a {width: 196px;}
#globalNav #gm_4 a {width: 196px;}
#globalNav #gm_5 a {width: 196px;}
#globalNav #gm_6 a {width: 196px;}


#globalNav ul.main #gm_1 a {background-position: 0 0px;}
#globalNav ul.main #gm_2 a {background-position: -196px 0px;}
#globalNav ul.main #gm_3 a {background-position: -392px 0px;}
#globalNav ul.main #gm_4 a {background-position: -588px 0px;}
#globalNav ul.main #gm_5 a {background-position: -784px 0px;}
#globalNav ul.main #gm_6 a {background-position: -980px 0px;}


#globalNav ul #gm_1 a:hover  {background-position: 0 -70px;}
#globalNav ul #gm_2 a:hover  {background-position: -196px -70px;}
#globalNav ul #gm_3 a:hover  {background-position: -392px -70px;}
#globalNav ul #gm_4 a:hover  {background-position: -588px -70px;}
#globalNav ul #gm_5 a:hover  {background-position: -784px -70px;}
#globalNav ul #gm_6 a:hover  {background-position: -980px -70px;}


/* BREADCRUMBS */
#breadcrumbs {
	letter-spacing: 0.1em;
	padding: 20px 0 10px 0;
	overflow: hidden;
}

#breadcrumbs ol {
height: 20px;
background: #DDD repeat-x 0 0;
background-image: url(../common_img/breadcrumbsbg.gif);
}

#breadcrumbs li {
float: left;
padding: 0 8px 0 0;
color: #666;
font-size: 12px;
line-height: 20px;
background: #fff;
}

#breadcrumbs a {
display: block;
padding: 0 12px 0 5px;
text-decoration: none;
background: #DDD no-repeat 100% 0;
background-image: url(../common_img/breadcrumbs.png);
-moz-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
color: #666;
}

#breadcrumbs a:hover {
background: #CCC no-repeat 100% -20px;
background-image: url(../common_img/breadcrumbs.png);
}

/* LEFT Content */
#main {
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#primary {
	margin: 0 auto;
	width: 970px;
	background-color: #FFF;
	padding: 5px;
}

#content {
	float: left;
	width: 680px;
	padding-right: 18px;
	background-color: #FFF;
	color: #666;
}
#index {
	float: left;
	width: 680px;
	padding-right: 18px;
	background-color: #FFF;
	color: #666;
}
#secondary {
	float: left;
	margin: 0;
	width: 270px;
	display: block;
	overflow: hidden;
	padding: 0;
	background-color: #FFF;
}

/* SECONDARY */
#linkbanner {margin-left:0;}
#secondary section {margin-bottom: 20px;}
#secondary li {margin-bottom: 20px; *zoom: 1;}
#secondary a img {margin: 0 auto; border-bottom: 1px solid #fff; display: block;}
#secondary a:hover img {border-bottom: 1px solid #F36;}

/* FOOTER */
#copy_nav {
	padding-top: 0;
	position: relative;
	background-image: url(../common_img/foot_bg.png);
	background-repeat: repeat-x;
}

#footer {
	width: 980px;
	display: block;
	margin: 15px auto 0 auto;
	overflow: hidden;
}
#footer ul {
	float: left;
	/*position: relative;*/
	width: 615px;
	margin-top: 25px;
	margin-left: 15px;
}
#footer li {
	float: left;
	margin-top: 15px;
	padding: 0 15px;
	border-right: solid #999 1px;
	font-size: 14px;
	white-space: nowrap;
}
#footer li  a{
	color: #FFF;
	text-decoration: none;
}
#footer li  a:hover{
	color: #F36;
	text-decoration: underline;
}
#copy  {
	height: 150px;
	float: left;
	}
#copy a {
	width: 350px;
	display: block;
	overflow: hidden;
	}
