@charset "utf-8";


* {
	margin: 0;
	padding: 0;
/**background: transparent;**/
}


html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #F0EFED url(../images/bg_top.jpg) repeat-x;
	text-align: center;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial";
	color: #333333;
	font-size:70%;
	line-height;140%;
}

input, textarea {
	font-size:1em;
	text-decoration: none;
}


body.img{
	background: #F0EFED url(../images/bg_2nd.jpg) repeat-x;
}


body > #wrapper{
    height: auto;
}



ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

div, p, h1, h2,{
	margin:0;
	padding:0;
	line-height:170%;
}

img{
	vertical-align: top;
	border:none;
}

a img{
	border: none;
}

hr
  {
	margin: 10px 0px 15px;
	border: 0 none;
	height: 1px;
	color: #999999; /* for Mozilla */
	background: #999999;
} 

/* Link --------------------------------*/

a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #999999;
}
a:active{
	text-decoration: none;
	color: #999999;
}

/* tittle--------------------------------*/

h3 {
	font-weight: bold;
	color: #666666;
/**font-size: medium;**/
	margin: 10px 0px 15px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #000066;
	text-align: left;
}

h4 {
	font-weight: bold;
	color: #666666;
/**font-size: medium;**/
	margin: 10px 0px 15px;
	padding: 2px 0px 10px;
	border-bottom: 1px dotted #000000;
	text-align: left;
	clear:both;
	font-size:14px;
}

h5 {
/**font-size: medium;**/
	color: #cf7b0e;
	margin: 50px 0px 10px 0px;
	font-size:120%;
	border-left:#cf7b0e solid 6px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:5px;
	line-height:1.4;
	border-bottom:#CCCCCC 1px solid;
}

h6 {
/**font-size: medium;**/
	color: #cf7b0e;
	margin: 50px 0px 10px 0px;
	font-size:120%;
	border-left:#cf7b0e solid 6px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:5px;
	line-height:1.4;
	border-bottom:#CCCCCC 1px solid;
}


/* layout box --------------------------------*/

#wrapper {
	width: 964px;
	background:;
	margin:0px auto;
	padding: 0px;
	text-align: center;
	background: url(../images/bg_top.png) repeat-y;
}


#contents {
	margin: 0px auto;
	width: 960px;
	text-align: center;
	clear: both;
	vertical-align: top;
	height: auto;
	background: #FFFFFF;
}


#contents_print {
	margin: 0px auto;
	width: 760px;
	text-align: center;
	clear: both;
	vertical-align: top;
	height: auto;
	background: #FFFFFF;
}

/* header --------------------------------*/

#header {
	background: #FFFFFF url(../images/bg_hd.jpg) repeat-x;
	width: 960px;
	height: 110px;
	margin: 0px auto;
	vertical-align: top;
}

#header #logo {
	float: left;
	margin: 0px;
	height: 30px;
	width: 160px;
	text-align: right;
	padding: 65px 0px 0px 20px;
}


#header #rtop {
	float: right;
	margin: 0px;
	padding: 15px 15px 15px 0px;
	text-align: right;
	height: 15px;
	width: 100px;
}

#headermenu{
	float:right;
	clear: right;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size:10px;
}

#headermenu ul,#headermenu li,#headermenu a{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	letter-spacing: 0.1em;
	font-size: 10px;
}

#headermenu li{
	float:left;
	white-space:nowrap;
	font-size: 10px;
	line-height;140%;
}

#headermenu a{
    padding: 0 5px;
	border-right:1px solid #666666;
	text-align: center;
	font-size: 10px;
	height: auto;
}


#headermenu a.right{
	padding: 0 5px 0 5px;
	border-right-style: none;
}


#header #rbottom  {
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	clear: right;
	text-align: right;
	height: 30px;
}

/* gloval navi -------------------------------*/

#global_navi {
	text-align: center;
	width:960px;
	margin:0 auto;
	padding: 0px;
	height: 50px;
	background: #FFF;
}

#global_navi ul {
	padding:0;
	margin:0;
	width:960px;
	height:50px;
}

#global_navi li {
	float:left;
	width:192px;
	height:50px;
	text-indent:-9999px;
}

#global_navi a {
	margin:0;
	height:50px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}

