@charset "utf-8";

/* ===========================================================

   body

=========================================================== */

body{
font-family:"メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ===========================================================

   header

=========================================================== */
div#header_wrap{
width:740px;
height:30px;
margin:0 auto;
background:url(../img/bg_line.gif) no-repeat 50% 0;
}



/* ===========================================================

   footer

=========================================================== */
div#footer_inc{
width:740px;
margin:0 auto;
background:url(../img/bg_line.gif) no-repeat 50% 0;
overflow:hidden;
}
div#footer_inc img{
display:block;
margin-top:13px;
float:right;
}
div#footer_inc p{
padding:22px 0 16px 0;
color:#a5a6a6;
font-size:10px;
float:right;
}



/* ===========================================================

   clear

=========================================================== */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}