@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}


/* 画像 */

img {
border: none;
}

#header_wrap {
	margin: auto;
	background-color: #FFF;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 20px;
}
#main_contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
}
#box {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-top: 40px;
}
/* #foot {
	font-size: 9px;
	color: #033;
	text-align: center;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 20px;
} */

.l_box {
	clear: none;
	float: left;
	height: auto;
	width: 500px;
	margin-top: 70px;
	margin-left: 60px;
	margin-bottom: 30px;
	margin-right: 15px;
}
h1 {
	height: 480px;
	width: 960px;
	clear: none;
	float: left;
	margin-top: 30px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #F60;
	text-align: center;
	height: auto;
	width: 960px;
	clear: none;
	float: left;
	padding-top: 70px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 16px;
	color: #069;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 40px;
	clear: none;
	float: left;
	height: auto;
	width: 760px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.font2 {
	font-size: 15px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}
.link_box {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	padding-bottom: 45px;
	text-align: center;
	padding-top: 5px;
}
.link_btn {
	height: 100px;
	width: 605px;
	margin-top: 25px;
}
.font_rs {
	font-size: 14px;
	color: #C00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.font1 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.right_box {
	clear: none;
	float: left;
	height: 390px;
	width: 355px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mc_img {
	height: 390px;
	width: 355px;
}



.b_bar1 {
	clear: none;
	float: left;
	height: 54px;
	width: 960px;
}
.b_bar2 {
	clear: none;
	float: left;
	height: 15px;
	width: 960px;
}
.box2 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	background-image: url(../images/line_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}





.header_contents {
	margin: auto;
	height: 500px;
	width: 960px;
}

#wrap {
	margin: auto;
	width: 960px;
}
#wrap::after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}


a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;           /* Firefox 0.9より前 */
	}
	
a img:hover {
position : relative;
top : 1pt;
left : 1pt;
} 
