@charset "utf-8";

/* CSS Document */
@import url("clear.css");
@import url("set_common.css");

/*---------------------------------------------------------------------
layout_common
---------------------------------------------------------------------*/
html{
}
body{
	color:#323232;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:75%; /*12px*/
	line-height:160%;
}


/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
header{
	width:960px;
	margin:0 auto;
	position:relative;
}



/*---------------------------------------------------------------------
footer
---------------------------------------------------------------------*/
footer{
	border-top: 5px #eeeeee solid;
	border-bottom: 5px #35a0db solid;
	min-width:960px;
}
div#footer_inner{
	width:960px;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:left;
}

div#footer_inner #copy{
	text-align:center;
	padding: 10px 0;
}

div#footer_inner a, a:visited, a:hover, a:active {
  color: inherit;
}