/* 全ページ共通用CSS Document */
body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #EDEBE2;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #383961;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	color: #383961;
}
table,td,tr {
	font-size: 12px;
	line-height: 14px;
	color: #383961;
}

/* リンク文字色指定 */
a:active { color: #009999; text-decoration: none }
a:link { color: #383961 }
a:visited { color: #003399; text-decoration: underline }
a:hover { color: #0099CC; text-decoration: underline }

/* フッタ部指定 */
.fot01 {
	background-image: url(kyoutuu_img/fot01.gif);
	background-repeat: repeat-x;
}
.fot02 {
	background-image: url(kyoutuu_img/fot02.gif);
	background-repeat: repeat-x;
}
.u-menu01 {
	font-size: 11px;
	list-style-image: url(kyoutuu_img/icon.gif);
	margin-left: 0em;
	padding-left: 0em;
	text-align: right;
	height: 19px;
	margin-top: 5px;
	margin-bottom: -0.4em;
	padding-bottom: 0em;
}
/* コピーライト指定 */
.copyright {
	text-align: right;
	margin-right: 10px;
	margin-top: 6px;
}
.head-back {
	background-image: url(kyoutuu_img/head_back.jpg);
	background-repeat: repeat-x;
}
.uni-tit {
	margin-top: 4px;
	margin-left: 2px;
	border-style:none;
}
/* 中ページタイトル部分バックグラウンド指定 */
.kptit-back {
	background-image: url(kyoutuu_img/kp_back.jpg);
	background-repeat: repeat-x;
	color: #DF2020;
}
/* 中ページヘッダ部影 */
.head-kage {
	background-image: url(kyoutuu_img/grad.gif);
	background-repeat: repeat-x;
}
/* 中ページパンくずリスト */
.kuzu-list {
	text-align: right;
	margin-right: 10px;
	margin-top: 1px;
}
/* リンク文字へっだメニューサブカラー */
a.sub:link { color: #383961; text-decoration: none; }
a.sub:visited { color: #383961; text-decoration: none; }
a.sub:hover { color: #0099CC; text-decoration: none; }
a.sub:active { color: #383961; text-decoration: none; }
/* menu bg */
.menu_bg {
	background-image: url(kyoutuu_img/menu/maenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

