/*-- 

	Basic Ele

====================================================== --*/

html {   
    overflow-y:scroll;   
}  
body {
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック",Osaka;	
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th,td {
	font-size: 12px;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
li {
	line-height: 1.3em;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 40px;
	text-align: right;
	line-height: normal;
	margin-top: 0px;	
	margin-bottom: 0px;
}
a:link {
	color: #4D4D4D;
	text-decoration: none;
}
a:visited {
	color: #666666;
		text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Layout */
#all {
	background-color: #FFFFFF;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents {
	width: 1004px;
	padding-bottom: 0px;
}
#contents2 {
	width: 1004px;
	padding-bottom: 0px;
	background-image: url(../img/top_back.jpg);
	background-position: 0px 60px;;
	background-repeat: no-repeat;
}
#contents3 {
	width: 1004px;
	padding-bottom: 0px;
}
#main {
	float: right;
	width: 788px;
}
#main2 {
	float: right;
	width: 802px;
}
#main3 {
	float: left;
	width: 1004px;
}
.section {
	width: 788px;
	margin: 0px;
	padding: 0px;
}



/*-- 

	Header Ele

====================================================== --*/
#header {
	height: 46px;
	background-color: #EAEAEA;
}
#header ul {
	margin-left: 82px;
	padding-left: 0px;
}
#header li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	line-height: 60px;
	margin-right: 40px;
	font-weight:bold;
}
#header .logo {
	float: left;
}
#header .pull {
	display: inline;
	float: right;
	height: 18px;
	margin-top: 16px;
	margin-right: 34px;
}



/*-- 

	Global Navi Ele

====================================================== --*/
.global-navi {
	clear: both;
	background-color: #EAEAEA;
	height: 25px;
	padding-top: 4px;
}
.global-navi ul {
	padding: 0px;
	margin-right: 34px;
}
.global-navi ul li {
	float: right;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	position:relative;
	z-index:100;
	font-weight: normal;
	vertical-align: middle;
}
.global-navi ul li a:link,
.global-navi ul li a:visited{
	text-decoration:none;
}
.global-navi ul li a:hover{
	text-decoration:none;
	color: #7BA0F0;
}
.global-navi ul li ul {
	clear: both;
	margin: 0px;
	display:none;
	position:absolute;
	top:25px;
	left:15px;	
}
.global-navi ul li ul.online {
	clear: both;
	margin: 0px;
	display:none;
	position:absolute;
	top:25px;
	left:3px;	
}
.global-navi ul li ul li {
	width:160px;
	height: 24px;
	font-size: 12px;
	color: #666666;
	line-height:24px;
	background-color:#eeeeee;
	border:1px solid #999;
	border-top:none;
}
.global-navi ul li ul li a{
	display:block;
	font-weight: normal;
	padding-left:15px;
	padding-right:10px;
	background:none;
}
.global-navi ul li ul li a:link{
	background-color:#eeeeee;
	text-decoration:none;
}
.global-navi ul li ul li a:visited{
	background-color:#eeeeee;
	text-decoration:none;	
}
.global-navi ul li ul li a:hover{
	background-color:#dddddd;
	text-decoration:underline;	
}
*html .global-navi ul li ul.online {
	clear: both;
	margin: 0px;
	display:none;
	position:absolute;
	top:25px;
	left:-10px;	
}
*html .global-navi ul li ul.online li {
	width:160px;
	height: 24px;
	font-size: 12px;
	color: #666666;
	line-height:24px;
	background-color:#EAEAEA;
	border:1px solid #999;
	border-top:none;
}
*html .global-navi ul li ul.online li a{
	display:block;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	background:none;
}
*html .global-navi ul li ul.online li a:link{
	background-color:#eeeeee;
	text-decoration:none;
}
*html .global-navi ul li ul.online li a:visited{
	background-color:#eeeeee;
	text-decoration:none;	
}
*html .global-navi ul li ul.online li a:hover{
	background-color:#dddddd;
	text-decoration:underline;	
}
.global-navi ul li ul li.nolink{
	width:135px;
	height: 24px;
	font-size: 12px;
	color: #000000;
	line-height:24px;
	background-color:#eeeeee;
	border:1px solid #999;
	border-top:none;
	font-weight: bold;
	padding-left:15px;
}
.global-navi ul li ul li.text-r {
	width:160px;
	height: 24px;
	font-size: 12px;
	color: #666666;
	line-height:24px;
	background-color:#EAEAEA;
	border:1px solid #999;
	border-top:none;
}
.global-navi ul li ul li.text-r a{
	display:block;
	font-weight: normal;
	padding-left:20px;
	padding-right:10px;
	background:none;
}
.global-navi ul li ul li.text-r a:link{
	background-color:#eeeeee;
	text-decoration:none;
}
.global-navi ul li ul li.text-r a:visited{
	background-color:#eeeeee;
	text-decoration:none;	
}
.global-navi ul li ul li.text-r a:hover{
	background-color:#dddddd;
	text-decoration:underline;	
}
.global-navi ul li ul li.titlelink{
	width:160px;
	height: 24px;
	font-size: 12px;
	color: #000000;
	line-height:24px;
	background-color:#eeeeee;
	border:1px solid #999;
	border-top:none;
	font-weight: bold;
	text-decoration: underline;
}
.global-navi ul li ul li.titlelink a{
	color: #000000;
}
.global-navi ul li ul li.titlelink a:hover{
	color: #77A5E3;
}

.global-navi ul li ul li ul a{
	border-top:1px solid #999999;
}
.global-navi ul li.left ul li ul{
	top:-1px;
	left:-159px;
}
.global-navi ul li.left ul li ul li{
	width:160px;
}
.global-navi ul li.right ul li ul{
	top:-1px;
	left:149px;
}
.global-navi ul li.right ul li ul li{
	width:175px;
}

/*
透過バージョン

.global-navi ul li ul li a:link,
.global-navi ul li ul li a:visited
{
	background-image: url(../img/m_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
* html .global-navi ul li ul li a:link,
* html .global-navi ul li ul li a:visited{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/m_bg.png", sizingMethod="scale");
}
.global-navi ul li ul li a:hover{
	background-image: url(../img/m_bg_h.png);
	background-repeat: repeat;
	background-position: left top;
}
* html .global-navi ul li ul li a:hover{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/m_bg_h.png", sizingMethod="scale");
}
*/

