@charset "UTF-8";
/*****************************************
*
*Since: 2007-12-18
*Modified:2007-12-18
*Guideline:ver.1.00
*Editor:akihiro ooshita
*
******************************************
*/	

@import "header.css";
@import "footer.css";

*{
	padding:0;
	margin:0px;
	/*
	margin:auto;
	text-align:center;
	*/
	font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
}

img{border:0;}

body{
	width:740px;
	background-image:url('../images2/wrapper_bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto;
	color:#666666;
}

h1{
	height:70px;
	line-height:70px;
	color:#666666;
	font-size:20px;
	font-weight: 900; 
	font-family: ＭＳ Ｐゴシック;
	}

h2{
	height:30px;
	line-height:30px;
	color:#666666;
	font-size:14px;
	}

div#wrapper{
	width:710px;
	margin:0 auto;
}

div#contents{
	clear:both;
	text-align:center;
	font-size:12px;
	padding-bottom:30px;
}

