/*
===== 基本タグ ===========================================
*/

BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #990000;
	scrollbar-track-color: #F0F0F0;
	scrollbar-darkshadow-color: #cccccc;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	overflow:scroll;
}

td {
	font-size: 13px;
	line-height: 22px;
	color: #330000
}

td.daimoku {
	width:70%;
	vertical-align:top;
	text-align:left;
	line-height:110%;
	padding-bottom:15px;
}

td.auther {
	width:30%;
	vertical-align:top;
	text-align:left;
	line-height:110%;
	padding-bottom:15px;
}

a {
	text-decoration: underline;
	color: #990000
}

a:hover {
	text-decoration: underline;
	color: #CC6666
}

a:hover img {
	filter: Alpha(Opacity=60);
}

a:hover.normal img {
	filter: Alpha(Opacity=100);
}


/*
===== 文字サイズなど ===========================================
*/

.small {
	font-family: "MS UI Gothic", "Osaka";
	font-size: 11px;
	line-height: normal
}

.regular_e {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 11px;
	line-height: normal
}

.small_e {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 9px;
	color: #666666;
	text-align: right
}

.large {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold
}


/*
===== ナビゲーション ===========================================
*/

a.navi {
	text-decoration: none;
	color: #660000;
	font-size: 12px;
	font-weight: bold
}

.navi {
	text-align: center
}

.navi2 {
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
	line-height: 11px
}


/*
===== フッター ===========================================
*/

.foot {
	line-height: 20px;
	text-align: center
}

.footlink {
	font-size: 11px
}

a.footlink {
	color: #666666
}

.copy {
	font-family: "Verdana";
	font-size: 9px;
	color: #996666
}


/*
===== ページタイトル ===========================================
*/

.title {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(/kodai/images/bg_title820.jpg);
	height: 35px;
	width: 820px;
	padding-left: 50px;
	background-repeat: no-repeat
}

.titlePage {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(/kodai/images/bg_title540.jpg);
	height: 35px;
	width: 540px;
	padding-left: 50px;
	background-repeat: no-repeat
}

.titlePage820 {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	height: 35px;
	width: 820px;
	background: url(/kodai/images/bg_title820.jpg) no-repeat;
	padding-left: 50px
}


/*
===== 右メニュー ===========================================
*/

.titleRight {
	font-size: 12px;
	font-weight: bolder;
	background-image: url(/kodai/images/bg_title240.jpg);
	height: 35px;
	width: 240px;
	padding-left: 20px;
	background-repeat: no-repeat
}

.titleRight01 {
	font-size: 12px;
	background-image: url(/kodai/images/bg_right01.jpg);
	height: 35px;
	width: 240px;
	padding-left: 35px;
	background-repeat: no-repeat
}

.titleRight02 {
	font-size: 12px;
	background-image: url(/kodai/images/bg_right02.jpg);
	height: 35px;
	width: 240px;
	padding-left: 45px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px
}

.titleRight03 {
	font-size: 12px;
	background-image: url(/kodai/images/bg_right03.jpg);
	height: 30px;
	width: 240px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-top: 10px
}

.titleRight04 {
	font-size: 12px;
	background-image: url(/kodai/images/bg_right04.jpg);
	height: 30px;
	width: 240px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-top: 10px
}
.titleRightLine {
	background-image: url(/kodai/images/bg_right_line.jpg);
	background-repeat: no-repeat;
	clip: rect( );
	height: 3px
}

a.right {
	font-weight: normal;
	color: #330000;
	text-decoration: none
}


/*
===== リスト表示 ===========================================
*/

li {
	margin-left: -15px
}

li.arrow {
	list-style-image: url(/kodai/images/list_arrow.jpg);
	font-weight: bold;
	padding-left: 20px;
	list-style-position: outside;
}

li.link {
	list-style-image: url(/kodai/images/list_arrow.jpg);
	padding-left: 20px;
	list-style-position: outside;
	margin-left: 20px;
}

li.none {
	list-style-type: none;
	margin-left: -15px;
}

li.simple {
	padding-left: 15px;
	list-style-position: outside;
}