@charset "utf-8";
/* ページレイアウト */
* {
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
	font-family:monospace;
}
body {
	width : 100%;
	background:url(../img/back_all.gif) #060;
	text-align: left;
}
#body {
	margin : 0 auto;
	padding: 0px;
	width : 800px;
	background-color: #fff;
	color: #333;
}
#header {
	border-bottom:solid 1px #063;
	text-align: left;
	margin : 0px;
	width : 800px;
	height: 100px;
}
#header h1 a {
	font-size:16px;
	font-weight:bold;
}
.title {
	padding-top: 10px;
	padding-left: 20px;
}
#main {
	font-size: 12px;
	margin-top : 5px;
	margin-bottom : 20px;
	padding-left: 20px;
	width : 780px;
}
#navigation {
	float : left;
	width : 178px;
	padding-bottom: 10px;
	border-left: solid 1px #063;
	border-right: solid 1px #063;
	border-bottom: solid 1px #063;
}
#contents {
	float : left;
	text-align: left;
	margin-left: 30px;
	width: 550px;
}
#side_contents {
	float : left;
	width : 180px;
}
#side_inducement {
	float : left;
	margin-top : 20px;
	width : 180px;
}
#footer {
	clear : both;
	text-align: right;
	font-size: 12px;
	padding: 2px 20px 0px 0px;
	width : 780px;
	height: 20px;
	color: #333;
	border-top: solid 1px #063;
}
.clear {
	clear: both;
}
.btn {
	margin-bottom:-4px;
}
.input_border {
	border: 1px solid #666666;
}
/* リンク */
a:link {
	color: #360;
	text-decoration: none;
}
a:visited {
	color: #360;
	text-decoration: none;
}
a:hover {
	color: #060;
}
a:active {
	color: #060;
}
/* グローバルメニュー */
.menu_ttl {
	float: left;
	background-color: #063;
	padding:4px 0 0 0px;
	width : 180px;
	height: 26px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #fff;
}
.gl_menu {
	margin-top: 10px;
	padding: 0px;
	list-style-type : none;
	font-size:12px;
}
.gl_menu li {
	text-align: left;
}
.gl_menu .menu {
	display : block;
	padding :0px;
	margin-top:6px;
	margin-left:16px;
}
.gl_menu .menu a {
	background:url(../img/ico_arw2.gif) no-repeat;
	vertical-align: top;
	padding :0px 0px 0px 20px;
	height:16px;
	color: #063;
}
.gl_menu .menu a:visited {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #063;
}
.gl_menu .menu a:hover {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #693;
}
.gl_menu .menu a:active {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #693;
}
/* トップメニュー */
.top_menu {
	float: left;
	list-style-type : none;
	text-align: right;
	font-size:14px;
	margin: 0px;
	padding-top: 20px;
	width:460px;
	height:12px;
}
.top_menu li {
	display : inline;
	margin-left: 10px;
}
.top_menu .menu a {
	background:url(../img/ico_arw.gif) no-repeat;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	padding-left: 20px;
	color: #063;
}
.top_menu .menu a:visited {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #063;
}
.top_menu .menu a:hover {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #693;
}
.top_menu .menu a:active {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #693;
}
/* トップページ */
.top_img {
	float:left;
	background:url(../img/top.jpg) no-repeat;
	width:550px;
	height:200px;
}
/* 各枝ページ */

.contents_text {
	float:left;
	margin: 0px;
	padding: 10px;
	width: 530px;
	text-align: left;
	color: #333;
}
.desc_box {
	float:left;
	width: 530px;
	margin-bottom:20px;
}
.rr {
	font-size: 28px;
	font-weight: bold;
}
.sub_rr {
	padding-left:10px;
	font-size: 16px;
	font-weight: bold;
}
.rr_desc {
	border-top: solid 1px #999;
	padding-top: 6px;
	margin-left:10px;
	width: 510px;
}
/* 見出し */
.page_ttl {
	float:left;
	background-color: #063;
	border-top: solid 1px #360;
	border-left: solid 1px #360;
	border-right: solid 1px #060;
	border-bottom: solid 1px #060;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding: 2px 0px 0px 10px;
	width: 540px;
	height: 28px;
	color: #fff;
}
.finding {
	float:left;
	border-top: solid 1px #693;
	border-left: solid 10px #693;
	border-right: solid 1px #693;
	border-bottom: solid 1px #693;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding: 2px 0px 0px 10px;
	width: 531px;
	height: 28px;
	color: #333;
}
/* フォント */
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_8px {
	font-size:8px;
}
.font_10px {
	font-size:10px;
}
.font_12px {
	font-size:12px;
}
.font_13px {
	font-size:13px;
}
.font_14px {
	font-size:14px;
}
.font_16px {
	font-size:16px;
}
.font_18px {
	font-size:18px;
}
.font_red {
	color: #CC0000
}
/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */

.kaisou {
	text-align: right;
	font-size: 10px;
	padding: 5px 20px 0px;
	width: 760px;
	color: #333;
}
.txt_right {
	float: right;
	text-align: right;
}
.pad_left_10px {
	padding-left:10px;
}

