@charset "UTF-8";
/* CSS Document */

@import "./reset.css";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
strong {
	font-weight: bold;
}
.red_text {
	color: #F00;
}

/* float後のはみ出し解除 */

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hide from IE-mac \*/

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* container */

#container {
	min-height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/page_back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 30px;
}



/* header */
#container #header {
	width: 760px;
	height: 50px;
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
#container #header #logo {
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	display: block;
	height: 50px;
	width: 175px;
	background-color: #FFF;
	overflow: hidden;
	float: left;
}
#container #header #logo a {
	display: block;
	height: 50px;
	width: 175px;
}
#container #header #header_navi {
	font-size: 80%;
	line-height: 1;
	display: block;
	float: right;
	padding-right: 10px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#container #header #header_navi li {
	display: inline;
	padding-right: .5em;
	padding-left: .5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#container #header #header_navi li a {
	color: #194B88;
	text-decoration: none;
}
#container #header #header_navi li a:hover {
	text-decoration: underline;
}
#container #wrapper {
	float: left;
	width: 750px;
	padding-right: 10px;
	background-image: url(../images/common/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container #wrapper #contents_area {
	float: right;
	width: 560px;
}
#container #wrapper #contents_area p {
	font-size: 85%;
	line-height: 1.5;
	margin-bottom: 1em;
}
#container #wrapper #navi_area {
	width: 158px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #009;
	padding-bottom: 50px;
}
#container #wrapper #navi_area .menu_title {
	background-color: #C3C1FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	margin-bottom: 1em;
	font-size: 85%;
	line-height: 1;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: .75em;
}
#container #wrapper #navi_area ul {
	padding-left: .75em;
	padding-bottom: 1em;
	font-size: 83%;
}
#container #wrapper #navi_area ul li  {
	color: #000;
	text-decoration: none;
	background-image: url(../images/common/navi_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-bottom: 10px;
	line-height: 1.1;
}
#container #wrapper #navi_area ul li a {
	color: #194B88;
	text-decoration: none;
}
#container #wrapper #navi_area ul li a:hover {
	text-decoration: underline;
}
#container #wrapper #navi_area ul .now_link a{
	text-decoration: underline;
}
#container #footer {
	font-size: 80%;
	line-height: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 740px;
	padding: 10px;
	float: left;
}
#container #footer #footer_navi {
	float: right;
}
#container #footer #footer_navi li {
	display: inline;
	padding-right: .5em;
	padding-left: .5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#container #footer #footer_navi li a {
	color: #194B88;
	text-decoration: none;
}
#container #footer #footer_navi li a:hover {
	text-decoration: underline;
}
#container #footer .copy {
	font-size: 85%;
}
#container #pankuzu {
	font-size: 90%;
	line-height: 1.7;
	padding-bottom: 10px;
}
.indent {
	text-indent: 1em;
}
#contents_area .page_top {
	text-align: right;
	margin-top: 40px;
}
#contents_area .page_top a {
	color: #194B88;
	text-decoration: none;
}
#contents_area .page_top a:hover {
	text-decoration: underline;
}
