@charset "UTF-8";
/* 全ページ共通項目　*/

*{
	margin:0;
	padding:0;
	border:none;
}

span{display:none;}

body {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	line-height: 1.5;
	color: #333;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:12px;
	text-align:center;
}

#area-page {
	margin: 0 auto;
	width: 842px;
}

#area-contents {
	width: 800px;
	background: url(../img/base/bg-page-top.png) repeat-y;
	padding-right: 21px;
	padding-left: 21px;
	margin:0px auto;
}

#area-header{
	margin:0;
	padding:0;
	height:125px;
	width:800px;
	}
	
#top-header{
	margin:0;
	padding:0;
	height:75px;
	width:800px;
	}	


h1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height:75px;
}

h2 {
}

h3 {
}


#area-main{
	width:760px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	}


#area-main02{
	width:775px;
	margin-left: 25px;
	margin-top: 0px;
	}

.navi_cont{
	display: block;
	margin: 0px;
	padding: 0px;
}

#flash{
	height: 362px;
	width: 760px;
}

.list{
	margin-bottom: 2px;
}

/* Footer Area Parts */

#top-footer{
	background: url(../img/base/bg-footer.png);
	width:800px;
	background-repeat:no-repeat;
	height: 30px;
	margin-top:30px;
}

#area-footer {
	background: url(../img/base/bg-footer.png);
	width:800px;
	background-repeat:no-repeat;
	height: 30px;
	margin-top:15px;
}

.credit {
	text-align: center;
	font-size:11px;
	color:#FFFFFF;
	padding-top: 6px;
}

.footer_menu{
	text-align: center;
	line-height: 2;
	margin-top: 15px;
}

.under{
	background-image: url(../img/base/under.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}


/* All Ground Parts */

em,
strong {
}


/* --- Link */

a {
  color: #2215F4;
  text-decoration: underline;
}

a:visited {
  color: #6B65FF;
}

a:hover {
  text-decoration: none;
}


/* ---------------------------  */

.top_bt_red{
	float: left;
	margin-left: 10px;
	padding-right: 15px;
	width: 100px;
}	
	
	
.top_area_info{
	width: 435px;
	margin-bottom: 5px;
	float: left;
}

.info_taxt{
	padding:10px 10px 10px 20px;
	overflow: auto;
	height: 60px;
	text-align: left;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.whats_new_txt {
	overflow: auto;
	text-align: left;
	line-height: 20px;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width:420px;
}

.whats_time{
	width:60px;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

.whats_txt{
	padding-right: 10px;
	padding-left: 10px;
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	}


.top_bt_glay{
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}

.top_textbox{
	line-height: 1.6;
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align:left;
	}