/*-- 
	Menu Ele TOP
	
====================================================== --*/

.menutop {
	float: left;
	width: 198px;
}
.menutop dt{
	font-weight:bold;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 69px;
	margin-bottom: 7px;
	color: #666666;
}
.menutop dd{
	margin:0px;
	padding:0px;
}
.menutop dd ul {
	margin-top:7px;
	z-index:100;
}
.menutop dd ul li {
	list-style: none;
	position:relative;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 1px;
	z-index:50;
	text-align:center;
}
.menutop dd ul li.sub-pro{
	text-align: left;
	font-size: 10px;
	line-height: 10px;
}
.menutop dd ul li.sub-pro span{
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
}
.menutop dd ul li.sub-pro a span{
	font-size: 10px;
	line-height: 16px;
	color: #7B96DC;
	text-decoration: underline;
}
* html .menutop dd ul li {
	padding-bottom:1px;
}
.menutop dd ul li a{
	display:block;
	width:198px;
	color:#545454;
	cursor:pointer;
	text-decoration:none;
	padding:1px 0px 1px 0px;
	margin-top:-1px;
}
* html .menutop dd ul li a{
	margin-top:-2px;
}


.menutop ul li a:hover,
.menutop ul li.current a{
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
}
.menutop ul li.single a:hover{
	background:url(../img/mark_m_a_current_01_single.gif) left top;
	text-decoration: underline;
}
* html .menutop ul li.single a:hover{
	background:none;
	background:url(../img/mark_m_a_current_01_single.gif) left top;
	text-decoration: none;
}
.menutop ul li ul{
	position:absolute;
	left:192px;
	top:0px;
	width:170px;
	display:none;
	margin:0px;
	border-top:1px solid #919292;
}
.menutop ul li ul li{
	padding:0px;
	border-bottom:1px solid #919292;
	border-left:1px solid #919292;
	border-right:1px solid #919292;
	text-align: left;		
}
.menutop ul li ul li ul{
	left:168px;
	top:-1px;
}
.menutop ul li ul li a,
.menutop ul li.current ul li a,
.menutop ul li ul li.current ul li a,
.menutop ul li ul li ul li.current ul li a{
	background:url(../img/mark_m_a.gif) no-repeat left top;
	width:168px;
	font-size:10px;
	text-indent:10px;
	padding:0px 0px 0px;
	line-height:23px;
	margin:0px;
	border:none;

}
* html .menutop ul li ul li a,
* html .menutop ul li.current ul li a,
* html .menutop ul li ul li.current ul li a,
* html .menutop ul li ul li ul li.current ul li a{
	background:none;
	background:url(../img/mark_m_a.gif) no-repeat left top;
}
.menutop ul li ul li.single a,
.menutop ul li ul li ul li.single a{
	background:url(../img/mark_m_a_single.gif) no-repeat left top;
}
* html .menutop ul li ul li.single a,
* html .menutop ul li ul li ul li.single a{
	background:none;
		background:url(../img/mark_m_a_single.gif) no-repeat left top;
}
.menutop ul li ul li a:hover,
.menutop ul li ul li.current a,
.menutop ul li ul li.current a:hover,
.menutop ul li ul li ul li.current a,
.menutop ul li ul li ul li.current a:hover{
	background:url(../img/mark_m_a_current.gif) no-repeat left top;
	border:none;
	text-decoration: none;
}

* html .menutop ul li ul li a:hover,
* html .menutop ul li ul li.current a,
* html .menutop ul li ul li.current a:hover,
* html .menutop ul li ul li ul li.current a,
* html .menutop ul li ul li ul li.current a:hover{
	background:none;
	background:url(../img/mark_m_a_current.gif) no-repeat left top;
	text-decoration: none;
}
.menutop ul li ul li.single a:hover{
	background:url(../img/mark_m_a_current_single.gif) no-repeat left top;
	text-decoration: none;
}
* html .menutop ul li ul li.single a:hover{
	background:none;
	background:url(../img/mark_m_a_current_single.gif) no-repeat left top;
	text-decoration: none;
}
.menutop ul li div{
	position:absolute;
	left:169px;
	top:-71px;
	z-index:50;
	width:290px;
	height:253px;
	background:url(../img/m_li_div_bg.jpg) no-repeat left top;
	display:none;
}
.menutop ul li div span{
	display:block;
	margin:0px 10px;
	line-height:16px;
	font-size:12px;
}



/*-- 

	Menu Ele

====================================================== --*/
 .menu {
	float: left;
	width: 216px;
}
 .menu3 {
	float: left;
	width: 0px;
} 
.menu dt{
	font-weight:bold;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 69px;
	margin-bottom: 7px;
	color: #666666;
}
.menu dd{
	margin:0px;
	padding:0px;
}
.menu dd ul {
	margin-top:7px;
	z-index:100;
}
.menu dd ul li {
	list-style: none;
	position:relative;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 1px;
	z-index:50;
	text-align:center;
}
.menu dd ul li.sub-pro{
	text-align: left;
	font-size: 10px;
	line-height: 10px;
}
.menu dd ul li.sub-pro span{
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
}
.menu dd ul li.sub-pro a span{
	font-size: 10px;
	line-height: 16px;
	color: #7B96DC;
	text-decoration: underline;
}
* html .menu dd ul li {
	padding-bottom:1px;
}
.menu dd ul li a{
	display:block;
	width:216px;
	color:#545454;
	cursor:pointer;
	text-decoration:none;
	padding:1px 0px 1px 0px;
	margin-top:-1px;
}
* html .menu dd ul li a{
	margin-top:-2px;
}

/* 製品情報　テキスト右揃え */
/*--.menu dd ul li a span{
padding-right:65px;
}
.menu dd ul.m-ir li a span{
padding-right:75px;
}
.menu dd ul.m-pro li a span{
padding: 0px;
z-index:auto;
}
.menu dd ul.m-news li a span{
padding-right:80px;
}--*/
.menu2 dd ul.m-top{
text-align: left;
padding-left: 44px;
}
.menu2 dd ul.m-top li span{
	font-size: 11px;
	line-height: 11px;
	color: #5F5F5F;
}
.menu2 dd ul.m-top li a span{
	font-size: 10px;
	line-height: 14px;
	padding-left: 5px;
	color: #7BA0F0;
	text-decoration: underline;
}


