@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:12px;
	color:#666666;
	line-height:120%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img{
	border:0px;
	margin:0px;
}
/*************** #link styles **************/
a:link{
	text-decoration:none;
	color:#666666;
}
a:visited{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#FF9933;
}

/*************** 見だし styles **************/
h1{
	font-size:10px;
	margin:0px;
	font-weight:normal;
}
/*************** font styles **************/
.f1{
	font-size:12px;
	font-weight:normal;
	color:#CC0000;
}
.f1b{
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}
.f2{
	font-size:13px;
	font-weight:normal;
	color:#666666;
}
.f2b{
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
.f3{
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
.f3b{
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.f4{
	font-size:9px;
	font-weight:normal;
	color:#666666;
}
.f5{
	font-size:12px;
	font-weight:normal;
	color:#48B353;
}
.f6{
	font-size:14px;
	color:#666666;
}
.f6b{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.f7{
	font-size:11px;
	color:#CC0000;
}
.f7b{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}
.up{
	font-size:12px;
	color: #CC0000;
	font-weight: normal;
}
.up2{
	font-size:12px;
	color: #CC0000;
	font-weight: normal;
	font-family:Tempus Sans ITC;
}
.f1b a:link{
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}
.f1b a:visited{
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}
.f1b a:hover{
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

/*************** other styles **************/
.center{
	text-align:center;
}
.tLeft{
	text-align:left;
}
.tRight{
	text-align:right;
}
.imgva{
	vertical-align:text-top;
}
.left{
	float:left;}	
.right{
	float:right;}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#comment{
width:780px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
#allHeadder{
width:830px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:77px;
	background-image:url(../img/all_headder.gif);
	text-align: right;}
#page{
	width:829px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-right: solid #848484 1px;
	border-bottom: solid #848484 1px;
	height: auto;
}
#allFooter{
	width:827px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:37px;
	clear: both;
	background-repeat: no-repeat;
}

/***********************************************/
/*allHeadder Component Divs*/
/***********************************************/

/*************** #counter styles **************/

.fc2{
	text-align: left;
	margin:0px;
	padding:0px;
	display:inline;
}
#counter{
	height:15px;
	text-align:left;
	margin-top: 5px;
	margin-left: 550px;
	width: 255px;
	float: right;
}

/****globalNav styles  ****/
#globalNav{
	margin-top: 10px;
	margin-right: 15px;
	font-size: 12px;
	width: 500px;
	text-align: right;
	color:#FFFFFF;
	float: right;
}

#globalNav ul {
	margin:0px;
	padding:0px;
}
#globalNav li {
	margin-left:15px;
	font-size: 12px;
	text-align:left;
	display:inline;
	list-style-type:none;
	color: #FFFFFF;
}

#globalNav a {
	font-size: 12px;
	text-align:center;
	color:#FFFFFF;
}


/***********************************************/
/* page Component Divs*/
/***********************************************/

#sidemenu{
	margin-top:0px;
	margin-left:0px;
	width:160px;
	float:left;
	background-color: #E6E6E6;
	background-image: url(../img/sidemenu.gif);
	background-repeat: repeat-y;
	height: 488px;
}
#sidemenuTop{
	margin-top:0px;
	margin-left:0px;
	width:160px;
	float:left;
	background-color: #E6E6E6;
	background-image: url(../img/sidemenu.gif);
	background-repeat: repeat-y;
	height: 520px;
}
#contents{
	width:630px;
	float:right;
}
#kankyo{
	width:100px;
	background-color: #FFFFFF;
	border:dotted #848484 1px;
	text-align: center;
	margin-right: 15px;
	font-size: 11px;
	margin-top: 5px;
	float: right;
}

/***********************************************/
/*Sidemenu Component Divs                      */
/***********************************************/
/*********** #sectionLinks styles ***********/

.sectionLinks{
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom:10px;
	padding:0px;
	text-decoration: none;
	text-align:left;
	height:auto;
	width:120px;
	font-size:13px;
	background-color:#F79E46;
	color:#666666;
}

.menu{
	margin:0px;
	padding: 0px;
	width: 120px;
	font-size:15px;
	font-weight:bold;
	color:#704D32;
	text-align:left;
	background-color:#F79E46;
}
.sectionLinks ul{
	margin: 0px;
	padding:0px;
	background-color:#F79E46;
	color:#666666;
}
.sectionLinks li{
	margin-top: 5px;
	margin-left:0px;
	padding:0px;
	font-size:13px;
	text-decoration: none;
	height:auto;
	list-style-type:none;
	display:block;
	border-bottom-color: #98856A;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color:#F79E46;
	color:#666666;
}
.sectionLinks a:link{
	margin-left:0px;
	text-decoration: none;
	color: #666666;
	font-size:13px;
	display:block;
	background-color:#F79E46;
	color:#666666;
}
.sectionLinks a:visited{
	margin-left:0px;
	color: #666666;
	font-size:13px;
	text-decoration: none;
	display:block;
	background-color:#F79E46;
	color:#666666;
}
.sectionLinks a:hover{
	margin-left:0px;
	background-color: #F79E46;
	color: #FFFFFF;
	font-size:13px;
	text-decoration: none;
	position:relative;
	display:block;
	
}

