@charset "utf-8";

body {
	text-align: center;
	margin:0px;
	background-image: url(img/back.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#FFFFCC;
}

#wrapper {
	width: 800px;
	background-color: #faff94;
	display:inline-block;
	font-size: 12px;
	line-height: 16px;
}

#wrapper2 {
	width: 800px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	height: 53px;
	width: 800px;
	background:url(img/header.png);
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
}

#spec {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 420px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	display:inline-block;
}
#spec table {
	display:inline-block;
}

#spec th {
	width:120px;
	border: 1px solid #000000;
}

#spec td {
	width:200px;
	border: 1px solid #000000;
}


#title {
	background-image: url(img/title.png);
	width: 800px;
	height: 337px;
	margin: 0px;
	padding: 0px;
}
#title2 {
	width: 800px;
}

#app {
	width: auto;
	height: auto;
	text-align: center;
	padding:250px 0 0 600px;
}

#subtitle {
	padding:10px 0 10px 0;
}

#menu {
	text-align:center;
}

#menu li {
	float: left;
	list-style:none;
}

#movie {
	width: 460px;
	height: 350px;
	text-align:center;
	float: left;
}

#blog {
	width: 320px;
	height: 350px;
	float: left;
	text-align:center;
}


#blog_comment {
	margin: 0 2px 5px 2px;
	text-align:left;
}
#blogparts {
	margin: 10px 0 10px 0;


}

#footer {
	clear:both;
	text-align:center;
	background-color: #FF6600;
	margin-top: 200px;
}

#menu ul {
	display:-moz-inline-box;  
	display:inline-block;
	/display:inline;
	zoom:1;
}

#read_msg {
	width: 780px;
	margin:0 5px 0 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrapper #footer a {
	color: #FFFFFF;
}
#wrapper #spec td {
	background-color: #FFFFFF;
}
#wrapper #spec th {
	background-color: #CCCCCC;
}

#spec .spec_close {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear:both;
}
#contents {
	height: auto;
	text-align: center;
}

#contents .contents_box {
	display:-moz-inline-box;  
	display:inline-block;
	/display:inline;
	zoom:1;
}

#contents .howto {
	float: left;
}

.howtocomment {
	margin-top: 8px;
}

#mode {
}

#mission {
}

#time {
}

#extra{
}

.modecomment{
	margin: 5px 5px 0 5px;
	text-align:left;

}

.table1 {
	width: 750px;
	margin-top: 5px;

}

.table2 {
	width: 250px;
	float: left;
}

.orange {
	font-weight:bold;
	color:#FF6600;
	
}

.red {
	color:#FF0000;
	font-size:small;
}


.font_small {
	font-size:small;
}

#index_table {
	width: 780px;
	height: 600px;
	clear:both;
}

.clear {
	clear:both;
}

a:link { color: #CCFFFF; }
a:visited { color: #CCFFFF; }
a:hover { color: #CCFFFF; }
a:active { color: #CCFFFF; }
