@charset "utf-8";
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#layout {
	/* div for 大枠 */
	background-color:#FFFFFF;
	height:auto;
	margin:0 auto;
	text-align:left;
	width:820px;
}

#layout div.masthead {
	/* div for ヘッダー部 */
	margin-bottom:5px;
	padding:0px;
	width:100%;
}

#layout div.masthead table.tblHeader {
	/* ヘッダー部 */
	font-size:12px;
	line-height:120%;
	width:100%;
}

#layout div.masthead table.tblHeader td.banner {
	text-align:left;
	vertical-align:bottom;
	width:125px;
}

#layout div.masthead table.tblHeader td.banner a {
	display:inline;
}

#layout div.masthead table.tblHeader td.siteName {
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	width:200px;
}

#layout div.masthead table.tblHeader td.siteName a,
#layout div.masthead table.tblHeader td.siteName a:link,
#layout div.masthead table.tblHeader td.siteName a:visited,
#layout div.masthead table.tblHeader td.siteName a:hover{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	text-decoration:none;
}

#layout div.masthead table.tblHeader td.summary {
	text-align:right;
	vertical-align:bottom;
}

#layout div.masthead table.tblHeader td.navi {
	vertical-align:bottom;
}

#layout div.masthead table.tblHeader table.globalNav{
	/* グローバル ナビゲーション(ページ上部ナビ) */
	background-color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	font-size:12px;
	width:100%;
}

#layout div.masthead table.tblHeader table.globalNav a{
	font-size:12px;
	padding:0px 4px 0px 0px;
}


/***********************************************/
/* main Divs                                   */
/***********************************************/
#main {
	float:right;
	height:100%;
	width:649px;
}

/***************************/
/***** #content styles *****/
/***************************/
/* コンテンツ(ページ中央部) */
#content{
	float:left;
	font-size:12px;
	line-height:130%;
	margin:0px 0px 15px 5px;
	padding:0px;
	width:466px;
}

#content h1{
	border-bottom:2px dotted #666666;
	border-left:4px solid #666666;
	color:#666666;
	font-size:14px;
	font-weight:bolder;
	margin:2px 0px;
	padding:2px 0px 2px 4px;
}

#content h2{
	background:url(../img/line1.gif) no-repeat left bottom;
	color:#666666;
	font-size:14px;
	font-weight:bolder;
	line-height:1.2em;
	margin:12px 0px 5px 10px;
	padding:0px 0px 2px 4px;
	width:80%;
}

#content h3{
	border-bottom:1px dashed #626063;/* @SiteColor */
	color:#000066;/* @SiteColor */
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 3px 15px;
	padding:0px 0px 0px 2px;
	width:70%;
}

#content p{
	margin:0px;
	padding:0px 0px 5px 10px;
}

#content a,
#content a:hover,
#content a:visited,
#content a:active {
	text-decoration: underline;
}

#content ul {
	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0;
}

#content ol {
	margin-top:5px;
}

#content ul li {
	background:url("http://www.d9v9b.com/img/y07r_ff6600.gif") no-repeat 0px 0.4em;
	list-style-position:outside;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 12px;
}

#content ul.clist,
#content ul.slist {
	margin:0px auto 10px;
}

#content ul.clist li,
#content ul.slist li {
	background:none;
	border-bottom:1px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
	float:left;
	margin:0px 0px 4px 3px;
	padding:2px 0px 4px 4px;
	width:220px;
}

#content table.tblGoods{
	border:1px solid #6699CC;
	width:100%;
}

#content table.tblGoods td.title {
	border-bottom:1px dotted #6699CC;
	padding:0px 3px 1px;
	vertical-align:top;
}

#content table.tblGoods td.description {
	border-bottom:1px dotted #6699CC;
	padding:2px;
	vertical-align:top;
	word-break:break-all;
}

#content table.tblGoods td.description img {
	float:left;
	padding:1px 8px 1px 1px;
}

#content table.tblGoods a {
	display:inline;
}

/*******************************/
/***** #tblCalendar styles *****/
/*******************************/
#content table.tblCalendar {
/*	border:1px solid #ffff00;*/
	width:90%;
}

#content table.tblCalendar td.image {
	vertical-align:top;
	width:1%;
}

#content table.tblCalendar td.title {
	padding-left:4px;
}

#content table.tblCalendar td.description {
	padding:2px 2px 2px 4px;
	vertical-align:top;
}

#content table.tblCalendar td.one {
	width:100%;
}

#content table.tblCalendar table{
	border:1px solid #CCCCCC;
	width:100%;
}

/**************************/
/***** #navBar styles *****/
/**************************/
/* ページ左部ナビ */
#navBar{
	float:left;
	width:171px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul.navi {
	background:url(../img/menu1-m.gif) repeat-y center;
	margin:0px;
	text-align:center;
	width:100%;
}

/*****************************/
/***** #headlines styles *****/
/*****************************/
/* ページ右部ナビ */
#headlines{
	float:right;
	font-size:12px;
	height:auto;
	line-height:120%;
	text-align:center;
	width:162px;
}

/******************************/
/***** #siteFooter styles *****/
/******************************/
/* フッター */
#siteFooter{
	border-top:1px solid #000066;/* @SiteColor */
	clear:both;
	font-size:12px;
	line-height:120%;
	margin-top:15px;
	padding:5px 10px 10px 10px;
	text-align:right;
}

/***** 商品別ページレイアウト *****/
/****************************/
/***** #itemMain styles *****/
/****************************/
/* 商品別ページメイン部 */
#itemMain {
	float:left;
	height:100%;
	width:650px;
}

#itemMain h1{
	border-bottom:2px dotted #666666;
	border-left:4px solid #666666;
	color:#666666;
	font-size:14px;
	font-weight:bolder;
	margin:2px 0px;
	padding-left:4px;
	width:70%;
}

#itemMain h2{
	background:url(http://www.d9v9b.com/img/line4.gif) no-repeat left bottom;
	color:#000066;/* @SiteColor */
	font-size:14px;
	font-weight:bolder;
	line-height:1.2em;
	margin:12px 0px 5px 10px;
	padding:0px 0px 2px 4px;
	width:80%;
}

#content dl {
	margin:0px;
	padding:0px;
}

#content dd {
	margin-left:20px;
	margin-bottom:10px;
	padding:0px;
}

