@charset "utf-8";
/* CSS Document */
/*setup
----------------------------------------------------------*/
/*common
----------------------------------------------------------*/
html {
  height: 100%;
}
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.5;
  font-size: 12px;
  color: #333;
}
input,
textarea {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.5;
}
a {
  color: #009cff;
  text-decoration: underline;
}
a:hover {
  color: #009cff;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
#gnavi a:hover img,
#header p a:hover img {
  opacity: 1;
}
/* for IE6 */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7;
}
* html input,
* html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7;
}
/*--- module ---*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.clearfix {
  min-height: 1%;
  /* for IE 7*/

}
.both {
  clear: both;
}
.notice {
  color: #C00;
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/

}
strong {
  font-weight: bold;
}
/*レイアウトチェック！！！！
----------------------------------------------------------*/
body {
  background: #e1e8bd;
}
/*#leftCol{
	background-color: #cff6ee;
	height: 500px;
}
#rightCol{
	background-color: #d3c8ea;
	height: 500px;
}

#centerCol{
	background-color: #ffc4eb;
	height: 500px;
}


#footer, #gnavi{
	background-color: #fffcd4;
}*/
/*css-start
---------------------------------------------------------------------------------------*
---------------------------------------------------------------------------------------*/
/*gungho-common
----------------------------------------------------------*/
#gungho {
  background: url(../img/common/header_line.gif) repeat-x scroll 0 0 #ffffff;
  height: 36px;
  vertical-align: bottom;
  width: 100%;
}
#gungho p#ragnarok {
  background: url(../img/common/header_bg.gif) no-repeat scroll 100% 0 #ffffff;
  height: 30px;
  text-align: left;
  width: 100%;
}
/*clearfix_item
----------------------------------------------------------*/
#main,
#leftCol,
#rightCol,
#footer {
  overflow: hidden;
}
/*layout
----------------------------------------------------------*/
#container {
  width: 960px;
  margin: 0 auto;
}
#header {
  position: relative;
}
#gnavi {
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 960px;
}
#main {
  padding: 0 15px;
}
#footer {
  width: 960px;
  margin: 0 auto;
  height: 100px;
}
#home #header {
  height: 450px;
}
#home #leftCol {
  width: 515px;
  float: left;
}
#home #centerCol {
  width: 200px;
  float: left;
}
#home #rightCol {
  width: 200px;
  float: right;

}
#home #nicovideo{
	margin:0 0 20px 0;
	text-align:center;

}
#home #nicovideo iframe{

}
#sec #header {
  height: 220px;
}
#sec #leftCol {
  width: 715px;
  margin-right: 15px;
  float: left;
}
#sec #centerCol {
  width: 0px;
  float: left;
}
#sec #rightCol {
  width: 204px;
  float: right;
}
/*Gnavi
----------------------------------------------------------*/
#gnavi ul li {
  float: left;
}
#gnavi ul li a {
  display: block;
}
/*sec_template
----------------------------------------------------------*/
#section {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 5px;
}
.divide2 .box_one {
  width: 270px;
  float: left;
}
.divide2 .box_two {
  margin-left: 270px;
  padding-left: 12px;
}
.divide2_rev .box_one {
  width: 423px;
  float: left;
}
.divide2_rev .box_two {
  margin-left: 435px;
}

.divide_harf .box_one {
  width: 347px;
  float: left;
  margin-bottom: 11px
}
.divide_harf .box_two {
  margin-left: 358px;
  margin-bottom: 11px 
}



