/***RESET***/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	vertical-align:central;
	font-size:0;
	line-height: 0;
}
body {
	line-height:0;
}
/***GENERAL STYLING***/
body {
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ Ｐ明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	font-size: 14px;
	color: #000;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}
a, a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.no_opacity a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, li {
	list-style: none;
}
ol li {
	list-style: inside decimal;
}
li img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
table th, td {
	padding:2px 5px;
}
.text_l{
	font-size:110%;
	font-weight:bold;
	}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.mgb_10 {
	margin-bottom:10px;
}
.mgb_20 {
	margin-bottom:20px;
}

/***STRUCTURE***/
#wrapper {
	width:950px;
	margin:0 auto;
	clear:both;
	position:relative;
	background-color:#FFF;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-pie-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.contents{
	padding:10px 30px;
	}
#bnr_area{
	clear:both;
	}
#gaiyou #bnr_area{
	margin-top: -348px;
	}
/***HEADER***/
	#header {
	margin:0 auto;
	width:950px;
	position:relative;
}
#gnav {
	 margin-left: 24px;
	 padding-top: 20px;
	 margin-bottom:20px;
}
#gnav a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#gnav li {
	float:left;
}
/***LEFT CLM***/
#left_clm{
	float:left;
	width:730px;
	padding-left: 30px;
	}

/***RIGHT CLM***/
#right_clm{
	float:right;
	width: 130px;
	  padding-right: 24px;
	}

/***FOOTER***/
#footer{
	clear:both;
	width:890px;
	padding:20px 30px 0;
	background-image:url(../images/top02.gif);
	background-position:top center;
	background-repeat: no-repeat;
	}
#copy_r{
 background-color: #1fb3ff;
    clear: both;
    color: #fff;
    font-size: 85%;
    margin-top: 10px;
    text-align: center;
	}
/***CLEARFIX***/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
