/* CSS Document */

/* 共通 */
/*----------------------------------------*/
body{
	margin: 0;
	padding: 0;
	background: #fff url('../image/body_back.gif') center top repeat-y ;
	font-size: 80%;
	line-height: 130%;
	color: #333333;
}

img{
	margin: 0;
	padding: 0;
	border: none;
}

a{
	color: #F60;
	text-decoration: none;
}

a:hover{
	color:#FC0;
	text-decoration: underline;
}

a:visited{
	color: #F60;
	text-decoration: none;
}

p,h1,h2,h3,h4{ margin: 0; padding: 0; }

#bodywrap{
	margin: 0 auto;
	width: 924px;
}

.arrow{
	margin-right: 4px;
}


/* ヘッダー */
/*----------------------------------------*/
#headerwrap{
	background: #fff url('../image/header/header_back.gif') 0 0 repeat-x;
	height: 80px;
}
#headerLeft{
	float: left;
}
#headerRight{
	float: right;
	text-align: right;
	margin-right: 10px;
}


/* ページトップ */
/*----------------------------------------*/

.pagetop{
	margin-bottom: 2em;
	clear: both;
	text-align: right;
}
#pagetop{
	margin-top: 1em;
	clear: both;
	text-align: right;
}


/* フッター */
/*----------------------------------------*/

#footerwrap{
	margin-top: 1em;
	clear: both;
	text-align: center;
}



/* メニュー */
/*----------------------------------------*/
#menuwrap{
	clear: both;
	border-bottom: 2px solid #999;
	height: 44px;
}

#menuwrap ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menuwrap li{
	float: left;
	padding: 0;
	margin: 0;
}

/* キービジュアル */
/*----------------------------------------*/
#keywrap{
}



/* 本文 */
/*----------------------------------------*/
#contentwrap{
	clear: both;
	margin: 0;
	padding: 12px;
	background: url('../image/footer_back.gif') 0 bottom repeat-x;
}




/* CLEAR FIX */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* イメージリンクロールオーバー */
/*----------------------------------------*/
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
}

/* 準備中 */
/*----------------------------------------*/
#waiting{
	text-align: center;	
}
