@charset "utf-8";
/* CSS Document */

body {
	background: #960 url(../images/Body.jpg) repeat;
	font: 14px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #600;
	text-align: right;
	position: relative;
	margin: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #339;
}


a img {
	border-width: 0px;
}
p {
	margin-bottom: 10px;
	margin-top: 5px;
}
dl {
	margin: 0px 0px 10px 0px;
}

#Wrap {
	width: 900px;
	text-align: center;
	margin: 0px auto;
	background: url(../images/ContainerBase.gif);
	height: 100%;
}
#Container {
	text-align: left;
	width: 900px;
	border-top: 3px solid #030;
}
#MainContainer {
	float: right;
	width: 675px;
}

#Header {
	height: 130px;
	width: 675px;
	float: right;
	text-align: center;
}



#Main {
	width: 675px;
	float: right;
}
#Main h1 {
	font-size: 26px;
	line-height: 1.2em;
	height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#Main-Content {
	margin-right: 40px;
	margin-left: 30px;
	min-height: 500px;
}
#Main-Content h2 {
	background: url(../images/h2Back1.png) repeat-x left bottom;
	color: #030;
	min-height:30px;
	text-align: center;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 16px;
	margin-left: -30px;
	display: block;
}
h2.line2 {
	padding-bottom: 7px;
}
#Main-Content ul li {
	list-style: url(../images/ListMark.png);
}

#Main-Content .Oilist {
	font-weight: bold;
	font-size:18px;
	color: #030;
}
table.deco td  {
	background: url(../images/TabelTd.png) no-repeat right bottom;
	padding: 10px 20px 10px 20px;
	border-top: 1px ridge #990;
	border-left: 1px ridge #990;
}

#Sidebar {
	width: 225px;
	float: left;
	padding-bottom: 25px;
}
#SideHeader {
	height: 200px;
	text-align: right;
}

.SideContent {
	padding: 10px;
	width: 180px;
	_border:2px solid #fff; /* IE6 */
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#Sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#Sidebar ul li {
	margin-bottom: 10px;
}

#Sidebar ul li a {
	color: #F5E6BB;
	text-align: center;
	height: 2em;
	width: 175px;
	line-height: 2em;
	font-weight: bold;
	display: block;
	background: url(../images/SideContent_a.png) repeat-x;
	/*border: 2px groove rgba(66,66,66,0.2);*/
	border-top: 1px groove #CCC;
	border-left: 1px groove #CCC;
	border-right: 2px groove #933;
	border-bottom: 2px groove #933;
}

#Sidebar ul li a:hover {
	color: #FFF;
	background: url(../images/SideContent_a_hover.png) repeat-x;
	/*border: 2px groove rgba(66,66,66,0.2);*/
	border-top: 2px ridge #333;
	border-right: 1px ridge #CCC;
	border-bottom: 1px ridge #CCC;
	border-left: 2px ridge #333;
}
#Sidebar div.SideContent a.OwnPage ,#Sidebar div.SideContent a.OwnPage:hover{
	color: #063;
	background: #FF0 url(../images/SideContent_a_active.png) repeat-x;
	border: 1px ridge #096;
}

#Sidebar ul li span {
	height: 2em;
	width: 175px;
	line-height: 2em;
	display: block;
}

#Footer {
	height: 161px;
	width: 900px;
	/*background: url(../images/ContainerBase.gif) repeat-y;*/
	border-bottom: 7px solid #030;
	clear: both;
}

#MainLink {
	height: 85px;
	padding-top: 15px;
}
#MainLink table {
	text-align: center;
}
#FooterCopy {
	width: 600px;
	top: 25px;
	float: left;
	margin-top: 0px;
	position: relative; /* for IE */
	zoom:1;
}

div.FooterLogo {
	/* margin-top:39px; */
	height: 61px;
	width: 284px;
	float: right;
}

h1 .FontSizeS {
	font-size: 14px;
}
table.InTable {
	border-style: none;
}

.InTable tr td{
	background: url(none);
	border-style: none;
	padding: 0px 10px 0px 0px;
}

