html{
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #cccccc;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	color: #ffffff;
}
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#220707;
}
a:link,a:visited{
	color :#ffffff;
	text-decoration:none;
}
a:hover{
	color : #ffff64;
	text-decoration:none;
}
a:hover img {
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
img { 
	border: none;
}

/*-------------wrapperの指定*/ 
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-color:#000000;
}
#wrapper_top {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(img/top_bg.jpg);
}
#wrapper_detail {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
}
/*-------------headerの指定*/ 
#header {
	height: 180px;
}
#header_page {
	height: 230px;
	padding: 0px;
	background-image: url(img/page_header_bg.jpg);
}
.header_page1 {
	height: 180px;
	padding: 0px;
}
.header_page2 {
	height: 50px;
	padding: 0px;
}

#header_detail {
	height: 120px;
	padding: 0px;
	background-color:#000000;
}


/*------------footerの指定*/
#footer {
	clear: both;
	margin: 0;
	padding: 0.5em 0;
	background-color:#000000;
	height:40px;
	font-size: 60%;
  padding-left: 25px;	
}

#footer_navi {
}
#footer_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_navi li {
	margin: 0px;
	display: inline;
	padding: 0px;
}

#footer_detail {
	clear: both;
	margin: 0;
	padding: 0.5em 0;
	background-color:#000000;
	height:35px;
	font-size: 60%;
  padding-left: 25px;	
}


/*-------------contents_topの指定*/
#contents_top {
	width: 875px;
	margin: 0;
	padding-left: 25px;
	padding-bottom: 30px;
}

/*-------------contentsの指定*/
#contents_top_left {
	width:400px;
	float: left;
	margin: 0;
	padding: 0px;
}
.contents_top_right {
	width: 500px;
	float: right;
	margin: 0;
	padding: 0;
}
#contents_center {
	width: 900px;
	margin: 0;
	padding-bottom: 30px;
    padding-top: 30px;
	text-align: center;
}
#contents_page_right {
	width: 635px;
	float: right;
	margin: 0;
	padding: 0px;
	background-color:#FFFFFF;
	color: #000000;
	padding-bottom: 40px;
}

#contents_page_right a:link    {color:#FF7900;}
#contents_page_right a:visited {color:#FF7900;}
#contents_page_right a:hover   {color:#660000;}


/*-------------contents_detailの指定*/
#contents_detail {
	width: 550px;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #000000;
}
#contents_detail a:link    {color:#333333;}
#contents_detail a:visited {color:#333333;}
#contents_detail a:hover   {color:#660000;}

/*-------------sidebarの指定*/
#sidebar {
	width: 240px;
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color:#280000;
	font-size: 80%;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	margin: 0px;
	padding-bottom: 10px;
	list-style-type: disc;
	font-size: 80%;
}
.sidebar li on {
	color: #FFFF64;
}
/*-------------TOP_infoの指定*/
#top_info_tb {
	padding-left: 25px;
}

.top_info {
	width:273px;
	height:80px;
	overflow:auto;
	font-size: 70%;
	color:#CCECF4;
	line-height: 120%;
}

/*-------------g_navi箇所の指定*/ 
#g_navi-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#g_navi-top li {
	margin: 0px;
	padding-bottom: 10px;
	list-style-type: none;
}

#g_navi-top {
	width: 400px;
	padding-bottom: 30px;
	padding-left: 25px;
}

#g_navi-page {
	width: 635px;
	margin: 0px;
	padding-bottom: 10px;
	
}
#g_navi-page ul {
	margin: 0px;
	padding: 0px;
}
#g_navi-page li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}


/*-------------s_navi箇所の指定*/
#s_navi ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#s_navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#s_navi {
	width: 250px;
}
/*-------------top_if箇所の指定*/
iframe {
	width: 250px;
	height: 230px;
	padding: 0px;
}
.td_if_page th	{
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}
.td_if_page td	{
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}

/*-------------contents内の詳細指定*/
/*---contents内/hの詳細指定*/
h1 {
  padding: 0px;
  margin: 0px;
}
h2 span {
  display: block;
  padding: 0px;
}
/*--------------------------*/
#contents #page_sc {
	width: 590px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	text-align: left;
}

/*--------------------------*/

#page_st {
	width: 635px;
	padding-bottom: 40px;
}	
#page_main {
	width: 585px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
}	
#page_main_item {
	width: 584px;
	padding-left: 25px;
	padding-right: 26px;
	font-size: 80%;
}	

