@charset"shift_jis";

/* ---------------------------------------------------------
デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, p, img{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	border: none;
	list-style-type: none;
}

.clearfix:after{
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;
}
/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
body {
  margin: 0;
  padding:0;
  background: #fff;
  color: #000;
  text-align:left;
  font-size: 12px;
}

#container {
	width: 636px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
ヘッダ
--------------------------------------------------------- */
#head{
	background:#000;
	width:100%;
	padding-bottom:10px;
}

#header{
	width:637px;
	margin:10px auto 0;
}

h1{
	float:left;
}

#t1{
	float:left;
	margin:30px 0 0 10px;
}

#t2{
	float:right;
	margin-top:22px;
}

#line{
	background:url(img/head_bg.gif) repeat-x bottom;
}

/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */
#intro{
	width:637px;
	margin-bottom:20px;
}

#introtxt{
	float:left;
	margin:15px 0 0;
}

#btn1{
	margin:12px 0 0 0;
	float:right;
}

#btn1 a,
#btn2 a{
	display:block;
	width:182px;
	height:54px;
	overflow:hidden;
}

#btn1 a:hover img,
#btn2 a:hover img{
	margin-top:-54px;
}

h2{
	border-left:5px solid #888;
	margin-bottom:10px;
	padding:1px 0 1px 5px;
}

#p1{
	width:212px;
	height:112px;
	padding:140px 15px 0 410px;
	background:url(img/p1.jpg) no-repeat;
}

#p2{
	width:217px;
	height:141px;
	padding:94px 15px 0 405px;
	background:url(img/p2.jpg) no-repeat;
	line-height:1.3em;
}

.rt{
	width:637px;
}

#rt1{
	float:left;
	margin:10px 0 0 55px;
	width:250px;
}

#rt1 p{
	margin:10px 0;
}

#rt_p1{
	float:right;
}

#rt_p2{
	float:right;
	margin:10px 0 30px;
}

#rt2{
	float:left;
	margin:45px 0 0 40px;
}

#rt_p3{
	float:right;
}

#outro{
	width:637px;
	margin-bottom:20px;
}

#btxt{
	float:left;
	margin:20px 0 0;
	width:400px;
}

#btn2{
	float:right;
	margin-top:35px;
}

/* ---------------------------------------------------------
フッタ
--------------------------------------------------------- */
#line2{
	background:url(img/foot_bg.gif) repeat-x bottom;
}


#foot{
	background:#000;
	width:100%;
}

#footer{
	width:637px;
	margin:0 auto;
}

h3{
	float:left;
	margin:25px 20px 0 0;
}

#jointxt{
	color:#fff;
	float:left;
	width:270px;
	margin-top:15px;
}

#btn3{
	float:right;
	margin:20px 5px 0 0;
}

#btn3 a{
	display:block;
	width:174px;
	height:46px;
	overflow:hidden;
}

#btn3 a:hover img{
	margin-top:-46px;
}

#copy{
	clear:both;
	color:#999;
	font-size:10px;
	text-align:center;
	padding:20px 0 3px;
}

