@charset "UTF-8";

/*
********************************

	Common Stylesheet

********************************
*/


html {
	background-color: #002f56;
}

body {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	min-width: 960px;
	background: #eee url(../img/bg_body.jpg) repeat-x top center;
}

* html body {
	line-height: 1.2;
}

input, textarea {
	font-family: Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #2af;
	text-decoration: underline;
}


/* --------------- global_header --------------- */

#global_header {
	position: relative;
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

#global_header h1 {
	position: absolute;
	top: 45px;
	left: 0;
}

#header_guide ul {
	position: absolute;
	top: 53px;
	right: 0;
}

#header_guide li {
	display: inline;
	font-size: 0.9em;
	margin-left: 1em;
}

#header_guide li a {
	padding-left: 7px;
	background: url(../img/arrow_s.png) no-repeat left center;
}


/* --------------- global_nav --------------- */

#global_nav {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#global_nav ul {
	width: 960px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	behavior: url(css/PIE.htc);
	position: relative;
	overflow: hidden;
}

#global_nav li {
	float: left;
}


/* --------------- topics --------------- */

#topics {
	position: relative;
	width: 225px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	behavior: url(css/PIE.htc);
	overflow: hidden;
}

#topics ul {
	margin: 12px 0 16px 16px;
}


/* --------------- associate --------------- */

#associate {
	position: relative;
	width: 225px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	behavior: url(css/PIE.htc);
	overflow: hidden;
}

#associate ul {
	margin: 12px 0 16px 16px;
}


/* --------------- global_footer --------------- */

#global_footer {
	clear: both;
	position: relative;
	background: url(../img/bg_footer.png) repeat-x bottom;
}

#pagetop, #footer_nav, #footer_guide, #copyright {
	width: 960px;
	margin: 0 auto;
}

#pagetop {
	font-size: 0.9em;
	text-align: right;
	margin-top: 30px;
}

#pagetop a {
	padding-left: 12px;
	background: url(../img/arrow_pagetop.png) no-repeat left center;
}

#footer_nav {
	position: relative;
	margin-top: 10px;
}

#footer_nav ul {
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: url(../img/bg_footer_nav.png) no-repeat;
}

#footer_nav li {
	display: inline;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/bg_footer_nav_li.png) no-repeat left center;
}

#footer_nav li:first-child {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

#footer_nav a.here {
	font-weight: bold;
}

#footer_guide {
	font-size: 0.9em;
	height: 81px;
}

#footer_guide ul {
	position: relative;
	top: 15px;
	z-index: 2;
	width: 25em;
}

#footer_guide li {
	display: inline;
	margin-right: 15px;
}

#footer_guide li a {
	padding-left: 7px;
	background: url(../img/arrow_white.png) no-repeat left center;
}

#footer_guide a {
	color: #fff;
}

#copyright {
	position: relative;
	top: -55px;
	color: #fff;
	font-size: 0.9em;
	text-align: right;
	margin-top: -1em;
}


/* --------------- 他 --------------- */

.red {
	color: #d00 !important;
}