#gn_01 a{background: url(../images/gn_01.gif) no-repeat 0px 0px; width: 192px;}
#gn_02 a{background: url(../images/gn_02.gif) no-repeat 0px 0px; width: 192px;}
#gn_03 a{background: url(../images/gn_03.gif) no-repeat 0px 0px; width: 192px;}
#gn_04 a{background: url(../images/gn_04.gif) no-repeat 0px 0px; width: 192px;}
#gn_05 a{background: url(../images/gn_05.gif) no-repeat 0px 0px; width: 192px;}
#gn_01 a:hover{background-position:0 -49px;}
#gn_02 a:hover{background-position:0 -49px;}
#gn_03 a:hover{background-position:0 -49px;}
#gn_04 a:hover{background-position:0 -49px;}
#gn_05 a:hover{background-position:0 -49px;}


/* download navi -------------------------------*/
#download_navi {
	margin:0 auto;
	padding: 0px;
	margin-top:15px;
}
/*
#download_navi ul {
	text-align:center;
	padding:0;
	margin:0;
	width:670px;
	height:31px;
}

#download_navi li {
	text-align:center;
	float:left;
	width:131px;
	height:31px;
	text-indent:-9999px;
}

#download_navi a {
	text-align:center;
	margin:0;
	height:29px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}


#d_01 {background: url(../images/download_01r.jpg) no-repeat 0px 0px; width: 131px;}
#d_02 {background: url(../images/download_02r.jpg) no-repeat 0px 0px; width: 131px;}
#d_03 {background: url(../images/download_03r.jpg) no-repeat 0px 0px; width: 131px;}
#d_04 {background: url(../images/download_04r.jpg) no-repeat 0px 0px; width: 131px;}
#d_05 {background: url(../images/download_05r.jpg) no-repeat 0px 0px; width: 131px;}
#d_06 {background: url(../images/download_06r.jpg) no-repeat 0px 0px; width: 131px;}
#d_07 {background: url(../images/download_07r.jpg) no-repeat 0px 0px; width: 131px;}
#d_08 {background: url(../images/download_08r.jpg) no-repeat 0px 0px; width: 131px;}
#d_09 {background: url(../images/download_09r.jpg) no-repeat 0px 0px; width: 131px;}
#d_10 {background: url(../images/download_10r.jpg) no-repeat 0px 0px; width: 131px;}


#d_01 a{background: url(../images/download_01.jpg) no-repeat 0px 0px; width: 131px;}
#d_02 a{background: url(../images/download_02.jpg) no-repeat 0px 0px; width: 131px;}
#d_03 a{background: url(../images/download_03.jpg) no-repeat 0px 0px; width: 131px;}
#d_04 a{background: url(../images/download_04.jpg) no-repeat 0px 0px; width: 131px;}
#d_05 a{background: url(../images/download_05.jpg) no-repeat 0px 0px; width: 131px;}
#d_06 a{background: url(../images/download_06.jpg) no-repeat 0px 0px; width: 131px;}
#d_07 a{background: url(../images/download_07.jpg) no-repeat 0px 0px; width: 131px;}
#d_08 a{background: url(../images/download_08.jpg) no-repeat 0px 0px; width: 131px;}
#d_09 a{background: url(../images/download_09.jpg) no-repeat 0px 0px; width: 131px;}
#d_10 a{background: url(../images/download_10.jpg) no-repeat 0px 0px; width: 131px;}


#d_01 a:hover{background-position:0 -29px;}
#d_02 a:hover{background-position:0 -29px;}
#d_03 a:hover{background-position:0 -29px;}
#d_04 a:hover{background-position:0 -29px;}
#d_05 a:hover{background-position:0 -29px;}
#d_06 a:hover{background-position:0 -29px;}
#d_07 a:hover{background-position:0 -29px;}
#d_08 a:hover{background-position:0 -29px;}
#d_09 a:hover{background-position:0 -29px;}
#d_10 a:hover{background-position:0 -29px;}*/


/* download btn-------------------------------*/
.download_area {
	width:638px;
	border-top: 1px none #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	padding-top: 30px;
	padding-left: 30px;
}
.book_title {
	width:550px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/book_title.gif) no-repeat left top;
	padding-bottom: 20px;
	color: #3A4266;
}
.book_td {
	padding-top: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bdbdbd;
}

.book_td2 {
	padding-top: 15px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bdbdbd;
}

.download_block {
	float: left;
	padding: 0;
	margin: 0px 0;
/*	background-image:url(../images/btn_download.jpg); */
/*	background-repeat:no-repeat; */
	font-size:12px;
/*	font-weight:bold; */
	display: block;
	margin-right:3px;
	margin-top:5px;
	padding-top:20px;
	padding-bottom:20px;
}

.download_block a:link{
	float: left;
	padding: 0;
	margin: 0px 0;
	font-size:12px;
	display: block;
	margin-right:3px;
	margin-top:5px;
	color:#0000FF;
}

