@charset "UTF-8";

/* -------------------------------------------------------------

CSS初期化

------------------------------------------------------------- */

   
* {
	margin: 0;
	padding: 0;
	}

body,divmpre,p,blockquote,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}

img,a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
	}
	
ul {list-style: none;}
h1 { font-size: 2em; /* 20px */ line-height: 1.5;}
h2 { font-size: 16px; line-height: 1.5;}

p { font-size: 1.2em; /* 12px */ }


/* -------------------------------------------------------------
レイアウトに関する指定 */
   
body {
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
	}
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	}

#header {
	width: 900px;
	height: 50px;
	margin: 10px 0;
	border-bottom: 3px #BF0000 solid;
	}
	

#footer {
	width: 900px;
	margin: 10px 0;
	text-align: center;
	font-size: 10px;
	border-top: 3px #BF0000 solid;
	} 
