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


/*--------------------------------------------------
reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*--------------------------------------------------
clear
--------------------------------------------------*/

.clear { clear:both;}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------------------------------------
layout
--------------------------------------------------*/

body {
	color:#666666;
	font-family:"ＭＳ Ｐゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean,sans-serif;
	margin:0 auto;
	line-height:1.6em;
	font-size:12px;
	background-image:url(../images/bg.gif);
}


div#container{
	width:905px;
	margin:0 auto;
	padding-bottom:20px;
	background-color:#fff;
	}

div#container #inner{
	width:870px;
	margin:0 auto;
}

#header{
	margin-bottom:20px;
	}

/*--------------------------------------------------
mainImage
--------------------------------------------------*/

#mainImg{
	background:url(../images/main_image.jpg) 0 0 no-repeat;
	height:309px;
	margin-bottom:20px;
	}


#mainImg .btnArea{
	width:419px;
	text-align:center;
	}

#mainImg .btnArea .btn{
	width:301px;
	height:93px;
	margin-left:631px;
	}

/*--------------------------------------------------
txtArea
--------------------------------------------------*/

div#txtArea{
	width:870px;
	clear:both;
	margin-bottom:10px;
}

div#txtArea dl{
	width:427px;
}

div#txtArea dl dt{
	border-bottom:1px solid #d1c0a5;
	padding-bottom:3px;
	margin-bottom:7px;
}

div#txtArea dl dd{
	padding-left:10px;
}

.floatL{
	float:left;
}

.floatR{
	float:right;
}


#footer{
	background:url(../images/footer.gif) 0 0 no-repeat;
	height:35px;
	clear:both;
	text-align:center;
	line-height:35px;
	margin-top:30px;
}
