@charset "utf-8";
html{
	height:100%;
}
body{
	min-height:100%;
	background-image:url(../img/index/background.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
body, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

img{
	border:none;
}

#wrapper{
	width:100%;
	background-image:url(../img/index/background_head.png);
	background-repeat:repeat-x;
}

#contentarea{
	background-image:url(../img/index/mainimg.png);
	background-position:40px 10px;
	background-repeat:no-repeat;
	width:840px;
	margin:0px auto;
}
#contentarea table{
	margin-top:330px;
	width:100%;
}
.combtnarea{
	background-image:url(../img/index/btn_corpbg.png);
	width:309px;
	height:247px;
	position:relative;
	float: right;
}
.mallbtnarea{
	background-image:url(../img/index/btn_mallbg.png);
	width:404px;
	height:247px;
	position:rerative;
	float:left;
}
.combtnbox{
	widgh:286px;
	height:180px;
	overflow:hidden;
}

.mallbtnbox{
	widgh:286px;
	height:180px;
	overflow:hidden;
	margin-left:25px;
}