.download_block a:visited{
	color:#0000FF;
}

.download_block a:hover{
	text-decoration:underline;
	color:#0000FF;
}


/*
.book_block {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../images/btn_e-book.jpg);
	background-repeat:no-repeat;
	color:#4d517f;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
	margin-top:5px;
	width:209px;
}


.thumbimg_download
{
	height: 88px;
	padding-top:20px;
	padding-left:10px;
	line-height:110%;
}

.thumbimg_download a:link
{
	height: 88px;
	padding-top:15px;
	padding-left:0px;
	line-height:120%;
}

.thumbimg_download a:visited
{
	height: 88px;
	padding-top:15px;
	padding-left:0px;
	line-height:120%;
}

.pdf_donwload{
	float:left;
	margin-top:25px;
	width:649px;
	height:73px;
	color:#5b609e;
	background:url(../images/adobe.gif) left top no-repeat;
}*/


/* software btn-------------------------------*/
.software_area {
	float:left;
	margin-top:25px;
	width:650px;
	color:#5b609e;

}

.software_block_key {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../images/btn_software_key.jpg);
	background-repeat:no-repeat;
	color:#4d517f;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
	margin-top:5px;
	width:209px;
}

.software_block {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../images/btn_software.jpg);
	background-repeat:no-repeat;
	color:#4d517f;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
	margin-top:5px;
	width:209px;
}

.thumbimg_software
{
	height: 88px;
	padding-top:15px;
	padding-left:20px;
	line-height:130%;
}


/* top aria -------------------------------*/

#topflash {
	height: 276px;
	width: 960px;
	margin: 0px auto;
	vertical-align: top;
}


.top_thumb {
	margin:15px 0px 21px 17px;
	padding:0px 0px 21px 10px;
	float:left;
	text-align:left;
	clear: both;
	width:274px;
/*	background:url(../images/top_bg_1.gif) no-repeat;*/
}


.top_function_title01 {
	float: left;
	width: 273px;
	margin-bottom:18px;
}

.top_function_title02 {
	width: 343px;
	margin-bottom:10px;
}

.top_function_title03 {
	float: left;
	width: 233px;
	margin-bottom:18px;
}

.top_function01 {
	float: left;
	width: 273px;
	background:url(../images/feature01_top_k.jpg) no-repeat center top;
	clear:both;
}

.top_function02 {
	float: left;
	width: 273px;
	background:url(../images/feature02_top_k.jpg) no-repeat center top;
	clear:both;
}

.top_function03 {
	float: left;
	width: 273px;
	background:url(../images/feature03_top_k.jpg) no-repeat center top;
}

.top_function04 {
	float: left;
	width: 273px;
	background:url(../images/feature04_top_k.jpg) no-repeat center top;
}

.top_feature a{
	line-height: 1.5;
	text-decoration: none;
	display: block;
	font-weight: normal;
	width:180px;
	padding:45px 0px 0px 80px;
	text-align:left;
	height:80px;
	font-size:85%;
}


#top_thumb2 {
	margin:0px 0px 0px 20px;
	padding:15px 0px 0px 0px;
	float:left;
	text-align:left;
	width:343px;
/**	background:url(../images/top_bg_2.gif) no-repeat; **/
}


#top_thumb3 {
	margin:15px 0px 21px 27px;
	padding:0px 0px 21px 0px;
	float:left;
	text-align:left;
	width:233px;
/*	background:url(../images/top_bg_3.gif) no-repeat; */
}

#top_thumb3  ul {
	padding:0;
	margin:0;
}

#top_thumb3 li {
	width: 232px;
	text-indent:-9999px;
}

#top_thumb3 a {
	margin:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	height: 52px;
}

#top_dwonload01 a{background: url(../images/top_download01.jpg) no-repeat 0px 0px; width: 232px; margin-left:0px; margin-bottom:3px; clear:both;}
#top_dwonload02 a{background: url(../images/top_download02.jpg) no-repeat 0px 0px; width: 232px; margin-left:0px; margin-bottom:3px; clear:both;}
#top_dwonload03 a{background: url(../images/top_download03.jpg) no-repeat 0px 0px; width: 232px; margin-left:0px; margin-bottom:3px; clear:both;}
#top_dwonload04 a{background: url(../images/top_download04.jpg) no-repeat 0px 0px; width: 232px; margin-left:0px; margin-bottom:3px; clear:both;}
#top_dwonload05 a{background: url(../images/top_download05.jpg) no-repeat 0px 0px; width: 232px; margin-left:0px; clear:both;}

