@charset "utf-8";
@import "common.css";
@import "theme.css";
@import "contents.css";
/* CSS Document */

/* body, #header, #header table, ul#menu  { border: 1px solid red; } */

body {
	position: relative;
	width: 950px;
	margin: auto;
	z-index: 0;
	}

html>/**/body {
	width: 949px;
}

/* header */

#header {
	text-align: right;
	padding: 20px 20px 0 0;
	}

#big, #mid, #small {
	cursor: pointer;
}

/* h1 */

h1 {
	position: absolute;
	top: 7px;
	left: 40px;
	z-index: 1;
	}

#header {
	float: right;
	width: 380px;
	height: 138px;
	}
	
a#pageTop {
	display: block;
	position: absolute;
	top: 30px;
	left: 35px;
	width: 300px;
	}
	
a#pageTop strong {
	display: none;
	}

/* top login */

#headerLogin, #headerLogout {
}

#headerLogin form, #headerLogout form {
}

#header table td {
	height: 30px;
	vertical-align: top;
}

#header strong {
	padding-right: 20px;
	}

input.overLay {
	width: 160px;
	height: 18px;
	margin-left: 90px;
	padding-top: 5px;
}

* html input.overLay {
	padding: 0;
}

#headerZoom {
}

#headerZoom img {
	margin: 0 0 0 3px;
}
	
/* menu */

ul#menu {
	float: right;
	padding: 0px 40px 0 0;
	text-align: right;
	width: 700px;
}

ul#menu li {
	display: block;
	float: right;
	height: 45px;
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
}

ul#menu li span {
	display: block;
	margin-top: 10px;
}

ul#menu li.last {
	background: none;
	padding-right: 0;
}

/* content */

#content {
	clear: both;
}

/* navi */

#navi {
	padding: 10px 0 0 40px;
}

* html #navi {
	margin-left: -4px;
	margin-top: 2px;
}

head~/* */body #navi {
	display: block;
	margin-left: -5px;
	padding-top: 12px;
}

html:not(:target) #navi {
	margin-left: -5px;
	margin-top: 0px;
}

#navi li a {
	display: block;
	width: 200px;
	height: 113px;
	padding-bottom: 5px;
}

#navi li a span {
	display: none;
}

/* title */

#main {
	float: right;
	width: 660px;
	padding-right: 20px;
	padding-top: 45px;
	overflow: visible;
}

/* footer */

#footer {
	position: relative;
	clear: both;
	height: 150px;
	padding-top: 40px;
}

#footer img {
	position: absolute;
	top: 34px;
	right: 30px;
	z-index: 1;
}

#footer p {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 1;
}

#footer #copyright {
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

#footer #address {
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 1;
}

/* for Blog */

#wordPressArea {
	width: 660px;
}

#wordPressArea #comment {
	border: 1px solid black;
	margin: 10px 0;
	width: 660px;
}

#wordPressArea .meta {
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #f6ffee;
	border: 1px solid #779d54;
}

#wordPressArea h3.storytitle {
	margin: 20px 0 10px 0;
}

#wordPressArea p {
	margin: 0 0 20px 0;
}

#betaArea h2 {
	margin: 20px 0 -5px 0;
}

#betaArea h3 {
	font-size: 12px;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}

/* tmp */

#toraTop01 {
	background: url(../../img/tora/top_banner01.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin: 20px 0 10px 0;
}

#toraTop01detail {
	background: url(../../img/tora/top_detail01.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop02detail {
	background: url(../../img/tora/top_detail02.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop03detail {
	background: url(../../img/tora/top_detail03.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop02 {
	background: url(../../img/tora/top_banner02.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin-bottom: 10px;
}

#toraTop03 {
	background: url(../../img/tora/top_banner03.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin-bottom: 10px;
}

.toraText {
	display: block;
	padding: 30px 20px 0 220px;
	width: 380px;
	height:60px;
}

#toraTop01detail .toraText, #toraTop02detail .toraText, #toraTop03detail .toraText {
	padding: 0px 20px 0 150px;
	width: 480px;
	height:60px;
}

#forumTop01 {
	background: url(../image/forum/forum_01.gif) no-repeat right;
	height: 90px;
	width: 620px;
	margin: 20px 0 10px 0;
}

.forumText {
	display: block;
	padding: 10px 20px 0 0px;
	width: 380px;
}

	
.toraDetailBtn {
	float: right;
	margin: 15px 15px 0px 0;
}

.supportListTitle {
	margin-top: 10px;
}
.supportListTitle img {
	float: right;
	margin: 0 10px 0 0;
}

.supportTable th,.supportTable td {
	padding: 4px;
	border-top: 1px solid #CCC;
}

#bookContent {
	width: 410px;
	float: left;
}

#bookContent img {
	margin: 20px 10px 0 0;
	float: left;
}

#bookContent p {
	margin-top: 20px;
}

#bookData {
	float: right;
	width: 230px;
	margin-top: 20px;
}

.bookTable {
	width: 220px;
	margin-top: 10px;
}

.bookTable th {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	padding-top: 4px;
}

.categoryText {
	margin-top: 20px;
	margin-left: 10px;
}

.categoryText img {
	float: right;
	margin: -10px 10px 0;
}

#tanbouPickup {
	clear: both;
	position: relative;
	background: url(../../img/tora/tanbou_pickup_bg.gif) no-repeat;
	width: 650px;
	height: 160px;
	margin-top: 10px;
}

#tanbouPickup img {
	position: absolute;
	top: 20px;
	left: 20px;
}

#tanbouPickup strong {
	position: absolute;
	top: 18px;
	left: 170px;
}

#tanbouPickup .tanbouCatch {
	position: absolute;
	top: 60px;
	left: 170px;
	font-weight: bold;
	color: #7B5F06;
}

#tanbouPickup .tanbouBody {
	position: absolute;
	top: 85px;
	left: 170px;
	width: 450px;
}

#tanbouPickup a.tanbouMore {
	background: url(../../img/tora/tanbou_arrow.gif) no-repeat;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-weight: bold;
	padding-left: 28px;
}

#navi li.naviBanner a {
	background: none;
	width: auto;
	height: auto;
}

#navi li.naviBanner {
	margin: 10px 0 0 -15px;
	padding: 0;
}

#caltureContent p {
	margin: 20px 30px 0 40px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

#childDetail p {
	margin-top: 20px;
}

#childDetail img {
	float: right;
	margin-left: 10px;
}

#submitBtn, #submitConfirm, #submitRegist {
	width: 180px;
	height: 40px;
	margin-top: 20px;
}


	