.page_sst {
	padding-bottom: 20px;
}
.page_sst2 {
	padding-bottom: 10px;
}
.page_ssst {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.page_text1 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	line-height: 140%;
}
.page_text1-2 {
	text-align: center;
	padding-bottom: 50px;
	line-height: 140%;
}
.page_text1_c {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	line-height: 140%;
	text-align: center;
}	
.page_text2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	line-height: 140%;
}	
.page_text3 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	line-height: 140%;
}
/*---contents内/tableの詳細指定*/
.page_tb1	{
	width: 550px;
	border-bottom: 1px dashed #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	padding-top: 50px;
}
.page_tb1 th	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	vertical-align:top; 
}
.page_tb1 td	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 10px;
}
/*--------------------------*/

.page_tb1-2	{
	width: 550px;
	border: 0
	border-spacing: 0;
	height: 80px;
	text-align: center;

}
/*-------------*/
.page_tb2	{
	width: 550px;
	border: 0px;
	border-spacing: 5px;
}
.page_tb2 th	{
	width: 60px;
	border: 0px;
	text-align: center;
	padding: 5px 10px;
	font-weight: normal; 
	background-color:#500000;
	color:#FFFFFF;
}
.page_tb2 td	{
	border: 0px;
	text-align: left;
	padding: 5px 10px;
}
.page_tb2-2	{
	width: 550px;
	border: 0px;
	border-spacing: 0px;
}
/*-------------*/
.page_tb3	{
	width: 585px;
	border-bottom: 1px dashed #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 80%;
	line-height: 150%;
}
.page_tb3 th	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	vertical-align:top; 
}
.page_tb3 td	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 10px;
}
/*-------------*/
.page_tb4	{
	width: 480px;
	border-bottom: 1px dashed #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	padding-top: 50px;
}
.page_tb4 th	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	vertical-align:top; 
}
.page_tb4 td	{
	border-bottom: 1px dashed #cccccc;
	text-align: center;
	padding: 5px 10px;
}
/*--------------------------*/
.page_tb5	{
	width: 541px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.page_tb5 th	{
	border: 0px;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	vertical-align:top; 
}
.page_tb5 td	{
	border: 0px;
	text-align: left;
	padding: 0px;
	height: 50px;
	vertical-align:top; 
}
/*--------------------------*/
.page_tb_item	{
	width: 584px;
	border: 0px;
	border-spacing: 0px;
}
.page_tb_item td	{
	border: 0px;
	text-align: left;
	padding: 0px;

}

.page_tb_item_in	{
	width: 180px;
	border: 0px;
	border-spacing: 0px;
}
.page_tb_item_in th	{
	width: 180px;
	border: 0px;
	text-align: left;
	padding: 10px 0px 40px 0px;
	font-weight: normal; 
	font-size: 90%;
}
.page_tb_item_in td	{
	width: 180px;
	border: 0px;
	padding: 0px;
}
/*-------------*/
.page_tb_detail	{
	width: 550px;
	border: 0px;
	border-spacing: 0px;

}
.page_tb_detail	td{
	vertical-align:top;
}
.page_tb_detail_in	{
	width: 305px;
	border: 0px;
	border-spacing: 0px;
}
.page_tb_detail_in th	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 5px;
	font-weight: normal;
	vertical-align:top;
	font-size: 70%;
}
.page_tb_detail_in td	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 5px;
	font-size: 70%;
}
/*-------------*/
.page_ssst_tb	{
	width: 555px;
}
.page_ssst_tb th	{
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	padding: 5px 5px;
	font-size: 14px;
	color:#663300;
	font-weight:bold;
}
.page_ssst_tb td	{
	border: 0px;
	text-align: left;
	padding: 5px 0px;
	color:#666666;
	font-size: 80%;
}

/*-------------fontの指定*/ 
.font_copy {
	font-size: 10px;
	color: #999999;
}
.font10 {
	font-size: 10px;
	line-height: 120%;
}
.font10_gray {
	font-size: 10px;
	color: #999999;
}
.font80_r {
	font-size: 80%;
	text-align: right;
}
.font60_r {
	font-size: 60%;
	text-align: right;
}
.font_bg {
	color: #9D8362;
}
.font_red {
	color: #FF0000;
}
.font_link {
	color: #002AC6;
}
		
.font_sek {
	padding: 2px 2px;
	text-align: right;
}
.font_yellow {
	color: 	#ffff64;
	
}