@charset "Shift_JIS";

/*-----------------------------
      Default setting
-------------------------------*/

html{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color:#333;
	background-image:url("../img/page_bg.jpg");
	background-position: 0 0;
	background-repeat:repeat-x;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

div,form,ul,dl {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	color: #333;
}

img { 
	border: 0;
	display: block;
}
img.inline{
	display: inline;
}
img.m{
	margin-bottom: 5px;
}

p { 
	font-size: 13px;
	line-height: 150%; 
	margin: 0 0 0.5em 0;
}


sup{
	vertical-align: top;
}
sub{
	vertical-align: baseline;
}

a:link,
a:visited {
	color: #06c;
	text-decoration:none;
 }
a:hover {
	color: #06c;
	text-decoration: underline;
}

em { 
	font-weight: bold;
	font-style: normal;
}
strong { 
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.clearFloat {
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

div#anchorLink{
	display: none;
}



/*-----------------------------------
         Clear float
-------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
	line-height:0;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*-----------------------------------
         Main page area
-------------------------------------*/

div#main {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #333;
	background-color: #fff;
	text-align: left;
}

/*-----------------------------------
         Header
-------------------------------------*/
div#header {
	width: 750px;
	margin: 0 0 2px 0;
}
div#header p{
	margin: 0;
	padding: 10px 5px 0 0;
	font-size: 11px;
	color: #999;
	text-align: right;
}

/*-----------------------------------
         Global nav
-------------------------------------*/
div#mainNav{
	width: 750px;
	padding: 1px 0;
	background: url("../img/main_nav_bg.gif") 0 0 repeat-x;
}
div#mainNav div.siteName{
	width:145px;
	float: left;
}
div#mainNav div.siteName a{
	display: block;
	width: 145px;
	height: 30px;
	overflow: hidden;
	background: url("../img/logo.gif") 0 0 no-repeat;
	font-size: 12px;
	text-indent: -5000px;
}

/*------------Link Button ------------*/
div#mainNav ul{
	width: 405px;
	list-style: none;
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
}
div#mainNav ul li{
	float: left;
}
li#navProducts{
	width: 85px;
}
li#navCompany{
	width: 85px;
}
li#navSupport{
	width: 145px;
}
li#navRelated{
	width: 84px;
}


div#mainNav ul li a{
	display: block;
	width: 100%;
	height: 21px;
	overflow:hidden;
	background-image: url("../img/main_nav_btn.gif");
	background-repeat: norepeat;
	text-indent: -5000px;
}

li#navProducts a:link,
li#navProducts a:visited{
	background-position: 0 0;
}
li#navProducts a:hover{
	background-position: 0 -21px;
}
li#navProducts a.current:link,
li#navProducts a.current:visited,
li#navProducts a.current:hover{
	background-position: 0 -42px;
}

li#navCompany a:link,
li#navCompany a:visited{
	background-position: -85px 0;
}
li#navCompany a:hover{
	background-position: -85px -21px;
}
li#navCompany a.current:link,
li#navCompany a.current:visited,
li#navCompany a.current:hover{
	background-position: -85px -42px;
}

li#navSupport a:link,
li#navSupport a:visited{
	background-position: -170px 0;
}
li#navSupport a:hover{
	background-position: -170px -21px;
}
li#navSupport a.current:link,
li#navSupport a.current:visited,
li#navSupport a.current:hover{
	background-position: -170px -42px;
}

li#navRelated a:link,
li#navRelated a:visited{
	background-position: -315px 0;
}
li#navRelated a:hover{
	background-position: -315px -21px;
}
li#navRelated a.current:link,
li#navRelated a.current:visited,
li#navRelated a.current:hover{
	background-position: -315px -42px;
}



/*-----------------------------------
         Footer
-------------------------------------*/

ul#pageEndNav{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
ul#pageEndNav li{
	display: inline;
	padding: 0 10px 0 12px;
	font-size: 12px;
	line-height: 130%;
	background: url("../img/list_point01.gif") 0 0.2em no-repeat;
}

div#footer{
	width: 750px;
	margin-top: 15px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	font-size: 12px;
	color: #666;
	background-color:#fff;
	text-align:right;
}
div#footer p{
	margin: 0;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 120%;
	color: #666;
	background-color:#fff;
	text-align:right;
}



/*-----------------------------------
         contents wrapper
-------------------------------------*/

div#wrapperA{
	width: 740px;
	margin: 0 0 0 10px;
}
div#wrapperA2{
	width: 740px;
	margin: 0 0 0 10px;
	background: url("../img/nav_bg.gif") right top repeat-y;
}
div#wrapperB{
	width: 740px;
	margin: 0 0 0 5px;
}
div#wrapperC{
	width: 730px;
	margin: 0 0 0 10px;
}


div#contentsArea{
	width: 570px;
	padding: 2px 0 0 0;
	float: left;
}
div#localNav{
	width: 160px;
	padding: 0;
	float: right;
	background-color:#eeeeee;
}
div#contentsArea2{
	width: 740px;
	padding: 2px 0 0 0;
}









/*-----------------------------------
         Topic path
-------------------------------------*/

p#topicPath{
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	line-height: 120%;
}

p#topicPath a:link,
p#topicPath a:visited{
	color: #666;
}
p#topicPath a:hover{
	color: #000;
}



/*-----------------------------------
         Column size
-------------------------------------*/

div.column01{
	width: 570px;
	padding-bottom: 10px;
}
div.column01 div.l{
	width: 280px;
	float: left;
}
div.column01 div.r{
	width: 280px;
	float: right;
}

div.column02{
	width: 570px;
	padding-bottom: 10px;
}
div.column02 div.l{
	width: 300px;
	float: left;
}
div.column02 div.r{
	width: 260px;
	float: right;
}

div.column03{
	width: 570px;
	padding-bottom: 10px;
}
div.column03 div.l{
	width: 350px;
	float: left;
}
div.column03 div.r{
	width: 210px;
	float: right;
}

div.column04{
	width: 570px;
	padding-bottom: 10px;
}
div.column04 div.l{
	width: 360px;
	float: left;
}
div.column04 div.r{
	width: 200px;
	float: right;
}

div.column05{
	width: 570px;
	padding-bottom: 10px;
}
div.column05 div.l{
	width: 240px;
	float: left;
}
div.column05 div.r{
	width: 320px;
	float: right;
}

div.column06{
	width: 570px;
	padding-bottom: 10px;
}
div.column06 div.l{
	width: 440px;
	float: left;
}
div.column06 div.r{
	width: 120px;
	float: right;
}

div.column07{
	width: 570px;
	padding-bottom: 10px;
}
div.column07 div.l{
	width: 410px;
	float: left;
}
div.column07 div.r{
	width: 150px;
	float: right;
}

div.column08{
	width: 570px;
	padding-bottom: 10px;
}
div.column08 div.l{
	width: 270px;
	float: left;
}
div.column08 div.r{
	width: 290px;
	float: right;
}

div.column09{
	width: 570px;
	padding-bottom: 10px;
}
div.column09 div.l{
	width: 180px;
	float: left;
}
div.column09 div.r{
	width: 380px;
	float: right;
}
