@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
   background-image: url("../images/bg.png");
   background-repeat: repeat-x;
   background-attachment: fixed;
}

br {
   letter-spacing:normal;
}

p {
    padding: 2px;
    clear:both;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

strong {
   color:#ff0000;
   font-size:26px;
}

b {
   font-size:16px;
}

iframe {
   border: none;
   overflow: hidden;
}

.narrowspacing {
	line-height:1.2;
}

.red {
	color:#ff0000;
}
/* ========TEMPLATE LAYOUT======== */
#page {
   width:960px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #003366;
   border-bottom:5px solid #003366;
   box-shadow:2px 0px 10px;
}

header {
   position:relative;
   width:960px;
   height:112px;
}

#menu {
   width:960px;
   background:#000;
}

#contents {
   clear:both;
   width:960px;
   margin-top:10px;
}

main {
   float:left;
   margin:0 10px;
   width:580px;
}

#subL {
   float:left;
   width:180px;
}

#subR {
   float:left;
   width:180px;
}

footer {
   position:relative;
   clear:both;
   width:960px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
header {
   background:#fff;
   background-image: url("../images/bg_header.png");
}

header img {
   position:absolute;
   left:10px;
   top:9px;
}

header nav {
   position:absolute;
   left:0px;
   bottom:0px;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_menu.png") 0 50% repeat-x;
}

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

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:2.5;
   color:#fff;
}

#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
main a {
   color:#008000;
}

main a:hover {
   text-decoration:underline;
}

main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #3366cc;
   background:url("../images/bg_h2.png");
}

main h3 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}

main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

main p{
   margin:0 0 1em 0;
   line-height:1.4;
}

main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#eeeef0;
}


/* ========subL CONTENTS CUSTOMIZE======== */
#subL section {
   background:#eeeef0;
   background-image: url("../images/bg_navi.png");
   background-repeat: repeat-x;
   background-attachment: scroll;
   border-bottom:solid 2px #003366;
   margin-bottom: 10px;
}

#sidemenu {
   background:#eeeef0;
   background-image: url("../images/bg_navi.png");
   background-repeat: repeat-x;
   background-attachment: scroll;
     border-bottom:solid 2px #003366;
   box-shadow:1px 1px 2px;
   margin-bottom: 10px;
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.png") 0 50% repeat-x;
}

#subL ul {
   margin:0;
   margin-left:15px;
   padding:5px 0 1em 1em;
   list-style-image:url("../images/bg_list.gif");
}

#subL li {
   margin:0;
   line-height:1.8;
/*   padding-left:18px;
    background-image:#eeeef0 url("../images/bg_list.gif") 0 6px no-repeat;
   list-style:none; 
*/
}


/* ========subR CONTENTS CUSTOMIZE======== */
#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.png") 0 50% repeat-x;
   margin-bottom: 10px;
}

#subR ul {
   margin:0;
   padding:0;
   text-align:center;
}

#subR li {
   margin:0;
   padding:0;
   line-height:1.8;
   list-style:none;
}


/* ========PAGETOP CUSTOMIZE========= */
.pageTop {
   padding:10px;
   text-align:right;
}

.pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
footer {
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ccc;
}

footer small {
   font-style:normal;
   font-size:11px;
}


/* ========flexslider======== */
.flexslider {
	text-align: center;
}
.flex-direction-nav .flex-prev { width: 50px; height: 45px; background-image:url("../images/prev.png");}
.flex-direction-nav .flex-next { width: 50px; height: 45px; background-image:url("../images/next.png");}
.flex-direction-nav a:before  { content: ''; }
.flex-direction-nav a.flex-next:before  { content: ''; }


/* ========link======== */
#link ul {
	list-style-type : none;
}

#link li {
	padding-top: 15px;
}


/* ========character======== */
#maincharacter dd {
	background:url("../images/bg_chara.png");
	background-repeat: no-repeat;
	box-shadow:1px 1px 2px;
	text-shadow: 5px  5px 4px #fff,
	            -5px  5px 4px #fff,
	             5px -5px 4px #fff,
	            -5px -5px 4px #fff;
}

#subcharacter dd {
	background:url("../images/bg_chara.png");
	background-repeat: no-repeat;
	box-shadow:1px 1px 2px;
	text-shadow: 5px  5px 4px #fff,
	            -5px  5px 4px #fff,
	             5px -5px 4px #fff,
	            -5px -5px 4px #fff;
}

#maincharacter img {
  float: right;
  margin:5px;
}

#subcharacter img {
  float: right;
  margin:5px;
}


/* ========story======== */
#world img {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}

#world dd {
	height: 186px;
}

#download h6 {
   margin-left:20px;
}

#download h6:before {
 	content: "■";
}
#download h6:after {
	content: "■";
}
#download h6+p {
   margin-left:20px;
   font-size:12px;
}

#sounds img {
  float: left;
}
#sounds ol {
  float: left;
  margin:0;
}

#wallpaper {
	clear:both;
}
#wallpaper img,#wallpaper ul {
  float: left;
  margin:0;
   padding:0;
   margin-bottom:20px;
}
#wallpaper ul {
   margin-right:50px;
}
#wallpaper li {
 font-size:11px;
 margin:0;
   padding:0;
   list-style-type:none;
}

#wallpaper div {
	clear:both;
}

#other {
	clear:both;
}

/* ========SNS Buttons======== */
#snsb {
	height:100px;
	margin-top:30px;
	padding-left:0px;
}
#snsb ul {
	padding-left:0px;
	margin-left:0px;
}
#snsb li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	list-style-image:none;
	list-style-type:none;
}
#snsb iframe {
	margin: 0 !important;
}

#snsb2 {
	height:25px;
	margin-top:0px;
	margin-left:3px;
	margin-bottom:3px;
	padding:0px;
}

#snsb2 * {
	float: left;
	margin-right: 3px;
}