@charset "UTF-8";
/* CSS Document */

/* MONSTER'S SHOPトップページ */
/*==== [ content class ] ====================================================================*/

div#contentsBox div#mainImage{
	display:block;
	width:800px;
	height:400px;
}

div#contentsBox div#columnL div#contactBox{
	margin:23px 0 45px 0;
	display:block;
	width:238px;
	height:42px;
	background:url('../img/bg_contact.png') top center no-repeat;
	padding:70px 0 0 0;
}

div#contentsBox div#columnL div#contactBox div#contactBtn a{
	display:block;
	width:169px;
	height:28px;
	background:url('../img/btn_contact.png') top center no-repeat;
	margin:0 auto;
	text-indent:-8000px;
}

div#contentsBox div#columnR div#informationTbl{
	margin:20px 0 0 38px;
}
div#contentsBox div#columnR div#informationTbl table{
	width:500px;
}
div#contentsBox div#columnR div#informationTbl th{
	padding:10px 2px 4px 2px;
	border-top:#E5E5E5 solid 1px;
	vertical-align:top;
}
div#contentsBox div#columnR div#informationTbl th.first-line,
div#contentsBox div#columnR div#informationTbl td.first-line{
	border-top:none;
}
div#contentsBox div#columnR div#informationTbl td{
	padding:7px 0 3px 8px;
	border-top:#E5E5E5 solid 1px;
	vertical-align:top;
}
div#contentsBox div#columnR div#informationTbl table a{
	color:#0068B7;
}










