body{
	font-size: 12px;
	color:#000000;
	line-height:18px;
	margin:0px 0 0 0;
	/*background-image: url(img/bkggeneral.jpg);*/
	background-repeat: repeat-x;
	background-color: #000000;
}
/* onmouseover generic underline */

a:link{
	color:#0066FF;
	text-decoration:underline;
	padding:0;
	margin:0;
}
a:visited{
	color:#0066FF;
	text-decoration:underline;
	padding:0;
	margin:0;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
	padding:0;
	margin:0;
}

/* /////////////onmouseover specific sample */

A.stylered:link {
	color: #FF0000;
	font-weight: bold;
	/*font-size: 9pt;*/
	font-weight: normal;
	text-decoration: none;
}
A.stylered:active {	color: #FF0000;
font-weight: bold;
	/*font-size: 9pt;*/
	font-weight: normal;
	text-decoration: none;
}
A.stylered:visited {	color: #FF0000;
font-weight: bold;
	/*font-size: 9pt;*/
	font-weight: normal;
	text-decoration: none;
}
A.stylered:hover {
	color: #FF0000;
	font-weight: bold;
	/*font-size: 9pt;*/
	font-weight: normal;
	text-decoration:underline;
}
/*/////////////////*/
p{	margin:0;}
img{	border:0;}
hr{	height:1px;}
form{margin:3px 0 3px 0;}
.haba{	margin:10px 0;	}
.sita{	margin-bottom:20px;}
.ue{	margin-top:5px;}
.ue2{	margin-top:10px;}
em{	color:#FF0000;
	font-style:normal;
}
ul{margin:10px 10px;}
li{margin:10px;}
#new{
	color:#FFFFFF;
	letter-spacing:1px;
	margin:0 0 0 24px;
}
#s_menu{
	margin:0 0 20px 0;
}
#s_menu a:link{
	color:#333333;
	text-decoration:none;
	padding:0;
	margin:0;
}
#s_menu a:visited{
	color:#333333;
	text-decoration:none;
	padding:0;
	margin:0;
}
#s_menu a:hover{
	color:#FF0000;
	text-decoration:underline;
	padding:0;
	margin:0;
}

#main{
	color:#777777;
}
#main a:link{
	color:#444444;
	text-decoration:none;
	padding:0;
	margin:0;
}
#main a:visited{
	color:#444444;
	text-decoration:none;
	padding:0;
	margin:0;
}
#main a:hover{
	color:#FF0000;
	text-decoration:underline;
	padding:0;
	margin:0;
}

/*/////////////// tables*/

/*////// full tables*/

.red_table_border {
	border: 1px solid #ff0000;
}
.orange_table_border {
	border: 1px solid #ff993;
}
.gray_table_border {
	border: 1px solid #BEBEBE;
}
.darkgray_table_border {
	border: 1px solid #575757;
}
.brown_table_border {
	border: 1px solid #91552B;
}
.blue_table_border {
	border: 1px solid #3399FF;
}
.gray2pix_table_border {
	border: 2px solid #BEBEBE;
}
/* tabella a punti */

.dotted_table_border {
	border: 1px dotted #000000
}
.black_table_border {
	border: 1px solid #000000;
}
/*////// sides only*/

.grayup_table_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEBEBE;
}
.graydown_table_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}
.grayright_table_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
}
.grayleft_table_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEBEBE;
}

.blackup_table_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.blackdown_table_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.blackright_table_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.blackleft_table_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.dottedleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}
.dottedright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.dottedbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.dottedup {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

.dottedupdown {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/*
#menuu li {
margin-bottom: 4px;
background-color: #ffffff;
}
*/

#menuu li {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ff0000;
display: block;
padding: 0px 0 0 8px;
background-color: #ffffff;
border-left: 6px solid #ff0000;
border-bottom: 3px solid #ff0000;
}	
	
#menuu li a:hover {
background: #004980;
color: #ffffff;
border-left: 5px solid #004980;
}
/*////////////////*/

.marginat20210{
	margin:2px 0 2px 10px;
	letter-spacing:1px;
}
/*//////////////// font sizes*/

