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

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

div#contentsBox div#imagePhoto{
	display:block;
	width:800px;
	height:200px;
	background:url('../img/image_photo01.jpg') top center no-repeat;
}

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#contentBody{
	width:510px;
	margin:20px 0 0 40px;
}
div#contentsBox div#columnR div#contentBody div#mainTitle{
	display:block;
	width:510px;
	height:59px;
	background:url('../img/title_access.png') top center no-repeat;
	text-indent:-8000px;
}

div#contentsBox div#columnR div#contentBody p{
	padding-right:30px;
	line-height:150%;
}

div#contentsBox div#columnR div#contentBody dl{
	width:450px;
}
div#contentsBox div#columnR div#contentBody dt{
	margin:15px 0 0 0;
	border-bottom:#E5E5E5 solid 1px;
	font-weight:bold;
	color:#666666;
}
div#contentsBox div#columnR div#contentBody dd{
	margin:0;
}