/*--.menu ul li a:hover,
.menu ul li.current a{
	background:url(../img/mark_m_a_current_01.gif) no-repeat left top;
	padding:0px 0px;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	text-decoration: none;
}--*/
.menu ul li a:hover,
.menu ul li.current a{
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
}
/*--* html .menu ul li a:hover,
* html .menu ul li.current a{
	background:none;
	background:url(../img/mark_m_a_current_01.gif) no-repeat left top;
	text-decoration: none;
}--*/

.menu ul li.single a:hover{
	background:url(../img/mark_m_a_current_01_single.gif) left top;
	text-decoration: underline;
}
* html .menu ul li.single a:hover{
	background:none;
	background:url(../img/mark_m_a_current_01_single.gif) left top;
	text-decoration: none;
}
.menu ul li ul{
	position:absolute;
	left:212px;
	top:0px;
	width:170px;
	display:none;
	margin:0px;
	border-top:1px solid #919292;
}
.menu ul li ul li{
	padding:0px;
	border-bottom:1px solid #919292;
	border-left:1px solid #919292;
	border-right:1px solid #919292;
	text-align: left;		
}
.menu ul li ul li ul{
	left:168px;
	top:-1px;
}
.menu ul li ul li.empty{
	background:url(../img/mark_m_a_single.gif) no-repeat left top;
	height:23px;
}
* html .menu ul li ul li.empty{
	height:24px;
	background:none;
	background:url(../img/mark_m_a_single.gif) no-repeat left top;
}
.menu ul li ul li a,
.menu ul li.current ul li a,
.menu ul li ul li.current ul li a,
.menu ul li ul li ul li.current ul li a{
	background:url(../img/mark_m_a.gif) no-repeat left top;
	width:168px;
	font-size:10px;
	text-indent:10px;
	padding:0px 0px 0px;
	line-height:23px;
	margin:0px;
	border:none;

}
* html .menu ul li ul li a,
* html .menu ul li.current ul li a,
* html .menu ul li ul li.current ul li a,
* html .menu ul li ul li ul li.current ul li a{
	background:none;
	background:url(../img/mark_m_a.gif) no-repeat left top;
}
.menu ul li ul li.single a,
.menu ul li ul li ul li.single a{
	background:url(../img/mark_m_a_single.gif) no-repeat left top;
}
* html .menu ul li ul li.single a,
* html .menu ul li ul li ul li.single a{
	background:none;
		background:url(../img/mark_m_a_single.gif) no-repeat left top;
}
.menu ul li ul li a:hover,
.menu ul li ul li.current a,
.menu ul li ul li.current a:hover,
.menu ul li ul li ul li.current a,
.menu ul li ul li ul li.current a:hover{
	background:url(../img/mark_m_a_current.gif) no-repeat left top;
	border:none;
	text-decoration: none;
}

* html .menu ul li ul li a:hover,
* html .menu ul li ul li.current a,
* html .menu ul li ul li.current a:hover,
* html .menu ul li ul li ul li.current a,
* html .menu ul li ul li ul li.current a:hover{
	background:none;
	background:url(../img/mark_m_a_current.gif) no-repeat left top;
	text-decoration: none;
}
.menu ul li ul li.single a:hover{
	background:url(../img/mark_m_a_current_single.gif) no-repeat left top;
	text-decoration: none;
}
* html .menu ul li ul li.single a:hover{
	background:none;
	background:url(../img/mark_m_a_current_single.gif) no-repeat left top;
	text-decoration: none;
}
.menu ul li div{
	position:absolute;
	left:169px;
	top:-71px;
	z-index:50;
	width:290px;
	height:253px;
	background:url(../img/m_li_div_bg.jpg) no-repeat left top;
	display:none;
}
.menu ul li div strong{
	display:block;
	margin:0px 10px 5px;
	line-height:16px;
	font-size:12px;
}
.menu ul li div span{
	display:block;
	margin:0px 10px;
	line-height:16px;
	font-size:12px;
}
.menu ul li div span#inside{
	display:block;
	margin:0px 10px;
	line-height:16px;
	font-size:12px;
	padding-right: 10px;
}
.menu ul li.current ul li.current div a{
	display:block;
	width:290px;
	height:253px;
	text-indent:0px;
}
.menu ul li.current ul li.current div a,
.menu ul li.current ul li.current div a:hover{
	background:none;
	text-decoration: none;
}
* html .menu ul li.current ul li.current div a,
* html .menu ul li.current ul li.current div a:hover{
	filter:none;
	text-decoration: none;
}

.menu ul li div img{
	margin:10px;
}

.menu .relay{
	background-color: #F0F0F0;
	width: 196px;
	margin-left: 8px;
}
.menu .relay div.14{
	font-size:14px;
}

/*-- 

	Menu2 Ele

====================================================== --*/
.menu2 {
	float: left;
	width: 198px;
	margin-top: 88px;
}
.menu2 dt{
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 7px;
	color: #5F5F5F;
	padding-left: 44px;
}
.menu2 dt a{
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 7px;
	color: #5F5F5F;
	text-decoration: underline;
}
.menu2 dt a:link{
	color: #5F5F5F;
	text-decoration: underline;
}
.menu2 dt a:hover{
	color: #5F5F5F;
	text-decoration: underline;
}
.menu2 dt a:visited{
	color: #5F5F5F;
	text-decoration: underline;
}
.menu2 dd{
	margin:0px;
	padding:0px;
}
.menu2 dd ul {
	margin-top:7px;
	z-index:100;
}
.menu2 dd ul li {
	list-style: none;
	position:relative;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 1px;
	z-index:50;
	text-align:left;
}

/*-- 

/*-- 

	Menu4 Ele

====================================================== --*/
.menu4 {
	float: left;
	width: 178px;
	padding-top: 40px;
	padding-left: 20px;
	position: fixed;
	_position:absolute;
	height: 100%;
	overflow: auto;
}