.divide3 .box_one {
  width: 227px;
  float: left;
}
.divide3 .box_two {
  width: 227px;
  float: left;
  padding-left: 12px;
}
.divide3 .box_three {
  width: 227px;
  margin-left: 466px;
  padding-left: 12px;
}
/*heading
----------------------------------------------------------*/
h2,
h3,
h4 {
  margin-bottom: 20px;
}
/*un-common
---------------------------------------------------------------------------------------*
---------------------------------------------------------------------------------------*/
#rightCol {
  position: relative;
}
table {
  border-top: 1px solid #bed2e2;
  border-left: 1px solid #bed2e2;
  width: 100%;
  margin: 0 auto 10px;
}
table th,
table td {
  border-bottom: 1px solid #bed2e2;
  border-right: 1px solid #bed2e2;
}
table th {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f5fafc;
  font-weight: bold;
	text-align:center;
	white-space:nowrap;
}
table th.title{
	background: url(../img/common/th_bg.gif) repeat-x;
	height: 37px;
	line-height: 37px;

	
}
table td {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#twitter-widget-0 {
  width: 200px!important;
  height: 350px!important;
}
#pagetop {
  padding-top: 50px;
  clear: both;
  text-align: right;
}
#sns {
  width: 198px;
  /*border: 1px solid #bfe4ea;*/
  margin: 10px 0;
}
#home #sns {
  margin-top: 0;
}
#sns ul {
  height: 56px;
  /*background-color: #d4f4f9;*/
  padding-top: 10px;
  padding-left: 18px;
}
#sns ul li {
  float: left;
  margin-right: 15px;
}
.banner {
  margin-bottom: 15px;
}
#home #main {
  padding-right: 15px;
}
#news {
  padding-left: 5px;
  width:500px;
}
#news h2 {
  margin-left: -5px;
}
#news ul li .thumb {
  float: left;
}
#news ul li {
  clear: left;
  overflow: hidden;
  margin-bottom: 20px;
}
#news ul li .newsTitle {
  margin-left: 170px;
  font-size: 18px;
  font-weight: bold;}
#news ul li .date {
  margin-left: 170px;
}

div#textPickup{
	margin:1em 0 1em;
	padding:1em;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
}
div#textPickup dl dt{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dashed #999;
	margin:0 0 0.5em 0;
}

div#textPickup dl dd{
	margin:0 0 1em 2em;
}









#entry_title dl dt {
  float: left;
  margin-bottom: 10px;
  clear: both;
}
#entry_title dl dd {
  height: 80px;
  margin-left: 75px;
}
#sponsor ul li {
	width: 250px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
#twitter {
  border: 1px solid #ff6879;
  margin-bottom: 10px;
}
#twitter #twitter_update_list li {
  padding: 7px;
}
#twitter #twitter_update_list li:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ff6879;
  border-bottom: 1px dashed #ff6879;
}
#fb {
  margin-bottom: 10px;
}
#blog {
  border: 1px solid #043388;
  margin-bottom: 10px;
}
#blog #bloglist {
  border-top: 1px solid #043388;
  padding-top: 10px;
  background-color: #c1eaff;
}
#blog #bloglist .rssBody {
  padding-left: 10px;
}
#blog #bloglist li {
  padding: 0 10px 15px 25px;
  background: url(../img/home/blog_listhead.gif) no-repeat left top;
}
#sidenavi ul li {
  background: url("../img/common/subnavi_bg.jpg") no-repeat;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
}
/*text
----------------------------------------------------------*/
p {
  margin-bottom: 6px;
}
#home h1 {
  position: absolute;
  top: 94px;
  left: 10px;
}
#home h1 h2 {
  margin-bottom: 25px;
}
#sec h1 {
  margin-left: -5px;
  margin-bottom: 20px;
}
#sec h2 {
  background: url(../img/common/h2_bg.gif) no-repeat;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
h3 {
  background: url(../img/common/h3_bg.gif) no-repeat;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  font-weight: bold;
}
h4 {
  background: url(../img/common/h4_bg.gif) no-repeat;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}
h4 span {
  background-color: #fff;
  padding-right: 10px;
}
.date {
  display: block;
  border-top: 1px dashed #999;
  margin-top: 3px;
  padding-top: 3px;
}
#pagetop {
  margin-bottom: 10px;
}


