﻿@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 img {
	background: #FFFFFF;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}



/* ============================================================ nitomsHeader */

#nitomsHeader {
	width: 960px;
	height: 170px;
	margin: 0 auto;
}

#nitomsHeaderPopup {
	width: 760px;
	height: 60px;
	margin: 0 auto;
}

#nitomsHeaderPopup h1 {
	margin: 20px 0 0 20px;
}



/* ============================================================ 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;
}

#contentMainFull {
	width: 740px;
	margin: 0;
}

#contentLeft {
	float: left;
	width: 160px;
	margin: 0 20px 30px 0;
}

#contentRight {
	float: right;
	width: 160px;
	margin: 0 0 30px 20px;
}

#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;
}

.contentText {
    clear: both;
    padding-bottom: 10px;
}

.contentSubTitle,
.contentSubTitle2 {
    clear: both;
    font-size:156%;
    font-weight:bold;
    border-left:solid 5px #365995;
    color:#365995;
    padding-left:8px;
}

.contentSubTitle {
    margin: 30px 0 10px;
}

.contentSubTitle2 {
    margin: 50px 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;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	border-bottom: 0;
}

#contentRight ul.rightNavi li a {
	text-decoration: none;
}

#contentRight #localBanner ul {
	margin: 0 0 10px;
}

#contentRight #localBanner ul li {
	display: block;
	margin: 5px 0;
	padding: 0;
	background: none;
	border-bottom: 0;
}



/* ============================================================ nitomsFooter */

#nitomsFooter {
	clear: both;
}

#nitomsFooterPopup {
	clear: both;
	width: 760px;
	height: 60px;
	margin: 0 auto;
}

#nitomsFooterPopup p {
	text-align: center;
}



/* ============================================================ class */

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: 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;
}


/* ===================================================== SnsButton */

.snsButton {
	float: right;
}

.snsButton ul {
	height: 18px;
}

.snsButton ul li {
	float: left;
	padding: 0 0 0 5px;
}

