@charset "utf-8";


/*Base*/
body, table, th, td, p {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 22px;
	vertical-align: top;
}

body {
	background: #000 url(../img/header_bg.gif) repeat-x;
	margin:0px;
}

img {
	border: none;
}
ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

address {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height:13px;
}

*:first-child+html p {/*IE7HACK*/
	margin-top: 10px;
	margin-bottom: 10px;
}

*html p {/*IE6HACK*/
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #DE0000;
	text-decoration:none;
}

a:hover {
	color: #777777;
}

/*Position*/

.left {
	text-align: left;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}
.w100 {
	width:100%;
}

.clear {
	clear:both;
}

/*Index*/
div#wrap {
	width:950px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

div#bottom {
	background: url(../img/contents_bg.jpg) repeat-x;
}

div#header {
	height:500px;
	background: url(../img/main-image.png) no-repeat right;
	text-align:left;
}

div#header h1 {
	margin:0px;
	padding:0px;
	color:#ff10d9;
	font-size:12px;
}

div#header div {
	margin-top:12px;
	margin-bottom:12px;
	width:550px;
	text-align:center;
}

div#header table {
	padding-top:12px;
	margin-bottom:12px;
	width:550px;
	text-align:center;
}

div#header table td {
	vertical-align:middle;
}

div#header  p, div#contents p{
	margin:0px;
}

div#header p {
	width:550px;
	text-align:left;
	color:#fff;
}

div#contents {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:950px;
}

div#contents div {
	padding-top:12px;
	margin-bottom:12px;
}

div#contents table {
	padding-top:12px;
	margin-bottom:12px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

div#contents textarea {
	margin-top:12px;
	margin-bottom:12px;
	width:400px;
}

div#footer {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	background:#ff00d8;
}

#enter {
	
}
#enter img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

#read {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