.size08px{	font-size:8px;}
.size09px{	font-size:9px;}
.size10px{	font-size:10px;}
.size11px{	font-size:11px;}
.size12px{	font-size:12px;}
.size13px{	font-size:13px;}
.size14px {	font-size: 14px;}
.size15px{	font-size:15px;}
.size16px {font-size: 16px;}
.size18px{	font-size:18px;}
.size20px{	font-size:20px;}
.size24px{	font-size:24px;}
.size32px{	font-size:32px;}

/*//////////// colors*/

.color_black {color: #000000;}
.color_white {color: #FFFFFF;}
.color_red {color: #FF0000;}
.color_gray {color: #999999;}
.color_blue {color: #0000FF;}
.color_yellow {color: #FFFF00;}
.color_celestial {color: #00FFFF;}
.color_pink {color: #FF00FF;}
.color_orange {color: #FF9900;}
.color_green {color: #00FF33;}
.color_darkpetrol {color: #0066FF;}
.color_greendark {color: #112408;}
.color_matton {color: #AE6526;}
.color_azzurre {color: #059FFF;}
.color_beer {color: #BA680F;} 

/*////////onmouseover with images */

.bozo_style{
border-bottom	:1px solid #CCCCCC;
text-align		:right;
margin		:0 10px 30px 10px;
padding		:0 0 15px 0;
}
.bozo_style 		a:link, .bozo_style a:visited{
background-image	:url("img/bozo_top_mark.gif");
background-position	:left top;
background-repeat	:no-repeat;
padding			:0 0 0 18px;
text-decoration       	:underline;
}
.bozo_style 		a:link:hover, .bozo _style a:visited:hover{
background-image     	 :url("img/bozo_top_over_mark.gif");
text-decoration      	 :none;
}

#whatnew{
	line-height:18px;
	height:100px;
	width:225px;
	overflow:auto;
	/*background-attachment: fixed;*/
	background-image: url(img/news_backg.gif);
	/*background-color:#FFFFFF;*/
	/*background-repeat: no-repeat;*/
	/*ripetizione oriz*/
	/*background-repeat: repeat-x;*/
	color: #000000;
}
.bkleft {
	background-attachment: scroll;
	background-image: url(img/bkgsx.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bkright {
	background-attachment: scroll;
	background-image: url(img/bkgdx.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.cell_bkg {
	background-image: url(img/sfum_bkg.gif);
	background-repeat: repeat-x;
}
.item_name{
	font-size:14px;
	font-weight:bold;
	color:red;
}

.ue5 {
	margin-top: 5px;
}

.ue20 {
	margin-top: 20px;
}

.ue10 {
	margin-top: 10px;
}

.dekaku {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}




/*TOPy[W*/

#CONTENTSALL{
	width:745px;
	text-align:center;
}

#FLASHIMG{
	margin:1px;
	width:494px;
	height:340px;
	background-color:#FFFFFF;
	float:left;
}

#FLASHIMG object,#FLASHIMG script{
	margin:5px;
}
	

#WHATSNEW{
	margin:0 3px;
	padding:0;
	width:240px;
	height:340px;
	background-image:url(img/whatsnewborder.gif);
	float:left;
}

#WHATSNEW div{
	overflow:auto;
	width:204px;
	height:250px;
	margin:22px 20px;
	text-align:left;
}

#WHATSNEW div p{
	margin:0;
	text-align:left;
	width:180px;
}

/*VKΑέy[W*/

.movie{
	float:left;
	width: 720px;
	margin: 10px;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	
}

.explanation{
	float:left;
	width: 330px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	
}

.productname{
	width: 300px;
	height: auto;
	margin: 10px 15px 10px;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	line-height: 1.5em;
}

.catchcopy{
	width: 300px;
	height: auto;
	margin: 10px 0 10px;
	padding: 0 15px;
	border: 0;
	background-color: #ffffff;
	line-height: 1.5em;
	font-size:18px;
	color:#333399;
	text-align:center;
}

#TORISETSU{
	width: 320px;
	height: auto;
	margin: 0 0 10px;
	padding: 5px;
	border: 0;
	background-color: #000000;
	color:#FFFFFF;
	line-height: 1.5em;
}


.bodycopy{
	width: 270px;
	height: auto;
	margin: 0 30px 20px;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	line-height: 1.5em;
}

.mainvisual{
	float:right;
	width: 410px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	text-align:center;
}


br.tokusetsu{
	clear: both;
}

.explanation h3{
	width:300px;
	margin:0;
	margin-top:15px;
	padding:10px 0 0 20px;
	font-size:14px;
	
}

.explanation ul{
	float:left;
	width:290px;
	margin:0;
	margin-left:30px;
	padding-left:5px;
}

.explanation li{
	margin:0;
	margin-left:0;
	padding-left:0;
	font-size:10px;
	line-height:1.3;
}

small{
	font-size:60%;
}

.speckspace{
	float:right;
	width:410px;
	height:360px;
}

.speckspace img{
	float:right;
	margin:5px 0;
	padding:0;
	border:0;
	
}

h1.products{
	text-align:left;
	padding-left:240px;
	width:500px;
	height:30px;
	line-height:2;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size:15px;
	color:#ffffff;
	background-image:url(img/tit_products.gif);
}

.pankuzu{
	margin:20px 0;
	padding:0;
	text-align:center;
}

.pankuzu li{
	margin:0;
	padding:0;
	display:inline;

}

.series{
	width:700px;
	margin:10px 20px 10px 20px;
}

.series h2{
	width:690px;
	margin:0 0 5px 0;
	padding:5px;
	color:#ffffff;
	background-color:#999999;
	font-size:18px;
}

.series p{
	margin:5px 20px 5px 20px;
}

.item{
	float:left;
	width:336px;
	height:210px;
	padding:5px 3px 5px 9px;
	background-color:#FFF7FC;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

.item_wide{
	float:left;
	width:685px;
	height:210px;
	padding:5px 3px 5px 9px;
	background-color:#FFF7FC;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

.item div{
	float:left;
	margin:5px;
	width:110px;
	height:200px;
	text-align:center;
}

.item_wide div{
	float:left;
	margin:5px;
	width:220px;
	height:200px;
	text-align:center;
}

.item div img{
	width:100px;
}


.item_wide div img{
	width:200px;
}
/*maintenance,Q&A*/

td.maintenance{
	width:725px;
	height:20px;
	margin:5px 5px 5px 5px;
	padding-left:5px;
	color:#000000;
	background-color:#cccccc;
	font-size:12px;
	line-height:2;
}

h1.maintenance{
	text-align:left;
	padding-left:240px;
	width:500px;
	height:30px;
	line-height:2;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size:15px;
	color:#ffffff;
	background-image:url(img/tit_maintenance.gif);
}

h2.maintenance {
	margin-bottom:5px;
	font-size:18px;
	}


.maintenance img{
	margin:5px 5px 5px 5px;
	line-height:2;
	vertical-align:bottom;
	}
	
.maintenance h3{
	line-height:1;
	margin:8px;
	padding-left:5px;
	}

/*power scoot*/
#PSMAINIMAGE{
	width:746px;
	height:939px;
	margin:0 auto;
}
#PSEXPLANATION{
	width:746px;
	height:580px;
	margin:0 auto;
	background-image:url(pwscoot/pwscoot01.png);
}
#SONG{
	width:500;
	height:20;
	margin:0 123px 0 123px;
}
#PSSPEC{
	width:746px;
	height:300px;
	margin:auto;
}
#PSSPEC div{
	float:left;	
	margin-left:50px;
}
#PSSPEC div p{	
	margin-left:50px;
}
#PSSPEC h3{
	float:right;	
	width:360px;
	margin:0;
	margin-top:8px;
	padding:10px 0 0 20px;
	font-size:16px;
}
#PSSPEC ul{
	float:right;	
	width:320px;
	margin:0;
	margin-right:20px;
	padding-left:5px;
}
#PSSPEC li{
	margin:0;
	margin-left:0;
	padding-left:0;
	font-size:13px;
	line-height:1.3;
}
#PSORDER{
	width:746px;
	height:275px;
	margin:auto;
}
#POWERMAN{
	float:left;
	margin-left:40px;
	width:380;
	height:250;
}
#ORDERBUTTON{
	float:right;
	margin-right:40px;
	width:154;
	height:47;	
}
.jbmovie{
	width:720px;
	height:557px;
	margin:auto;
	margin-bottom:10px;
	background-color:#000;
	
}
.jbmovie object{
	width:720px;
	height:557px;
	background-color:#000;
}
.psmovie{
	width:746px;
	height:578px;
	margin:auto;
	margin-bottom:0;
	background-color:#000;
	
}
.psmovie object{
	width:746px;
	height:578px;
	background-color:#000;
}