@charset "utf-8";
/* CSS Document */


/* 共通タグ
=================================================*/

body {
	margin:0px;
	padding:auto;
	background-image: url(../../img/event_info_img/BGline_x.jpg);
	background-repeat: repeat-x;
	line-height: 140%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}


img{
	_vertical-align:bottom;
	border:0px;
}

p {
  margin: 0px;
  padding: 0px;
}
a {
  margin: 0px;
  padding: 0px;
}
h1{
  text-indent:-9999px;
  margin: 0px;
  font-size: 0px;
}
dl {
  margin: 0px;
  padding: 0px;
}



/* BOX全体用タグ
=================================================*/
#wrapper
{
	width:700px;
	margin:auto;
	padding:auto;
	background-color:#FFFFFF;
}


/*リンク色の設定タグ＠
--------------------------------------*/
#main_box a {
	color: #0033FF;
	text-decoration: none;
}
#main_box a:visited {
	color: #336699;
	text-decoration: none;
}
#main_box a:hover {
	color:#FF3300;
	border-bottom: solid 1px;
}

/*Footer用 リンク色の設定タグ＠
--------------------------------------*/

.footer_navi a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_navi a:hover {
	color: #FFFFFF;
	border-bottom: solid 1px;
}

/*リンク集のボタン用 リンク色の設定タグ＠
-----------------------------------------------*/

#link_box .cd a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#link_box .book a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Navi用設定タグ＠
--------------------------------------*/

#navi_btn_bg{
	width:700px;
	height:20px;
	margin-top:5px;
	background-image:url(../../img/index_img/navi_btn_back.jpg);

}

#navi_btn{
	width:650px;
	height:20px;
	padding-left: 25px;
}

/* Headline-news用設定タグ＠
--------------------------------------*/

#jsva_headline{
	width:700px;
	height:19px;
	background-image:url(../../img/index_img/jsvanews_back.jpg);
}

#jsva_headline .secret_btn{
	margin-left:555px;
	_margin-left:555px;
}


/* パンくずリスト用　タグ
===============================*/
.pankuzu_list {
	width: 600px;
	height: 17px;
	clear: both;
	padding-top: 4px;
}

.home {
	font-weight:bold;
	font-size:12px;
	padding-left: 52px;
	color:#000000;
	float:left;
}

.tab {
    font-size:12px;
    padding-left: 10px;
	float:left;
	color: #003366;
}


/*　メインコンテンツ用タグ↓
========================================*/

#main_box {
    width:700px;
	height: auto;
}

#main_box .title_img {
   width: 700px;
   height: 20px;
   float:left;
}


/*　リンク用タグ　ここから↓
========================================*/

#link_box {
   width: 600px;
   height: auto;
   padding-top: 18px;
   padding-left: 50px;
   padding-bottom: 25px;
   float:left;
}

#cd_box {
   width: 590px;
   height: 50px;
   clear: both;
}
#cd_box .cd {
   float: left;
   padding-top: 4px;
}

#book_box {
   width: 590px;
   height: 50px;
   clear: both;
}
   
#book_box .book{
   float: left;
   padding-top: 4px;
} 

.link p {
   margin:0px;
   margin-top: 0px;
}


/* Footer用タグ↓
=================================================*/

#footer {
	clear:left;
	width:700px;
	height:70px;
	color: #FFFFFF;
	background-image:url(../../img/index_img/footer.jpg);
}

#footer .footer_navi{
	width:265px;
	height:12px;
	padding-left:217.5px;
	padding-top: 10px;
}

#footer .copyright{
	width:400px;
	height:12px;
	padding-left: 190px;
	padding-top: 5px;
	font-size: 10px;
	color: #999999;
}