@charset "Shift_JIS";

/*全体構造
--------------------------------------------*/
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000;
	background-position: top;
	color: #FFFFFF;
    scrollbar-3dlight-color:#999999;
    scrollbar-arrow-color:#999999;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#999999;
    scrollbar-track-color:#ffffff;
}


/*ヘッダー
--------------------------------------------*/
#head {	
    height: 110px;
	background-image:url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: left;

}

#head ul {
	margin: 0px;
	width: 300px;
	float: right;
	font-size: smaller;
	list-style: url(none.html) none;
	padding-right: 10px;
	clear: left;
	text-align: right;
	text-decoration: none;
	margin-bottom:10px
	
}
#head li {
	display: inline;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	text-align: center;
	text-decoration: none;
	padding: 0.5px 5px;
	margin: 0px;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
    border-bottom: 0px;
}
#head h2 {
	font-size: xx-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 25px;
	padding-left: 25px;
	margin: 0px;
}

#head h2 span { display:none; }

/*リンク
------------------------------------------**/
a:link {
	color: #99CCFF;
	background: transparent;
}
a:visited {
	color: #FFFF00;
	background: transparent;
}
a:hover {
	color: #0099FF;
	background: transparent;
}

/*コンテンツ
--------------------------------------------*/
#pagebody {
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	height: 100%;
} 
#pagebody table{
	background-repeat:no-repeat;
    background-position: top;
} 

#contents {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	width: 100%;
	overflow:auto;
} 


h1 span { display:none; }
p {
	line-height: 130%;
}
dl {
	line-height: 130%;
}
td {
	font-size: 12px;
}


h5 {
    font-weight:bold;
    color: #FF6633;
	margin-left: 10px;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.line_1{
	height: 1px;
	margin-left: 10px;
	margin-right: 20px;
	border-width: 1px 0 0 0;
	border-style:dotted;
	color: #FFFFFF;
}

.pink_b {
    font-weight:bold;
    color: #FF00CC;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.yel_b15 {
    font-weight:bold;
    color: #FFCC00;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.ora_12 {
    font-weight:bold;
    color: #FF3300;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*フッター
--------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	position: relative;
}
#footer p {
	margin-top: 10px;
	font-size: x-small;
	color: #FFF;
	padding: 2px;
}

