/* 基本ボディサイズ設定 */
#bodySize{
	font-size: 12px;
	color: #555555;
	text-align: center;
	width: 100%;
}

/* マージンとパディングを０にする */
a,p,ul,ol,dl,table,tr,th,td,h1,form,img{
	margin: 0;
	padding: 0;
}

/* サイト内容表示基本サイズ設定 */
#wrapper{
	text-align: center;
	width: 800px;
}

/* footer表示基本サイズ設定 */
#footer{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
	z-index: 0;
	width: 800px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0px;
}

/* テーブルタグ基本設定 */
table.list{
	white-space: nowrap;
	border: solid 1px #959595;
	border-collapse: collapse;
}

/* thタグ基本設定 */
th{
	white-space: nowrap;
	border: 1px solid #959595;
}

/* tdタグ基本設定 */
td.normal{
	white-space: nowrap;
	border: 0px;
}

td{
	white-space: nowrap;
	border: 1px solid #959595;
}

/* imgタグ */
img{
	margin-top: 3px;	/*マージントップ値*/
	margin-bottom: 3px;	/*マージンボトム*/
}

/* テーブルの高さ */
.listTr {
	height: 27px;
}

/* Ｐタグ基本設定 */
p{
	text-align: left;
}

/* Ｐタグ機能追加 */
p.kyujin{
    line-height: 150%;  /*行の高さ150%*/
    width: 758px;       /*幅*/
	margin: 0 15px 0 20px;
}

/* フォントスペース */
.fontspace{
	letter-spacing: normal;
}

.fontspace1{
	letter-spacing: 0.5em;
}

.fontspace2{
	letter-spacing: 1.0em;
}

.fontspace3{
	letter-spacing: 1.5em;
}

/* 行の高さを指定 */
.fontLineHeight1{
	line-height: 150%;
}

.fontLineHeight2{
	line-height: 200%;
}

.mark{
	vertical-align: middle;
	margin-right: 5px;
	float: none;
}

/* アドレスタグ基本設定 */
address{
	font-size: 0.87em;
	color: #5E8EAB;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	margin-left: 20px;
}

/* アドレスタグのa要素 */
address a{
	color: #5e8eab;
}

#footer address{
	font-size: 13px;
	text-align: center;
}

/* プルダウンメニュー用スタイルシート開始 */

/* プルダウンメニュー */
#pullDownMenu{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
	z-index: 0;
	width: 800px;
}

/* メインメニュー基本設定 */
ul.mainMenu *{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

/* ulタグmainMenuクラス*/
ul.mainMenu{
	font-size: 14px;
	position: relative;
	width: 788px;
}

/* ulタグmainMenuクラス aタグ*/
ul.mainMenu a{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0px;
	border-bottom: 1px solid #959595;
	height: 19px;
}

ul.mainMenu a.sab{
	padding: 5px 0px 0px;
	text-align: center;
	color: #808080;
	height: 19px;
}

/* ulタグmainMenuクラス liタグoffクラス*/
ul.mainMenu li.off{
	border: 1px solid #959595;
	float: left;
	position: relative;
	height: 24px;
	width: 195px;
	overflow: hidden;
	background-image: url('../images/menu0.bmp');
}

/* ulタグmainMenuクラス liタグonクラス*/
ul.mainMenu li.on{
	border: 1px solid #959595;
	float: left;
	position: relative;
	height: 24px;
	width: 195px;
	overflow: hidden;
	background-image: url('../images/menu1.gif');
}

/* ulタグmainMenuクラス*/
ul.mainMenu>li.on{
	overflow:visible;
}

/* olタグsubMenuクラス*/
ol.subMenu{
	text-align: left;
	margin: 0px 0px -3px;
	padding: 0px;
	position: relative;
	width: 155px;
}

/* olタグsubMenuクラス aタグ*/
ol.subMenu a{
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 155px;
}

/* olタグsubMenuクラス liタグoff2クラス*/
ol.subMenu li.off2{
	border-bottom: 1px solid #959595;
	position: relative;
	height: 23px;
	width: 155px;
	background-image: url('../images/menu2.gif');
}

/* olタグsubMenuクラス liタグon2クラス*/
ol.subMenu li.on2{
	border-bottom: 1px solid #959595;
	height: 23px;
	width: 155px;
	background-image: url('../images/menu2.gif');
}

/* olタグsubMenuクラス*/
ol.subMenu>li.on2{
	overflow:visible;
}

/* プルダウンメニュー用スタイルシート終了 */

ul.ref *{
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

ul.ref{
	font-size: 14px;
	position: relative;
	width: 785px;
}

ul.ref li.on{
	text-align: center;
	height: 35px;
	background-image: url('../images/reference.bmp');
	background-repeat: no-repeat;
}

ul.ref a{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 0px;
	height: 19px;
}