@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}

a {
	color: #000000;
}

a:hover {
	color: #498E84;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	line-height:1.3em;
	margin: 0px 0px 1em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	font-weight: normal;
	color: #498E84;
	margin-top: 1em;
	margin-bottom: 0.1em;
}
h1 a{
	color: #498E84;
	text-decoration: none;
}
h1 a:hover{
	color: #498E84;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #4D4D4D;
	font-weight: normal;
	margin-top: 2.1em;
	margin-bottom: 1em;
}
h2 a{
	color: #4D4D4D;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	font-size: 100%;
	margin-top: 1.8em;
	margin-bottom: 0.2em;
}
code {
	display: block;
	padding: 10px;
	background-color: #F2F2F2;
	overflow: auto;
	margin: 15px 0px;
}
	
.MainArea .ImgFrame img  {
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 2px;
	padding: 3px;
	margin: 0px;
}
.MainArea .ImgFloat img {
	margin: 0px;
}
.MainArea img {
	border-style: none;
	margin: 25px 0px;
}

.MainArea  ul  {
	list-style-type: square;
}
.date {
	color: #498E84;
	margin-bottom: .4em;
}
.BlockQuote {
	position: relative;
	width: 200px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #498E84;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: justify;
	background-color: #F2F2F2;
	float: left;
}

.BlockQuote:first-letter
{
	font-size: 550%; 
	float: left;
	margin-top: 7px;
	margin-right: 7px;
}
.Coltitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 400%;
	font-weight: normal;
	color: #498E84;
	margin-bottom: 0.1em;
}
.ColtitleH2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #4D4D4D;
	font-weight: normal;
	margin-bottom: 1em;
}


ul.ImageStream{
	margin: 20px 0px;
	padding: 0px;
}
.ImageStream li{
	display: inline;
	list-style: none;
}
.ImageStream img{
	margin: 3px;
	border: 2px solid #E5E5E5;
	padding: 2px;
}

