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

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

body {
	background:url(../img/handcraft_kyusyu/bg001.gif) 0 0 repeat;
}

#all {
	width:800px;
	margin:0 auto;
}

#main{
	background:url(../img/handcraft_kyusyu/bg002.gif) #FFF center top repeat-y;
	width:760px;
	border:1px #CCC solid;
	padding:19px 19px 19px 19px;
}

h2{
	clear:both;
	margin:20px 0 0 0;
}

.content{
	padding:15px 0 0 0;
	zoom:1;
}

.content:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

dl.book{
	margin:10px 0 10px 0;
}

dl.book dt{
	font-weight:bold;
	color:#ff8a23;
}

.content .box_left{
	float:left;
	width:370px;
	margin:0 0 0 0
}

.content .box_left .bnr{
	margin:10px 0 0 0;
}

.content p.img001{
	float:right;
	width:352px;
}

#item dl{
	float:left;
}

#item dl dd{
	font-weight:bold;
	color:#ff8a23;
}

p.bnr{
	text-align:center;
	clear:both;
	padding:10px 0 0 0;
}


