@charset "shift_jis";

 /* フォント調整ここから */
body {
	color:#333333;	
	letter-spacing:0.03em;
	font-size:62.5%;
	}

/* 文章 */
h1 {
	margin:0px 0px 0px 0px;
	font-size: 1.4em;
	}

h1.toph1{
	border:solid #CCCCCC 1px;
	width: 567px;
	height:73px;
	background-color:#FFFFFF;
	margin: 12px 0px 0px 0px;
}

h1.toph1 img{
	margin-top:13px;
	margin-left:13px;
}


h2 {
	margin:0 0 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	}
	
h2.privacy {
	margin:1.4em 0 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	}

h2#info {
	margin: 11px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
h2#press {
	margin: 11px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
h2.center{
	text-align:center;
}

h3{
	margin:1.2em 0 0.2em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_h3.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width: 450px;
}

h3.none{
	margin:1.2em 0 0.2em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background-image: none;
	background-position: 0px;
	width: 450px;
}

h3.center{
	margin:0;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background-image: none;
	background-position: 0px;
	width: 520px;
	text-align:center;
}

h4 {
	margin:1.2em 0 0.35em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	}
	
p {margin:5px 0px;}

em {font-style:italic;}

strong {font-weight:bold;}

.large {font-size:140%;}
.small {font-size:85%;}

.ltx {font-size:1.4em;line-height:1.7em;}
.mtx {font-size:1.2em;line-height:1.7em;}
.stx {font-size:1em;line-height:1.7em;}
.sstx {font-size:0.8em;line-height:1.7em;}
.l {font-size:1.4em;line-height:1.4em;}
.m {font-size:1.2em;line-height:1.4em;}
.s {font-size:1em;line-height:1.4em;}
.ss {font-size:0.8em;line-height:1.4em;}

#contents {
	font-size:1.2em;
	line-height:1.7em;
}

.bigb{font-size:2em;font-weight:bold;}


.top_p{
	text-align:center;
	margin:11px 0px 0px 0px;
	padding:10px 0px;
	width:565px;
	border:solid #bfc0c1 2px;
	background-color:#ffffff;
	color:#999999;	
}

