@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFF;
}
a:hover, a{
	color: #555555;
	text-decoration:none;
}
a:hover, a:hover {
	text-decoration:underline;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/*マウスオーバー設定*/

a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* header part */
#header{
	position:relative;
	width:860px;
	margin:auto;
	height:58px;
}
#header h1{
	position:absolute;
	top:12px;
	left:0px;
}
#header h2{
	position:absolute;
	top:12px;
	right:0px;
}
#header .btnClose{
	position:absolute;
	top:42px;
	right:0px;
}


/* footer part */
#footer{
	position:relative;
	margin:0px auto;
	width:860px;
	height:48px;
	border-top:44px solid #0075c2;
}

#footer ul.fNavi{
	position:absolute;
	left:0px;
	top:17px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer ul.fNavi li{
	display:inline;
	font-size:10px;
}

#footer .copy{
	position:absolute;
	right:0px;
	top:17px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}


/* body part */
#body{
	width:860px;
	margin:0px auto;
	padding:0px;
	border:0px;
	background:#FFF;
}



.gaiyo {
	width:780px;
	margin:45px auto 0;
	font-size:14px;
}
.gaiyo h2{
	padding-left:6px;
	border-left:4px solid #0075c2;
	line-height:20px;
	font-weight:bold;
}
.gaiyo p{
	margin-bottom:15px;
	line-height:22px;
	padding-left:10px;
}
.gaiyo p a{
	color:#0000FF;
	text-decoration: underline;
}

.contact {
	width:780px;
    margin:60px auto 0px;
}

.indent5 {
	text-indent:-4.75em;
	padding-left:4.75em;
	display: block;
}

.btn {
	width:820px;
	margin:40px auto;
}
.btn a{
	display:block;
	box-sizing:border-box;
	padding:13px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #0075c2;
	text-align:center;
	color:#FFF;
	height:50px;
}
.btn a:hover{
	background-color: #268bce;
}
.btn_end {
	width:820px;
	margin:40px auto;
	padding:8px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #0075c2;
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
}

/* content part */



/* 申込要項 */
.clmApplication00{
	margin:0px auto;
	width:908px;
}
.clmApplication00 h4{
	margin-bottom:6px;
	padding:0px 14px;
	font-size:14px;
	color:#FFF;
	background:#89bd2f;
	line-height:36px;
	letter-spacing:1px;
}
.clmApplication00 p{
	font-size:12px;
	line-height:18px;
}

ul.btnBodyBottom00{
	list-style-type:none;
	text-align:right;
	line-height:1px;
	margin-top:50px;	
	margin-bottom:0px;
}
ul.btnBodyBottom00 li{
	display:inline-block;
	width:156px;
	padding-left:0px;
}
ul.btnBodyBottom00 li a{
	display:block;
	padding:0px 16px;
	height:21px;
	text-align:left;
}

.mt40 {
	margin-top:40px;
}

.wrapper {
	width:860px;
	padding:0px 0px 20px;
}
.wrapper h1{
	box-sizing:border-box;
	width:100%;
	height:56px;
	margin-bottom:17px;
	border:2px solid #FFF;
	text-align:center;
	color:#FFF;
	font-size:24px;
	line-height:56px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.wrapper h2{
	margin-top:27px;
}

.gaiyo_title {
	margin:0px 0 15px;
	font-size:18px;
	font-weight:bold;
}

.btnBodyBottom00 {
	width:860px;
	margin:0 auto;
}


ul {
    list-style:none;
}
ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