#top_photo_title {background: url(../images/top_photo_title.jpg) no-repeat 0px 0px; width: 220px; margin-left:12px; margin-top:33px;}
#top_photo01 a{background: url(../images/top_photo01.jpg) no-repeat 0px 0px; width: 232px; margin-top:28px;}
#top_photo02 a{background: url(../images/top_photo02.jpg) no-repeat 0px 0px; width: 232px; margin-top:8px;}
#top_photo03 a{background: url(../images/top_photo03.jpg) no-repeat 0px 0px; width: 232px; margin-top:8px;}

#top_dwonload01 a:hover{background-position:-232px 0px;}
#top_dwonload02 a:hover{background-position:-232px 0px;}
#top_dwonload03 a:hover{background-position:-232px 0px;}
#top_dwonload04 a:hover{background-position:-232px 0px;}
#top_dwonload05 a:hover{background-position:-232px 0px;}
#top_photo01 a:hover{background-position:0 -52px;}
#top_photo02 a:hover{background-position:0 -52px;}
#top_photo03 a:hover{background-position:0 -52px;}



table.miniboxbase-700-200{
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 630px;
	border: 1px solid #CCCCCC;
}

td.miniboxcontent{
	vertical-align : top;
	background-color : #FFFFFF;
}

div.h200 {
	height: 105px;
	overflow-y:scroll;!important
	padding:10px 10px 10px 0px;
	margin-top:10px;
	width:340px;
	line-height:150%;
}



/**
div.h200 a:link{
	height:130px;
	overflow-y:inherit;
	padding:10px 10px 10px 0px;
	width:620px;
	line-height:180%;!important
}

div.h200 a:visited{
	height:130px;
	overflow-y:inherit;
	padding:10px 10px 10px 0px;
	width:620px;
	line-height:180%;!important
}

div.h200 a:hover{
	height:130px;
	overflow-y:scroll;!important
	padding:10px 10px 10px 0px;
	width:620px;
	line-height:180%;!important	
	text-decoration: underline;
}
**/

div.h300 {
	height: 38px;
	margin-top:30px;
	margin-bottom:10px;
	padding-top:11px;
	line-height:16px;
	width: 720px;
	background:url(../images/h3.jpg) no-repeat top;
	font-weight:bold;
	color:#5b609e;
	text-indent:16px;
	font-size: ;
	clear: both;
}

div.h400 {
	height : 38px;
	margin:10px 0px;
	padding-top:11px;
	line-height:16px;
	width: 660px;
	background:url(../images/h4.gif) no-repeat top;
	font-weight:bold;
	color:#5b609e;
	text-indent:16px;
	font-size: ;
	clear: both;
}

div.h400 a:link{
	height : 38px;
	margin:10px 0px;
	padding-top:11px;
	line-height:16px;
	width: 660px;
	font-weight:bold;
	color:#1b459b;
	text-indent:16px;
	font-size: ;
}

div.h400 a:visited{
	height : 38px;
	margin:10px 0px;
	padding-top:11px;
	line-height:16px;
	width: 660px;
	font-weight:bold;
	color:#1b459b;
	text-indent:16px;
	font-size: ;
}

div.h400 a:hover {
	height : 38px;
	margin:10px 0px;
	padding-top:11px;
	line-height:16px;
	width: 660px;
	font-weight:bold;
	color:#a8b3d9;
	text-indent:16px;
	font-size: ;
}

div.h500 {
	margin-top:23px;
	padding-bottom:3px;
	width: 660px;
	background:url(../images/arrow.gif) no-repeat left;
	font-weight:bold;
	color:#5b609e;
	text-indent:16px;
	font-size: ;
	clear: both;
}

div.h500 a:link{
	color:#5b609e;

}

div.h500 a:visited{
	color:#5b609e;

}

div.h500 a:hover{
	color:#5b609e;
	text-decoration:underline;
}

#submenu {
	width: 206px;
	padding: 20px 26px 20px 0px;
	margin: 0px;
	text-align: left;
	float: right;
}

#submenu ul {
	padding:0;
	margin:0;
}

#submenu li {
	width: 200px;
	text-indent:-9999px;
	margin-bottom:2px;
	height: 64px;
}

#submenu a {
	margin:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	height: 64px;
}

#submenu01 a{background: url(../images/nv_lineup.jpg) no-repeat 0px 0px; width: 200px;}
#submenu02 a{background: url(../images/nv_download.jpg) no-repeat 0px 0px; width: 200px;}
#submenu03 a{background: url(../images/nv_software.jpg) no-repeat 0px 0px; width: 200px;}
#submenu04 a{background: url(../images/nv_photogallery.jpg) no-repeat 0px 0px; width: 200px;}
#submenu01 a:hover{background-position:0 -64px;}
#submenu02 a:hover{background-position:0 -64px;}
#submenu03 a:hover{background-position:0 -64px;}
#submenu04 a:hover{background-position:0 -64px;}


