@charset "utf-8";

/*======================================

	1.each

=======================================*/
/* global navi active
-------------------------------------------------------------------------- */
div#globalNavi li.style img {
	display:none;
}
div#globalNavi li.style {
	background: url(../../common/images/global/g_navi_style_act.png) no-repeat;
}

/* local navi image
-------------------------------------------------------------------------- */
div#localNaviImage {
	background-image: url(../images/localNavi_image.png);
}



/*======================================

	2.contents

=======================================*/
div#contents h3 {
	margin-bottom:30px;
}
div#style {
	margin:0 0 0 15px;
	padding-bottom:30px;
	background: url(../images/contents_bg.png) no-repeat center top;
	zoom:1;
}
div#style:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#style dl {
	width:384px;
	float:left;
}
div#style dl.style1 {
	margin-right:40px;
}
div#style dt {
	margin-bottom:12px;
}
div#style dd {
	margin:0 15px;
	line-height:2;
}