.top_p a:link{color:#999999;text-decoration: none;}
.top_p a:visited{color:#999999;text-decoration: none;}
.top_p a:hover{color:#999999;text-decoration: none;}
.top_p a:active{color:#999999;text-decoration: none;}

img {border:0;}

/* リンク */
a:link{color:#333333;text-decoration:none;}
a:visited{color:#333333;text-decoration:none;}
a:hover{color:#333333;text-decoration:none;}
/* a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #FF0000;
	} */
a:active{color:#333333;text-decoration:none;}


/* 本文中で呼び出すレイアウトに関する指定 */
.right {
	float: right;
}

img.right {
	margin-top: 0.3em;
	margin-left: 0.8em;
}

.left {
	float: left;
}

img.left {
	margin-top: 0.3em;
	margin-right: 0.8em;
}

.clr {
	clear:both;
}

/* margin一覧 */

.mar_15 {
	margin:0px 15px 0px 15px;
}

.mar_t_50{
	margin-top:50px;
}

.mar_l_30{margin-left:30px;}


/* 幅指定 */

.w_12{width:12%;}

.w_20{width:20%;}

.w_68{width:333px;}

.w_88{width:88%;}

.w_100{width:100%;}

.h_100{height:100%;}

/* フォーム */
.must{
	color: #CC0000;
}
.error{
	color: #CC0000;
	font-weight: bold;
}
.disabled{
	ime-mode: disabled;
}

/* ライン */
hr {
	color: #dbdbdb; /* IE */
	background-color: #dbdbdb; /* NN */
	height: 1px;
	border: 2px dotted;
	margin: 12px 0px 0px 0px;
}

/* リスト */
dl {	
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

dt {
	margin-bottom: 0.1em;
	margin-top: 0.1em;
}

dd {
	padding-left:20px;
	margin-left: 0;
}

ul {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 1.8em;
}

.faq {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.faq li {
	list-style: none;
}

ol {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-left: 2.4em;
}

ul.list{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
}

ul.list li {
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle.gif);
	background-position: 0px 0.4em;
	background-repeat:no-repeat;
	font-size:1em;
	width:461px;
}

ul.list_b{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
}

ul.list_b li {
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle_b.gif);
	background-position: 0px 0.7em;
	background-repeat:no-repeat;
	font-size:1em;
}

ul.list_none{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
}

ul.list_none li {
	padding: 0px 0px 0px 0px;
	list-style: none;
	background-image: none;
}



ul.sitemap{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 20px;
}

ul.sitemap li {
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle.gif);
	background-position: 0px 0.4em;
	background-repeat:no-repeat;
	font-size:1em;
	width:441px;
}

/* 表組み */
caption{
	text-align: left;
}

table.style_a{
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-collapse: collapse;
	margin: 20px 0px; 
}

.style_a th{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background-color: #F0EEE7;
}

.style_a td{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}


table.style_black{
	border: none;
	border-collapse: collapse;
	margin: 20px 0px;
}

.style_black th{
	padding: 2px 6px;
	background-color:#000000;
	color:#FFFF00;
	font-weight:bold;
	text-align:center;
	line-height:0.9em;
	vertical-align:text-bottom;
}

.style_black td{
	padding: 2px 6px;
	border:none;
}

table.center{
 margin-left:auto;
 margin-right:auto;
 _text-align:center;
}

table.style_black2{
	color:#000000;
	border: none;
	border-collapse: separate;
	margin: 8px 0px;
	width:100%;
}

.style_black2 th{
	padding: 2px 6px;
	background-color:#000000;
	font-weight:bold;
	text-align:center;
	line-height:1.4em;
	vertical-align:text-bottom;
}

.style_black2 td{
	padding: 2px 6px;
	border:none;
}

.underline{text-decoration:underline;}

.yellow{color:#FFFF00;}

.gray{color:#d0d0d0;}

.mp3gray{
	background-color:#e7e7e7;
}

.mp3progray{
	background-color:#cfcfcf;
}

.mp3darkgray{background-color:#acacac;}

table.link{
	border-collapse:separate;
	margin: 0px;
	background-color:#ffffff;
}

.link th{
	background-color:#ffffff;
	color:#003399;
	font-weight:bold;
	font-size:2.1em;
	text-align:center;
	padding:0.5em;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}

.link td{
	padding: 2px 8px;
	color:#333333;
	border:none;
	background-color:#dcdcdc;
	vertical-align:top;
	font-weight:bold;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}

.link ul{
	color:#003399;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.link li {
	color:#003399;
	padding: 0px 0px 0px 16px;
	list-style: none;
	background-image: url(../images/ico_circle2.gif);
	background-position: 0px 0.5em;
	background-repeat:no-repeat;
	font-size:1em;
}


.link a:link,.link a:visited{
	color:#003399;
	font-size:1em;
	text-decoration:none;
}

.link a:hover {
	color:#003399;
	font-size:1em;
	text-decoration:underline;
}




/* 全体 */

#all{
	width:773px;
	padding-right:0px;
	}
	
*html #all{
width:785px;
}
/* ヘッダー */

#header {
	width: 100%;
	height:34px;
}

#headlink {
	/* float: right; */
	margin-left:400px;
	padding-top: 20px;
	font-size: 1.1em;
}

#headlink a{
	margin-left: 1em;
	margin-right: 1em;
}

#headlink a:link{ text-decoration:none;}
#headlink a:visited{ text-decoration:none;}
#headlink a:hover{ text-decoration:none;}
#headlink a:active{ text-decoration:none;}

/* メインエリア */

#contents {
	width: 100%;
	text-align: left;
}

#historylink {
	padding: 1em 0px;
	text-align: left;
}

#historylink a:link{ text-decoration: underline;}
#historylink a:visited{ text-decoration: underline;}
#historylink a:hover{ text-decoration: underline;}
#historylink a:active{ text-decoration: underline;}

#main {
	float: right;
	width: 569px;
}

.under a:link{color:#00309C;text-decoration:underline;}
.under a:visited{color:#00309C;text-decoration:underline;}
.under a:hover{color:#00309C;text-decoration:underline;}
.under a:active{color:#00309C;text-decoration:underline;}


#logotop{
	border:solid #CCCCCC 2px;
	width: 565px;
	height:71px;
	background-color:#FFFFFF;
}

#logotop img{
	margin-top:12px;
}

.under_info{
	clear:both;
	width:527px;
	padding:16px 20px 19px 20px;
	border-right:1px solid #bfc0c1;
	border-bottom:1px solid #bfc0c1;
	border-left:1px solid #bfc0c1;
	background-color:#ffffff;
	color:#606060;
/*    height: 145px;*/
	overflow: auto;
}

.info_left{
	float:left;
	width:150px;
}

.info_left2{
	float:left;
	width:350px;
}


.under_info ul{
	margin: 0px 0px 0px 0px;
}

.under_info li{
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width:350px;
}

* html .under_info li{
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width:300px;
}

.under_press{
	clear:both;
	width:527px;
	padding:16px 20px 19px 20px;
	border-right:1px solid #bfc0c1;
	border-bottom:1px solid #bfc0c1;
	border-left:1px solid #bfc0c1;
	background-color:#ffffff;
	color:#606060;
}

.under_press ul{
	margin: 0px 0px 0px 0px;
}

.under_press li{
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/ico_circle.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	width:507px;
}

#gotop {
	padding: 40px 20px 40px 0;
	text-align: right;
	background-position: bottom;
	clear: both;
}

#gotop_s {
	padding: 10px 20px 10px 0;
	text-align: right;
	background-position: bottom;
	clear: both;
}

#contentbody {
	clear:both;
	width:529px;
	padding:28px 20px 35px 18px;
	margin-bottom:19px;
	border:1px solid #bfc0c1;
	background-color:#ffffff;
	color:#606060;
}


/* タブメニュー */

#tabmenu {
	clear: both;
	width:569px;
	height:30px;
	margin-bottom:0px;
	position:relative;
	top:1px;
}