.ImgFrame, .ImgCapt {
	margin: 25px 0px 25px;
	/*width: auto;*/
}
.MainArea .ImgCapt h3 {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.ImgCapt p{
	margin: 0px 0px 5px;
}
.ImgFloat{
	float: left;
	margin: 10px 20px 10px 0px;
}
.ImgBanner img{
	margin: 10px 0px;
}
.MainMenu {
	height: 30px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.MainMenu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 2.2;
}
.MainMenu li {
	display: inline;
	float: left;
}
.MainMenu  .page_item a {
	background-image: url(../images/MainNavBtn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #606060;
	display: block;
	height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	background-position: right top;
}
.MainMenu  .page_item a:hover {
	background-position: right bottom;
}
.MainMenu .current_page_item  a, .MainMenu .current_page_item  a:hover{
	background-position: right center;
	color: #FFFFFF;
}
.SubNav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 100%;
	line-height: 200%;
	margin: 21px 0px;
}
.SubNav ul {
	color: #498E84;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.SubNav ul a{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #498E84;
	text-decoration: none;
	display: block;
	background-image: url(../images/SubNavBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
.SubNav  ul ul {
	margin: 0px;
	list-style-type: none;
}
.SubNav  ul ul a{
	font-weight: normal;
	background-image: none;
	color: #999999;
	border-top-style: none;
}
.SubNav .current_page_item ul, .page_item ul{
	background-color: #FFFFFF;
}
.SubNav  a:hover, .SubNav .current_page_item{
	background-color: #E7F3C2;
}

.Footer a {
	color: #999999;
}

.Footer  a:hover {
	color: #FFFFFF;
}


.FooterCopyright {
	margin-left: 10px;
	float: left;
}
.Footer  p {
	color: #ffffff;
	margin: 6px 0 0 0;
}
.Footer h2 {
	color: #498E84;
	margin-top: 0px;
	margin-bottom: 10px;
}
.Footer h3 {
	color: #498E84;
	margin-bottom: 3px;
	margin-top: 0px;
}


form {
	margin: 0px;
	padding: 0px 30px 15px;
	float: left;
	overflow: visible;
	width: 500px;
}

.ClearAll{
	clear: both;
	height: 0px;
}


form p {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 140%;
}

#QSubmit:hover, #Submit:hover, #searchform #searchsubmit:hover, #Request:hover{
	background-position: bottom;
	cursor: pointer;
}

form label {
	float: left;
	width: 140px;
	line-height: 23px;
}
form input, form file {
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 235px;
	height: 18px;
}
form textarea{
	background-color: #ffffff;
	border: 1px solid #999999;	
}

.FirstLabel{
	margin: 0px;
}

.Header {
	width: 950px;
	margin: 0px auto;
	padding: 0px 16px;
	background-image: url(../images/HeaderBgShadow.png);
	height: 130px;
}

.HeaderBg {
	width: 100%;
	background-image: url(../images/HeaderBg.png);
	background-repeat: repeat-x;
}
.BannerCntnr {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	background-image: url(../images/BannerBg.png);
	clear: both;
	background-repeat: repeat-y;
}
.BannerBg {
	width: 100%;
	clear: both;
	background-image: url(../images/BannerCntnrBg.png);
}
.MainArea {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/MainAreaShadow.png);
	background-repeat: repeat-y;
	padding: 0px 16px 40px;
	background-position: left top;
	overflow: hidden;
}
.MainAreaBgShadowL, .MainAreaBgShadowR {
	background-image: url(../images/MainAreaBgShadowL.png);
	height: 470px;
	width: 16px;
	position: relative;
	left: -16px;
	float: left;
}
.MainAreaBgShadowR {
	background-image: url(../images/MainAreaBgShadowR.png);
	left: 934px;
}

.MainAreaBg {
	width: 100%;
	background-image: url(../images/MainAreaBg.png);
	background-repeat: repeat-x;
	clear: both;
}

.LeftCol {
	width: 560px;
	padding: 0px 35px 40px 3px;
	float: left;
}
.ColDivShadow {
	width: 30px;
	float: left;
	background-color: White;
	background-image: url(../images/ColDivShadow.png);
	height: 530px;
}
.RightCol {
	width: 250px;
	float: left;
	padding: 0px 35px 40px 5px;
}
.RightColInLeft {
	width: 250px;
	float: left;
	padding: 0px 35px 40px 5px;
}
.Footer {
	width: 950px;
	margin: 0px auto;
	height: 26px;
	background-image: url(../images/FooterBgShadow.png);
	padding: 0px 16px;
}
.FooterBg {
	width: 100%;
	background-image: url(../images/FooterBg.png);
	background-repeat: repeat-x;
}
table {
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 560px;
	margin: 0px;
	vertical-align: top;
}
table th {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	padding: .4em .6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


table  td {
	padding: .4em .6em;
	border: 0px;
	vertical-align: top;
}
table   .Left {
	text-align: left;
}
table  .Center {
	text-align: center;
}
table  .Odd {
	background-color: #F2F2F2;
}
.MainArea table img{
	margin: 2px;
}
.MainArea table ul{
	margin: 0px;
	padding-left: 2em;
}
.ElementStart {
	margin-top: 30px;
	width: 560px;
	background-image: url(../images/DivShdwTop.png);
	margin-bottom: 0px;
	height: 16px;
}
.ElementEnd {
	margin-top: 0px;
	width: 560px;
	background-image: url(../images/DivShdwBtm.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 30px;
	height: 16px;
}
.ElementEndShort {
	margin-top: 0px;
	width: 250px;
	background-image: url(../images/DivShdwBtmShort.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 30px;
	height: 16px;
}

#Wheel{
	margin: 0px 0px -8px -5px;
}

.MainArea .MarginTopZero{
	margin-top: 0px;
}
.DevPac{
	font-size: 65%;
	color: #4D4D4D;
}

.Address{
	width: 167px;
	height: 150px;
	background-image: url(../images/BlackTab.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	margin: 20px 25px 60px 0px;
}
.AddressLast{
	margin-right: 0px;
}
.Address h3{
	color: #FFFFFF;
	display: inline;
	padding: 2px 5px;
	line-height: 24px;
	margin-bottom: 2em;
}
.Address p{
	margin: 1em 0px 0px 0.7em;
}
.Address img{
	margin: 4px 5px 0px 0px;
	float: left;
}

.alignleft{
	float: left;
}
.alignright{
	float: right;
	clear: right;
}

.alt {
	width: 540px;
	background-image: url(../images/DivShdwBtm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 26px;
	padding-left: 10px;
	margin-top: 2em;
}
/*.commentlist .alt{
	width: auto;
}*/
.commentlist li{
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0 
}

.entry{
margin-top: 10px;
}

.entry h1{
	font-size: 130%;
	font-weight:bold;
	line-height:2.5em;
	margin-bottom:15px;
}

#sidebar li{
	list-style-type: none;
}
#sidebar ul{
	padding-left: 0px;
	margin-left: 0px;
}

.ElementStart {
	margin-top: 30px;
	width: 560px;
	margin-bottom: 0px;
	background-image: url(../images/DivShdwBtm.png);
	height: 16px
}
.ElementEnd {
	margin-top: 5px;
	width: 560px;
	margin-bottom: 10px;
	background-image: url(../images/DivShdwBtm.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 16px
}




