@charset "shift_jis";


/* メインイメージと2段組
---------------------------------------------*/

#secondary {
	position: absolute;
	left: 0px;
	width:120px;
	top : 130px;
	margin-left : 20px;
	line-height:10pt;
 font-family:MS UI Gothic;


}
#primary{
	position: absolute;
	left:180px;
	width: 700px;
	top : 110px;
	line-height:15pt;
	background: #ffffff;
 font-family:MS UI Gothic;
	font-size: 110%;
}




/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 0 26px 20px;
}
#primary h2 {
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}
#primary h3 {
 font-size: 200%;
 color:#FF6600;
 margin: 0;
 padding-bottom: 3px;
 border-bottom: 1px dotted #CCCCCC;
 font-weight:500;
}
#primary h4 {
	font-size: 95%;
	font-weight: normal;
	color: #008080;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#primary h5 {
 font-size: 105%;
 font-weight: normal;
 color: #990000;
 margin: 0;
 text-align: left;
 padding-bottom: 3px;
 border-bottom: 1px dotted #CCCCCC;
}
#primary h6 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-left: 500px;
	padding-bottom: 3px;
}
#primary p {
	margin: 10px 0;
}
/* テーブル
---------------------------------------------*/
table{
 width: 600px;
 border: 1px solid #000000;
 border-collapse: collapse;
 font-size: 105%;
 margin-left: 0;
}


caption {
 text-align: left;
 font-size: 120%;
 color:#663300;
 font-weight: bold;
}
td,
th {
border: 1px solid #999999;
padding: 3px;
}



/* 補足情報
---------------------------------------------*/
#secondary {
 font-size: 90%;
 }
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 120%;
	border-bottom: 1px solid #D77900;
	color: #000000;
		background: url(../images/gloval_navi1.gif) left center no-repeat;
}
#secondary h4 {
 margin: 0;
 padding: 7px 10px;
 font-size: 110%;
 border-top: 1px solid #D77900;
 border-bottom: 1px solid #D77900;
 color: #800000;
 font-family:,MS UI Gothic;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		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: 120px !important;
		width /**/: 150px;
		padding: 5px 5px 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;
	}