/*-- 

	Footer Navi Ele

====================================================== --*/
#footer {
	padding-top: 3px;
	padding-bottom: 45px;
	background-color: #DDDDDD;
}
#footer ul {
	float: left;
	width: 580px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../img/3_icon_24_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer ul li {
	font-size: 12px;
	list-style-type: none;
	color: #444444;
	padding-bottom: 2px;
	float: left;
	line-height: 12px;
}
#footer ul li a:hover {
	text-decoration: none;
}
#footer ul li.message {
	font-size: 12px;
	padding-left: 37px;
	line-height: 12px;
}
#footer .copy {
	float: right;
	width: 400px;
	margin: 0px;
	text-align: right;
}
#footer .copy p{
	font-size: 11px;
	padding-right:9px;
	margin: 0px;
	padding-top: 14px;	
	line-height: normal;
	color: #444444;
}



/*-- 

	Common Ele

====================================================== --*/

/* Content Title */
.title {
	width: 788px;
	position: relative;
	z-index:1;
}
.title h1 {
	position: absolute;
	bottom: 9px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
}
.title h2 {
	position: absolute;
	bottom: 3px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
}
.title h3 {
	position: absolute;
	top :18px;
	left: 576px;
	padding-right: 20px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
}

/* Arw */
.arw {
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
}

/* ball */
.ball {
	background-image: url(../img/gray.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
}

/* Content Base */
.content {
	float: left;
	width: 578px;
	padding-top: 0px;
	padding-bottom: 60px;
}
.content2 {
	width: 773px;
	padding-top: 0px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 0px;
	background-image: url(../img/back_color.jpg);
	background-repeat:repeat-y;
	min-height: 500px;
	height: auto !important;
    height: 500px;

}
.content3 {
	float: left;
	width: 788px;
	padding-top: 0px;
	padding-bottom: 60px;}
.content4 {
	float: left;
	width: 578px;
	padding-top: 0px;
	padding-bottom: 60px;	
	background-image: url(../img/boder_line.gif);
	background-repeat:repeat-y;
	min-height: 500px;
	height: auto !important;
    height: 500px;
}
.content5 {
	width: 788px;
	padding: 0px;
	background-image: url(../img/back_color.jpg);
	background-repeat:repeat-y;
}
div {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}
div.main {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	padding-left: 10px;
}
div.main2 {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-left: 10px;
}
div.bold {
	font-size: 12px;
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 180%;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
div.bold-arw {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/right_arw_12.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.heading{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
div.heading-large{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
div.heading-large2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #6699E1;
	padding-left: 10px;
}
div.heading-big{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
div.heading-bg {
	line-height: 30px;
	background-image: url(../img/17-18-19-obi2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 10px;
}
div.heading-bg2 {
	line-height: 30px;
	background-image: url(../img/17-18-19-obi3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
}
div.heading-bg3 {
	line-height: 18px;
	background-image: url(../img/obi_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
}
div.catch {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
div.catch2 {
	font-size: 12px;	
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
div.catch2-red {
	font-size: 12px;	
	line-height: 12px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 20px;
	background-image: url(../img/arw_red.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
div.catch2-red a{
	font-size: 12px;	
	line-height: 12px;
	font-weight: bold;
	color: #CC0000;
}
div.catch2-red a:link {
	color: #CC0000;
	text-decoration: none;
}
div.catch2-red a:visited {
	color: #CC0000;
		text-decoration: none;
}
div.catch2-red a:hover {
	color: #CC0000;
	text-decoration: underline;
}
div.border {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:5px;
	padding-left: 10px;
}
div.border-b {
	color:#666666;
	font-size:12px;
	line-height: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:5px;
	padding-left: 10px;
}
div.border-big {
	color:#666666;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:5px;
	padding-left: 10px;
}
div.border-large {
	color:#666666;
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:5px;
	padding-left: 10px;
}
div.border-mid {
	color:#666666;
	font-size:16px;
	line-height: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:5px;
	padding-left: 10px;
}
div.border-t6b15 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:15px;
	margin-top: 6px;
	padding-left: 10px;
}
div.border-t10b10 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:10px;
	margin-top: 10px;
	padding-left: 10px;
}
div.border-t10b10-red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9999;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.border-t30b30 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom:30px;
	margin-top: 30px;
	padding-left: 10px;
}
div.border-t6b6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-left: 10px;
}
div.border-t4b4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 10px;
}
div.border-noline {
	color:#444444;
	font-size: 12px;
	margin-bottom:5px;
	line-height: 24px;
	padding-left: 10px;
}
div.border-noline-s {
	color:#444444;
	font-size:11px;
	line-height: 21px;
	margin-bottom:5px;
	padding-left: 10px;
}
div.img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;	
}
div.comment {
	font-size: 10px;
	line-height: 16px;
	color:#444444;
	padding-left: 10px;
}
div.comment2 {
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color:#444444;
	padding-left: 10px;
}
div.border-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 0%;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.txt11 {
	font-size: 11px;
	line-height: 17px;
	padding-left: 10px;
}
div.txt12 {
	font-size: 12px;
	line-height: 17px;
	padding-left: 20px;
	padding-left: 10px;
}
div.txt11w280 {
	font-size: 11px;
	line-height: 17px;
	padding-left:0px;
	margin-right: 80px;
}
div.w578 {
	width: 563px;
	margin: 0px;
	padding: 0px;
}
div.w570 {
	width: 570px;
	margin: 0px;
	padding: 0px;
}
div.w545 {
	width: 545px;
	margin: 0px;
	padding: 0px;
}


/* List */
ul.ul-list {
	margin-left: 10px;
	padding-left: 0px;
}
ul.ul-list-big{
	margin-left: 10px;
	padding-left: 0px;
}
ul.ul-list li {
	list-style-type: none;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #666666;
}
ul.ul-list-big li {
	list-style-type: none;
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight:bold;	
}
ul.ul-list-big div {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin-left: -10px;
	padding-top: 3px;	
	padding-bottom: 20px;	
	color: #444444;
}
ul.ul-list-big div a {	
	color: #444444;
	background-image: url(../img/gray.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
ul.ul-list li a:link,
ul.ul-list li a:visited,
ul.ul-list li a:hover{
	color: #666666;
}
ul.ul-list-big li a:link,
ul.ul-list-big li a:visited,
ul.ul-list-big li a:hover{
	color: #666666;
}
ul.ul-list-big div a:link,
ul.ul-list-big div a:visited,
ul.ul-list-big div a:hover{
	color: #444444;
}
ol.ol-list{
	margin-left: 0px;
	padding-left: 36px;
}
ol.ol-list li{
	font-size: 12px;
	color: #444444;	
	margin-bottom:8px;	
}
ol.ol-list li ul{
	padding-top:6px;
	padding-left: 20px;
}
ol.ol-list li ul li{
	list-style-type: disc;
}


/* Pagetop */
div.pagetop {
	text-align: right;
	font-size: 10px;
	padding-right: 0px;	
	background-image: url(../img/up_arw.gif);
	background-repeat: no-repeat;
	background-position: 460px 10px;
	margin-bottom: 0px;
	text-decoration:underline;
}
div.pagetop a{
	text-decoration:underline;
}

/* Pageback */
div.pageback {
	text-align: right;
	font-size: 10px;
	padding-right: 0px;
	background-image: url(../img/left_arw.gif);
	background-repeat: no-repeat;
	background-position: 550px center;
	margin-bottom: 0px;
	text-decoration:underline;
}
div.pageback a{
	text-decoration:underline;
}
div.pageback2 {
	text-align: right;
	font-size: 10px;
	padding-right: 0px;
	margin-bottom: 0px;
	text-decoration:underline;
}
div.pageback2 a{
	text-decoration:underline;
}


/* Clear */
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */


/* Img */
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-left-2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.img-left-3 {
	float: left;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.img-left-4 {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
}
.img-left-5 {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-left: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
}
.img-right2 {
	float: right;
	margin-top: 10px;
}
.img-right3 {
	float: right;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.img-right4 {
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}
.img-right5 {
	float: right;
	vertical-align: middle;
}
.img-right-s{
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.img-right2-s{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-center {
	margin-bottom: 10px;
	position: center;
}
.img-center2 img{
	vertical-align: middle;
	font-size: 0px;
	line-height: 0px;
}
.img-fla {
	margin-top: 23px;
	margin-left: 0px;
	font-size: 0px;
	line-height: 0px;
}
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}  

/* Side-Menu */
#sub-menu{
	width: 190px;
	float: right;
}
#sub-menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#sub-menu ul li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: block;
}
#sub-menu ul li a{
	color: #333333;
	background-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 23px;
	font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
#sub-menu ul li a:link{
	text-decoration: none;
	color: #333333;
}
#sub-menu ul li a:visited{
	text-decoration: none;
	color: #333333;
}
#sub-menu ul li a:hover{
	background-color: #888888;
	text-decoration: none;
	color: #FFFFFF;
}
#sub-menu ul li.on a{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu ul li.on a:link{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu2{
	width: 190px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
#sub-menu2 div.sidecopy{
	padding-left: 23px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #666666;
}
#sub-menu2 div a:link{
	text-decoration: none;
	color: #666666;
}
#sub-menu2 div a:visited{
	text-decoration: none;
	color: #666666;
}
#sub-menu2 div a:hover{
	text-decoration: none;
	color: #333333;
}
#sub-menu3{
	width: 130px;
	background-color: #F0F0F0;
}
#sub-menu3 div.b{
	font-size: 12px;
	font-weight: normal;
	line-height: 49px;
	padding-left: 5px;
	}
