/* CSS Document */

@charset "shift_jis";


/* ページ全体
----------------------------------------------- */
body {
	color: #333333;
	font: 12px "ＭＳ Ｐゴシック", Osaka;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image:  url(images/bg.gif);
	background-repeat: repeat;
}

td { font: 12px  "ＭＳ Ｐゴシック", "Osaka"; color: #333333; line-height: 20px;}
h3 { font: 15px "ＭＳ Ｐゴシック", "Osaka"; color: #3C6100; font-weight: bold; margin: 10px 0px;}

.address {
	width: 222px;
	height: 79px;
	padding: 0px 0px 0px 8px;
	font: 12px  "ＭＳ Ｐゴシック", "Osaka"; color: #fff;
}

a:link { font: 12px; color: #6B5744; text-decoration: underline;}
a:visited { font: 12px; color: #6B5744; text-decoration: underline;}
a:hover, a:active { font: 12px; color: #A98A6B; text-decoration: none;}

#dnn_dnnLOGIN_hypLogin:link { font: 12px; color: #6B5744; text-decoration: underline;}
#dnn_dnnLOGIN_hypLogin:visited { font: 12px; color: #6B5744; text-decoration: underline;}
#dnn_dnnLOGIN_hypLogin:hover, a:active { font: 12px; color: #A98A6B; text-decoration: none;}
#dnn_dnnCOPYRIGHT_lblCopyright { font: 12px; color: #666; font-weight: bold; text-decoration: none; }

.bg_l {
	background:   url(images/bg_l.gif);
	width: 5px;
	height: 80px;
}

.bg_r {
	background:   url(images/bg_r.gif);
	width: 5px;
	height: 80px;
}

/* head
----------------------------------------------- */
.bg_h {
	background:   url(images/bg_top.gif);
	height: 80px;
	vertical-align: bottom;
}



/* menu
----------------------------------------------- */
#menutb { width: 230px;		padding: 3px;}
.menu {
	background:   url(images/bg.gif);
	width: 230px;
	padding: 10px 5px 0px 60px;
}



/* font
----------------------------------------------- */
.px15b { font: 15px  "ＭＳ Ｐゴシック", "Osaka"; color: #4D5082; line-height: 20px; font-weight: bold;}
.px15g { font: 15px  "ＭＳ Ｐゴシック", "Osaka"; color: #3C6100; line-height: 20px; font-weight: bold;}
.px15w { font: 15px  "ＭＳ Ｐゴシック", "Osaka"; color: #fff; line-height: 20px;}
.px15gr { font: 15px  "ＭＳ Ｐゴシック", "Osaka"; color: #666; line-height: 20px; font-weight: bold;}
.px11gr { font: 11px  "ＭＳ Ｐゴシック", "Osaka"; color: #666; line-height: 20px;}



/* contents
----------------------------------------------- */
.edit { margin-top: 10px; }
.TopPane { margin-top: 10px; }
.ContentPane1 { margin-top: 10px; padding-left: 20px; padding-right: 20px; }
.ContentPane2 { padding-left: 20px; padding-right: 20px; }

.contents {
	width: 580px;
	margin: 10px;
	padding: 10px 5px 5px 5px;
}

#schedule {
	width: 490px;
	margin: 10px;
	padding: 3px 3px 3px 3px;
}

#list {
	width: 500px;
	margin: 10px;
}


li {
	list-style-type: square;
	color: #268732;
	margin-right: 3px;
	line-height: 20px;}



/* foot
----------------------------------------------- */
.bg_f {
	background-image:  url(images/bg_under.gif);
	height: 78px;
	vertical-align: top;
}


/* MENU
=============================================== */
/* Menu CSS */
.MainMenu_MenuContainer {
	background-color: Transparent; 
	height: 35px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 35px;
	background-color: #FFF;
}
.MainMenu_MenuItem {
	border-left: #FFF 0px solid; 
	border-bottom: #FFF 1px solid; 
	border-top: #FFF 1px solid; 
	border-right: #FFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	color: #6B5744; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #FFF;
}
.MainMenu_MenuIcon {
	background-color: #FFF; 
	border-left: #FFF 1px solid; 
	border-bottom: #FFF 1px solid; 
	border-top: #FFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFF;
	border-bottom: #FFF 1px solid; 
	border-top: #FFF 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	background-color: #FFF;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	height: 35px;
	WIDTH: 0px;
	BORDER-BOTTOM: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #CCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #666;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #FFF 1px solid; 
	border-bottom: #FFF 1px solid; 
	border-top: #FFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_Selected {
	background: transparent scroll repeat 0% 0%;
	height: 30px
}
.MainMenu_BreadcrumbActive {
	top: 0px;
	margin-top: 0px;
	height: 30px
}
.MainMenu_Active {
	height: 30px
}
.MainMenu_BreadcrumbActive2 {
	background-color: transparent; 
}

