@charset "Shift_JIS";
/* ------------------------------
↓基本スタイル
------------------------------ */

* {
	margin: 0;
	padding: 0;
	font-size : 12px;
	font-weight: normal;
	list-style-type: none;
	font-style: normal;
}

html {
	height: 100%;
  	width : 100%;
	background-color: #140602;

}

body {
	width: 100%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	font-size : 12px;
	
	text-align: center;
	color : rgb(51, 51, 51);
	background-color: white;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 70px 70px;
  
}

h1 {
	color: white;
	font-size: 12px;
	width : 500px;
	margin-left: 5px;
	margin-top: 8px;
}

h2,h3,h5,h6{
	font-size : 12px;
	font-weight: normal;
  
}

h4 {
	padding-left: 12px;
	background-image: url(../images/icon01_4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	font-weight: bold;
	color : rgb(79, 39, 0);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4f2700;
	text-align: left;
  
  

  font-size : 12px;
  height : 100%;
}

p {
	margin-bottom: 15px;
	text-align: left;
  height : 100%;
}

p.noscript {
	font-size: 15px;
	text-align: center;
	padding-top: 70px;
}

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

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

img {
	border-width: 0px;
}
/* ------------------------------
↓
------------------------------ */

#pagetop {
	height: 34px;
	width: 132px;
	clear: both;
	margin-left: 745px;
}

#version {
	margin-top: 5px;
}

#count {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#count span {
	color: #990000;
	margin-left: 10px;
}

address {
	color: #ffffff;
	text-align: center;
	clear: both;
	margin-top: 15px;
}
/* ------------------------------
↓header
------------------------------ */

#header {
	color: #FFFFFF;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-color: #452114;
	text-align: center;
	position: static;
	height: 70px;
	width: 100%;
  
  
  
}

#header a {
	color: white;
}

#header-inner {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
}

#header-inner_r {
	float: right;
	text-align: center;
}

#header-inner_l {
	float: left;
	text-align: left;
}

#header a:hover {
	color: #cc0000;
}

#header-inner h2 {
	margin-top: 2px;
	margin-bottom: 3px;
}

#header ul#topnavi-inner {
	position: relative;
}

#topnavi {
	background-repeat: no-repeat;
	width: 300px;
	height: 40px;
	text-align: center;
	background-position: left top;
	position: static;
	margin-bottom: 3px;
	background-image: url(../images/topnavi.png);
}

#topnavi ul {
	padding-top: 8px;
}

#topnavi li {
	display: inline;
	background-image: url(../images/list_r01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 4px;
	font-size: 11px;
}

#topmov {
	position: relative;
	width: 880px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------
↓container
------------------------------ */

#container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
/* ------------------------------
↓content
------------------------------ */

#content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	width: 910px;
	background-position: center top;
	position: static;
}

#contenttop {
	height: 15px;
	width: 910px;
	background-image: url(../images/bg_contenttop.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
}

#contentWrapper {
	width: 900px;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* ------------------------------
↓primary
------------------------------ */

#primary {
	width: 700px;
	float: left;
	text-align: center;
}

#primary-inner {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

#primary a {
	color: #990000;
	text-decoration: underline;
}

#primary a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#primary h2 {
	background-image: url(../images/titlebanner1b_640li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
	height: 33px;
	line-height: 36px;
	text-indent: 25px;
	color: white;
	font-size : 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

#primary h3 {
	background-image : url(../images/titlebanner2b_640li.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent : 10px;
	width: 640px;
	height: 30px;
	font-size: 105%;
	font-weight: bold;
	color : white;
	margin-bottom: 15px;
	line-height: 28px;
background-position : left top;
}

#primary ul {
	text-align: left;
	width: 640px;
}

#primary li {
	text-align: left;
	margin-bottom: 5px;
}

#primary li p {
	margin-left: 5px;
	margin-top: 10px;
}

#primary li p span {
	color : rgb(153, 0, 0);
background-position : 13px 13px;
  font-size : 12px;
  height : 100%;
  line-height : 22px;
}

p.line {
	line-height: 22px;
	background-image: url(../images/line_dot22.gif);
	background-repeat: repeat;
  
  width : 100%;
  height : 100%;
}

#primary li.pickup ul {
	overflow: hidden;
	position: relative;
}

#primary li.pickup ul li img {
	width: 140px;
	height: 105px;
}

#primary li.pickup ul li {
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #f0f0f0;
	border-style: solid;
	float: left;
}

* html #primary li.pickup ul li {
	margin-left: 4px;
	margin-right: 4px;
}

#primary li ul li a {
	text-decoration: none;
}