#sub-menu3 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#sub-menu3 ul li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: block;
}
#sub-menu3 ul li a{
	color: #333333;
	background-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 23px;
	font-size: 11px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
#sub-menu3 ul li a:link{
	text-decoration: none;
	color: #333333;
}
#sub-menu3 ul li a:visited{
	text-decoration: none;
	color: #333333;
}
#sub-menu3 ul li a:hover{
	background-color: #888888;
	text-decoration: none;
	color: #FFFFFF;
}
#sub-menu3 ul li.on a{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu3 ul li.on a:link{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu-philo{
	width: 163px;
	float: right;
}
#sub-menu-philo ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#sub-menu-philo ul li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: block;
}
#sub-menu-philo ul li a{
	color: #333333;
	background-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 15px;
	font-size: 11px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
#sub-menu-philo ul li a:link{
	text-decoration: none;
	color: #333333;
}
#sub-menu-philo ul li a:visited{
	text-decoration: none;
	color: #333333;
}
#sub-menu-philo ul li a:hover{
	background-color: #888888;
	text-decoration: none;
	color: #FFFFFF;
}
#sub-menu-philo ul li.on a{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu-philo ul li.on a:link{
	background-color: #888888;
	color: #FFFFFF;
}
#sub-menu-top{
	width: 130px;
	display: inline;
	float: right;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 14px;
}
#sub-menu-top .news{
	font-size: 10px;
	line-height: 14px;
}
#sub-menu-top .news a{
	font-size: 10px;
	line-height: 14px;
	color: #7BA0F0;
	text-decoration: underline;
}
#sub-menu-top .relayted{
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	color: #444444;
	background-color: #F0F0F0;
}
#sub-menu-top .relayted a{
	font-size: 10px;
	line-height: 16px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
#sub-menu-support{
	width: 140px;
	float: right;
}
#sub-menu-support .news{
	font-size: 10px;
	line-height: 14px;
	padding-right: 10px;
}
#sub-menu-support .news a{
	font-size: 10px;
	line-height: 14px;
	color: #7BA0F0;
	text-decoration: underline;
}