#submenu_s {
	width: 178px;
	padding: 0px;
	margin: 0px 5px 20px 5px;
	text-align: center;
}

#submenu_s ul {
	padding:0;
	margin:0;
}

#submenu_s li {
	width: 178px;
	text-indent:-9999px;
	margin-bottom:4px;
	height: 64px;
}

#submenu_s a {
	margin:0;
	width: 178px;
	display:block;
	text-decoration:none;
	overflow:hidden;
	height: 64px;
}

#submenu_s01 a{background: url(../images/nv_lineup_s.jpg) no-repeat 0px 0px; width: 178px;}
#submenu_s02 a{background: url(../images/nv_download_s.jpg) no-repeat 0px 0px; width: 178px;}
#submenu_s03 a{background: url(../images/nv_software_s.jpg) no-repeat 0px 0px; width: 178px;}
#submenu_s04 a{background: url(../images/nv_photogallery_s.jpg) no-repeat 0px 0px; width: 178px;}
#submenu_s01 a:hover{background-position:0 -64px;}
#submenu_s02 a:hover{background-position:0 -64px;}
#submenu_s03 a:hover{background-position:0 -64px;}
#submenu_s04 a:hover{background-position:0 -64px;}


/* 2nd aria -------------------------------*/

/* side -------------------------------*/

#side {
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	clear: none;
	background: #FFFFFF;
	width: 180px;　
}

#sidemenu {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 180px;
	text-align: left;
}

#sidemenu ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#sidemenu li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#sidemenu li.sidemenuoff a{
	background: url(../images/sn_01.jpg) no-repeat;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 15px;
	border-bottom: 1px dotted #999999;
	font-size: ;
	line-height;140%;
}

#sidemenu li.sidemenuoff a:hover{
	background: url(../images/sn_02.jpg) no-repeat;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 15px;
	border-bottom: 1px dotted #999999;
}

#sidemenu li.sidemenuoff01 a{
	background: url(../images/sn_01.jpg) no-repeat;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 35px;
	border-bottom: 1px dotted #999999;
	font-size: ;
	line-height;140%;
}

#sidemenu li.sidemenuoff01 a:hover{
	background: url(../images/sn_02.jpg) no-repeat;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 35px;
	border-bottom: 1px dotted #999999;
}


#sidemenu li.sidemenuon a{
	background: url(../images/sn_02.jpg) no-repeat;
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 15px;	
	border-bottom: 1px dotted #999999;	
}

#sidemenu li.sidemenuon01 a{
	background: url(../images/sn_02.jpg) no-repeat;
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 11px 0px 9px 45px;
	width: 135px;
	height: 35px;	
	border-bottom: 1px dotted #999999;	
}

/* sidemenu 第2階層-------------------------------*/

#sidemenu li.sidemenuoff02 a{
	color: #666666;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 15px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	border-bottom: 1px dotted #dddddd;
	background:url(../images/side_arrow2.gif) no-repeat;
}

#sidemenu li.sidemenuoff02 a:hover{
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 15px;
	font-weight:normal;	
	border-bottom: 1px dotted #dddddd;	
	background:url(../images/side_arrow2_r.gif) no-repeat;		
}

#sidemenu li.sidemenuon02 a{
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 15px;
	font-weight:normal;	
	border-bottom: 1px dotted #dddddd;
	background:url(../images/side_arrow2_r.gif) no-repeat;
}


/* sidemenu 第2階層②-------------------------------*/

#sidemenu li.sidemenuoff02_2 a{
	color: #666666;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 55px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	border-bottom: 1px dotted #dddddd;
	background:url(../images/side_arrow2.gif) no-repeat;
}

#sidemenu li.sidemenuoff02_2 a:hover{
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 55px;
	font-weight:normal;	
	border-bottom: 1px dotted #dddddd;	
	background:url(../images/side_arrow2_r.gif) no-repeat;		
}

#sidemenu li.sidemenuon02_2 a{
	color: #CC0000;
	display: block;
	margin: 0px;
	padding: 7px 0px 9px 47px;
	width: 135px;
	height: 55px;
	font-weight:normal;	
	border-bottom: 1px dotted #dddddd;
	background:url(../images/side_arrow2_r.gif) no-repeat;
}

/* main area----------------------------*/