.recommend{
	margin-top: 15px;
	margin-left: 15px;
	text-decoration: none;
	text-align:left;
	height:auto;
	width:120px;
	background-color:#F79E46;
	color:#666666;
}
.recommend ul{
	margin-top: 5px;
	margin-left:0px;
	padding:0px;
	background-color:#F79E46;
	color:#666666;
}
.recommend li{
	margin-bottom: 5px;
	margin-left:0px;
	padding:0px;
	height:auto;
	list-style-type:none;
	background-color:#F79E46;
	color:#666666;
}
/*********** #favorite styles ***********/
.addfevorite{
	padding:1px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 15px;
	width:120px;
	background:#FFFFFF;
	border-style:dotted;
	border-width:2px;
	border-color:#98856A;
	font-size:11px;
	color:#6B6B6B;
}
.addfevoriteTop{
	padding:1px;
	background:#FFFFFF;
	border-style:dotted;
	border-width:2px;
	border-color:#98856A;
	font-size:11px;
	color:#6B6B6B;
	margin-left: 10px;
}/***********************************************/
/*contents Component Divs                      */
/***********************************************/

.pageName{
	margin-top:5px;
	width:630px;
	margin-bottom: 15px;
}
.pageName1{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	width: 140px;
	vertical-align: bottom;
}
.pageComment1{
	text-align: left;
	font-size: 11px;
	width: 490px;
	vertical-align: bottom;
}
.pageComment2{
	text-align: left;
	font-size: 11px;
	width: 490px;
	vertical-align: bottom;
}
.line600{
	width:600px;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 3px;
}
.notes{
	text-align: left;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.main{
	margin:10px 0px 0px 0px;
	overflow:auto;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#98856A;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#98856A;
	scrollbar-shadow-color:#98856A;
	scrollbar-track-color:#ffffff;
	width: 600px;
	height: 358px;
}

.copy{
	margin-top: 5px;
	margin-left:0px;
	margin-right:8px;
	font-size:11px;
	color: #999999;
}

/************** feature styles *****************/
/************** gȂfeature *****************/
.feature1{
	margin-top:0px;
	width: 580px;
	margin-bottom: 15px;
}

/************** gfeature *****************/
.feature2{
	margin-top: 0px;
	border:1px solid #98856A;
	width: 500px;
	padding: 8px;
	margin-bottom: 10px;
}
.feature2 p{
	margin-top: 8px;
	margin-bottom:5px;
}

/************** whatsnew styles *****************/
.whatsnew{
	padding:3px;
	width:255px;
	height:120px;
	overflow: auto;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#98856A;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#98856A;
	scrollbar-shadow-color:#98856A;
	scrollbar-track-color:#ffffff;
	margin-top: 0px;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.wnlogo{
	font-family:Tempus Sans ITC;
	color: #FF9933;
	font-size:13px;
	border:2px dotted #FF9933;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 200px;
	text-align: center;
	display: block;
}
.date{
	width:55px;
	font-weight:bold;
	vertical-align:top;
	font-size: 11px;
}
.note{
	text-decoration: none;
	text-align:left;
	width: 138px;
	font-size: 11px;
}

.note a:link{
	color: #339966;
	text-decoration: none;
	text-align:left;
}
.note a:visited{
	color: #339966;
	text-decoration: none;
	text-align:left;
}
.note a:hover {
	color: #339966;
	text-decoration: none;
	text-align:left;
}

/************** merumaga styles *****************/
.merumaga{
	margin-top: 3px;
	margin-bottom: 3px;
	border:dotted #CC3300 1px;
}

/***********************************************/
/*allFooter Divs*/
/***********************************************/
.siteInfo{
	margin-top:5px;
	margin-left:0px;
	color: #cccccc;
	font-size:12px;
	width: 400px;
	float:left;

}
.lolibanner{
	margin-top:5px;
	width:110px;
	float:right;
}
.lolibanner img{
	margin-top:0px;
	margin-left:3px;
	float:right;
}
.copyright{
	margin-top:30px;
	margin-left:35px;
	margin-right:auto;
	width:710px;
	border:solid #98856A 1px;
	font-size:11px;
}

#banner{
	width:570px;
	margin-top: 0px;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
#banner ul{
	margin:0px;
}

#banner li{
	margin-left:0px;
	margin-right:8px;
	display:inline;
	list-style-type:none;
}
/****************************/
/******** cart styles ********/
/****************************/

/**** カート枠 ****/
.cart1{
	margin-top:0px;
	margin-bottom:10px;
	width:500px;
	border:solid #D2BBA2 1px;
	text-align:center;
	padding: 8px;
}
.cart1Comment{
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	width: 460px;
}
.cart3{
	margin-top:0px;
	margin-bottom:15px;
	padding:3px;
	width:158px;
	border:solid #D2BBA2 1px;
	text-align:center;
	float:left;
	margin-right: 10px;
}
.cart3 p{
	margin-top:3px;
	margin-bottom:2px;
	border:solid #BE9D78 1px;
	text-align:left;
}

.goCart{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:390px;
	text-align:center;
}

/****カートの品番・価格など****/
.details{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align: top;
}
.remarks{
	font-size:11px;
	text-align:left;
}


/****RSSフィード****/
#feedarea {
	margin-top: 5px;
	margin-left: 5px;
	padding:3px;
	background-color: #fff;
	border: 1px dashed #333;
	text-decoration: none;
	text-align:center;
	height:auto;
	width:138px;
	color:#666666;
}
.feed_title a:link, .blog dt a:visited, .blog dt a:active {
	font-size: 12px;
	color: #666;
	text-align:center;
	padding: 0;	
}
.feed_title a:hover{
	font-size: 12px;
	color:#F79E46;
	text-align:center;
	padding: 0;	
}

.blog dt {
	margin:0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 12px;
	text-align:left;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	word-break: break-all;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
}

.blog dt a:link, .blog dt a:visited, .blog dt a:active {
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.blog dt a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #F79E46;
	text-decoration : none;
}

.blog dd {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:12px;
	padding-top:0px;
	padding-left:0px;
	text-align:left;
	font-size: 9px;
	font-weight : normal;
	color: #999;
}
.tw{
	margin-top:6px;
	margin-bottom:0px;
	margin-left:160px;
	display:inline;
	float:left;
	clear:right;
}
