﻿@charset "utf-8";

/*******************************
tag
*******************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-size: 12px;
	text-align: center;
	background: url(../images/body_bg.gif) repeat-y center top #f0f0f0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #304461;
	overflow: hidden;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: normal;
}
p {
	margin: 0 0 10px 0;
}
td, th {
	text-align: left;
	vertical-align: top;
}
/*******************************
wrapper
*******************************/
#wrapper {
	width: 936px;
	margin: 0 auto;
	background: #ffffff;
}
/*******************************
header
*******************************/
#header {
	width: 932px;
	margin: 5px auto 20px auto;
}
#header h1 {
	float: right;
	margin: 0 0 4px 0;
	font-size: 10px;
	color: #7a7a6a;
	font-weight: normal;
	letter-spacing: 1px;
}
#header p {
	clear: both;
	margin: 0;
	padding: 0;
}
#header #logo {
	float: right;
	margin: 0 0 5px 0;
}
/*******************************
main
*******************************/
#main {
	float: left;
	width: 698px;
	text-align: left;
	overflow: hidden;
}
#main .lead {
	margin: 0 3px 10px 3px;
	padding: 0 0 3px 0;
	background: url(../images/line01.gif) repeat-x 0 bottom;
}
#main .lead strong {
	font-weight: bold;
	color: #666666;
}
#main .section {
	clear: both;
	width: 100%;
}
/********headline********/
#main h2 {
	clear: both;
	margin: 0 0 20px 3px;
	padding: 0;
}
/********topicpath********/
#main #topicpath {
	width: 692px;
	margin: 5px 0 20px 0;
}
/********pagenavi********/
#main .pagenavi {
	clear: both;
	float: left;
	width: 692px;
	margin: 0 3px 10px 3px;
}
#main .pagenavi li {
	list-style: none;
	float: left;
	width: 230px;
	line-height: 35px;
	color: #304461;
}
#main .pagenavi li a {
	font-weight: bold;
}
#main .pagenavi li.pagenavi02 {
	text-align: center;
}
#main .pagenavi li.pagenavi03 {
	text-align: right;
}
/********box********/
#main .box01 {
	clear: both;
	float: left;
	width: 698px;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	background: url(../images/box01_top.gif) no-repeat 0 top;
}
#main .box01_in {
	clear: both;
	float: left;
	width: 698px;
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../images/box01_bottom.gif) no-repeat 0 bottom;
}
#main .box01_main {
	clear: both;
	float: left;
	width: 674px;
	padding: 7px 10px 5px 14px;
	background: url(../images/box01_main.gif) repeat-y;
}
#main .box02 {
	float: right;
	width: 610px;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	background: url(../images/box02_top.gif) no-repeat 0 top;
}
#main .box02_in {
	clear: both;
	float: left;
	width: 610px;
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../images/box02_bottom.gif) no-repeat 0 bottom;
}
#main .box02_main {
	clear: both;
	float: left;
	width: 586px;
	padding: 7px 10px 5px 14px;
	background: url(../images/box02_main.gif) repeat-y;
}
/*******************************
sidebar
*******************************/
#sidebar {
	float: right;
	width: 223px;
	padding: 0 0 20px 0;
	text-align: left;
	overflow: hidden;
}
#sidebar h4 {
	font-weight: normal;
	margin: 0 0 5px 0;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	background: url(../images/icon_arw01.gif) no-repeat 0 4px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
