@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}


a:visited,
a:link{
	color: #dbb21b;
	text-decoration: underline;
}
a:hover{
	color:#fbe24b;
}


body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	text-align: center;
	font-size: 12px;
	color: #eeeeee;
	background-color:#000;
	background-image:url(../img/common/head_bk.jpg);
	background-repeat:repeat-x;
}


br{
	height:0px;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size:0px;
	clear:both;
}

img{
	border: 0;
	line-height:100%;
	vertical-align:bottom;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	line-break: strict;
}

li{
	list-style-type: none;
}

.clClear{
	clear: both;
	height: 0;
	font-size:1px;
	line-height: -1px;
	height: 0;
}

div.clClear{
	display: block;
}
div.clClear hr{
	display: none;
}

strong{
	line-height:1.6em;
}

.clPageup{
	text-align:right;
	padding-top:20px;
}


/* common css
------------------------------------------------*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  zoom: 1;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


#idPan{
	padding-top:5px;
}
#idPan p{
	line-height:1.3em;
}
#idPan a{
	line-height:1.3em;
}

#idBody{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/common/contents_bk.jpg);
	background-repeat:repeat-y;
	
}



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

                      idHead

-------------------------------------------------*/
#idHead{
	background-image:url(../img/common/menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:330px;
}

#idHead #idMenu{
	width:900px;
	height:64px;
}
#idHead #idMenu li{
	float:left;
}




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

                      idBottomLink

-------------------------------------------------*/
#idBottomLink{
	border-bottom:1px solid #907513;
	border-top:1px solid #907513;
	padding:4px 0px;
}
#idBottomLink #idBottomLinks{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#idBottomLink #idBottomLinks li a{
	color:#e8deb9;
	line-height:1.3em;
	text-decoration:none;
}
#idBottomLink #idBottomLinks li{
	display:inline;
	border-left:1px solid #e8deb9;
	padding-left:8px;
	padding-right:8px;
}
#idBottomLink #idBottomLinks li.clLast{
	border-right:1px solid #e8deb9;
}


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

                      idFoot

-------------------------------------------------*/
#idFoot{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/common/bottom_bk.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height:99px;
}
#idFoot #idFoot_com{
	float:left;
	width:400px;
	text-align:left;
	padding-top:15px;
}
#idFoot #idFoot_com dt,
#idFoot #idFoot_com dd{
	line-height:1.6em;
}

#idFoot #idCopy{
	float:right;
	width:233px;
	padding-top:55px;
	text-align:right;
}


#idCam h2{
	margin-bottom:45px;
}
#idCam p{
	margin-bottom:45px;
}


