@charset "utf-8";
/* ===================================================================
 style info : ヘッダー、ナビ、フッター
 =================================================================== */

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header{
	padding:24px 0 16px 0;
	width: 920px;
	position:relative;
	margin-bottom: 10px;
}
#header #toAdeac {
	position:absolute;
	top:20px;
	right:0px;
	background-image:url("../img/mark_ya_b.png");
	background-position:right 5px;
	background-repeat:no-repeat;
}
#header #toAdeac span{
	padding-right:24px;
}
#header #toAdeac a {text-decoration:none;}
#header #toAdeac a:link {text-decoration:none;}
#header #toAdeac a:visited {text-decoration:none;}
#header #toAdeac a:hover {text-decoration:underline;}
#header #toAdeac a:active {text-decoration:underline;}

#header #toAdeac2 {
	position:absolute;
	top:20px;
	right:0px;
	float: right;
}

/*----------------------------------------------------
	#nav
----------------------------------------------------*/
#nav{
	margin-bottom: 20px;
	width:920px;
}
#nav ul{
	margin: 0;
    padding: 0; 
}
#nav ul li{
	display:table-cell;
 /*for IE  */
    *display:inline;
    *zoom:1;   
    margin:0;
	padding: 0 ;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  width:920px;
  background-image:url("../img/line_dotted.gif");
  background-repeat:repeat-x;
  background-position: left top;
  padding: 10px 0 30px 0;
  margin: 0px auto;
  position: relative;
}
/* #footerMain
---------------------------------------------------*/
#footerMain {
	width:920px;
}
/* pageTop
----------------------------------------------------*/
#pageTop {
    display: inline-block;
    position: absolute;
    top: -33px;
    right: 10px;
}

/* copyright
----------------------------------------------------*/
#footerMenu {
	float: left;
	line-height:1.5;
}
#footerMenu span{
	background-image:url("../img/mark_footer.gif");
	background-repeat:no-repeat;
	background-position:left 40%;
	margin-right:20px;
	padding-left:18px;
}
#copyright {
  	float:right;
  	text-align:right;
  	font-size:85%;
  	line-height:1.5;
}

#footerMenu a {color:#0000EE;text-decoration: none;}
#footerMenu a:link {color:#0000EE;text-decoration: none;}
#footerMenu a:visited {color: #551A8B;}
#footerMenu a:hover {color: #ccc;text-decoration:underline;}
#footerMenu a:active {color: #ccc;text-decoration:underline;}



/* フッターを下に固定
------------------------------------------------------*/
html,body {
	height: 100%;　/* ポイント1 */
}

#page {
	min-height: 100%;　/* ポイント1 */
	_height: 100%; /* for IE6 */
}

#contents {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 60px; /* ポイント3 */
}

#footer {
	width:920px;
	height: 20px;
	margin-top: -60px; /* ポイント2 */
}
