body {
	color: #3E3E3E;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
}

/* ------------------------------------------------------------------------ancher */
a:link{
	color: #339966;
	text-decoration: none;
	border-bottom-width: 0px;
}
a:visited{
	color: #7955C4;
	text-decoration: none;
	border-bottom-width: 0px;
}
a:hover{
	color: #CA3535;
	text-decoration: underline;
	border-bottom-width: 0px;
}
a:active{
	color: #FF0000;
}
/* ------------------------------------------------------------------------Gloval layout */
#Header, #TitleImage, #MainMenu, #Main, #Footer {
	clear:both;
	position: relative;
	width:100%;
	display: block;
}
* html #Main {
	margin-bottom: 10px;
}
#HeaderIn, #TitleImageIn, #MainMenuIn, #MainIn, #FooterIn {
	position: static;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------------------------------------------------------------Header */
#Header {
	background-color: #EEECDB;
	background-image: url(../img/BG-Header.jpg);
	background-repeat: repeat-x;
}
#HeaderIn {
}
#HeaderL {
	position: relative;
	display: inline;
	float: left;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
#HeaderR {
	position: relative;
	float: right;
	display: inline;
	margin: 10px;
}
#Header h1 {
	font-size: 85%;
	margin-left: 5px;
	letter-spacing: 6px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#Header a {
	color: #536856;
	text-decoration: none;
}
#Header ul {
	text-align: right;
	margin: 0px;
	padding-top: 3px;
}
html:\66irst-child #Header li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.HrLine {
	clear: both;
	height: 4px;
	width: 100%;
	font-size: 1;
}
.Hrclear {
	clear: both;
	visibility: hidden;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.HrImage {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 11px;
}
#MainMenu {
	height: 45px;
	overflow: hidden;
	background-image: url(../img/BG-GM.jpg);
}
#MainMenuIn {
	width: 896px; /*ボタン幅調整*/
}
#MainMenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#MainMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
/* ------------------------------------------------------------------------Main */
/* layout */
#Main {
　/* -----------------for IE */
}
#ContentsBlk {
	width: 705px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px; /* ------------------not IE */
	margin-left: 0px;
	display: inline;
	float: left;
}
#vMenuBlk {
	width: 192px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
	float: right;
	display: inline;
}
#ContentsBlk2 {
	margin-top: 8px;
	margin-bottom: 28px;
}

#ContentsBlk a:link, #ContentsBlk a:visited, #ContentsBlk2 a:link, #ContentsBlk2 a:visited{
	text-decoration: underline;
}
/* ------------------------------------------------------------------------SubMenu */
#SubMenu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28AA88;
	border-right-color: #B8C2AD;
	border-bottom-color: #B8C2AD;
	border-left-color: #B8C2AD;
	margin-top: 14px;
	margin-bottom: 14px;
}
#SubMenu2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #C5ABAB;
	border-bottom-color: #C5ABAB;
	border-left-color: #C5ABAB;
	margin-top: 14px;
	margin-bottom: 14px;
}
#SubMenu dl, #SubMenu2 dl {
	display: block;
}
#SubMenu dt, #SubMenu2 dt {
	font-weight: bold;
}
#SubMenu dd, #SubMenu2 dd {
	font-size: 93%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B8C2AD;
}
#SubMenu dt a, #SubMenu2 dt a {
	display: block;
	margin: 0px;
	padding: 15px 5px 15px 22px;
}
#SubMenu dd a, #SubMenu2 dd a {
	display: block;
	margin: 0px;
	padding: 8px 5px 8px 22px;
}
#SubMenu dt a:link, #SubMenu dt a:visited, #SubMenu2 dt a:link, #SubMenu2 dt a:visited {
	color: #1E1E1E;
	background-image: url(../img/SM-mark03.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
#SubMenu dt a:hover, #SubMenu2 dt a:hover {
	color: #FF0000;
	background-image: url(../img/SM-mark04.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	text-decoration: none;
	background-color: #F3F8F4;
}
#SubMenu dd a:link, #SubMenu dd a:visited, #SubMenu2 dd a:link, #SubMenu2 dd a:visited {
	color: #1E1E1E;
	background-image: url(../img/SM-mark01.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
#SubMenu dd a:hover, #SubMenu2 dd a:hover {
	color: #FF0000;
	background-image: url(../img/SM-mark02.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	text-decoration: none;
	background-color: #F3F8F4;
}
#SubMenu .here, #SubMenu2 .here {
	background-color: #F7F7EC;
}

#BanaArea {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ------------------------------------------------------------------------Footer */
#FooterHead {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#FooterHead p {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: right;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 18px;
	background-image: url(../img/FooterHeader.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
#FooterIn {
	padding-top: 10px;
	font-size: 83%;
	color: #767B4A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #B8C2AD;
	border-right-color: #B8C2AD;
	border-bottom-color: #B8C2AD;
	border-left-color: #B8C2AD;
}
#Footer ul {
	display: block;
	margin: 0px;
}
#Footer li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
}
#Footer img {
	vertical-align:bottom;
}
#FooterL {
	position: relative;
	display: inline;
	float: left;
}
#FooterR {
	position: relative;
	float: right;
	display: inline;
}
#FooterR p {
	text-align: right;
}
/* ------------------------------------------------------------------------main */
#pankuz {
	font-size: 11px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
}
#next {
	font-size: 93%;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 15px;
	text-align: right;
	clear: both;
}
#MainContents {
}
#MainContents h2 {
	margin-bottom: 15px;
	clear: both;
	color: #000000;
}
#MainContents h3 {
	margin-bottom: 10px;
	margin-left: 4px;
	padding-left: 5px;
	font-weight: bold;
	color: #313E33;
	border-bottom-width: 3px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 20px;
	letter-spacing: 0.2em;
	font-size: 108%;
	clear: both;
	background-image: url(../img/h3back.gif);
	background-repeat: repeat-x;
}
#MainContents h4 {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-left: 8px;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/h4back.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
}
#MainContents h5 {
	margin-left: 20px;
	font-weight: bold;
	color: #49508D;
}
#MainContents p {
	margin-bottom: 18px;
	margin-right: 30px;
	margin-left: 20px;
	line-height: 1.4em;
}
#MainContents strong {
	color: #FF0000;
}
#MainContents ul,#MainContents ol {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 4px;
	margin-right: 25px;
}
#MainContents li {
	list-style-type: none;
}

#MainContents .Nblist ol {
}
#MainContents .Nblist li {
	margin-left: 20px;
	list-style-type: decimal;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
}
#MainContents .Disklist ul {
}
#MainContents .Disklist li {
	margin-left: 20px;
	list-style-type: disc;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
}
#MainContents hr {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BBECB3;
	margin-bottom: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-------decoration------*/
.DcoBlk1 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	background-color: #FFF0E3;
	border: 1px solid #A0E4BF;
	padding: 5px;
}
