/*--------------------------------*/
/*商品カテゴリ表示領域*/
/*--------------------------------*/
.category_text {
	width:525px;
}
.category_text h2{
	margin:0;
	line-height:100%;
	letter-spacing: 0px;
	color:#44b670;
	font-size: 95%;
}
#header_text {
	margin : 0;
	padding: 0;
	width:525px;
	overflow:hidden;
}
/*Netscape用*/
#header_text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #header_text {height: 1em;overflow: visible;}
/**/
/* Item List
---------------------------------------------------------- */
.itemlistline
{
	width:525px;
	margin:10px 0 0 0;
	overflow:hidden;
	background-image:url(/parts/icon/category_bar.gif);
	background-position : 0 0 ;
	background-repeat : repeat-x;
}
.itemlistline:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .itemlistline{height: 1em;overflow: visible;}
/**/
.itemheader
{
	padding:10px 0 0 0;
	width:100%;
	position:relative;
}
.itemheader img
{
	float:left;
	padding:0 5px 0 0;
}
.itemheader h2
{
	font-size:100%;
	line-height:120%;
	font-weight:bold;
}
.itemdesc
{
	width:478px;
	padding:5px 5px 5px 0;
	line-height:140%;
	font-size:77%;
	clear:both;
}
.right_align
{
	text-align:right;
	padding:0 0 5px 0;
}
/* Detailed Page
---------------------------------------------------------- */
.itembox
{
	width:515px;
	border:5px solid #999900;
	background-color:#AA856E;
}
.detailpic
{
	text-align:center;
	vertical-align: top;
	border-width:0;
}
.attrbox
{
	width:515px;
	overflow:hidden;
}
.attrbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .attrbox{height: 1em;overflow: visible;}
/**/
.imgbox
{
	float:right;
	text-align:right;
	width:180px;
}
.textbox
{
	float:left;
	width:345px;
	padding:0px;
}
.textbox h1{
	font-size:85%;
	line-height:120%;
	margin:0;
	padding:3px 0 0 0
}
.detailtext{
	font-size:77%;
	line-height:150%;
	margin:10px 0 0 0;
	padding:0;
}
#information {
	margin:0 0 0 15px;
	padding:0;
}
#information li{
	text-indent: 0em;
	margin:0 0 0 0;
	padding:0;
}
table.session_price
{
	width:345px;
}
table.session_price tr
{
	background-image:url(/parts/icon/category_bar.gif);
	background-position : 0 0 ;
	background-repeat : repeat-x;
}
table.session_price td
{
	padding:15px 0 10px 0;
}
