@charset"shift_jis";

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, 
ul, ol, li, dl, dt, dd,
table, th, td, img,{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	
	line-height: 140%;
	border: none;
	list-style-type: none;
}

img {
	border: 0;
}

/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
  margin: 0;
  padding:0;
  background: #fff;
  color: #000;
  text-align:left;
  font-size: 12px;
}



/* ---------------------------------------------------------
ヘッダ
--------------------------------------------------------- */
#topline{
	background:url(img/line.gif) repeat-x bottom;
}

h1 {
	font-weight:normal;
	font-size:12px;
	color:#999;
	margin:0 auto;
	padding:10px 0;
	width:820px;
}

#header{
	width:820px;
	margin:0 auto;
}

*:first-child+html #header{
	margin:10px auto;
}

#title{
	width:359px;
	float:left;
}

#btn1,
#btn2{
	float:right;
	margin-top:10px;
}

*:first-child+html #btn1{
	margin-top:0;
}

#btn1 a,
#btn2 a{
	display:block;
	width:208px;
	height:59px;
	overflow:hidden;

}

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

}


/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */
#content{
	clear:both;
	border-top:20px solid #242424;
}

#box1{
	width:840px;
	margin:0 auto;
}

#box1 p{
	margin:20px 0 30px 20px;
}

h2{
	background:url(img/icon.gif) no-repeat;
	margin:20px 0 10px;
	padding:0 20px 5px;
	color:#333;
	border-bottom:1px solid #ccc;
	font-size:18px;
	font-weight:bold;
}

#box2{
	width:840px;
	margin:0 auto;
}

.photo{
	margin:15px 0;
	text-align:center;
}


#box3{
	width:820px;
	height:100px;
	padding-top:15px;
	margin:25px auto 15px;
	background:url(img/line.gif) repeat-x top;
}

#txt{
	float:left;
	width:500px;
	margin-top:20px;
}


/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#footer {
	clear:both;
	background:#242424;
	border-top:7px solid #c10000;
}

.b2{
	margin:0 auto 40px;
	width:210px;
}

.btn2{
	margin:10px auto 20px;
	width:210px;
}

.btn2 a{
	display:block;
	width:210px;
	height:80px;
	overflow:hidden;
}

.btn2 a:hover img{
	margin-top:-80px;
}

#f_box{
	width:820px;
	height:120px;
	margin:0 auto;
	background:#242424;
}

#logo{
	float:left;
	margin:35px 35px 0 5px;
}

#f_txt{
	float:left;
	color:#fff;
	margin:50px 73px 0 0;
}

#btn3{
	float:left;
	margin:20px 0 0 0;
}

#btn3 a{
	display:block;
	width:210px;
	height:76px;
	overflow:hidden;
}

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

#footer2{
	clear:both;
	background:url(img/line3.gif) repeat-x top #242424;
}

#copy{
	color:#999;
	font-size:10px;
	width:820px;
	text-align:right;
	margin:0 auto;
	padding:10px 0;
}

