body { overflow-y : scroll ;}
body,p,a,td,th,div,input{ font-family:Osaka, '‚l‚r ƒSƒVƒbƒN', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Verdana', 'Times New Roman', Times, serif; }
h1 {
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 420px;
}

.image{ padding:10px; }
#style {
	background-image: url(../images/coordinate/bg_02.jpg);
	background-repeat: repeat-y;
	width: 421px;
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
}
#style #btn_close {
	position: absolute;
	left: 387px;
	top: 7px;
}

#item {
	width: 421px;
	text-align: left;
}
#item ul {
	margin: 0px;
	list-style-type: none;
	width: 421px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#item li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #482F20;
	line-height: 110%;
}
#price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
}


p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/

a:link,
a:visited {
	color:#482F20;
	text-decoration:none;
}

a:hover {
	color:#482F20;
	text-decoration:underline;
}
/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
   display:inline-block;
}

/* WinIE5,6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}

