/* Global CSS Document */

body {
	position: relative;
	color: #333333;
	font-family: Verdana, sans-serif;
	background-color: #EDF1ED;
}
/* ------------------------------------------------------------------------Gloval layout */
#Header, #TitleImage, #MainMenu, #Topics, #Main, #swfarea, #Footer {
	clear:both;
	position: relative;
	width:100%;
	display: block;
	overflow: hidden;
}
#HeaderIn, #TitleImageIn, #MainMenuIn, #TopicsIn, #swfareaIn, #MainIn, #FooterIn {
	position: static;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------------------------------------------------Header */
#Header {
	background-image: url(../img/headerbk.gif);
	height: 92px;
}
#HeaderIn {
	background-image: url(/common/img/header.gif);
	height: 85px;
}
#HeaderL {
	position: relative;
	display: inline;
	float: left;
	width: 300px;
}
#HeaderL h1 {
	font-size: 10px;
	margin-top: 10px;
	color: #333333;
	letter-spacing: 1px;
}
#HeaderR {
	position: relative;
	float: right;
	display: inline;
}
#Header ul {
	display: block;
}
#Header li {
	display: inline;
	margin-left: 0px;
	padding-top: 40px;
	float: left;
	padding-left: 2px;
	color: #333333;
	font-size: 93%;
	width: 70px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9ACB7A;
}
/* ------------------------------------------------------------------------TitleImage */
#swfarea  {
	background-image: url(../img/flaback.gif);
}
#swfareaIn {
}
#TitleImage {
	background-image: url(../img/titleback.gif);
}
/* ------------------------------------------------------------------------MainMenu */
#MainMenu {
	background-image: url(../img/menubk.gif);
	height: 38px;
}
#MainMenuIn {
	height: 33px;
	margin-top: 5px;
}
#MainMenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#MainMenu li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
/* ------------------------------------------------------------------------Main */

#Main {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 40px;
}
#HOME #Main {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
#MainIn {
	width: 900px;
	padding: 0px;
}
#HOME #MainIn {
	padding: 0px 0px 40px;
	background-image: url(/img/topback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#HOME #MainIn hr {
	clear: both;
	visibility: hidden;
}
.goahead {
	clear: both;
	text-align: right;
	padding-right: 20px;
}
/* ------------------------------------------------------------------------Footer */
#Footer {
	background: url(/common/img/barbk.gif) repeat-x;
}
#FooterIn {
	font-size: 93%;
	padding-top: 15px;
	height: 80px;
	margin-bottom: 15px;
}

/* ------------------------------------------------------------------------subMenu */
#submenu {
	display: inline;
	float: left;
	width: 200px;
	margin: 0px;
}
#submenu ul {
	display: block;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#submenu li {
	display: block;
	list-style-type: none;
	background-image: url(/common/img/arrow01.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EFD8;
	background-position: 0px 5px;
	margin-right: 25px;
	margin-left: 10px;
	font-size: 13px;
	padding-bottom: 1px;
}
#submenu strong {
	color: #007A2F;
}
#submenu hr {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #E0E4D6;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	display: block;
	margin-top: 25px;
}
/* ------------------------------------------------------------------------Main */
/* Home */
#HOME  {
}
#HOME #MC {
	display: inline;
	float: left;
	width: 620px;
}
#HOME #BN {
	display: inline;
	float: right;
	width: 260px;
	padding-top: 20px;
}
/* DivisionTop *//* DivisionDetails */
#DVTOP {
}
#DVDTL {
}
#DVTOP #MC, #DVDTL #MC {
	display: inline;
	float: right;
	width: 655px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE2D3;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#DVDTL #MainMenu {
	margin-top: -2px;
}
/* ------------------------------------------------------------------------Footer */
#FooterL {
	position: relative;
	display: inline;
	float: left;
	width: 300px;
}
#FooterL p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
}
#FooterR {
	position: relative;
	float: right;
	display: inline;
	padding-top: 5px;
}
#FooterR ul {
	display: block;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#FooterR li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
}
#FooterR p {
	text-align: right;
	padding-top: 2px;
	font-size: 10px;
}
/* ------------------------------------------------------------------------Link Color */
a:link {
	color: #538A70;
}
a:visited {
	color: #747798;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #009966;
}
/* - */
#HeaderR a:link {
	color: #333333;
	text-decoration: none;
}
#HeaderR a:visited {
	color: #333333;
	text-decoration: none;
}
#HeaderR a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#HeaderR a:active {
	color: #339933;
}
#HeaderR strong {
	color: #007A2F;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #9ACB7A;
}
/* - */
#submenu a:link {
	color: #29302B;
	text-decoration: none;
}
#submenu a:visited {
	color: #29302B;
	text-decoration: none;
}
#submenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#submenu a:active {
	color: #339933;
}

/* - */
.lc1 a:link {
	color: #003300;
	text-decoration: none;
}
.lc1 a:visited {
	color: #37303F;
	text-decoration: none;
}
.lc1 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.lc1 a:active {
	color: #99CC33;
}
/* - */
.lc2 a:link {
	color: #3E3320;
	text-decoration: none;
	font-size: 93%;
}
.lc2 a:visited {
	color: #3A2F2C;
	text-decoration: none;
	font-size: 93%;
}
.lc2 a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 93%;
}
.lc2 a:active {
	color: #99CC33;
	font-size: 93%;
}

/* Hx class */
.type01 {
	color: #007A2F;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: large;
}
.type02 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #563D2E;
	background: url(../img/anchor.png) no-repeat;
	padding-left: 10px;
}
.type03 {
	letter-spacing: 0.2em;
	background: url(../img/hx-back01.jpg) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 85%;
	color: #877A67;
}
.type04 {
	font-size: large;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 7px;
}
.type05 {
	font-size: xx-large;
	font-weight: bold;
	color: #006666;
}
.type06 {
	font-size: 24px;
}
.type07 {
	font-size: 108%;
	font-weight: bold;
	color: #4E5E48;
	margin-bottom: 15px;
}
.type08 {
}
.type09 {
}
.type10 {
}

/* TextStyle */
.text01 {
	line-height: 1.48em;
	letter-spacing: 0.1em;
}
.text02 {
	line-height: 1.38em;
}

/* DiscTypeStyle */
.descNormal dt{
	width:8em;
}
.descNormal dd{
	margin-left:10em;
	margin-top:-1.2em;
}
.descLong dt{
	width:12em;
}
.descLong dd{
	margin-left:14em;
	margin-top:-1.2em;
}
/* layout class各種 */
.blk01 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #DAE0DF;
	padding: 20px;
}
.blk02 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #DAE0DF;
	padding: 5px;
	background-color: #E9EADF;
}
.BQ01 {
	margin-left: 20px;
	margin-right: 20px;
}
.BQ02 {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.6em;
}

/* LightBox class各種 */
.LBmain {
	margin-bottom: 30px;
}
.LBmain P {
	margin-bottom: 10px;
	padding-top: 5px;
}
.LBmain img {
	padding: 2px;
	border: 1px solid #E5E5E5;
}
.LBmain em{
	font-size: 10px;
	color: #4B4F87;
	background-image: url(/common/img/arrow02.gif);
	display: block;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.LBmain ul {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LBmain li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LBmain hr {
	clear: both;
	visibility: hidden;
}
.clearboth {
	clear: both;
	visibility: hidden;
}
#pankuzu {
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #697672;
}
#HOME #BN .newsarea p {
	font-size: 85%;
	color: #456750;
}
