@charset "Shift_JIS";
/*リセット*/
h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
}
textarea {
	font-size: 100%; 
}
img {
	vertical-align: bottom;
	border: none 0;
}

/*--------------------------------------------------------------------*/
/* タグ */
body {
	margin:0 ;
	padding: 0;
	background:#000;
	color:#000;
	font:normal normal normal 14px/125% "メイリオ","ＭＳ Ｐゴシック","Osaka",sans-serif;
	text-align: center;
}
h1 {
	width: 760px;
	margin: 36px auto 0;
	color: #222;
	font-weight: bold;
	text-align: right;
}
em{
 color:#094;
 font-weight:bold;
 font-style:normal;
}
strong{
 color:#e50;
 font-weight:bold;
 font-style:normal;
}

/*--------------------------------------------------------------------*/
/* ID */
#wrapper {
	position: relative;
	width: 760px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

#menu {
	height:70px;
}

#contents {
 text-align:center;
 width:760px;
 height:530px;
 overflow:hidden;
}

#footer {
	overflow: hidden;
	margin: 0 auto;
	width: 760px;
	font-size: 90%;
}
#footer p {
	margin: 2px 0;
	text-align:right;
	color: #333;
	font-weight: bold;
}
#footer ul {
	float: left;
}
#footer li {
	float:left;
	margin:2px 8px 2px 0;
	font-weight: bold;
}
#footer a {
	color: #222;
}
#footer a:hover {
	color: #333;
}

/*--------------------------------------------------------------------*/
/* class */




