@charset "Shift_JIS";

#wapper {
	padding: 0px;
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#frame {
	width: 750px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header {
	padding: 0px;
	text-align: center;
	width: 100%;
}

#title {
	width: 750px;
	height: 50px;
	background-color: #000000;
	background-image: url(../img/title_name.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#title h1 {
	text-indent: -9999;
}

#topillust {
	width: 750px;
	height: 300px;
	background-color: #999999;
	background-image: url(../img/skst_top201008.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topillust img {
	margin-left: 20px;
	margin-top: 90px;
}

#menu {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	float: left;
}

#menu ul {
	border-top: 3px solid #000000;
}

#menu li {
	display: block;
	margin: 0 5 0 0;
	padding-right: 12px;
	float: left;
}

#menu a {
	width: 72px;
	height: 30px;
	padding-top: 6px;
	color: #FFFFFF;
	background-image: url(../img/menu_off.png);
	text-align: center;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	text-decoration: none;
	color: #EE9900;
	background-image: url(../img/menu_on.png);
}

#white {
	background-color: #FFFFFF;
	width: 100%;
}

#main {
	width: 750px;
}

#diary {
	float: right;
	width: 350px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px;
	clear: both;
}

#diary div {
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 6px;
	clear : both;
}

#diary_write {
	text-align: left;
	width: 726px;
	padding-left: 12px;
	padding-right: 12px;
	clear: both;
}

#diary_write div {
	width: 400px;
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 6px;
	clear : both;
}

#sidebar {
	float: left;
	width: 340px;
	margin: 0;
	padding: 12px;
}

#info {
	float: right;
	border: 1px solid #999999;
	width: 330px;
	margin-top: 6px;
	padding: 4px;
}

#info strong {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

#counter {
	clear: both;
	padding: 12px;
}

#profile {
	text-align: left;
	width: 726px;
	padding-left: 12px;
	padding-right: 12px;
}

#profile div {
	border: 1px solid #999999;
	width: 400px;
	margin: 0;
	padding: 4px;
}

#product {
	text-align: left;
	width: 726px;
	padding-left: 12px;
	padding-right: 12px;
}

#product div {
	text-align: center;
	width: 726px;
}
/*ƒ}ƒMƒ}ƒM*/
#magimagi {
	text-align: left;
	width: 726px;
	margin-left: 12px;
	margin-right: 12px;
}

#magimagi h3 {
	text-indent: -9999px;
	display: none;
}

#magimagi h4 {
	text-align: center;
}

#mm_navi {
	width: 726px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	float: left;
}

#mm_navi li {
	display: block;
	margin: 0 0 0 0;
	float: left;
}

#mm_navi a {
	width: 96px;
	height: 36px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	display: block;
	background-image: url(../magimagi/img/menu.png);
}

#mm_navi a:hover {
	text-decoration: none;
	color: #EE9900;
}

#mm_info {
	width: 700px;
	margin-left: 13px;
	border: 1px solid #000000; 
}

#mm_story {
	width: 700px;
	margin-left: 13px;
	text-align: center;
}

#mm_charactor {
	width: 700px;
	margin-left: 13px;
}

#mm_charactor_img {
	margin-left: 100px;
	width: 454px;
}

#mm_charactor_text {
	width: 300px;
	margin-top: 100px;
	float: left;
}

#mm_system {
	width: 700px;
	margin-left: 13px;
}

#mm_system_shot {
	margin-right: 20px;
	width: 202px;
	float: left;
}

#mm_system_shottext {
	margin-top: 20px;
	clear: both;
}

#mm_screenshot {
	width: 700px;
	margin-left: 13px;
	text-align: center;
}

#mm_screenshot img {
	margin-top: 20px;
}

#mm_download {
	width: 700px;
	margin-left: 13px;
	text-align: left;
}

#mm_spec{
	text-align: center;
}

#mm_spec table{
	margin: auto;
}

#mm_spec tr td {
	border: 1px solid #000000;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	clear: both;
	width: 750px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
}

.hidden {
	display: none;
}

