@charset "utf-8";


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

body{
color:#FFFFFF;
font-size:12px;
line-height:1.5em;
}

dd{
	padding:0;
	margin:0;
}

dl{
	padding:0;
	margin:0;
}

dt{
	padding:0;
	margin:0;
}

img, div {
	behavior: url(../plugin/iepngfix.htc);
 }

img{
	border:0px;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#000000;
}

#header{
	margin:0;
	padding:0;
	background:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	height:130px;
}

#main-container{
	margin:0;
	padding:0;
	background:#2d2d2d;
}

#main-container-in{
	margin:0;
	padding:0;
	background:url(../img/main_bg_all.gif);
	background-repeat:repeat-x;
	min-height:300px;
}

#main-cont{
	background:url(../img/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	min-height:300px;
}

#footer{
	background: url(../img/footer_bg_all.jpg);
	background-repeat: repeat-x;
	height: 169px;
}

#main-cont-in{
	margin:0 auto 0 auto;
	width:990px;
}

#bottom-menu{
padding:20px 0 20px 0 ;
	margin:0 auto 0 auto;
	width:498px;
	clear:both;
}

#bottom-menu li{
 display:block;
}

#bottom-menu1{
	padding:0 17px 0 0;
	width:104px;
	height:30px;
	float:left;
}

#bottom-menu2{
	padding:0 33px 0 0;
	width:142px;
	height:30px;
	float:left;
}

#bottom-menu3{
	width:58px;
	height:30px;
	float:left;
}

#bottom-menu4{
	width:91px;
	height:30px;
	float:right;
}

#footer p{
	display:block;
	text-align:center;
	background:url(../img/footer_bg_center.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:169px;
	background-position:center;
}

#over20{
	display:block;
	text-align:center;
	padding:20px 0 0 0;
}

#copy{
	display:block;
	text-align:center;
}

#header-inside{
	padding:40px 0 0 0;
	margin:0 auto 0 auto;
	width:990px;
}

h1{
	margin:0;
	padding:0;
	float:left;
	width:238px;
	height:60px;
}

#header-inside p{
	display:block;
	margin:0;
	padding:0;
	width:140px;
	height:50px;
	float:right;
}

#bottom-banner{
	clear:both;
	margin:0 auto 0 auto;
	width:498px;
	display:block;
}

a:link {
	color: #E7DBB7;
	}

a:visited {
	color: #E7DBB7;
	}
	
a:hover {
	color: #C90;
}

a:active {	
	color: #E7DBB7;
}


/*個別設定用CSS*/

.padding-top-10{
	padding-top:10px;
}

#flashMessage {text-align:center;padding-top:20px;padding-bottom:30px;color:#ff0000;font-weight:bold;}
.error-message {color:#ff0000;font-weight:bold;}