#maincontents {
	float: right;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	text-align: left;
	width: 720px;
	font-size: ;
	line-height:140%;
}

#maincontents_print {
	float: left;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	width: 720px;
	font-size: ;
	line-height:140%;
}



#maincontents .imgspace{
	width: 662px;
	margin: 0px 0px 15px;
	padding: 0px;
}

/*main area 2nd ------------------------*/


/* footer-------------------------------*/

#footer{
	padding:10px 0;
	width:960px;
	clear:both;
	margin: 0px auto;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 34px;
}

#footermenu{
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 350px;
	font-size:10px;
}

#footermenu ul,#footermenu li,#footermenu a{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	letter-spacing: 0.1em;
	font-size:10px;
}

#footermenu li{
	float:left;
	white-space:nowrap;
	font-size: ;
	line-height;140%;
			
}

#footermenu a{
	padding: 0 5px;
	border-right:1px solid #666666;
	text-align: center;
	height: auto;
}


#footermenu a.right{
	padding: 0 5px 0 5px;
	border-right-style: none;
}

#footercopy{
	float:right;
	text-align:right;
	clear: none;
	font-size: ;
	line-height:140%;
	padding-right:15px;
}

#footerlogo{
	float:right;
	text-align:right;
	width: 140px;
	height: 34px;
}


/*breadcrumbs ------------------------------------------*/

#breadcrum {
	margin: 0px;
	width:662px;
	vertical-align: top;
	height: 25px;
	text-align: left;
	padding: 0px;
	clear: right;
}

#breadcrum a:link{
	color: #0000FF;
	text-decoration: underline;
}

#breadcrum a:visited{
	color: #0000FF;
	text-decoration: underline;
}

#breadcrum a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#breadcrum a:active{
	color: #CC0000;
	text-decoration: underline;
}

/*other class------------------------------------------*/

.bold{
	font-weight: bold;
}


.redb{
	color: #CC0000;
	font-weight: bold;
}


.center{
	text-align: center;
}

.right{
	text-align: right;
}

.top{
	vertical-align: top;
}

.f9{
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:9px;
}


.f10{
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:10px;
}
.f10red{
	font-weight: bold;
	font-size:10px;
	color: #F00;
}

.f12 {
	letter-spacing: 0.1em;
	font-size:12px;
}

.dot{
	background:url(../images/dot.gif) repeat-x;
	}


/*features -----------------------------------------*/


.thumb {
	padding-top:10px;
	clear: both;
}

.function01 {
	float: left;
	width: 325px;
	margin-top:10px;
	background:url(../images/feature01.jpg) no-repeat center top;
}

.function02 {
	float: left;
	width: 325px;
	margin-top:10px;	
	background:url(../images/feature02.jpg) no-repeat center top;
}

.function03 {
	float: left;
	width: 325px;
	margin-top:10px;
	background:url(../images/feature03.jpg) no-repeat center top;
}

.function04 {
	float: left;
	width: 325px;
	margin-top:10px;
	background:url(../images/feature04.jpg) no-repeat center top;
}

.feature a{
	line-height: 1.3;
	text-decoration: none;
	display: block;
	font-weight: normal;
	width:255px;
	padding-left:42px;
	padding-top:85px;
	font-size:120%;
	}

/*Specification-----------------------------------*/
/*Specification-----------------------------------
.function01_specification {
	float: left;
	width: 355px;
	margin-top:10px;
	padding-top:36px;
	padding-bottom:36px;			
	background-color:#e7e8ed;
}


.function01_specification a{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications01.gif) no-repeat;

}

.function01_specification a:hover{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications01_r.gif) no-repeat;
}


.function02_specification {
	float: left;
	width: 355px;
	margin-top:10px;
	padding-top:36px;
	padding-bottom:36px;			
	background-color:#e7e8ed;
}


.function02_specification a{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;
	background:url(../images/btn_specifications02.gif) no-repeat;
}

.function02_specification a:hover{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications02_r.gif) no-repeat;
}

.function03_specification {
	float: left;
	width: 710px;
	height: 88px;		
	margin-top:10px;
	padding-top:36px;
	background-color:#dfe0d9;
	padding-bottom:30px;	
}


.function03_specification a{
	display: block;
	width: 284px;
	height: 88px;		
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#dfe0d9;	
	background:url(../images/btn_specifications03.gif) no-repeat;
}

.function03_specification a:hover{
	display: block;
	width: 284px;	
	height: 88px;		
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#dfe0d9;	
	background:url(../images/btn_specifications03_r.gif) no-repeat;
}

.function04_specification {
	float: left;
	width: 355px;
	margin-top:10px;
	padding-top:36px;		
	background-color:#e7e8ed;
}


.function04_specification a{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications04.gif) no-repeat;

}

.function04_specification a:hover{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications04_r.gif) no-repeat;
}


.function05_specification {
	float: left;
	width: 355px;
	margin-top:10px;
	padding-top:36px;			
	background-color:#e7e8ed;
}


.function05_specification a{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;
	background:url(../images/btn_specifications05.gif) no-repeat;
}

.function05_specification a:hover{
	display: block;
	width: 284px;
	height: 88px;	
	font-size: ;
	line-height;140%;
	font-weight:normal;
	background-color:#e7e8ed;	
	background:url(../images/btn_specifications05_r.gif) no-repeat;
}*/

