﻿@charset "utf-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #E9EEF8 url(../img/bg.jpg) left top repeat-x;
	color: #666666;
	font-size: 83%;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

table, th, td, img {
	border: none;
}

hr {
	display: none;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color: #6666CC;
	text-decoration: underline;
}

a:hover {
	color: #EC8602;
	text-decoration: none;
}

a:active {
	color: #EC8602;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}



/* ============================================================ nitomsHeader */

#nitomsHeader {
	width: 740px;
	height: 85px;
	margin: 0 auto;
	padding: 10px 15px 0;
	background-color: #FFFFFF;
}

#headerLeft {
	float: left;
	width: 310px;
	margin: 0 0 10px;
}

#headerMenu {
	float: right;
	width: 108px;
	height: 27px;
	margin: 10px 0 0 0;
}

#headerMenu ul li {
	text-indent: -9999px;
	line-height: 0;
}

#headerMenu ul li#btnContact a {
	display :block;
	width: 108px;
	height: 27px;
	text-indent: -9999px;
}

#headerMenu ul li#btnContact a:link,
#headerMenu ul li#btnContact a:visited {
	background: url("../common/img/r_menu.gif") left top no-repeat;
}

#headerMenu ul li#btnContact a:hover,
#headerMenu ul li#btnContact a:active {
	background: url("../common/img/r_menu.gif") left bottom no-repeat;
}

#nittoSearch {
	float: right;
}

#nittoSearch input {
	margin: 0 0 0 5px;
	padding: 0;
}

#nittoSearch p {
	margin: 0 0 0 5px;
	font-size: 75%;
	line-height: 1.5em;
}



/* ============================================================ golvalNavi */

#globalNavi {
	clear: both;
	position: relative;
	width: 740px;
	height: 37px;
	background-color: #FFFFFF;
}

#globalNavi ul {
	width: 740px;
	height: 37px;
	background: url("../common/img/g_menu_s.gif") left top no-repeat;
}

#globalNavi ul li {
	float: left;
}

#globalNavi ul li a {
	display: block;
	height: 37px;
	text-indent: -9999px;
}

#gnaviProduct a:link,
#gnaviProduct a:visited {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") 0 0 no-repeat;
}

#gnaviProduct a:hover,
#gnaviProduct a:active {
	background: url("../common/img/g_menu_s.gif") 0 -37px no-repeat;
}

#gnaviPR a:link,
#gnaviPR a:visited {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") -124px 0 no-repeat;
}

#gnaviPR a:hover,
#gnaviPR a:active {
	background: url("../common/img/g_menu_s.gif") -124px -37px no-repeat;
}

#gnaviColumn a:link,
#gnaviColumn a:visited {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") -248px 0 no-repeat;
}

#gnaviColumn a:hover,
#gnaviColumn a:active {
	background: url("../common/img/g_menu_s.gif") -248px -37px no-repeat;
}

#gnaviPresent a:link,
#gnaviPresent a:visited {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") -372px 0 no-repeat;
}

#gnaviPresent a:hover,
#gnaviPresent a:active {
	background: url("../common/img/g_menu_s.gif") -372px -37px no-repeat;
}

#gnaviQA a:link,
#gnaviQA a:visited {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") -496px 0 no-repeat;
}

#gnaviQA a:hover,
#gnaviQA a:active {
	background: url("../common/img/g_menu_s.gif") -496px -37px no-repeat;
}

#gnaviCompany a:link,
#gnaviCompany a:visited {
	position: absolute;
	left: 625px;
	top: 0;
	width: 115px;
	background: url("../common/img/g_menu_s.gif") -625px 0 no-repeat;
}

#gnaviCompany a:hover,
#gnaviCompany a:active {
	background: url("../common/img/g_menu_s.gif") -625px -37px no-repeat;
}

body#Product #gnaviProduct a {
	width: 124px;
	background: url("../common/img/g_menu_s.gif") 0 -37px no-repeat;
}

body#PR #gnaviPR a {
	background: url("../common/img/g_menu_s.gif") -124px -37px no-repeat;
}

body#Column #gnaviColumn a {
	background: url("../common/img/g_menu_s.gif") -248px -37px no-repeat;
}

body#Present #gnaviPresent a {
	background: url("../common/img/g_menu_s.gif") -372px -37px no-repeat;
}

body#QA #gnaviQA a {
	background: url("../common/img/g_menu_s.gif") -496px -37px no-repeat;
}