#tabmenu ul {
	line-height:0;
	margin:0px 0px 0px 12px;
	padding:0px;
}

#tabmenu li {
	display:inline;
	float:left;
	margin:0px 6px 0px 0px;
	padding:0px;
}

#tabmenu li img{
	display:block;
}

#tabmenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#tabmenu {display: inline-table;}

/* Hides from IE-mac \*/
* html #tabmenu {height: 1%;}
#tabmenu {
	display: block;
	padding-top: 19px;
}
/* End hide from IE-mac */

#tabmenu2 {
	clear: both;
	width:569px;
	margin-bottom:0px;
	position:relative;
	top:1px;
}
/* Hides from IE-mac \*/
* html #tabmenu2 {height: 1%;}
#tabmenu2 {
	display: block;
	padding-top: 19px;
}
/* End hide from IE-mac */

/* フッター */

#footer {
	padding-bottom: 50px;
	clear:both;
	width: 100%;
	overflow: hidden;
	height: 10%;
}

#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footlink {
	float: left;
	width: 26%;
	text-align: left;
	font-size: 1em;
	padding: 1em 0px;
}

*html #footlink {
	float: left;
	width: 24%;
	text-align: left;
	font-size: 1em;
	padding: 1em 0px;
}


#footlink a:link{ text-decoration: none;}
#footlink a:visited{ text-decoration: none;}
#footlink a:hover{ text-decoration: none;}
#footlink a:active{ text-decoration: none;}

.foot_info {
  width:527px;
  background-color:#000000;
  color:#606060;
  margin-top: 11px;
  border:solid #bfc0c1 2px;
  overflow: auto;
  padding:16px 20px 19px 20px;
}

.foot_left {
  float: left;
  height: 34px;
  width: 88px;
  display: block;
}

.foot_menu {
  float: left;
  line-height: 34px;
  display: block;
  width: 430px;
  letter-spacing: 0.01em;
  margin-left: 8px;
  text-align: center;
}

.foot_menu a:link{ color: #999999; text-decoration: none;}
.foot_menu a:visited{ color: #999999; text-decoration: none;}
.foot_menu a:hover{ color: #999999; text-decoration: none;}
.foot_menu a:active{ color: #999999; text-decoration: none;}


#copyright {
	/* float: right; */
	margin-left:190px;
	width: 47%;
	/*text-align: right;*/
	font-size: 1em;
	padding: 1em 20px;
	font-family: Arial, Helvetica, sans-serif;
}
*:first-child+html #copyright {
	/* float: right; */
	margin-left:230px;
	width: 47%;
	/*text-align: right;*/
	font-size: 1em;
	padding: 1em 20px;
	font-family: Arial, Helvetica, sans-serif;
}
*html #copyright {
	/* float: right; */
	margin-left:230px;
	width: 47%;
	/*text-align: right;*/
	font-size: 1em;
	padding: 1em 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/* 非表示にするID、classを指定 */
#leftcol {display:none;}
#main {float:left;}
/* #print, #header, #lead, #footer, #sublogo, #history, #leftcol, #gotop{display:none;} */

