
/* all */

body {
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre, code {
	font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
	border: 0 solid #ccc;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

* {
	color:#555;
}

a {
	text-decoration:none;
}

#wrap {
	width:100%;
	margin:0 auto;
}

#noscript {
	position:fixed;
	left:0;
	top:0;
	color:#fff;
	background:#333;
	padding:5px;
	z-index:100;
}

/* header */

#header {
	width:100%;
	height:97px;
	border-top:10px solid #fa714e;
	border-bottom:3px solid #fa714e;
	background:url(../img/grd.jpg) repeat-x left bottom;
}

#header_inner {
	position:relative;
}

h1 {
	height:97px;
	border-bottom:3px solid #fa714e;
	background:url(../img/grd.jpg) repeat-x left bottom;
}

#nav {
	position:absolute;
	bottom:0;
	right:0;
}

#nav ul li {
	float:left;
	width:174px;
	height:30px;
	text-align:center;
	padding-top:9px;
	border:solid 1px #a9a8a3;
	border-left:none;
	border-bottom:solid 3px #fa714e;
}

#nav ul li:first-child {
	width:173px;
	border-left:solid 1px #a9a8a3;
}

#nav ul li.active {
	border-top:solid 3px #fa714e;
	border-bottom:none;
	height:31px;
	background:url(../img/grd.jpg) repeat-x left bottom;
}

#nav li a {
	display: block;
	color: #252525;
}

#menu li ul {
	position:absolute;
	border: none;
	display: none;
	background: #fff;
	margin-top:10px;
	width:173px;
	height:auto;
	border:none;
	overflow:hidden;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index:100;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menu li ul li {
	float:left;
	width:175px;
	height:30px;
	border:none !important;
}

#menu li ul li.hover {
	background: #fddfd7;
}

#menu li ul li a {
	color: #dc5735;
}


#contact {
	position:absolute;
	top:0;
	right:10px;
	width:160px;
	height:25px;
	padding-top:5px;
	text-align:center;
	font-size:90%;
	color:#6e6e6d;
	border:solid 1px #a9a8a3;
	border-top:none;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#contact a {
	display:block;
}

/* slide */

#slide {
	height:240px;
	margin-top:7px;
	margin-bottom:10px;
	box-shadow:0 1px 2px #333;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

/* contents */

#contents {
	background:url(../img/content_shadow.png) repeat-y top center;
	background-size:100%;
}

#introduce dl {
	margin-bottom:10px;
}

#introduce dt {
	width:210px;
	margin-left:10px;
	height:100px;
}

#introduce dd {
	font-size:90%;
}

#introduce span a {
	clear:both;
	margin-top:8px;
	margin-left:15px;
	display:inline-block;
	width:50%;
	font-size:95%;
	color:#3d697c;
}

.bn1_title{
	display:inline-block;
	width:95%;
	border-left:5px solid #442d66;
	border-bottom:1px solid #442d66;
	font-weight:bold;
	text-indent:0.5em;
}

.bn2_title{
	display:inline-block;
	width:95%;
	border-left:5px solid #492313;
	border-bottom:1px solid #492313;
	font-weight:bold;
	text-indent:0.5em;
}

.bn3_title{
	display:inline-block;
	width:95%;
	border-left:5px solid #9c512b;
	border-bottom:1px solid #9c512b;
	font-weight:bold;
	text-indent:0.5em;
}

.bn4_title{
	display:inline-block;
	width:95%;
	border-left:5px solid #2f6d58;
	border-bottom:1px solid #2f6d58;
	font-weight:bold;
	text-indent:0.5em;
}

.bn5_title{
	display:inline-block;
	width:95%;
	border-left:5px solid #6a6a6a;
	border-bottom:1px solid #6a6a6a;
	font-weight:bold;
	text-indent:0.5em;
}

h2 {
	height:24px;
	font-size:16px;
	color:#444;
	padding-top:3px;
	padding-left:5px;
	padding-right:40px;
	margin-bottom:20px;
	border-left:solid 10px #bad1db;
	border-bottom:solid 3px #bad1db;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#information p{
	font-size:90%;
}

#new {
	position:relative;
	width:580px;
	height:300px;
	overflow:hidden;
	margin-bottom:30px;
}

#new dl {
	font-size:90%;
}

#new dt {
	width:89px;
	margin-left:10px;
	border-right:solid 1px #666;
	color:#333;
	display:inline-block;
	vertical-align:top;
}

