@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
 * ---------->>>ベース設定
 * ========================================================================== */
/*縦スクロールバーを常に表示*/
html>/**/body{
	overflow-y:scroll;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 
/*ページ全体*/
body {
margin:0px;
padding: 0px;
background-color:#c3cae9;
color:#005585;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:140%;
text-align:center;
}
/*リンク関係*/
a:link {color:#ff44bf;}
a:visited {color:#ff44bf;}
a:active {color:#ff44bf; text-decoration:none;}
a:hover {color:#ff44bf; text-decoration:none;}

img{
	border: 0px;
	vertical-align: bottom;
	}

/* ==========================================================================
 * ---------->>>基本コンテナ
 * ========================================================================== */
/*ベースコンテナ w:740px*/
#Base{
	width: 819px;
	margin: auto;
}

h1,h2,h3{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	}

h3{
	border-top: 1px solid #efefef;
	padding-top: 10px;
	
	}

#Cont{
	width: 819px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-y;
	}	

.contInner{
	width: 796px;
	margin-left: 18px;
	}
	
.txt{
	width: 753px;
	margin: auto;
	text-align:left;
	}
	
.txtInner{
	padding: 30px 0px;
	}
	
.txtInner .right{
	padding-left: 20px;
	}	
	
.txtInner .right p{
	margin: 10px 40px 10px 20px;
	line-height: 200%;
	}	
	
.daikou{
	background:url(../images/img_02.jpg) top right no-repeat;
	min-height: 233px;
	}
	
.daikou p{
	margin: 20px 10px 10px 40px;
	line-height: 200%;
	}
	
.mail p{
	display:block;
	margin: 20px 10px 10px 90px;
	line-height: 200%;	
	}
	
.nomal{
	margin-left: 30px;
	}	
	
#Fotter{
	width: 819px;
	height: 15px;
	background:url(../images/fotter2.jpg) top left no-repeat;
	margin-bottom: 20px;
	}	
	
#form{
	width: 600px;
	text-align:left;
	margin: auto;
	}
	
#form h2{
	margin-bottom: 30px;
	padding-top: 30px;
}

#form .f_p{
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 10px;
	}
#Top{
	width: 819px;
	height: 15px;
	margin-top: 30px;
	background:url(../images/top.jpg) bottom left no-repeat;
	}	
	
.back_top{
	margin: 0;
	}	
	
p.mail_btn{
	margin: 10px 40px 0 0;
	}	
	
.mail{
	padding-bottom: 30px;
	}	
	
ul{
	list-style: outside;
	padding-left: 20px;
	margin-left: 20px;
	}	
	
ul li{
	padding: 10px 0px;
	}	
	
select{
	margin: 0;
	padding: 0;
	}	
	
/* ==========================================================================
 * ------>>>汎用クラス
 * @名前@ .clearfix
 * @説明@ float解除
 * ========================================================================== */
.clearfix {
	display:inline-block;
	position: relative;
}
.clearfix:after {
	content:" ";
	clear:both;
	overflow:hidden;
	display:block;
	visibility:hidden;
	margin-bottom:-1px;
	height:1px;
	font-size:1px;
	line-height:1px;
}

/* \*/
.clearfix {
	display:block;
	/*overflow:auto;*/
	height:1px;
}
html>body .clearfix {
	height:auto;
}
/* */

.left{
	float: left;
	}
.right{
	float: right;
	}
	
.line{
	border-bottom: 3px solid #008cd6;
	margin-bottom: 10px;
	}
	
.red{
	color: #F00;
	}	