@charset "UTF-8";



/*

-----------------------------------------------------

Base CSS

FileName:   base.css

Version:    2007.3.8

-----------------------------------------------------

*/





/*

-----------------------------------------------------

トップメイン画像

-----------------------------------------------------

*/

#main-g{

margin:0px 0px 0px;

}







/*

-----------------------------------------------------

デモ画面

-----------------------------------------------------

*/

#sample-demo h3 {

margin:0px 0px 3px;

}





#flashmenu{

float:left;

width:329px;

margin:0px 0px 20px;

border:1px solid #999999;

}



#demo{

float:right;

width:200px;

margin:0px 0px 20px;

}



/*#demo p{

margin:0px 0px 15px;

}*/



#demo p span{

font-weight:bold;

color:#FF0000;

}



#demo #att{

font-size:10px;

color:#CC0000;

margin:0px 0px 10px;

line-height:1.2em;

}



#demo img{

margin:5px 0px 0px;

}







/*

-----------------------------------------------------

動画

-----------------------------------------------------

*/

#move-area{

margin:15px 0px 20px;

padding:0px 10px;

background-color:#FFFFDE;

border:1px solid #FF6600;

}



#move-area #move{

float:left;

width:310px;

padding:10px 0px;

}



#move-area #move li{

float:left;

width:145px;

margin:0px 10px 0px 0px;

}



#move-area #move li span{

display:block;

text-align:center;

}



#move-area #move-st{

float:right;

width:214px;

padding:10px 0px;

}







/*

-----------------------------------------------------

商品紹介

-----------------------------------------------------

*/

#top-item{

margin:20px 0px;

}



#top-item h3{

margin:0px;

}



#top-item strong{

color:#009900;

}



/*#top-item p{

clear:both;

margin:10px 0px 0px;

color:#FF0000;

font-weight:bold;

}*/



#top-item #shop-bt{

clear:both;

margin:10px 0px 0px;

text-align:right;

}



#top-item .item-area{

border-bottom:1px dotted #999999;

padding:10px 0px;

clear:both;

}



#top-item .item-area li{

float:left;

width:265px;

}



#top-item .item-area li.item-left{

margin:0px 20px 0px 0px;

}



#top-item .item-area li span.item-photo{

display:block;

float:left;

width:90px;

}



#top-item .item-area li span.item-photo img{

vertical-align:top;

border:1px solid #FF6600;

}



#top-item .item-area li span.item-ex{

display:block;

float:right;

width:175px;

}
/*

-----------------------------------------------------

商品紹介

-----------------------------------------------------

*/
.blogcmt {
	margin-top: 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.blogcmt a:link {
	color: #FF6600;
	text-decoration: underline;
}
.blogcmt a:visited {
	color: #FF6600;
	text-decoration: underline;
}
.blogcmt a:hover {
	color: #006600;
	text-decoration: underline;
}
.blogcmt a:active {
	color: #FF6600;
	text-decoration: none;
}
