@charset "UTF-8";
/* CSS Document */

html{
overflow-x:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body{	
	background-color:#fff;   
}

* html body {
    background: url(null) fixed;
}



#loading {
	width: 96px; /* gif画像の幅 */
	height: 96px; /* gif画像の高さ */
	margin: -68px 0 0 -68px; /* gif画像を画面中央に */
	padding: 20px; /* gif画像を大きく */
	/*background: #BABABA; /* gif画像の背景色 */
	opacity: 0.5; /* 透過させる */
	border-radius: 15px; /* 丸角 */
	position: fixed; /* gif画像をスクロールさせない */
	left: 50%; /* gif画像を画面横中央へ */
	top:320px; /* gif画像を画面縦中央へ */
}


/* menu */

#menu {
  width: 980px;
  height: 45px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  list-style-type: none;
  background: #fff;
  font-family:"Arial Black", Gadget, sans-serif;
}
#menu li {
  width: 9%;
  float: left;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#menu li a {
  width: auto;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
  text-decoration: none;
  display: block;
}
#menu li a:hover {
  background: #eee;
}


#category_list{
	background-color:#000;
	height:40px;
}




/* cmenu */

#cmenu {
  width: 980px !important;
  height: 45px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style-type: none !important;
  background: #fff !important;
  font-family:"Arial Black", Gadget, sans-serif !important;
}
#cmenu li {
  width: 9% !important;
  float: left !important;
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
}
#cmenu li a {
  width: auto !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  text-decoration: none !important;
  display: block !important;
}
#cmenu li a:hover {
  background: #eee !important;
}


#category_list{
	background-color:#000;
	height:40px;
}


/* head */

.head{
	width:980px;
	height:45px;
	/*background-image:url(images/head.jpg);
	background-repeat:no-repeat;*/
}




#wrap{/*
	width:980px;*/
	
}

.title_heads{
	width:980px;
	margin:0 auto 50px auto;
	background-image: url(../images/contentsbar.png);
	background-repeat:no-repeat;
	background-position:center center;
}


.title_headsaaa{
	width:980px;
	height:100px;
	padding:50px;
	margin:0 auto;
	background-image: url(../images/contentsbar.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/* 3column */

.topicstitle{
	font-weight:bold;
	font-size:18px;
	color:#333;
	margin-bottom:0;
	border-bottom:#eee solid 1px;
	width:600px
	font-family:"Arial Black", Gadget, sans-serif;
}

.longshadow{
        margin:0;
        padding:10px;
        font-size:24px;
		font-weight:bold;
        color:#fff;
        overflow: hidden;
        text-shadow: 0px 0px #ddd,
                                 1px 1px #000,
                                 2px 2px #000,
                                 3px 3px #000,
                                 4px 4px #000,
                                 5px 5px #000,
                                 6px 6px #000,
                                 7px 7px #000,
                                 8px 8px #000,
                                 9px 9px #000;
                                /* 以降 伸ばしたい影の流さまで足していく */
}

.news_c{
	padding:0;}

div.blocka {
   float: left;  /* 左端に配置 */
   margin-top:10px;
   width: 650px;
   margin-bottom:80px;
 
}

.topics{
	 padding:0 20px 20px 20px;
   border-radius:6px;
   border:1px solid #eee;
   overflow:hidden;
   width: 620px;
}


.banners{
	margin-top:20px;
}

div.blockc {
   float: right;  /* 右端に配置 */
   width: 300px;
   height:300px !important;
}


/* twitter */
.tw{
	margin:10px auto 10px auto;
	width:300px;
	height:353px;
	
	
}


/*footer*/

.footer{
	clear:both;
	margin-top:30px;
	background-color:#fff;
	border-top:1px #eee solid;	
	width:980px;
	
}

.footer h1	{
	padding:30px 0;
	width: 980px;
	margin: 0 auto;
	text-align:center;
	font-size:9px;
	color:#999;
	
}
.footer h1 a	{
	font-size:9px;
	color:#999;
	text-decoration:none;
	
}

/*page_topbtn*/
#page-top {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60%;
	z-index:900;
	font-weight:bold;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 4px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ddd;
}
.pagetoptxt{
	color: #fff;
}

.release_dl{
	border-bottom: 1px #666 dashed;
	padding-bottom:110px;
	margin-bottom:13px
}




a {color: #FF0000;
  text-decoration: none;
  font-weight:bold;
  font-size:12px;}
  
 a:hover {
   text-decoration: underline;
}