body#Company #gnaviCompany a {
	position: absolute;
	left: 625px;
	top: 0;
	width: 115px;
	background: url("../common/img/g_menu_s.gif") -625px 0 no-repeat;
}



/* ============================================================ contentArea */

#contentArea {
	width: 740px;
	margin: 0 auto;
	padding: 0 15px 5px;
	background-color: #FFFFFF;
	color: #58667C;
}

#contentAll {
	width: 740px;
	margin: 0 0 30px;
}

#contentMain {
	float: left;
	width: 560px;
	margin: 0 0 30px;
}

#contentLeft {
	float: left;
	width: 160px;
	margin: 0 20px 30px 0;
}

#contentRight {
	float: right;
	width: 160px;
	margin: 0 0 30px;
}

#contentTitle {
	clear: both;
	float: left;
}

#contentTitleSub {
	float: right;
}

.contentLine {
	clear: both;
	padding: 3px 0 13px;
}

#contentAll *,
#contentMain * {
	line-height: 1.4em;
}

#contentAll h1,
#contentMain h1 {
	padding: 0 0 10px;
}



/* ============================================================ topicPath */

#topicPath {
	clear: both;
	width: 740px;
	padding: 6px 0;
	color: #6699CC;
	font-size: 85%;
}

#topicPath a:link,
#topicPath a:visited {
	color: #6699CC;
	text-decoration: none;
}

#topicPath a:hover,
#topicPath a:active {
	color: #3366CC;
	text-decoration: underline;
}



/* ============================================================ side Menu */

#contentRight ul,
#contentLeft ul {
	margin: 0 0 10px;
}

#contentRight li,
#contentLeft li {
	display: block;
	padding: 7px 5px 7px 16px;
	background: url(../products/img/off.gif) 8px 12px no-repeat;
	border-bottom: 1px dashed #B2BDCF;
	line-height: 1.2em;
}

#contentRight li a:link,
#contentRight li a:visited,
#contentLeft li a:link,
#contentLeft li a:visited {
	color: #545488;
	text-decoration: none;
}

#contentRight li a:hover,
#contentRight li a:active,
#contentLeft li a:hover,
#contentLeft li a:active {
	color: #3366CC;
	text-decoration: underline;
}



/* ============================================================ pageTop */

#pageTop {
	clear: both;
	width: 740px;
	height: 10px;
	text-align: right;
}



/* ============================================================ nitomsFooter */

#nitomsFooter {
	clear: both;
	width: 740px;
	height: 60px;
	margin: 0 auto;
	padding: 0 15px 20px;
	background-color: #FFFFFF;
}

#nitomsFooter p {
	height: 25px;
	background: url("../common/img/bg_footer.gif") left top no-repeat;
}

#nitomsFooter p a:link,
#nitomsFooter p a:visited{
	display: block;
	width: 130px;
	height: 25px;
	text-indent: -9999px;
}

#nitomsFooter p a:hover,
#nitomsFooter p a:active {
	background: url("../common/img/bg_footer.gif") 0 -25px no-repeat;
}

#footerLeft {
	float: left;
	width: 250px;
	height: 12px;
	margin: 10px 0 0;
	background: url("../common/img/copyright2.gif") left top no-repeat;
	text-indent: -9999px;
}

#footerRight{
	float: right;
	width: 102px;
	height: 27px;
	margin: 7px 0 0;
}



/* ============================================================ class */

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.text140 {
	font-size: 140%;
}

.text130 {
	font-size: 130%;
}

.text120 {
	font-size: 120%;
}

.text110 {
	font-size: 110%;
}

.text90 {
	font-size: 90%;
}

.text80 {
	font-size: 80%;
}

.textBold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.imgBorder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

sup {
	font-size: 60%;
}

sub {
	font-size: 60%;
}



/* ===================================================== class for margin */

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}



.marginBtm5 {
	margin-bottom: 5px;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginBtm15 {
	margin-bottom: 15px;
}

.marginBtm20 {
	margin-bottom: 20px;
}

.marginBtm30 {
	margin-bottom: 30px;
}

.marginBtm40 {
	margin-bottom: 40px;
}



.marginLft10 {
	margin-left: 10px;
}

.marginLft20 {
	margin-left: 20px;
}



.marginRht10 {
	margin-right: 10px;
}

.marginRht20 {
	margin-right: 20px;
}



