@charset "utf-8";

/* container box
================================================================================== */
#container {
	margin-top: 4.5em;
}

/* site-link tub
================================================================================== */
#spiritualism {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-top: 0.5em;
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(255, 255, 255), rgba(204, 204, 204, 0.5));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(255, 255, 255)), to(rgba(204, 204, 204, 0.5)));
	background-image:-moz-linear-gradient(-90deg, rgb(255, 255, 255), rgba(204, 204, 204, 0.5));
}
#spiritualism ul {
	width: 96em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: -0.1em;
	padding-right: 1em;
	padding-left: 1em;
	list-style: none;
}

#spsite,
#booksite,
#phenomenasite,
#currentsite {
	letter-spacing: 0.1em;
	text-align: center;
	width: 19em;
	float: left;
	margin-right: 0.5em;
	font: 1.2em/1.2 "メイリオ", Meiryo, Osaka, sans-serif;
}
#spsite a,
#booksite a,
#phenomenasite a {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}

#currentsite {
	background-color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
}
#spsite a,
#booksite a,
#phenomenasite a,
#currentsite {
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}
#spsite a:hover {
	background-color: #00F;
	border-bottom-color: #00F;
}
#booksite a:hover {
	background-color: #096;
	border-bottom-color: #096;
}
#phenomenasite a:hover {
	background-color: #909;
	border-bottom-color: #909;
}
#spsite a:hover,
#booksite a:hover,
#phenomenasite a:hover {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}


/* banner
================================================================================== */
#header div {
	position: relative;
	height: 11.5em;
	padding: 0px;
	background-color: #1563FF;
}

#titlebanner-image img {
	width: 100%;
}
#titlebanner-text {
	position: absolute;
	top: 0.8em;
	z-index: 10;
	left: 1.5em;
	color: #A4FFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1;
}


/* topmenu
================================================================================== */
#wrapper p,
#wrapper li {
	/* [disabled]font-size: 1.2em; */
	letter-spacing: 0.1em;
}

#contents {
	margin-bottom: 0em;
	display: inline;
}


#topmenu-intro {
	margin-bottom: 4em;
}

#topmenu-intro h1 {
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.5em 1em;
	/* [disabled]margin: 0.1em; */
	font-size: 1.6em;
	background-color: rgb(0,0,255);
	background-image:linear-gradient(-90deg, rgb(0, 153, 255), rgb(0, 0, 255));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(0, 153, 255)), to(rgb(0, 0, 255)));
	background-image:-moz-linear-gradient(-90deg, rgb(0, 153, 255), rgb(0, 0, 255));
	background-image:-o-linear-gradient(-90deg, rgb(0, 153, 255), rgb(0, 0, 255));
}
#topmenu-intro div {
	background-image: url(../image/tophimawari.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 270px;
	margin-top: 2em;
}
#topmenu-intro div p {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 1em;
}

.topmenubox2,
.topmenubox3 {
	margin-bottom: 1.5em;
}
.topmenubox2 .topmenu,
.topmenubox3 .topmenu {
	background-color: #FFF;
	margin-bottom: 2em;
}
.topmenubox2 .topmenu {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px #D3D3D3;
	-moz-box-shadow: 0px 0px 10px #D3D3D3;
	box-shadow: 0px 0px 10px #D3D3D3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 33.5em;
}
.topmenubox2 .topmenu div {
	/* [disabled]padding-right: 11em; */
}
.topmenubox3 .topmenu {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px #D3D3D3;
	-moz-box-shadow: 0px 0px 10px #D3D3D3;
	box-shadow: 0px 0px 10px #D3D3D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 21.5em;
}
.box2left {
	float: left;
}
.box2right {
	float: right;
}
.box3left {
	float: left;
}
.box3middle {
	float: left;
	margin-left: 2.45em;
}
.box3right {
	float: right;
}
.topmenu h2 {
	font-size: 1.6em;
	line-height: 1;
	padding: 0.5em 0em;
	background-color: #FFF;
	text-align: center;
	background: #EBEBEB;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EBEBEB',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
}
.topmenubox2 .topmenu h2 {
	border-bottom: 3px solid #FC0;
}
.topmenubox3 .topmenu h2 {
	border-bottom: 2px solid #FC0;
}
.topmenu div p {
	line-height: 1.8;
}
.topmenubox2 .topmenu div p {
	font-size: 1.4em !important;
	padding: 1em;
}
.topmenubox3 .topmenu div p {
	font-size:1.2em !important;
	padding: 1em;
}


