@charset "utf-8";

/* CSS common part for all page design */

body {
	line-height: 100%;
	color: #000000;
	background-image: url(../index/img/bg.gif);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	top: 1px;
	clip:   rect(   );
	position: relative;
	color: #FF0000
}

.red {
	color: #FF0000
}


/* WRAPPER */

#wrapper {
	margin: 0px auto;
	width: 860px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0px 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}


#wrapper img {
	border: 0;
}


/* HEADER SECTION */

#wrapper #header {
	padding: 0px;
	width: 860px;
	margin-bottom: 3px;
}

#header h1 {
	font-size: 10px;
	width: 860px;
	display: block;
	color: #666666;
}

#header h2 {
	font-size: 12px;
	text-align: center;
	display: block;
	width: 860px;
	padding-top: 2px;
}

#header h2 a {
	font-size: 12px;
	text-align: center;
	display: block;
	width: 860px;
	color: #000000;
}

#header img {
	margin: 0px;
	padding: 0px;
	width: 860px;
	display: block;
	border: 0;
}


/* header Navigation */

#header #headerNavi {
	margin: 0px;
	width: 860px;
	padding: 0px;
}

#header #headerNavi ul {
	width: 860px;
	padding: 0px;
	margin: 2px 0 2px 3px;
}

#header #headerNavi li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}

#header li a {
	font-size: 9px;
	line-height: 100%;
}


/* CONTENTS SECTION */

#wrapper #content {
	width: 860px;
	height: 100%;
	line-height: 130%;
	margin: 0 auto;
	vertical-align: baseline;
}

/* CONTENTS RIGHT part DIV #primary */

#wrapper #content #primary {
	float: right;
	width: 685px;
	height: 100%;
}


/* CONTENTS LEFT part DIV #NAVI */

#wrapper #content #NAVI {
	float: left;
	width: 167px;
}

#NAVI #top {
	width: 165px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

#NAVI #top h3 {
	width: 165px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
	margin-bottom: 8px;
}

#NAVI #top p {
	width: 165px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
	margin-bottom: 8px;
}

#NAVI #top img {
	width: 165px;
}

#NAVI .NV {
	width: 165px;
	margin-bottom: 12px;
}

#NAVI .NV h3 {
	width: 165px;
	height: 35px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

#NAVI .NV img {
	width: 165px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

#NAVI .NV ul {
	width: 165px;
	border-bottom: solid #B30200 1px;
}

#NAVI .NV li {
	list-style-type: none;
	width: 165px;
}

#NAVI .NV .L {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

#NAVI .NV a {
	display: block;
	padding: 12px 0px 9px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B30200;
	border-left-color: #B30200;
	background-image: url(../index/img/menu11.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#NAVI .NV a:hover {
	background-image: url(../index/img/menu12.gif);
}

#NAVI .CM {
	width: 165px;
	margin-bottom: 5px;
}

#NAVI .CM img {
	display: block;
	width: 165px;
	border: 0;
}

#NAVI address {
	width: 160px;
	font-size: 10px;
	color: #000000;
	margin-left: 3px;
	margin-top: 8px;
	display: block;
	font-style: normal;
}

#NAVI address a {
	font-size: 10px;
	color: #000000;
}


/* DIV #NAVI class CM2  リンク集～サイトマップ */

#NAVI .CM2 {
	margin: 0 auto;
	width: 155px;
	margin-bottom: 10px;
}

#NAVI .CM2 p {
	width: 145px;
	display: block;
	margin-left: 10px;
}

#NAVI .CM2 a {
	width: 145px;
	font-size: 12px;
}

#NAVI .CM2 img {
	display: inline;
	width: 7px;
	height: 8px;
}


/* FOOTER SECTION */

#wrapper #footer {
	clear: both;
	width: 860px;
	padding: 5px 0;
}


/* COPYRIGHT SECTION */

#footer #copyright {
	background-color: #FFE1C4;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	margin-top: 1px;
}

#footer #copyright address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	letter-spacing: 1px;
}

/* footer Navigation */

#footer #footerNavi {
	margin: 0px;
	width: 860px;
	padding: 0px;
}

#wrapper #footer #footerNavi ul {
	width: 860px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
}

#wrapper #footer #footerNavi li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}

#wrapper #footer #footerNavi a {
	font-size: 9px;
	line-height: 200%;
}