.specification_pdf{
	float:right;
	color:#1b459b;
	padding-left:12px;
	margin-bottom:10px;
	background:url(../images/arrow.gif) no-repeat center left;
}

.specification_pdf a:link{
	color:#1b459b;
}

.specification_pdf a:visited{
	color:#1b459b;
}

.specification_pdf a:hover{
	color:#1b459b;
	text-decoration:underline;
}

.print{
	margin-bottom:20px;
	color:#1b459b;
	}
	
.print a:link{
	color:#1b459b;
	}
	
.print a:visited{
	color:#1b459b;
	}
	
.print a:hover{
	color:#1b459b;
	text-decoration:underline;	
	}			
	
.print_page{
	width:100px;
	margin-top:30px;
	margin-bottom:20px;
	padding-left:13px;
	font-weight:bold;
	color:#1b459b;
	margin-left:280px;
	background:url(../images/arrow.gif) no-repeat center left;
	}
	
.print_page a:link{
	color:#1b459b;
	}
	
.print_page a:visited{
	color:#1b459b;
	}
	
.print_page a:hover{
	color:#1b459b;
	text-decoration:underline;	
	}			

.page_top{
	width:110px;
	margin-top:30px;
	padding-left:13px;
	color:#1b459b;
	margin-left:620px;
	background:url(../images/arrow_top.gif) no-repeat center right;
}

.page_top a:link{
	color:#1b459b;
	}
	
.page_top a:visited{
	color:#1b459b;
	}
	
.page_top a:hover{
	color:#1b459b;
	text-decoration:underline;	
	}			

/*sitemap-----------------------------------------*/
.sitemap_thumb{
	padding-left:30px;
	padding-bottom:20px;
	clear: both;
}

.sitemap_box a:link{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#1b459b;
	display: block;
	margin-bottom:5px;
}

.sitemap_box a:visited{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;	
	text-align:left;
	color:#1b459b;
	display: block;
}

.sitemap_box a:hover{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#a8b3d9;
	display: block;
}

.sitemap_box_5 a:link{
	float:left;
	width:120px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#1b459b;
	display: block;
	margin-bottom:5px;
}

.sitemap_box_5 a:visited{
	float:left;
	width:120px;
	padding-left:5px;
	padding-bottom:3px;	
	text-align:left;
	color:#1b459b;
	display: block;
}

.sitemap_box_5 a:hover{
	float:left;
	width:120px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#a8b3d9;
	display: block;
}

.sitemap_box_200 a:link{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#1b459b;
	display: block;
	margin-bottom:5px;
}

.sitemap_box_200 a:visited{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;	
	text-align:left;
	color:#1b459b;
	display: block;
}

.sitemap_box_200 a:hover{
	float:left;
	width:150px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#a8b3d9;
	display: block;
}

.sitemap_box_300 a:link{
	float:left;
	width:305px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#1b459b;
	display: block;
	margin-bottom:5px;
}

.sitemap_box_300 a:visited{
	float:left;
	width:305px;
	padding-left:5px;
	padding-bottom:3px;	
	text-align:left;
	color:#1b459b;
	display: block;
}

.sitemap_box_300 a:hover{
	float:left;
	width:305px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#a8b3d9;
	display: block;
}

.sitemap_box_600 a:link{
	float:left;
	width:605px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#1b459b;
	display: block;
	margin-bottom:5px;
}

.sitemap_box_600 a:visited{
	float:left;
	width:605px;
	padding-left:5px;
	padding-bottom:3px;	
	text-align:left;
	color:#1b459b;
	display: block;
}