/* Banner */
.bnr div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-left: 23px;
	padding-right: 15px;
	font-size: 12px;
	color: 4d4d4d;
	line-height: 130%;
}
.bnr div a.text {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333333;
	
}
.bnr div.b-heading {
	padding-left: 23px;
	padding-top: 7px;	
	font-size: 12px;
	color: 4d4d4d;
	font-weight: normal;
}
.bnr div.text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-left: 23px;
	padding-right: 15px;
	color: #333333;
}
.bnr div.text2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-left: 23px;
	padding-right: 15px;
	line-height: 20px;
}
.bnr dl{
	margin-top: 10px;
}
.bnr dl dt{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #c0c0c0;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 23px;
}
.bnr dl dd{
	background-color: #f0f0f0;
	font-size: 12px;
	line-height: 130%;
	color: #4d4d4d;
	margin: 0px;
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 0px;	
}
.bnr dl dd ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.bnr dl dd ul li{}
.bnr dl dd ul li a{}
.bnr div.img {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


/* Rogo */
div.rogo {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/onkyo.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogo2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/wavio.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogo3 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/sotec.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogo4 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/integra.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogoPioneer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/pioneer.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogoPhilips {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/philips.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogo-kaden1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../oshirase/images/bar_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.rogo-kaden2{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../oshirase/images/bar_0.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.copy {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 0px; 
	font-size: 11px;
	text-align: right;
	margin-bottom: 0px;
	line-height: 12px;
}


/* Table */
.table td {
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	padding-bottom: 8px;
}
.table th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	color: #444444;
}
.table-top td {
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	padding-bottom: 8px;
}
.table-top th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	color: #444444;
}
.table-top2 td {
	font-size: 11px;
	line-height: 20px;
	color: #444444;
	background-color: #F0F0F0;
}
.table-top2 td a{
	color: #7BA0F0;
}
.table-top2 td a:link{
	color: #7BA0F0;
}
.table-top2 td a:hover{
	color: #7BA0F0;
}
.table-top2 td a:visited{
	color: #7BA0F0;
}
.data-table {
	margin-top: 0px;
}
.data-table th {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #444444;
	background-color: #f0f0f0;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 7px;
}
.data-table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-size: 13px;
	vertical-align: middle;
	line-height: 17px;
	color: #444444;
}
.data-table tr.thead th,
.data-table tr.thead td{
	background-color: #eaeaea;
	background-image: url(../img/thead.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
}
.data-table2 {
	margin-bottom: 0px;
}
.data-table2 th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.data-table2 td {
	line-height: 16px;
	color: #444444;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
}
.data-table3 {
	margin-bottom: 0px;
}
.data-table3 th {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 6px;
}
.data-table3 td {
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.data-table4 {
margin-top: 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
}
.data-table4 th {
font-size: 13px;
line-height: 17px;
text-align: left;
vertical-align: middle;
font-weight: normal;
color: #444444;
background-color: #f0f0f0;
padding-left: 12px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
padding-top: 6px;
padding-bottom: 6px;
}
.data-table4 td{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 20px;
font-size: 13px;
vertical-align: middle;
line-height: 17px;
color: #444444;
}
.data-table5 {
margin-top: 0px;
margin-bottom: 0px;
background-color: #f0f0f0;
padding-left: 10px;
padding-right: 10px;
padding-top: 9px;
padding-bottom: 9px;
}
.data-table5 th {
	font-size: 12px;
    line-height: 20px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: text-top;
}
.data-table5 td {
	font-size: 12px;
    line-height: 22px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: text-top;
}
.data-table6 {
margin-top: 0px;
margin-bottom: 0px;
background-color: #f0f0f0;
padding-left: 10px;
padding-right: 10px;
padding-top: 9px;
padding-bottom: 9px;
}
.data-table6 th {
	font-size: 16px;
    line-height: 26px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: text-top;
}
.data-table6 td {
	font-size: 16px;
    line-height: 26px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: text-top;
}
.data-table7 {
margin-top: 0px;
margin-bottom: 0px;
background-color: #f0f0f0;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.data-table7 th {
	font-size: 14px;
    line-height: 14px;
    text-align: left;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 4px;
	vertical-align: text-top;
}
.data-table7 td {
	font-size: 12px;
    line-height: 20px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
}
.data-table8 {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.data-table8 td div {
	font-size: 11px;
    line-height: 17px;
    text-align: left;
	font-weight: normal;
	color: #444444;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: text-top;
}
.data-table8 td div a{
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 12px;
    line-height: 20px;
    text-align: left;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	vertical-align: text-top;
}
.data-table8 td img {
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
.record-table {
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
}
.record-table td.recordlogo {
	padding-right: 5px;
}
.record-table td div.tit {
	margin: 0px;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px;
	color: #666666;
	float: left;
}
.record-table td div.stn {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 10px;
	color: #666666;
}
.spec-table {
	margin-top: 0px;
	margin-left: 10px;
}
.spec-table th {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #444444;
	background-color: #f0f0f0;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 7px;
}
.spec-table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 13px;
	vertical-align: middle;
	line-height: 17px;
	color: #444444;
}
.spec-table tr.thead th,
.spec-table tr.thead td{
	background-color: #eaeaea;
	background-image: url(../img/thead.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
}
.spec-table2 {
	margin-top: 0px;
	margin-left: 10px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.spec-table2 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.spec-table2 th {
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	color: #444444;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.spec-table2 th.text-right {
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
	text-align: right;
	padding-right: 41px;
	color: #444444;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.spec-table2 th.leftmenu {
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
	text-align:left;
	vertical-align: text-top;
	color: #444444;
	padding-left: 10px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.spec-table2 th.leftmenu2 {
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: normal;
	text-align:left;
	vertical-align: text-top;
	color: #444444;
	padding-left: 10px;	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.spec-table2 td{
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
	text-align: center;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.spec-table2 td.text-right2{
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
	text-align: right;
	padding-right: 40px;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.brand-table {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/back_color.jpg);
	width: 788;
}
.brand-table tr td div.flash {
	width: 414px;
	margin: 0px;
	padding: 0px;
}
.brand-table td div.blue {
	font-size: 24px;
	line-height: 28px;
	color: #6699E1;
	padding-left: 10px;
}
.brand-table td div.2nd {
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
	font-weight: normal;
}
.brand-table td div.back {
	width: 364;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0px;
}
.brand-table td div.back a {
	color: #FFFFFF;
	text-decoration: underline;
}
.brand-table td div {
	font-size: 16px;
	line-height: 18px;
	padding-left: 10px;
}
.lineup-table {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/back_color.jpg);
}
.lineup-table th {
	font-size: 0px;
	line-height: 0px;
}
.lineup-table td div.t {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
}
.lineup-table td div.t a {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}
.lineup-table td div {
	font-size: 10px;
	line-height: 18px;
}
.support-table {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/back_color.jpg);
	table-layout: fixed;
}
.support-table th {
	font-size: 0px;
	line-height: 0px;
}
.support-table td div.t {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	padding-top: 6px;
}
.support-table td div.t a {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
	padding-top: 6px;
}
.support-table td div {
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
}
.w520-table {
	margin-bottom: 0px;
	width: 520px;
	margin-left: 10px;
}
.w520-table th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
	padding-bottom: 9px;
	padding-top: 7px;
}
.w520-table td{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
	vertical-align: top;
}
.w520-table td.link{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	vertical-align: bottom;
}
.w520-table td.img{
	padding-top: 0px;
	padding-bottom: 0px;
}
.w773-table {
	width: 773px;
	margin: 0px;
	padding: 0px;
}
.w773-table th {
    padding-left: 0px;
}
.w773-table th.img{
	float: left;
	text-align:left;
	vertical-align: bottom;
	padding-left: 20px;
}
.w773-table td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.w773-table td.img{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 129px;
}
.w773-table td.img-bottom{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 129px;
	vertical-align: bottom;
}
.w773-table td.img-top{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
.w565-boder-table {
	width: 580px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.w565-table {
	width: 590px;
	margin: 0px;
	padding: 0px;
}
.w565-table th {
    padding-left: 0px;
}
.w565-table td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.w565-table td.img{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
.w565-table td.center{
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	text-align: center;
}
.catalog-table {
	margin-bottom: 0px;
	width: 568px;
	margin-left: 10px;
	table-layout: fixed;
}
.catalog-table th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
}
.catalog-table td{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
	vertical-align: top;
}
.catalog-table td.link{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	vertical-align: bottom;
}
.catalog-table td.img{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Pdf */
ul.pdf {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
ul.pdf-anon {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
ul.pdf li {
	font-size: 12px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom:5px;
}
ul.pdf-anon li {
	font-size: 12px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
ul.pdf li a{
	color: #444444;
	background-image: url(../img/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
ul.pdf-anon li a{
	color: #444444;
	padding-left: 0px;
}
ul.pdf li a:link
ul.pdf li a:visited
ul.pdf li a:hover{
	color: #444444;
}
ul.pdf-anon li a:link
ul.pdf-anon li a:visited
ul.pdf-anon li a:hover{
	color: #444444;
}


/* Open Ele */
div.more a {
	font-size: 11px;
	color: #444444;
	background-image: url(../img/arw.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 10px 1px;
}
div.more-left a {
	font-size: 11px;
	color: #444444;
	text-decoration: underline;
	line-height: 20px;
	background-image: url(../img/arw.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 10px 1px;
}
div.more-left a:link{
	color: #4D4D4D;
	text-decoration: underline;
}
div.more-left a:hover{
	color: #333333;
	text-decoration: underline;
}
div.more-left a:visited{
	color: #666666;
	text-decoration: underline;
}
.review {
	background-color: #f0f0f0;
	width: 538px;
	display:none;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.review .rleft {	
	float: left;
	width: 305px;
}
.review .rright {	
	float: right;
	width: 223px;
}
.review rright .img {
	float: right;
}
.review div {
	font-size: 12px;
	line-height: 22px;
	color: #444444;
	padding-left: 0px;
}
.review div catch2 {
	font-size: 12px;	
	line-height: 22px;
	font-weight: bold;
	color: #444444;
	padding-left: 10px;
}
div.more-open {
	font-size: 11px;
	color: #444444;
	padding-left: 20px;
}
div.more-open img {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 4px;
}
div.more-open a {
	font-size: 11px;
	color: #444444;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.more-open2 {
	font-size: 11px;
	color: #444444;
	padding-left: 20px;
}
div.more-open2 a {
	font-size: 11px;
	color: #444444;
	padding-left: 20px;
	text-decoration:underline;
}


/* Open Ele2 */

.review2 {
	background-color: #f0f0f0;
	width: 518px;
	display:none;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.review2 .rleft {	
	float: left;
	width: 267px;
}
.review2 .rright {	
	float: right;
	width: 223px;
}
.review2 rright .img {
	float: right;
}
.review2 rright a img{
	float: right;
	margin-top: 10px;
	padding-top: 10px;
}
.review2 div {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	padding-left: 10px;
}
.review2 div.catch3 {
	font-size: 12px;	
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	margin-bottom: 5px;
}
.rleft div {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	padding-left: 0px;
}
.rleft div.catch3 {
	font-size: 12px;	
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	padding-left: 0px;
	margin-bottom: 5px;
}
div.more2-open {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 12px;
	padding-left: 10px;
}
div.more2-open img {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 4px;
}
div.more-open3 {
	font-size: 12px;
	color: #7B96DC;
	line-height: 24px;
	margin-bottom: 12px;
	padding-left: 0px;
}
div.more-open3 a {
	font-size: 12px;
	color: #7B96DC;
	padding-left: 10px;
	text-decoration:underline;
}
div.more-open3 img {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 4px;
}

/* Open Ele3 */

.review3 {
	background-color: #f0f0f0;
	display:none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

/* Open Ele4 */

.review4 {
	background-color: #000000;
	width: 538px;
	display:none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.review4 {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 0px;
}


/* Width520Content */
.w520 {
	width: 520px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.w520 .cleft {
	float: left;
	width: 255px;
}
.w520 .cright {
	float: right;
	width: 255px;
}
.w520 div {
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 17px;
}
.w520 div.heading {
	font-size: 12px;
	margin-bottom: 14px;
	margin-top: 4px;
	line-height: 24px;
}


/* Photo Ele */
.photo-list {
	margin-top: 27px;
}
.content .photo-list p {
	margin-bottom: 5px;
}

.photo-box {
	background-color: #F0F0F0;
	height: 96px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: left;
}
.photo-box div {
	font-size: 11px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
.photo-box div.heading2 {
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 1px 17px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
    line-height: 20px;
	padding-top: 11px;
	padding-bottom: 3px;
}
.photo-box div.heading3 {
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
    line-height: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.photo-box div.heading3 a {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.photo-box div.heading2 a {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.photo-box3 {
	background-color: #F0F0F0;
	height: 96px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: left;
}
.photo-box3 div {
	font-size: 11px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
.photo-box3 div.heading2 {
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 1px 17px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
    line-height: 20px;
	padding-top: 11px;
	padding-bottom: 3px;
}
.photo-box3 div.heading2 a {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.photo-box2 {
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: left;
}
.photo-box2 div {
	font-size: 11px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
.photo-box2 div.heading2 {
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: 265px 17px;
	padding-left: 278px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
    line-height: 20px;
	padding-top: 11px;
	padding-bottom: 3px;
}
.photo-box2 div.heading2 a {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.photo-box div.open{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
	padding-top: 17px;
	padding-bottom: 8px;
}
.photo-box div.open img {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 4px;
}
.photo-box .img-left{
	margin-bottom:0px;
}

/* release */
div.release-box {
	background-color: #f0f0f0;
	width: 578px;
	min-height: 259px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.release-box div.prright {
	float: left;
	width: 283px;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 10px;
	margin-right: 0px;
	margin-top: 25px;
}
.prright div.heading-large{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	margin-left: 0px;
	padding-left: 0px;
}
.prright div.comment2{
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	margin-left: 0px;
	margin-top: 7px;
	padding-left: 0px;
}
.prright div.prarw{
	background-image: url(../img/arw.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.prright div.prback {
	text-align: right;
	font-size: 10px;
	padding-right: 0px;
	background-image: url(../img/left_arw.gif);
	background-repeat: no-repeat;
	background-position: 255px;
	margin-bottom: 5px;
}
.prright div.prback a{
	text-decoration:underline;
}
.release-box div.prleft {
	float: left;
	width: 270px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.release-box prleft img{
	vertical-align: top;
}
.prright div.file{
	background-image: url(../img/pdf_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.prright div.file2{
	background-image: url(../img/pdf_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.file a{
	padding-left: 25px;
}
div.file2 a{
	padding-left: 25px;
}


/* ★★★★★★ 追加ＣＳＳ  ここから ★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 

	INDEX Ele

====================================================== --*/
#index-area #contents {
	background-repeat: no-repeat;
	background-position: left top;
}
#index-area #menu{
	width:212px;
	background-image: none;
}
#index-area #menu dd ul{
	margin-top: 50px;
}
#index-area #menu dd ul li{
	list-style-type: none;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 9px;
	padding-bottom: 1px;
	text-align:left;
}
#index-area #menu dd ul li a{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	background-image: url(../img/t_arw.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 50px;
}
#index-area #menu dd ul li a:link,
#index-area #menu dd ul li a:visited{
	color: #666666;
}
#index-area #menu dd ul li a:hover {
	color: #666666;
	text-decoration:none;
	background-color: #e8e8e8;
}
#index-area .title {
	width: 1004px;
	position: relative;
	z-index:1;	
}
#index-area .title h1 {
	position: absolute;
	bottom: 9px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 30px;
	color:#b2b2b2;
}
#index-area .bnr dl{
	margin-top: 0px;
}
#index {
	width: 788px;
}
#index-top {
	width: 802px;
}
#index .topics {
	color: #444444;
	font-weight: bold;
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 12px;
}
#index-top .topics {
	color: #A0A0A0;
	font-weight: bold;
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 12px;
}
/* Width580Content */
.w580 {
	display: inline;
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 0px;
}

/* ★★★★★★ 追加ＣＳＳ  ここまで ★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★ */


/*-- 

	IR Ele

====================================================== --*/
.topics {
	margin-bottom: 0px;
	margin-top: 0px;
}
.topics dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.topics dt div {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #444444;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
	vertical-align: bottom;
}
.topics dd {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.topics dd ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.topics dd ul li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	margin-left: 20px;
	line-height: normal;
	color: #444444;
}
.topics dd ul li a:link,
.topics dd ul li a:visited {
	color: #CCCCCC;
}
.topics dd ul li a:hover {
	color: #666666;
}
div.border-line-all {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size:8px;
}
.bold {
	font-weight: bold;
}

.tabmenu{
background-color:#dddddd ;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 10px;
border-bottom: solid #333333 3px;
height: 10px;
}

.tabmenu ul{
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 12px;
font-weight: bold;
line-height: 25px;
list-style-type: none;
text-align: center;
}

.tabmenu li{
display: block;
float: left;
width: 120px;
}

.tabmenu li a{
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 0px;
position: relative;
top: -10px;
margin-right: 0px;
color: #333333;
height: 17px;
display: block;
}

.tabmenu li a:visited{
color: #333333;
}

.tabmenu li a:hover{
text-decoration: underline;
color: #cccccc;
background-color:#333333 ;

}

.tabmenu li.selected{
color: #cccccc;
}

.tabmenu li.selected a{
display: block;
color: #cccccc;
background-color: #333333;
}

.tabmenu li.selected a:hover{
}

.tabmenu2{
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
margin-bottom: 5px;
margin-right: 112px;
margin-left: 10px;
}

.tabmenu2 ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
list-style-type: none;
text-align: left;
}

.tabmenu2 li{
display: inline;
}

.tabmenu2 li a{
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 3px;
position: relative;
top: 1px;
margin-right: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-style: solid;
border-color: #cccccc;
color: #666666;
background: url(../img/shade.gif) left repeat-x;
}

.tabmenu2 li a:visited{
color: #666666;
}

.tabmenu2 li a:hover{
text-decoration: underline;
color: #444444;
}

.tabmenu2 li.selected{
border-bottom: 1px;
position: relative;
top: 0px;
color: #444444;
}

.tabmenu2 li.selected a{
border-bottom: 1px;
border-bottom-color: #FFFFFF;
border-left: 1px;
border-left-color: #cccccc;
border-right: 1px;
border-right-color: #cccccc;
border-top: 1px;
border-top-color: #cccccc;
color: #444444;
}

.tabmenu2 li.selected a:hover{
text-decoration: none;
}
/* ★追加分 */

.here,
#brand #m-brand,
#product #m-product
{
	background:#EAEAEA;
}
.blue {
	color: #09F;
	font-weight: bold;
	font-size: 14px;
}
.red {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