#sidebar .sb_navi01 {
	margin: 3px 0 8px 0;
	padding: 8px 8px 6px 8px;
	text-align: center;
	background: #f3f8ff;
	border: 1px solid #c3c3c3;
}
#sidebar .sb_navi01 p {
	line-height: 18px;
}
#sidebar .sb_navi01 a, #sidebar .sb_navi01 span {
	font-size: 14px;
	font-weight: bold;
}
#sidebar .sb_navi01 a {
	text-decoration: none;
}
#sidebar .sb_navi01 a:hover {
	text-decoration: underline;
}
#sidebar .sb_navi02 {
	clear: both;
	padding: 8px 0 8px 8px;
	background: url(../images/sb_line01.gif) repeat-x 0 bottom;
	overflow: hidden;
	zoom: 1;
}
#sidebar .sb_navi03 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 8px 0 8px 8px;
	overflow: hidden;
}
/********sb_btn********/
#sidebar .sb_navi01 ul {
	width: 163px;
	margin: 0 auto;
}
#sidebar .sb_navi01 ul li {
	width: 163px;
	height: 33px;
	margin: 0 0 2px 0;
	padding: 0;
}
#sidebar .sb_navi01 ul li a {
	display: block;
	width: 163px;
	height: 0;
	padding: 33px 0 0 0;
	overflow: hidden;
}
#sidebar .sb_navi01 ul li.sb_btn01 {
	background: url(../images/sb_btn01.gif) no-repeat 0 -33px;
}
#sidebar .sb_navi01 ul li.sb_btn01 a {
	background: url(../images/sb_btn01.gif) no-repeat 0 0;
}
#sidebar .sb_navi01 ul li.sb_btn02 {
	background: url(../images/sb_btn02.gif) no-repeat 0 -33px;
}
#sidebar .sb_navi01 ul li.sb_btn02 a {
	background: url(../images/sb_btn02.gif) no-repeat 0 0;
}
#sidebar .sb_navi01 ul li a:hover {
	background: none;
}
/********sb_search********/
#sidebar .sb_search li {
	float: left;
	margin: -3px 0 0 0;
	padding: 0;
	background: none;
	vertical-align: bottom;
}
#sidebar .sb_txt {
	width: 171px;
	height: 19px;
	margin: 4px 6px 0 0;
	padding: 2px 0 0 0;
}

#sidebar .sb_bdr {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	background: url(../images/sb_line01.gif) repeat-x left top;
}
#sidebar .sb_bdr hr {
	display: none;
}
#sidebar a.sb_bnr {
	display: block;
	/*border: 1px solid #ba9ca4;*/
}

/*******************************
pagetop
*******************************/
#pagetop {
	clear: both;
	width: 932px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: right;
	font-size: 11px;
}
#pagetop a {
	padding: 0 13px 0 0;
	color: #333333;
	background: url(../images/icon_pagetop.gif) no-repeat right 1px;
}
/*******************************
footer
*******************************/
#footer {
	clear: both;
	width: 932px;
	height: 65px;
	margin: 0 auto;
	padding: 7px 0;
	border-top: 1px solid #000000;
	text-align: left;
	overflow: hidden;
}
#footer ul {
	margin: 0 0 5px 0;
	border-left: 1px solid #000000;
	overflow: hidden;
}
#footer li {
	float: left;
	list-style: none;
	padding: 0 5px;
	border-right: 1px solid #000000;
	line-height: 15px;
	vertical-align: text-bottom;
}
#footer address {
	clear: both;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	font-family: Verdana;
	color: #0d0e09;
	letter-spacing: 1px;
}
/*******************************
common
*******************************/
/***** font *****/
.color01 {
	color: #666666;
}
.color02 {
	color: #333333;
}
/***** float *****/
.fltL {
	float: left;
}
.fltR {
	float: right;
}
/***** align *****/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.valignT {
	vertical-align: top !important;
}
.valignM {
	vertical-align: middle !important;
}
.valignB {
	vertical-align: bottom !important;
}
/***** margin *****/
.mgnT20 {
	margin-top: 20px !important;
}
.mgnLR3 {
	margin-left: 3px !important;
	margin-right: 3px !important;
}
/***** hr *****/
.line01 {
	width: 100%;
	clear: both;
	height: 1px;
	margin: 0px auto 10px;
	padding-top: 1px;
	border: none;
	background: url(../images/line01.gif) repeat-x 0 top;
}
.line01 hr {
	display: none;
}
/***** link *****/
.lnk01 {
	background: url(../images/icon_arw01.gif) no-repeat 0 4px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

/***** border *****/
.bdr01 {
	border-left: 3px solid #96c1cc;
}
.bdr02 {
	border-left: 3px solid #cea7ab;
}
/***** form *****/
input.txt01 {
	width: 160px;
}
input.txt02 {
	width: 315px;
}
input.txt03 {
	width: 65px;
}
textarea {
	width: 315px;
	height: 65px;
}
optgroup {
	font-style: normal !important;
}
/***** iframe *****/
iframe {
	width: 470px;
	height: 150px;
	margin: 0 auto 5px auto;
	border: 1px solid #c4c4c4;
}