#primary ul li ul.list li {
	margin-bottom: 0px;
	background-image: url(../images/list_r01.gif);
	background-repeat: no-repeat;
	background-position : left 2px;
	text-indent: 12px;
	line-height: 22px;
  
  
  
}

#primary ul li ul.list {
	margin-top: 10px;
  margin-bottom : 15px;
}

#primary li.pickup ul li a {
	padding-top: 3px;
}

#primary ul li.newitem ul li {
	float: left;
	background-image: url(../images/sozai_imgback.png);
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 152px;
	text-align: center;
	background-repeat: no-repeat;
}

#primary ul li.newitem ul {
	position: relative;
	overflow: hidden;
}

#primary ul li.newitem ul li img {
	margin-bottom: 10px;
	margin-top: 5px;
	background-position: center center;
}
/*トピックパス（パンくずリスト|上位ページへのリンク部分）
----------------------------------------------------------*/

#primary #topic-path {
	margin-bottom: 10px;
	text-align: left;
}

#primary #topic-path a {
	background-image: url(../images/list_root01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-left: 5px;
}

#primary #topic-path strong {
	margin-left: 5px;
}
/* ------------------------------
↓advertisement
------------------------------ */

#advertisement a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#advertisement {
	width: 200px;
	float: right;
	text-align: center;
	background-image: url(../images/bg_secondary.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	right: auto;
}

#advertisement-inner {
	width: 170px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	margin-bottom: 20px;
	position: relative;
}

#advertisement-inner li h2 {
	background-image: url(../images/titlebanner3b_170.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	height: 22px;
	text-indent: 20px;
	text-align: left;
}

#advertisement-inner h2 {
	background-image: url(../images/titlebanner3b_170.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	height: 22px;
	text-indent: 20px;
	text-align: left;
  margin-bottom : 10px;
}

#advertisement-inner li {
	padding-bottom: 15px;
	text-align: left;
}

#advertisement-inner li p {
	margin-top: 10px;
}

#advertisement-inner li p.center {
	text-align: center;
}
/* ------------------------------
↓footer
------------------------------ */

#footer {
  	width : 100%;
	color: #FFFFFF;
	background-color: #140602;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#footer-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	text-align: center;
}

#footer-inner li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
}

#footer-inner li.on {
	color: #990000;
	font-weight: bold;
}

#footer-inner ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#footer-inner li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: gray;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #cc0000;
}

/* ------------------------------
↓flashmov
------------------------------ */

#flashmov {
	position: relative;
	width: 900px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2d4804;
}

#flashmov_img1{
  background-image : url(../images/noflash_img1.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img2{
  background-image : url(../images/noflash_img2.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img3{
  background-image : url(../images/noflash_img3.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img4{
  background-image : url(../images/noflash_img4.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img5{
  background-image : url(../images/noflash_img5.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img_ph1{
  background-image : url(../images/noflash_img7.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img_ph2{
  background-image : url(../images/noflash_img8.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img_ph3{
  background-image : url(../images/noflash_img9.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

#flashmov_img_ph4{
  background-image : url(../images/noflash_img10.jpg);
  background-repeat : no-repeat;
  width : 880px;
  height : 250px;
  margin-left : auto;
  margin-right : auto;
}

/* ------------------------------
↓clearfix
------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ------------------------------
↓AlphaImageLoader
------------------------------ */

* html #content {
	behavior: expression( this.style.behavior || ( this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')", this.style.backgroundImage = "none", this.style.behavior = "none" ) );
}

* html #topnavi {
	behavior: expression( this.style.behavior || ( this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')", this.style.backgroundImage = "none", this.style.behavior = "none" ) );
}

* html #contenttop {
	behavior: expression( this.style.behavior || ( this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')", this.style.backgroundImage = "none", this.style.behavior = "none" ) );
}

* html #advertisement {
	behavior: expression( this.style.behavior || ( this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')", this.style.backgroundImage = "none", this.style.behavior = "none" ) );
}

p.waku {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

#footer-inner li.profile {
	color: #990000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-weight: bold;
}

#primary-inner li.pagetop_inner{
  text-align : right;
  width : 640px;
  

  
  
  

  
  padding-top : 3px;
}







#advertisement-inner-center li.pagetop{
  margin-left : auto;
  margin-right : auto;
  text-align : center;
}



#primary ul li ul.list li p{
  font-size : 12px;
  margin-left : 0px;
  margin-bottom : 0px;
  font-weight : normal;
  line-height : 22px;
  margin-top : 0px;
}



span.bold{
  font-weight : bold;
}


