@charset "utf-8";
/* CSS Document */

html {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
a img {
	border:none;
	}
	
h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	}

h3 {
	font-size: 11pt;
	color: #C60B02;
	}
	
.headline {
	margin-bottom: 10px;
	}
	
	
#wrapper {
	width: 760px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	}
	
#mainmenuArea {
	width: 760px;
	height: 75px;
	z-index:10000;
	position: absolute;
	top: 0px;
	font-size: 8pt;
	color: #ffffff;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	
#siteinfo {
	width: 250px;
	float: right;
	}
	
#siteinfo ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
	}
	
#siteinfo ul li{
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	padding-top: 3px;
	}
	
#siteinfo a {
	color: #ffffff;
	}
	
#globalNavi {
	width: 500px;
	height: 26px;
	position: relative;
	top: 35px;
	left: 270px;
	}
	
#globalNavi ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
	}
	
#globalNavi ul li{
	float: left;
	margin-left: 12px;
	}
	
#globalNavi ul li a img	{
	margin-top: 3px;
	}
	
#globalNavi ul li img{
	border: none;
	}
	

#logo {
	width: 130px;
	height: 42px;
	position: relative;
	top: 10px;
	z-index: 10000;
	}
	
*+html #logo {
	top: 28px;
	}

#contentBox-top {
	width: 760px;
	position: relative;
	top: -60px;
	}
	
#content-img {
	padding: 0px;
	margin: 0px;
	border: none;
	}
	
#main-img {
	width: 760px;
	height: 321px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	}

.main-img-img {
	position: relative;
	top: 70px;
	z-index: 500;
	}

.catch {
	position: relative;
	top: -90px;
	left: 40px;
	color: #CCCCCC;
	z-index: 10000;
	width: 320px;
	}

.catch-link {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	color: #CCCCCC;
	}
	
.catch-link a {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	color: #CCCCCC;
	}
	
#content-textArea {
	width: 470px;
	height: auto;
	background-color: #ffffff;
	float: right;
	margin-top: 14px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 5px;
	}
	
#top-textArea-l {
	width: 365px;
	height: auto;
	background-color: #ffffff;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 95px;
	margin-bottom: -70px;
	padding-bottom: 0px;
	}
	
#top-textArea-r {
	width: 365px;
	height: auto;
	background-color: #ffffff;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 95px;
	margin-bottom: -70px;
	padding-bottom: 0px;
	}
	
*+html #top-textArea-l {
	margin-top: 105px;
	}
	
*+html #top-textArea-r {
	margin-top: 105px;
	}
	
	
.top-text {
	width: 355px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	position: relative;
	z-index: 10000;
	}
	
	
#top-textArea-r h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#top-textArea-r p {
	padding-top: 0px;
	}
	
#top-textArea-l p strong,
#top-textArea-r p strong {
	font-weight: normal;
	color: #000;
	}
	
.top-text-link {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	}

.top-text-link a {	
	color: #C60B02;
	}
	
.thrid-catch {
	width: 750px;
	position: relative;
	z-index: 3000;
	top: 95px;
	height: auto;
	left: 10px;
	}
	
*+html .thrid-catch {
	top: 75px;
	}
	
.thrid-catch:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.thrid-catch {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

	
#footerArea {
	width: 100%;
	height: 88px;
	background-image: url(../img/bg_footer1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	bottom: -20px;
	}
	
#footer-main {
	width: 100%;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bg_footer2_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	bottom: 0px;
	}
	
*+html #footerArea {
	z-index: auto;
	}
	
*+html #footer-main {
	z-index: auto;
	}

#footer-textArea {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

.copyright {
	font-size: 8pt;
	color: #000000;
	width: 270px;
	position: relative;
	top: 45px;
	left: 5px;
	}
	
#footer-link {
	width: 480px;
	position: relative;
	left: 300px;
	top: 30px;
	font-size: 8pt;
	}
	
*+html #footer-link {
	z-index: 10000;
	}
	
*+html .copyright {
	left: -235px;
	}
	
*+html #footer-link {
	left: 180px;
	}
	

#footer-link ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	}
	
#footer-link ul li {
	float: left;
	}
	
#footer-link ul li a {
	color: #C60B02;
	}



.menu-table {
	width: 450px;
	margin-bottom: 15px;
	}
	
.menu-table th {
	width: 150px;
	background-color: #F0F3F4;
	font-weight: normal;
	padding: 5px;
	}
	
.h3-menu {
	padding-bottom: 5px;
	}
	
.monthly{
	width: 750px;
	height: auto;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	}
	
.monthly:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.monthly {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.monthly-box{
	width:500px;
	float:left;
}

.monthly-top {
	width: 500px;
	height: 7px;
	}
	
.monthly-top img {
	width: 500px;
	height: 7px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
	
.monthly-bottom {
	width: 500px;
	height: 9px;
	}
	
.monthly-mid {
	width: 500px;
	height: auto;
	float: left;
	clear: both;
	background-image: url(../img/monthly_bg_mid.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.monthly-mid:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.monthly-mid {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
	
.monthly-text dl {
	width: 400px;
	margin-left: 10px;
	float: left;
	clear: both;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 135%;
	}
	
.monthly-text dt {
	float: left;
	clear: both;
	margin-right: 10px;
	width: 150px;
	font-weight: bold;
	}
	
.monthly-text dd {
	float: left;
	width: 200px;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}
	
.monthly-text p {
	clear: both;
	padding: 0px;
	margin: 8px;
	}
	
.monthly-p {
	width: 480px;
	margin: 0px;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom:15px;
	}

.monthly-text {
	width: 460px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	height: auto;
	background-image: url(../img/monthly_bg.jpg);
	float: left;
	}

.privilege-box {
	width:240px;
	float:left;
	line-height:1.3em;
}

.monthly-tit {
	font-weight:bold;
	color: #C60B02;
	width:470px;
	float:left;
	display: block;
	padding-top:10px;
	font-size: 14px;
}

strong {
	color: #C60B02;
	}


.privilege-mid {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	background-image:url(../img/privilege-bg-mid.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.privilege-in-l {
	width:125px;
	float:left;
	padding:10px 0px 0px 14px;
	margin:0px;
	font-weight:bold;
	color:#CC0000;
}

.privilege-in-r{
	width:79px;
	float:right;
	padding:8px 13px 0px 0px;
	margin:0px;
}

.privilege-text {
	width:220px;
	clear:both;
	padding:0px 14px;
	margin:0px;
}

.privilege-text p {
	margin:0px;
	padding:0px;
}

.privilege-text .text-bold{
	font-weight:bold;
	padding-bottom:12px;
}

.privilege-text .red{
	color:#CC0000;
}

.privilege-text strong{
	color:#CC0000;
}

