@charset "UTF-8";
/* CSS Document */
@import "basic.css";
@import "common.css";


* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000;
	background: #FFFFFF url(../common_img/thmh_t_bg.jpg) left top repeat-x;
	line-height: 1.6;
}
#wrapper {
	width: 900px;
	margin:0 auto;
}	

/*title-image
-------------------------------------------------------*/
#h2 {
width:900px;
height:300px;
margin:0 auto;
display:block;	
}

#img_top {
width:900px;
height:300px;
margin:0;
text-indent: -9999px;
background:url(../top_img/top_img.jpg) no-repeat;	
}
