/*base*/
body {
	font: normal 16px Arial,Helvetica,sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 23px;
	min-width:982px;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }
.h2_nomal {
	font-weight:normal;
	font-size:26px;
	color:#203E6C;
	padding-bottom:12px;
}
.h3_nomal {
	color: #213E6D;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-decoration:none;
}
.h3_nomal a:link {
	color: #213E6D;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-decoration:none;
}
.h3_nomal a:visited {
	color: #213E6D;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-decoration:none;
}
.h3_nomal a:hover {
	color: #9d0e2d;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-decoration:none;
}
.h3_nomal a:active {
	color: #213E6D;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-decoration:none;
}

/*ページの基本設定*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding:0;
	border: 0;
}
.floatclear {
	clear: both;
}
ul {
	list-style-type: none;
}
ul li {
    list-style-type: none;
}
li img {
    vertical-align: bottom;
}
.rela {
	position:relative;
}
button {
	cursor:pointer;
}
.left {
	float:left;
}
.right {
	float:right;
}
.floatclear {
	clear:both;
}


/*画像透過*/
a.imgHover:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
a.imgHover01:hover img{
opacity:0.65;
filter: alpha(opacity=65);
-ms-filter: "alpha( opacity=65 )";
}
a.imgHover02:hover img{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a.imgHover03:hover img{
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
}
.img_on img{
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
}


/*header*/
#header {
	margin:0 auto;
	text-align:center;
	width:982px;
}
#header_left {
	float:left;
}
#header_right {
	float: right;
	width: 305px;
	height: 101px;
	background-image: url(../img/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#header_right_nav {
	padding-top: 25px;
	font-size: 12px;
	line-height: 18px;
}
#header_right_nav li {
	float: right;
}
#header_right_nav li a:link {
	text-decoration:none;
	color:#000;
}
#header_right_nav li a:visited {
	text-decoration:none;
	color:#000;
}
#header_right_nav li a:hover {
	text-decoration:none;
	color: #2d8dae;
}
#header_right_nav li a:active {
	text-decoration:none;
	color:#000;
}
#search {
	padding-top: 5px;
}
*+html #search {
	margin-top:-5px;
}
button {
	text-decoration:none;
	border:none;
	background:none;
	cursor: pointer;
}


/*main*/
#main_out {
	width: auto;
	text-align: center;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 477px;
}
#main {
	text-align:left;
	width:982px;
	margin:0 auto;
}

/*gnav*/
#gnav {
	width: 982px;
	padding-top: 29px;
	height: 26px;
	text-align: left;
	background-image: url(../img/gnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 29px;
}
#gnav li {
	font-size:13px;
	color:#000;
}
#nav li ul li {
	padding-left:17px;
}
#nav li ul li ul li {
	padding-left:22px;
}
#nav li ul .navin_top {
	margin-top: 30px;
	height: 59px;
}
#nav li ul li ul .navin_top {
	margin-top:27px;
}
#nav .navin_sec {
	height: 59px;
}
#gnav03_bg {
	background-image: url(../img/gnav03_dr_bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 258px;
	width: 199px;
}
#nav #gnav03_bg_in01 {
	background-image: url(../img/gnav03_dr_bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 258px;
	width: 199px;
	margin-left:-15px;
	margin-top:-25px;
}
#nav a:link {
	color:#000;
}

/*content*/
#content_out {
	margin:0 auto;
	text-align:left;
	width:982px;
	font-size:13px;
	color:#4C4C4C;
}
#content_left {
	width:720px;
	float:left;
}
#content_right {
	float:left;
	width: 184px;
	padding-left:76px;
}



/*right_nav*/
.banner {
	padding-bottom:20px;
}
.banner a {
	display:block;
}
.side_btn {
	background-image: url(../img/side_btn_bg.jpg);
	height: 25px;
	width: 184px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0 0 9px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.side_btn a:link {
	color:#FFF;
	text-decoration:none;
}

#content_right .side_btn a:link {
	border:0;
	text-decoration:none;
}
#content_right .side_btn a:visited {
	border: 0;
	text-decoration: none;
	color: #FFF;
}
#content_right .side_btn a:hover {
	border: 0;
	text-decoration: none;
	color: #CCC;
}
#content_right .side_btn a:active {
	border: 0;
	text-decoration: none;
	color: #FFF;
}


/*footer*/
#footer_out {
	width: 982px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 19px;
}
#footer {
	width: 900px;
	color: #999999;
	background-image: url(../img/footer_ber.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer_sns {
	height: 26px;
}
#footer_sns li {
	float:left;
	padding-right:4px;
}
#footer_nav {
	padding-top: 6px;
}
#footer_nav li {
	font-size: 12px;
	float: left;
	line-height: 17px;
}
#address {
	padding-bottom: 10px;
}
address {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
}
#footer_nav a:link {
	color: #999999;
	text-decoration:none;
}
#footer_nav a:visited {
	color: #999999;
	text-decoration:none;
}
#footer_nav a:hover {
	color: #2d8dae;
	text-decoration:none;
}
#footer_nav a:active {
	color: #999999;
	text-decoration:none;
}
#footer_box {
	height: 5px;
}
