/* CSS Document */

body  {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #444444;
	line-height: 1.5;
	font-size: 13px;
	font-family: Arial, Helvetica;
}
#container   {
	width: 800px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/common/bg_container.gif);
	background-repeat: repeat-y;
	overflow: hidden;
} 
#header  {
	width: 800px;
	position: relative;
	height: 80px;
}
#header     h1      {
	font-size: 18px;
	text-align: center;
	width: 800px;
	float: left;
	height: 55px;
	overflow: hidden;
	color: #4D2600;
	line-height: 1.2;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #8DBDE8;
	padding-top: 25px;
}
#header    .banner   {
	position: absolute;
}
#content   {
	width: 800px;
	background-image: url(../img/common/bg_content.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
}
#side  {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
#side   .navi  {
	width: 180px;
	overflow: hidden;
}
#side    .navi    li  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
	list-style-position: outside;
	font-size: 12px;
}
#side  .navi  a.current {
	background-image: url(../img/common/bg_btn_side_c.gif);
	width: 165px;
	display: block;
	padding-left: 15px;
	color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	line-height: 1em;
}
#side      .navi      a.type1  {
	background-image: url(../img/common/bg_btn_side.gif);
	width: 165px;
	display: block;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 1em;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
}
#side  .navi  a.type2 {
	background-image: url(../img/common/bg_btn_side2.gif);
	width: 165px;
	display: block;
	padding-left: 15px;
	color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	line-height: 1em;
}
#side .navi a.type1:hover {
	background-image: url(../img/common/bg_btn_side_o.gif);
}
#side .navi a.type2:hover {
	background-image: url(../img/common/bg_btn_side_o.gif);
}
#side   address    {
	width: 180px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px;
}
* html #side address {
	letter-spacing: 1px;
}
*   + html   #side  address {
	letter-spacing: 1px;
}
#main  {
	float: left;
	width: 580px;
	overflow: hidden;
	position: relative;
	padding: 20px;
}
.link_PageTop     {
	text-align: right;
	float: left;
	width: 580px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer  {
	width: 800px;
	background-color: #802E50;
	border-top: 2px solid #CDBD72;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
#footer address {
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	font-size: 11px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.Over {
}
.clearfix {
}
.thickbox {
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.fltClr {
	clear: both;
}
.mrgnB0 {
	margin-bottom: 0px;
}
.mrgnB5 {
	margin-bottom: 5px;
}
.mrgnB10 {
	margin-bottom: 10px;
}
.mrgnB15 {
	margin-bottom: 15px;
}
.mrgnB20 {
	margin-bottom: 20px;
}
.mrgnR20 {
	margin-right: 20px;
}
.mrgnT0 {
	margin-top: 0px;
	padding-top: 0px;
}
.mrgnT20 {
	margin-top: 10px;
	padding-top: 0px;
	float: right;
}
.mrgnT-05em {
	margin-top: -0.5em;
}
.mrgnT-10 {
	margin-top: -10px;
}
.mrgn0 {
	margin: 0px;
	padding: 0px;
}
.fltR {
	float: right;
}
.Gold {
	color: #816C39;
	font-weight: bold;
}
.typeRed {
	color: #CC0000
}
.typeBlue {
	color: #000066
}
.brdrB {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em;
}
hr {
	clear: both;
	display: none;
}
