@charset "UTF-8";
* {
	margin:0;
	padding:0;
}	
body  {
	color: #3e3e3e;
	font-size: 12px;
	font-family:Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	background-color: #f3f3f3;
	background-repeat: repeat-x;
	line-height: 1.3;
}
* html body {
 	/* for WinIE6*/
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#container  {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#container  #header  a {
	color: #FFFFFF;
	text-decoration: none;
}
#container   #header li {
	display: inline;
	list-style: none;
}
#container #header p {
	background-image: url(../images/common/guide.jpg);
	height: 34px;
	width: 740px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	text-indent: 15px;
}
#container #header a:hover {
	text-decoration: underline;
}
#container2 {
	clear: both;
	position: relative;
	background-image: url(../images/common/footer_base.gif);
	background-repeat: repeat;
	background-color: #f3f3f3;
	height: 110px;
}
#container2 #footer {
	position: absolute;
	margin-left: -370px;
	left: 50%;
}

table {
	background-color: #FFFFFF;
	text-align: left;
}
img {
	border-style: none;
}
a {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Bold {
	font-weight: bold;
}
.Bold2 {
	font-weight: bold;
	font-size: 115%; 
}
.BoldCont {
	color: #CC0033;
	font-weight: bold;
}
.Padding_B {
	padding-bottom: 6px;
}
.Align_R {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}
.Bold3{
  font-size : 80%;
  font-weight : lighter;
}
.Bold4{
  font-size : 115%;
  font-weight : bold;
  color : #cc0033;
}
.Bold5{
  font-size : 90%;
  font-weight : lighter;
}
.plane_red{
  color : #cc0033;
}
.wide_red{
  font-size : 115%;
  color : #cc0033;
}
.Side_Rdate{
  padding-right : 5px;
  border-right-style : none;
  text-align : right;
}
