﻿@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-color: #FFFFFF;
	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 {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 940px;
	height: 52px;
}

#headerLeft {
	float: left;
	width: 310px;
}

#headerMenu ul li {
	text-indent: -9999px;
	line-height: 0;
}

#headerMenu {
	float: right;
	width: 108px;
	height: 27px;
}

#headerMenu ul li#ask a {
	display :block;
	width: 108px;
	height: 27px;
	text-indent: -9999px;
}

#headerMenu ul li#ask a:link,
#headerMenu ul li#ask a:visited {
	background: url("../img/r_menu.gif") left top no-repeat;
}

#headerMenu ul li#ask a:hover,
#headerMenu ul li#ask a:active {
	background: url("../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 {
	position: relative;
	width: 940px;
	margin: 0 auto 10px;
}

#globalNavi ul {
	width: 940px;
	height: 37px;
	background: url("../img/g_menu.gif") left top no-repeat;
}

#globalNavi ul li {
	float: left;
}

#globalNavi ul li a {
	display: block;
	width: 146px;
	height: 37px;
	text-indent: -9999px;
}

#gnaviProduct a:hover,
#gnaviProduct a:active {
	background: url("../img/g_menu.gif") 0 -37px no-repeat;
}

#gnaviPR a:hover,
#gnaviPR a:active {
	background: url("../img/g_menu.gif") -146px -37px no-repeat;
}

#gnaviColumn a:hover,
#gnaviColumn a:active {
	background: url("../img/g_menu.gif") -292px -37px no-repeat;
}

#gnaviPresent a:hover,
#gnaviPresent a:active {
	background: url("../img/g_menu.gif") -438px -37px no-repeat;
}

#gnaviQA a:hover,
#gnaviQA a:active {
	background: url("../img/g_menu.gif") -584px -37px no-repeat;
}

#gnaviCompany a {
	position: absolute;
	left: 795px;
	top: 0;
}

#gnaviCompany a:hover,
#gnaviCompany a:active {
	background: url("../img/g_menu.gif") -795px -37px no-repeat;
}



/* ============================================================ topicPath */

#topicPath {
	margin: 0 auto 10px;
	width: 940px;
	color: #87AACD;
	font-size: 85%;
}

#topicPath a:link,
#topicPath a:visited {
	color: #87AACD;
	text-decoration: none;
}

#topicPath a:hover,
#topicPath a:active {
	color: #87AACD;
	text-decoration: underline;
}



/* ============================================================ pageTop */

#pageTop {
	width: 940px;
	height: 13px;
	margin: 0 auto 7px;
	padding-top: 10px;
	background: url("../img/line_pagetitle.gif") left top repeat-x;
	text-align: right;
}



/* ============================================================ nitomsFooter */

#nitomsFooter {
	width: 940px;
	height: 74px;
	margin: 0 auto;
}

#nitomsFooter p {
	height: 25px;
	background: url("../img/bg_policy.gif") left top no-repeat;
}

#nitomsFooter p a:link,
#nitomsFooter p a:visited{
	display: block;
	width: 123px;
	height: 25px;
	text-indent: -9999px;
}

#nitomsFooter p a:hover,
#nitomsFooter p a:active {
	background: url("../img/bg_policy.gif") 0 -25px no-repeat;
}

#footerLeft {
	float: left;
	width: 230px;
	height: 12px;
	margin-top: 10px;
	background: url("../img/copyright.gif") left top no-repeat;
	text-indent: -9999px;
}

#footerRight{
	float: right;
	width: 102px;
	height: 27px;
	margin-top: 7px;
}



/* ============================================================ class */

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.small {
	font-size: 80%;
}

.textBold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.imgBorder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}



/* ===================================================== 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;
}



.marginLft10 {
	margin-left: 10px;
}

.marginLft20 {
	margin-left: 20px;
}



.marginRht10 {
	margin-right: 10px;
}

.marginRht20 {
	margin-right: 20px;
}



