@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.5;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
   font-size:11px;
   color:#666666;
   background-color:#FFFFFF;
}

#wrapper  {
	width:800px;
	overflow:hidden;
	margin:auto;
	padding:0px;
	position:relative;
	text-align:left;
	background:#FFFFFF;
}


p {
   margin:0px 0px 10px 0px;
}

a {
   color:#999999;
   text-decoration:none;
}

a:hover {
	font-weight: bold;
	color: #FF99FF;
}

img {
   border:0;
}


/* ======== home (top page) ======== */

#content {
	width:800px;
	margin:50px 0px 0px 0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align: center;
}

#content img {
	margin:0px 0px 30px 0px;
}



