@charset "shift-JIS";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 1.4;
	color: #333333;
	background:  url(../images/images/body_bg.gif) left top repeat-y; 
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}
html{
border-color:#ff0000;color:#1111ff;
padding:2;
border-width:2;
scrollbar-base-color:#00dddd;
scrollbar-arrow-color:#ff0000;
scrollbar-highlight-color:#bbbbff;
scrollbar-shadow-color:#1111ff;
scrollbar-3dlight-color:#ddddff;
scrollbar-darkshadow-color:#1111ff;
margin:1px;
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 760px;
	height: 70px;
    background: #FFFFFF url(../images/) left top no-repeat;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
	position: absolute;
	top:  69px;     
    left: 181px;
	width: 700px;
	}
	#navigation ul {
		margin: 3px 3px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 120px;
		margin: 0px 0px 3px 0px; 
		border: 1px solid #00c8ff;
	}
	#navigation li a {
		display: block;
		width: 100%;
		font-size: 90%;
		padding: 2px 2px 0px 0px; 
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
		color: #444ccc;
		text-decoration: none;
	}
	#navigation li a:hover {
		color: #00c8ff;
}
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #f0ffff;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 1px 0;
	}
	#navigation ul ul li a:hover {
		color: #ffffff;
		background-image: none; 
		background-color: #00c8FF;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 761px;
}
#primary {
	position: absolute;
	width: 600px;
	left: 195px;
	top: 40px;
	background-color: #FFFFFF;
}
#burner2{ 
    position: absolute;
    top: 622px;
    left:  0px;    
}
#burner4{ 
    position: absolute;
    top: 723px;
    left:  0px;    
}
/* 本文
---------------------------------------------*/
#primary .section {
	margin: 0px;
}
#primary h2 {
   	background: url(../images/) left top repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#primary h3 {
	font-size: 117%;
	margin: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#primary p {
  	margin: 10px;
}
#ne{
  position: absolute;
	top:  190px;
	left: 250px;
	margin: 0px 0 0px 0px;
	color:#0000ff;
}
#news{
  position: absolute;
	top:  230px;
	left: 250px;
	width:450px;
	text-align:left;
	margin: 0px 0 0px 0px;
}
#pr{
 position: absolute;
	top:  250px;
	left: 5px;
	}
/*--テーブル設定----*/
.line_table{
    border-top:1px solid #0000ff;
    border-left:1px solid #0000ff;
    border-right:1px solid #0000ff;
    border-bottom:1px solid #0000ff;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	vertical-align:middle;
    line-height: 1.3; 
}

.line_table tr{

}

.line_table th{
	margin:0 0 0 0;
	padding:0 5px 0 5px;
    border-right:1px solid #0000ff;
    border-bottom:1px solid #0000ff;
    background-color:#0000ff;
    text-align:center;
    line-height: 1.3; 
}

.line_table td{
	margin:0 0 0 0;
	padding:0 5px 0 5px;
    border-right:1px solid #0000ff;
    border-bottom:1px solid #0000ff;
    line-height: 1.3;
/*     color:#ffffff; */

}
.line_table_none{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	vertical-align:middle;
    line-height: 1.3; 
}

.line_table_none tr{

}

.line_table_none th{
	margin:0 0 0 0;
	padding:0 0px 0 0px;
    border-right:none;
    border-bottom:none;
    background-color:#0000ff;
    text-align:center;
    line-height: 1.3; 
}

.line_table_none td{
	margin:0 0 0 0;
	padding:0 0px 0 0px;
    border-right:none;
    border-bottom:none;
    line-height: 1.3; 

}
div#bra{
  position: absolute; 
     top: 150px;
     left:450px;
}
/* 補足情報
---------------------------------------------*/
#secondary {
	position: absolute;
	width: 168px;
	top: 1px;
	left: 0px;
	font-size: 100%;
	border: 1px solid #00c8ff;
}
#secondary h3 {
	margin: 0;
	padding: 5px 5px;
	font-size: 100%;
/*	border-top: 1px solid #D77900;*/
	border-bottom: 1px solid #D77900;
	color: #FFFFFF;
	background: #00BFFF url(../images/) right top repeat-y;
}
#secondary p {
    font-size: 100%;
	margin: 5px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 140px !important;
		width /**/: 168px;
		padding: 2px 1px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}

