@charset "utf-8";

/*==================================================
	コモンスタイル
==================================================*/

/*--------------------------------------------------
	リンクカラー
--------------------------------------------------*/
a:link { color: #ff0066; text-decoration: none; }
a:visited { color: #ff0066; text-decoration: none; }
a:hover { color: #ff0066; text-decoration: none; }


/*--------------------------------------------------
	フォントスタイル
--------------------------------------------------*/
.bold {	font-weight: bold;}
.txtSmall { font-size: 77%; }
.red { color: #F00;}
.blue { color: #00F; }


/*--------------------------------------------------
	マージン
--------------------------------------------------*/
.mgt05 { margin-top: 5px;}
.mgt10 { margin-top: 10px;}
.mgt15 { margin-top: 15px;}
.mgt20 { margin-top: 20px;}
.mgt25 { margin-top: 25px;}
.mgt30 { margin-top: 30px;}
.mgt35 { margin-top: 35px;}
.mgt40 { margin-top: 40px;}
.mgt45 { margin-top: 45px;}
.mgt50 { margin-top: 50px;}


/*--------------------------------------------------
	フロート
--------------------------------------------------*/
.fltR { float: right;}
.fltC { float: center;}
.fltL { float: left;}


.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }


/*--------------------------------------------------
	float解除
--------------------------------------------------*/
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.both { clear: both; }



/*==================================================
	#all
==================================================*/
#wrap {
	margin: 0 auto;
}

	
/*==================================================
	#header
==================================================*/
#header {
}


/*==================================================
	#mainImg
==================================================*/
#mainImg {
	height: 616px;
	text-align: center;
	background-image: url(../img/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	z-index: 0;
}
#mainImg .catch {
	position: relative;
	right: 200px;
	top: 15px;
	z-index: 4;	
}
#mainImg .flv {
	position: relative;
	right: 251px;
	top: 0px;
	z-index: 6;	
}
#mainImg .medal {
	position: relative;
	left: 420px;
	bottom: 580px;
	z-index: 3;	
}
#mainImg .milu {
	position: relative;
	left: 270px;
	bottom: 560px;
	z-index: 5;	
}


/*==================================================
	#content
==================================================*/
#content {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/bg_gray.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.about .txt {
	height: 140px;
	margin-top: -20px;
	background-image: url(../img/line_dot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.about .ai {
	float: left;
	padding: 10px 3px 15px;
}
.about .member {
	text-align: right;
	margin-bottom: -20px;
	margin-right: 30px;
}

.mailformArea {
	margin: 0 auto;
	background-image: url(../img/table_02.png);
	background-repeat: repeat-y;
	background-position: center;
}
.mailform {
	width: 901px;
	margin: 0 auto;
	text-align: left;	
	background-image: url(../img/risu5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.mailform .txt {
	padding: 5px 0 20px;
}
.bottom {
	padding-bottom: 40px;
}
.address {
	width: 608px;
	_width: 626px;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
	color: #999999;
	font-size: 131%;
	border-style: none;
	background-image:url("../img/form.jpg");
	background-repeat: no-repeat;	
}
.btn_send {
	width: 148px;
	height: 57px;
	border-style: none;
	margin-top: -5px;
	margin-left: 15px;
	background-image:url("../img/btn_send_n.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	float: left;
}
.btn_send:hover {
	background:url("../img/btn_send_r.jpg") no-repeat;
}


/*==================================================
	#footer
==================================================*/
#footer {
	height: 167px;
	margin-top: -3px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.link_area {
	padding: 15px 0 20px;
}
#footer .gDays {
	padding-top: 30px;
}
#footer .gDays img {
	vertical-align: middle;
	margin-right: 100px;
}


#footer a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#footer a:hover img.over{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*==================================================
	#form input
==================================================*/
#inputLabel{
position:relative;
margin:10px 0;
}
#inputLabel label{
position:absolute;
top:15px;
left:10px;
font-size:large;
cursor:text;
}
#inputLabel br{
display:none;
}