/*img_style
----------------------------------------------------------*/
#section .box_one img.border,
#section .box_two img.border,
#section .box_three img.border {
  padding: 5px;
  border: 1px solid #eee;
  margin:0 0 10px 0;
}
/*visual
----------------------------------------------------------*/
body {
  background: url(../img/common/mainbg.gif) center top no-repeat #ffffff;
}
#home #wrap {
  background: url(../img/home/header_bg.png) no-repeat center top;
}
#sec #wrap {
  background: url(../img/common/header_bg.png) no-repeat center top;
}
#main_wrap {
  padding: 15px 0 0;
  background: url(../img/common/content_bg_top.gif) no-repeat;
}
#main {
  background: url(../img/common/content_bg.gif) repeat-y;
  padding-right: 11px;
}
#footer_wrap {
  background: url(../img/common/footer_bg.gif) repeat-x;
}
#footer {
  color: #fff;
  padding-top: 20px;
}
#footerLinks{
	border-bottom:1px dotted #fff;
	padding:0 0 20px 0;
}
#footerLinks ul li a{
	color:#fff;
}
#copyright{
	margin:10px 0 0 0;
}
/*accsess
----------------------------------------------------------*/
.divide_harf .routeA , .divide_harf .routeB , .divide_harf .routeC , .divide_harf .routeD{
	border: 1px solid #ccc;
	height: 170px;
	width: 337px;
	padding: 5px;
}
.routeA p , .routeB p , .routeC p , .routeD p{
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
.routeA{
	background: url(../img/access/aroute.gif) no-repeat;
}
.routeB{
	background: url(../img/access/broute.gif) no-repeat;
}
.routeC{
	background: url(../img/access/croute.gif) no-repeat;
}
.routeD{
	background: url(../img/access/droute.gif) no-repeat;
}

.routeA ul , .routeB ul , .routeC ul , .routeD ul{
	padding-left: 70px;
}
.routeA ul li , .routeB ul li , .routeC ul li , .routeD ul li{
	margin-bottom: 10px;
}
.routeA ul li span, .routeB ul li span, .routeC ul li span, .routeD ul li span{
	background-color: #0071BE;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: white;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 3px;
}





dl.topSponsor{
	width:200px;
}
dl.topSponsor dt{
	border-bottom:1px solid #666;
}
dl.exp{
	margin:1em 1em 2em 1em;
}
dl.exp dt{
	font-weight:bold;
}
dl.exp dd{
	margin:0 0 1em 1em;
}

#section p{
	margin:0 0 1em 0;
}
#section p strong{
	font-size:14px;
}

/*goods
----------------------------------------------------------*/
div.goodsDetail dl{
	margin:0 0 1em 0;
}

div.goodsDetail dl dt {
padding-top: 0.7em;
list-style-type: none;
font-weight: bold;
color: #003FAF;
float: left;
}

div.goodsDetail dl dd.goodsPrice {
font-weight: bold;
color: #C90404;
line-height: 2em;

}

div.goodsDetail dl dd {
padding: 0.5em 0 0.5em 3em;
border-bottom: 1px solid #DDD;
line-height: 2em;
}

div.goodsDetail dl dd.detailEnd {
border-bottom: none;
}

#sec h2 span.smaller {
	font-size: 14px;
}

span.newinfo{
	color:#d20b0b;
	margin:0 0 0 1em;
}

ul.attention li{
	text-indent:-1em;
	padding:0 0 0 1em;
}

ul.attention li span.atpoint{
	color:#d20b0b;
	font-weight:bold;
}
p span.atpoint{
	color:#d20b0b;
	font-weight:bold;
}

div#textLinkArea dl.textLinkList{
	margin:0 0 2em 0;
}

div#textLinkArea dl.textLinkList dt{
	font-weight:bold;
}
div#textLinkArea dl.textLinkList dt a{
	color:#333;
}
div#textLinkArea dl.textLinkList dd{
	color:#999;
	margin:0 0 1em 0;
}

img.gamimg{
	float:right;
	margin:0 0 0 12px;
}

iframe.youtubewindow{
	margin:0 0 10px;
}