@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10pt;
	background-color: #C03;
	line-height: 1.1em;
}
.oneColLiqCtr #container {
	width: 755px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
.oneColLiqCtr #TopFlash {
	margin: 0 auto;
	background-color: #C03;
	text-align: center;
	color: #FFF;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px;
}
.oneColLiqCtr #mainContent_Top {
	padding: 0 20px;
	background-color: #F1F1E2;
}

.LeftWaku {
	background-color: #FFF;
	padding: 0px;
	width: 467px;
	margin-top: 0px;
	margin-right: 245px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.RightWaku {
	background-color: #FEFEE9;
	float: right;
	width: 230px;
	border: 1px solid #066;
	padding: 0px;
	margin: 0px;
}

.RightWaku #LeftSide {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 1px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
.RightWaku #RightSide {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 1px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
.RightWaku #CenterSide {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width: 222px;
}

.ConSotoWaku01 {
	padding: 0px;
	width: 465px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #066;
}

.ConUchiWaku01 {
	margin: 0px;
	padding: 3px;
}

.ClearBoth {
	clear: both;
}

a:active{color:#FFFF00;text-decoration:none;}/* Mouse click */
a:link{color:#800000;text-decoration:none;}/* Mouse lost focus */
a:visited{color:#A25100;text-decoration:none;}/* Visited */
a:hover{color:#1CA429;text-decoration:none;}/* Mouse got focus */

.ImgStyle_TBottom {
	vertical-align: text-bottom;
}

.ImgStyle_Bottom {
	vertical-align: bottom;
}

.ImgStyle_Middle {
	vertical-align: middle;
}

.ImgStyle_TBottomIn {
	vertical-align: text-bottom;
	display: inline;
}

.ImgStyle_BottomIn {
	vertical-align: bottom;
	display: inline;
}

.ImgStyle_MiddleIn {
	vertical-align: middle;
	display: inline;
}

