@charset "utf-8";
/* CSS Document */


/* 共通タグ
=================================================*/

body {
	margin:0px;
	padding:auto;
	background-image: url(../../img/sitemap_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;
  padding: 0px;
  margin: 0px;
  font-size: 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;
}

/* 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;
}


/*　メインコンテンツ用タグ↓
========================================*/

#main_box {
    width:700px;
	height: auto;
	float:left;
}

#main_box .title_img {
   width: 700px;
   height: 20px;
   float:left;
}

#main_box #test_box {
   width: 600px;
   height: auto;
   padding-left: 50px;
   padding-top: 10px;
   padding-bottom: 15px;
}


/* パンくずリスト用　タグ
===============================*/
.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;
}


/*　サイトマップ用　タグ↓
========================================*/

#sitemap_box {
  width: 650px;
  height: auto;
  padding-top: 18px;
  padding-left: 50px;
  padding-bottom: 40px;
  float:left;
}

.map_title {
  margin-bottom: 5px;
}

.what_sv {
  margin-bottom: 5px;
}

.domestic {
  margin-left: 152px;
    margin-bottom: 5px;
}

.international {
  margin-left: 80px;
  margin-top: 6px;
}
.international2 {
  margin-left: 152px;
  margin-top: 6px;
}





/* 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;
}