/*////// 全体枠 //////*/
html {
}
body {
	text-align: center;
	font-size: 12px;
	line-height: 160%;
}
a:link {
	text-decoration: underline;
	color: #E7B893;
}
a:visited {
	text-decoration: underline;
	color: #E7B893;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
#container {
	background:url(../img/bg_head.jpg) no-repeat center top;
	min-width:960px;
}
*html #container {
  width: expression(document.body.clientWidth < 961? "960px" : "auto");
}
#container02 {
	background:url(../img/bg_main.jpg) no-repeat center top;
	min-width:960px;	
}
*html #container02 {
  width: expression(document.body.clientWidth < 961? "960px" : "auto");
}
#main {
	width:960px;
	margin:0 auto 0 auto;
	text-align:left;
}
/*///// header /////*/
#header01 {
	margin:0 auto 0 auto;
	height:51px;
}
#header01 ul {
	float:left;
	margin:0;
	padding:0;
}
#header01 li {
	display: inline;
	float:left;
}
#header02{
	height:129px;
	_height:126px;
	}
#header02 h1 {
	margin:5px 159px 0 20px;
	_margin:2px 79px 0 20px;
	float:right;
}
#header02 h2 {
	margin:24px auto 0 20px;
	_margin:21px auto 0 5px;
	float:left;
}

#pankuzu{
	color:#E7B893;
	padding:10px 10px 0 10px;
	}
#ace_footer{
	background:url(../img/footer_bg.gif) repeat-x center;
}
#footer_inner{
	width:960px;
	margin:0 auto 0 auto;
	}
/*////// 各種ユーティリティクラス //////*/
#main_contents{
	padding:0;
	color:#000000;
	width:960px;
	text-align:left;
	margin: 0 auto;
	}
#main_contents h2{
	margin:20px auto 15px 0;
	}
	
.mt30{
	margin-top:30px;
	}
.mt21{
	margin-top:21px;
	}
.mt10{
	margin-top:10px;
	}
.boxTop img {
	vertical-align:bottom;
}
.boxBottom img {
	vertical-align:top;
}
.parallelList li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.brownBox {
	padding:5px;
	background-color:#F4F1EC;
}
.leftBox {
	float:left;
}
.rightBox {
	float:right;
}
.leftspacePhoto {
	margin-left:10px!important;
}
.leftspacePhotoFirst {
	margin-left:5px!important;
}
*html .leftspacePhoto1 {
	margin-left:20px!important;
}
.leftspacePhoto1 {
	margin-left:35px!important;
}
.leftspacePhoto2 {
	margin-left:40px!important;
}
.rightspacePhoto {
	margin-right:10px!important;
}
.bottomSpacePhoto {
	margin-bottom:10px!important;
}
.topSpacePhoto {
	margin-top:5px!important;
}

