﻿@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: #FFFFFF url("../img/bg_body.jpg") center top no-repeat;
	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 {
	border-top: 3px solid #ff1917;
}

#headerArea {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#headerLeft {
	float: left;
	width: 253px;
}

#headerRight {
	float: right;
	width: 260px;
	margin: 5px 0 0;
}

#headerMenu {
	float: right;
	width: 135px;
	margin: 0 0 6px;
}

#headerMenu li {
	float: left;
	text-indent: -9999px;
}

#headerMenu li a {
	display: block;
	text-indent: -9999px;
}

#menuHome a {
	width: 52px;
	height: 17px;
}

#menuContact a {
	width: 83px;
	height: 17px;
}

#menuHome a:link,
#menuHome a:visited {
	background: url("../img/header_menu.gif") 0 0 no-repeat;
}

#menuHome a:hover,
#menuHome a:active {
	background: url("../img/header_menu.gif") 0 -17px no-repeat;
}

#menuContact a:link,
#menuContact a:visited {
	background: url("../img/header_menu.gif") -52px 0 no-repeat;
}

#menuContact a:hover,
#menuContact a:active {
	background: url("../img/header_menu.gif") -52px -17px no-repeat;
}

#nittoSearch {
	width: 260px;
	text-align: right;
}

#nittoSearch input {
	margin: 0 0 0 5px;
	padding: 0;
}

.searchTxt {
	width: 180px;
}


/* ============================================================ naviArea */

#naviArea {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0 0 10px;
	background: url("../img/navi_bg.gif") left top repeat-x;
}

#naviArea ul {
	width: 770px;
	margin: 0 auto;
}

#naviArea ul li {
	float: left;
	text-indent: -9999px;
}

#naviArea ul li a {
	display: block;
	text-indent: -9999px;
}

#navi1 a,
#navi2 a,
#navi3 a,
#navi4 a,
#navi5 a {
	width: 128px;
	height: 40px;
}

#navi6 a {
	width: 130px;
	height: 40px;
}

#navi1 a:link,
#navi1 a:visited {
	background: url("../img/navi.gif") 0 0 no-repeat;
}

#navi1 a:hover,
#navi1 a:active {
	background: url("../img/navi.gif") 0 -40px no-repeat;
}

#navi2 a:link,
#navi2 a:visited {
	background: url("../img/navi.gif") -128px 0 no-repeat;
}

#navi2 a:hover,
#navi2 a:active {
	background: url("../img/navi.gif") -128px -40px no-repeat;
}

#navi3 a:link,
#navi3 a:visited {
	background: url("../img/navi.gif") -256px 0 no-repeat;
}

#navi3 a:hover,
#navi3 a:active {
	background: url("../img/navi.gif") -256px -40px no-repeat;
}

#navi4 a:link,
#navi4 a:visited {
	background: url("../img/navi.gif") -384px 0 no-repeat;
}

#navi4 a:hover,
#navi4 a:active {
	background: url("../img/navi.gif") -384px -40px no-repeat;
}

#navi5 a:link,
#navi5 a:visited {
	background: url("../img/navi.gif") -512px 0 no-repeat;
}

#navi5 a:hover,
#navi5 a:active {
	background: url("../img/navi.gif") -512px -40px no-repeat;
}

#navi6 a:link,
#navi6 a:visited {
	background: url("../img/navi.gif") -640px 0 no-repeat;
}

#navi6 a:hover,
#navi6 a:active {
	background: url("../img/navi.gif") -640px -40px no-repeat;
}


/* ============================================================ contentArea */

#contentArea {
	clear: both;
	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: 6px 0 13px;
}

#categoryName {
	clear: both;
	padding: 0 0 10px;
}

#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 */

.rightNaviTitle {
	margin: 24px 0 10px;
}

.rightNaviSub {
	margin: 0 0 10px;
}

#contentRight ul,
#contentLeft ul {
	margin: 0 0 10px;
}

#contentLeft li {
	display: block;
	padding: 7px 5px 7px 16px;
	background: url(../img/mark3.gif) 5px 11px no-repeat;
	border-bottom: 1px dashed #B2BDCF;
	line-height: 1.2em;
}

#contentRight li {
	display: block;
	padding: 7px 5px 7px 16px;
	background: url(../img/mark1.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;
}


#contentRight ul.rightNavi {
	margin: 0 0 10px;
}

#contentRight ul.rightNavi li {
	display: block;
	padding: 0;
	background: none;
	border-bottom: 0;
}

#contentRight ul.rightNavi li a {
	text-decoration: none;
}



/* ============================================================ 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;
}

#nitomsFooter p {
	height: 25px;
	background: url("../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("../img/bg_footer.gif") 0 -25px no-repeat;
}

#footerLeft {
	float: left;
	width: 235px;
	height: 12px;
	margin: 12px 0 0;
	background: url("../img/copyright.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;
}

.pink {
	color: #FF00A8;
}

.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;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop60 {
	margin-top: 60px;
}



.marginBtm5 {
	margin-bottom: 5px;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginBtm15 {
	margin-bottom: 15px;
}

.marginBtm20 {
	margin-bottom: 20px;
}

.marginBtm25 {
	margin-bottom: 25px;
}

.marginBtm30 {
	margin-bottom: 30px;
}

.marginBtm40 {
	margin-bottom: 40px;
}

.marginBtm60 {
	margin-bottom: 60px;
}



.marginLft5 {
	margin-left: 5px;
}

.marginLft10 {
	margin-left: 10px;
}

.marginLft15 {
	margin-left: 15px;
}

.marginLft20 {
	margin-left: 20px;
}

.marginLft25 {
	margin-left: 25px;
}

.marginLft30 {
	margin-left: 30px;
}

.marginLft40 {
	margin-left: 40px;
}

.marginLft60 {
	margin-left: 60px;
}



.marginRht5 {
	margin-right: 5px;
}

.marginRht10 {
	margin-right: 10px;
}

.marginRht15 {
	margin-right: 15px;
}

.marginRht20 {
	margin-right: 20px;
}

.marginRht25 {
	margin-right: 25px;
}

.marginRht30 {
	margin-right: 30px;
}

.marginRht40 {
	margin-right: 40px;
}

.marginRht60 {
	margin-right: 60px;
}