.sitemap_box_600 a:hover{
	float:left;
	width:605px;
	padding-left:5px;
	padding-bottom:3px;
	text-align:left;
	color:#a8b3d9;
	display: block;
}
/*Lineup-----------------------------------------*/
.lineup_title {
	width:640px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/lineup_title.gif) no-repeat left top;
	padding-bottom: 20px;
	color: #3A4266;
}
.lineup_box{
	text-align:left;
	line-height:1.5;
	color:#1b459b;
	font-size:110%;
}

.lineup_box_title_p{
	color:#333399;
	font-size:12px;
	font-weight: normal;
	font-weight:bold;
}

.lineup_box_title{
	color:#333399;
	font-size:16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.lineup_box_photo{
	color:#5b609e;
	font-size:14px;
	padding:15px 15px 15px 30px;
	border-left: 1px solid #DBDBDB;
}
.lineup_box_text{
	color:#5b609e;
	font-size:14px;
	padding:8px;
	border-right: 1px solid #DBDBDB;
}
/*
.lineup01 {
	text-align:left;
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup01.jpg) no-repeat center top;
}


.lineup02 {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup02.jpg) no-repeat center top;
}

.lineup03 {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup03.jpg) no-repeat center top;
}

.lineup04 {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup04.jpg) no-repeat center top;
}

.lineup05 {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup05.jpg) no-repeat center top;
}
.lineup_ut55a {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup_ut55a.jpg) no-repeat center top;
}
.lineup_ut35a {
	float: left;
	width: 660px;
	height:131px;
	margin-top:10px;
	background:url(../images/lineup_ut35a.jpg) no-repeat center top;
}

.lineup_box a:link{
	width: 500px;
	color:#1b459b;
}

.lineup_box a:visited{
	width: 500px;
	color:#1b459b;
}

.lineup_box a:hover{
	width: 500px;
	color:#5b609e;
	text-decoration:underline;
}

.lineup_box55{
	text-align:left;
	line-height:1.5;
	width: 455px;
	height:125px;
	padding-left:195px;
	padding-top:20px;
	color:#1b459b;
	font-size:110%;
}

.lineup_box55 a:link{
	width: 500px;
	color:#1b459b;
}

.lineup_box55 a:visited{
	width: 500px;
	color:#1b459b;
}

.lineup_box55 a:hover{
	width: 500px;
	color:#5b609e;
	text-decoration:underline;
}

*/
/*News-------------------------------------------*/

.news_p {
	border-bottom: 1px dotted #000000;
	padding-bottom:21px;
	line-height:1.4;
	text-align: left;
}


/*photo-------------------------------------------*/

.photo_p{
	padding-top:30px;
	line-height:1.4;
	text-align: left;
	color:#5b609e;	
	}

.photo_thumb {
	padding-top:20px;
	clear: both;
}

.photo_box a{
	float: left;
	width: 180px;
	height:180px;
	margin:10px 20px 0px 20px;
}

.photo_btn a{
	float: left;
	width: 180px;
	height:28px;
	margin:0px 20px;
}

.photo a{
	line-height: 1.2;
	text-decoration: none;
	display: block;
	font-weight: normal;
	width:285px;
	padding-left:36px;
	padding-top:100px;
	}
	
.photo_area{
	margin-top:5px;
	width:660px;
	clear: both;
	}	


/*clear-------------------------------------------*/

.clear {
	clear:both;
	}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*hides from IE-mac \*/
*html .clearfix{height:1%}
.clearfix{display:block;}
/*End hide from IE-mac */

/*-----------------------------------------------*/
.box_head{
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#5B609E;
	padding:3px;
	text-align:center;
	height:30px;
	padding-top:20px;
	}

.box_head2{
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#5B609E;
	padding:3px;
	text-align:center;
	height:45px;
	padding-top:5px;
	line-height:15px;
	}
	
.box_left_title{
	color:#333333;
	background-color:#eeebff;
	padding:3px;
	text-align:left;
	}	
	
.box_left{
	font-size:120%;
	color:#333333;
	background-color:#FFFFFF;
	padding:3px;
	text-align:left;
	}
	
.box_center{
	font-size:120%;
	color:#333333;
	background-color:#FFFFFF;
	padding:3px;
	text-align:center;
	}			
	
.red1 {
	color: #FF0000;
	font-weight: bold;
}

.specifications_title_left{
	padding-left:40px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
	color:#26375e;
}

.specifications_title_right{
	padding-left:35px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
	color:#26375e;	
}

.customize_title{
	font-size:16px;
	color:#43569d;
	font-weight:bold;
	margin-bottom:10px;
}

.customize_title2{
	font-size:12px;
	color:#43569d;
	font-weight:bold;
}

.customize_title3{
	font-size:12px;
	color:#666666;
	font-weight:bold;
}