/* undermenu
================================================================================== */
#undermenubox {
	clear: both;
	padding-top: 1em;
	background-image: url(../image/bgmenu-n7.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin-top: 2em;
}
#undermenubox .undermenu {
	float: left;
	width: 33em;
	margin-right: 0.95em;
	margin-left: 1em;
	/* [disabled]display: inline; */ /* IE6のマージン2倍バグ対策 */
}
#undermenubox .undermenu h2 {
	line-height: 1.6;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
	padding: 0.3em;
}
#undermenubox #news h2 img {
	margin-left: 1em;
	border-style: none;
	margin-bottom: -0.2em;
}

#undermenubox .infonews dl {
	padding: 0em 0.6em 0em 0.2em;
	margin-bottom: -1em;
}
#undermenubox .infonews dt,
#undermenubox .infonews dd {
	letter-spacing: 0.1em;
}
#undermenubox .infonews dt  {
	color: #000;
	line-height: 1;
	border-left: 1em solid #0C0 !important;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	margin-top: 1.5em;
}
#undermenubox .infonews dd {
	margin-bottom: 1em;
	font-size: 1.2em;
}
#undermenubox .infonews dd h3 {
	font-size: 1em;
	margin-bottom: 0.5em;
}


#undermenubox .infonews dd p {
	font-size: 1em;
	color: #333;
	margin-bottom: 0.5em;
}

#undermenubox .infonews dd p.imagebox {
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	background-color: #F4F4F4;
	border-radius: 5px;
	line-height: 1;
}
#undermenubox .infonews dd p.imagebox img {
	max-width: 100%;
}



#information .newbook {
	border: 1px solid #999999;
	border-radius: 5px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	margin-bottom: 1.5em;
	background-color: #CCFFFF;
}
#information .newbook .newtitle {
	font-weight: bold;
	font-size: 1.2em;
}
#information .newbook .newedition {
	text-align: right;
}
#information .newbook .newprice {
	text-align: right;
}


#update,
#start,
#counter {
	border: 1px solid #CCCCCC;
	padding: 8px 5px 5px;
	margin-bottom: 0.5em;
	background-image: url(../image/bgmenu-n1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	text-align: center;
}
#update span.date,
#start span.date {
	margin-left: 2em;
}



/* Media Queries
================================================================================== */
@media only screen and (max-width: 770px) {
#container {
	margin-top: 0.5em;
}

#header div {
	background-image: url(../image/titlebanner2011s-sp.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center top;
}
#titlebanner-image img {
	display: none;
}
.topmenubox2 .topmenu,
.topmenubox3 .topmenu {
	width: 100%;
	margin-bottom: 2em;
	margin-right: 0em;
	margin-left: 0em;
}

#undermenubox .undermenu {
	width: 46%;
	margin-bottom: 4em !important;
	margin-right: 0em;
	margin-left: 0em;
}
#undermenubox #information {
	float: left;
	clear: both;
}
#undermenubox #news {
	float: right;
}
}

@media only screen and (max-width: 650px) {
#topmenu-intro div {
	background-image: none;
	padding-left: 0em;
}
}


@media only screen and (max-width: 500px) {
#undermenubox .undermenu {
	width: 100%;
}
#update,
#start {
	text-align: center;
}
}


/* --------------- print ----------------------------- */
@media print {
#header {
	display: block;
}
#titlebanner-text {
	display: none;
}
#container {
	margin-top:0em;
}
#spiritualism {
	display: none;
}

#wrapper {
	top: 0em;
	width: 100%;
}

#topmenu-intro {
	background-image: none;
	border-style: none;
	margin: 2em 0px;
	padding: 0px;
}
#topmenu-intro h1 {
	color: #000;
	padding: 0px;
	margin-bottom: 1em;
}
#topmenu-intro div {
	margin: 0px;
	padding: 0px;
}
#topmenu-intro div #intro-image {
	display: none;
}

#topmenu-intro div #intro-text {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.topmenubox2 .topmenu,
.topmenubox3 .topmenu {
	width: 100%;
	margin-bottom: 2em;
	margin-right: 0em;
	margin-left: 0em;
	float: none;
	border-style: none;
}
.topmenubox2 .topmenu h2,
.topmenubox3 .topmenu h2 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#undermenubox {
	display: none;
}
}