#new dd {
	width:450px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline-block;
}

/* footer */

#footer {
	width:100%;
	height:120px;
	background:#fa714e;
}

#footer_fun{
	position:relative;
}

#wave{
	position:absolute;
	right:14%;
	bottom:0;
}

#footer_inner {
	position:relative;
}

#footer_inner p {
	position:absolute;
	bottom:-115px;
	right:0;
}

#footer_inner p:first-child {
	position:absolute;
	bottom:-115px;
	left:0;
	font-size:90%;
	color:#fff;
	text-shadow:0 1px 1px #44170c;
}

#footer_inner p:first-child a {
	color:#fff;
}

#footer_inner p:last-child {
	color:#bad1db;
	font-size:16px;
	padding-right:5px;
}

/* フォーム+バナークリックで表示されるエリア　その他の設定はcolorbox.cssで */

#inline_content_form {
	background:#fff;
	border:1px solid #999;
	margin:auto;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	color:#828282;
}

#inline_content_form dt {
	margin:5px 0 5px 10px;
}

#inline_content_form dd {
	text-indent:3em;
}

#inline_content_form p {
	text-align:center;
	margin:10px;
}

#form-title {
	font-size:120%;
	padding-left:5px;
	border-left:5px solid #828282;
	border-right:5px solid #828282;
}

dl.inline_content_bn1,dl.inline_content_bn2,dl.inline_content_bn3,dl.inline_content_bn4,dl.inline_content_bn5,dl.inline_content_bn6 {
	width:99%;
	display:inline-block;
	background:#fff;
	border:1px solid #999;
	margin:auto;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	color:#828282;
}

dl.inline_content_bn1 dt,dl.inline_content_bn2 dt,dl.inline_content_bn3 dt,dl.inline_content_bn4 dt,dl.inline_content_bn5 dt,dl.inline_content_bn6 dt{
	width:210px;
	height:60px;
	margin:50px 20px 50px 10px;
	display:inline-block;
}

dl.inline_content_bn1 dd,dl.inline_content_bn2 dd,dl.inline_content_bn3 dd,dl.inline_content_bn4 dd,dl.inline_content_bn5 dd,dl.inline_content_bn6 dd{
	width:40%;
	display:inline-block;
	vertical-align:top;
	margin:10px 10px 10px 0;

}

/* 下位ページ */

#top {
	height:120px;
	margin-top:7px;
	margin-bottom:10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#box {
	margin-bottom:30px;
}

#box_left {
	width:210px;
	padding-left:10px;
	border:solid 1px #a9a8a3;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#box_left li {
	color:#6f6f6e;
	margin-left:30px;
	margin-top:20px;
	list-style-image:url(../img/arrow1.gif);
}

#box_left li.arrow2 {
	list-style-image:url(../img/arrow2.gif);
}

#box_left li ul li {
	list-style-image:url(../img/arrow3.gif);
}

#box_right {
	width:690px;
}

#side_menu .on{
	background:#fddfd7;
	padding:3px;
}

dl.explain {
	margin-left:15px;
	margin-bottom:20px;
}

dl.explain ol li{
	list-style:decimal;
	margin-left:2em;
}

dl.explain dd {
	margin-left:10px;
	overflow:hidden;
}

dl.detail h3 {
	border-bottom:dotted 1px #75858c;
	margin-bottom:1px;
	color:#234d2d;
}

dl.detail dt {
	border-bottom:dotted 1px #75858c;
	margin-bottom:15px;
}

dl.detail p {
	float:left;
}

dl.detail p.text {
	width:80%;
}

dl.detail p.photo {
	width:20%;
	text-align:right;
}

dl.detail a {
	clear:both;
	margin-top:15px;
	display:inline-block;
	width:50%;
	font-size:95%;
	color:#3d697c;
}

table {
	margin-left:15px;
	margin-bottom:20px;
	width:80%;
	border:solid 1px #aaa;
}

table th {
	width:25%;
	border-right:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	padding:10px 12px;
	vertical-align:middle;
	background:#c4dfeb;
}

table td {
	width:65%;
	border-bottom:solid 1px #aaa;
	padding:10px 12px;
}

.attention {
	margin-top:10px;
	color:#F00;
	font-size:110%;
}

/* ゲームコンテンツ追加 */

#game{
	margin-bottom:15px;
}

#game span#arrow{
	margin-left:15px;
}
