﻿@charset "UTF-8";

/* リセットに関するCSS
--------------------------------------------------------------------------------*/
body,p,h1,h2,h3,ul,li,div {
	list-style:none;
	margin:0;
	padding:0;
}

img{
	border:none;
}
	

/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 1.5;
	color:#666;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	margin:0 auto;

}

/*大枠に関するCSS
--------------------------------------------------------------------------------*/


#wrapper {
	margin:auto;
	width:900px;
	background-color:#FFFFFF;
	text-align:center;
}





#contact {
	text-align:center;

}

/* フッターに関するCSS 
--------------------------------------------------------------------------------*/

#footer{
	clear:both;
	margin:0 auto;
	text-align:center;
	width:900px;
}
#footer_1{
	background-color:#FFF;

}#footer #footer_1 {
	font-size: 9px;
}
