@charset "utf-8";

/*------------------------------------------------
index.css
2009.10.22
------------------------------------------------*/

/* common
------------------------------------------------*/
body {
	margin: 0px;
	padding:0px;
	color:#222222;
	text-align:center;
	background:#ffffff;
}

img{
	margin:0px;
	padding:0px;
	border: none;
}

h1,h2{
	text-indent: -99999px;
	font-size: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear:both;
}

p {
	font-size: 100%;
	line-height:140%;
	padding: 0;
	text-align:left;
	margin:5px 20px 15px 20px;
}



/*　main area
------------------------------------------------*/

#main{
	width:975px;
	height:322px;
	margin:0 auto;
	position:relative;
	background:url(../images/main.jpg) center no-repeat;
}

#main h1{
	position:absolute;
	width:975px;
	height:322px;
	position:relative;
}





/*　detail
------------------------------------------------*/

#box_detail{
	width:953px;
	margin:0 auto;
	text-align:center;
	
}
#box_detail img{
	float:left;
}



/*　footer
------------------------------------------------*/
#foot{margin-top:30px;}
#foot a {color:#333333;}



/* margin */
.mt15{padding-top:15px;}


/*clear*/

#box_detail:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#box_detail{display: inline-table;}
 /* Hides from IE-mac \*/
* html #box_detail{height: 1%;}
#box_detail{display: block;}
 /* End hide from IE-mac */


