body {
	background-color: #599200;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}


.shadowL {
	background-image: url(images/bg_shadow_l.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadowR {
	background-image: url(images/bg_shadow_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.englishBox {
	background-color: #336699;
	background-image: url(images/header/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.english:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.english:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.english:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.english:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Navigation */
.navBox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.navBoxOn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #930008;
}
.navHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
a.navHome:link {
	text-decoration: none;
	color: #003399;
}
a.navHome:visited {
	text-decoration: none;
	color: #003399;
}
a.navHome:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.navHome:hover {
	text-decoration: underline;
	color: #FF0000;
}
.nav {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
a.nav:link {
	text-decoration: none;
	color: #003399;
}
a.nav:visited {
	text-decoration: none;
	color: #003399;
}
a.nav:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF0000;
}

.navOn {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
a.navOn:link {
	text-decoration: none;
	color: #CC0000;
}
a.navOn:visited {
	text-decoration: none;
	color: #CC0000;
}
a.navOn:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.navOn:hover {
	text-decoration: underline;
	color: #CC0000;
}

/* Secondary Navigation */

.navSub {
	font-weight: bold;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a.navSub:link {
	text-decoration: none;
	color: #003366;
}
a.navSub:visited {
	text-decoration: none;
	color: #003399;
}
a.navSub:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.navSub:hover {
	text-decoration: underline;
	color: #FF0000;
}

.navSubOn {
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a.navSubOn:link {
	text-decoration: none;
	color: #CC0000;
}
a.navSubOn:visited {
	text-decoration: none;
	color: #CC0000;
}
a.navSubOn:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.navSubOn:hover {
	text-decoration: underline;
	color: #CC0000;
}




/* Font */
td {
	font-size: 12px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size18 {
	font-size: 18px;
}

.normal {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
}
.normalEn {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.large {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
}
.largeEn {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Left Side */
.leftHead {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.leftTxt {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.leftTxtEnd {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(images/bg_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.leftBox {
	background-color: #EFEFEF;
	background-image: url(images/bg_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Common */
.footer1 {
	background-color: #FFFFFF;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.footer {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #999999;
}
.backTop {
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/* Home Page */
.topNotice {
	padding: 5px;
	border: 3px dotted #FF0000;
	background-color: #FCFFC0;
}

/* 2006 */
.topics1 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	line-height: 19px;
}
.topics2 {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
}
/* END 2006 */

.bannerBox {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner2Box {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----Level 2---- */
.L2BodyBox {
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 7px;
}
.L2Body2Box {
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 7px;
}

.infoHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.infoHeadEnd {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.infoTxt {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.infoTxtEnd {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.infoTitle {
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
	font-weight: bold;
}

/* History */

.hisBox {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	padding-right: 5px;
}
.hisHead01 {
	font-size: 18px;
	font-weight: bold;
	color: #930008;
}
.hisHead02 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.hisPlace {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.hisSpec {
	font-size: 12px;
	line-height: 18px;
	color: #CC0000;
}

.hisLine {
	padding-top: 15px;
	padding-bottom: 15px;
}
.hisYear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a.hisYear:link {
	text-decoration: none;
	color: #003399;
}
a.hisYear:visited {
	text-decoration: none;
	color: #990099;
}
a.hisYear:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.hisYear:hover {
	text-decoration: underline;
	color: #FF0000;
}.hisYearBox {
	font-size: 12px;
	color: #999999;
}
.hisTitleSub {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #930008;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 15px;
}
.timeTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #930008;
	text-align: center;
}
.timeHead {
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	text-align: center;
}
.timeTxtCenter {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.timeTxtLeft {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 19px;
}

.newsHead {
	font-size: 14px;
	font-weight: bold;
	color: #930008;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #930008;
	border-left-color: #930008;
}
.newsTxt {
	font-size: 12px;
	line-height: 20px;
}
.newsQ {
	font-size: 12px;
	line-height: 20px;
	color: #FF3300;
}
.newsA {
	font-size: 12px;
	line-height: 20px;
	color: #330099;
}
.newsSpec {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.messageH {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 5px;
}
.messageName {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #930008;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
.messageTxt {
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFCC;
	padding: 3px;
}


/* 2007 �z�[���L�� */
.box1Title {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #339933;
}
.box1Description {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.box1Date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.box1More {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a.box1More:link {
	text-decoration: underline;
	color: #003399;
}
a.box1More:visited {
	text-decoration: underline;
	color: #990099;
}
a.box1More:active {
	text-decoration: underline;
	color: #FFFF00;
}
a.box1More:hover {
	text-decoration: underline;
	color: #FF0000;
}

/*blue�R���� */
.rssTitleSpace {
	background-image: url(images/bg_rss.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rssTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.rssTxtSpace {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	text-align: left;
}

/* main */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #339933;
	background-image: url(images/title_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.titleLine {
	background-image: url(images/title_dot.gif);
	background-repeat: repeat-x;
}
.photoSpec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* notitle_gray */
.boxSingle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

/* �����o�� */
.heading {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #CC0000;
}

/* �����C���e�[�u�� */
.infoTable {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;	
	line-height: 21px;	
	color: #000000;	
	padding-top: 5px;	
	padding-bottom: 5px;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;
}
.infoTableHead {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;	
	line-height: 21px;	
	color: #666666;	
	padding-top: 5px;	
	padding-bottom: 5px;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;	
	font-weight: bold;
}
.infoTableTop {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;	
	line-height: 21px;	
	color: #000000;	
	padding-top: 5px;	
	padding-bottom: 5px;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #CCCCCC;
}
.infoTableTopHead {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;	
	line-height: 21px;	
	color: #666666;	
	padding-top: 5px;	
	padding-bottom: 5px;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #CCCCCC;	
	font-weight: bold;
}

/*=============================================== */
/* Menu CSS */

/*���[�g���j���[�I�����ĂȂ��Ƃ�*/
.RootMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #FF0000;		
	background-color: #FFFFFF;  
	background-image: url(images/navibg.gif);
	background-position: top left;
	width: 180px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;	
}

/*���[�g���j���[�}�E�X�I�[�o�[*/
.RootMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #339933;		
	background-color: #FFFFFF; 
	background-image: url(images/navibg.gif);
	background-position: top left;
	width: 180px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;	
}

/*���[�g���j���[�I����ꂽ�Ƃ�*/
.RootMenu_MenuItemActive {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #339933!important;		
	background-color: #FFFFFF; 
	background-image: url(images/navibg_selected.gif);
	background-position: top left;
	width: 180px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;	
}

/*���C�����j���[�ʏ�\��*/
.MainMenu_MenuItem {
	background-color: #FFFFFF;  
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	color: #339933; 
	font-size: 9pt;  
	font-style: normal;
	padding-left: 5px;
 
}

/*���C�����j���[�}�E�X�I�[�o�[*/
.MainMenu_MenuItemSel {
	background-color: #FFFFFF;  
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 9pt;  
	font-style: normal;
	padding-left: 5px; 

}

/*���[�g���j���[�̑S�̂̃X�^�C��*/
.MainMenu_MenuContainer {
	background-color: #FFFFFF; 
	width: 180px;
}
/*���[�g���j���[���\������Ă��镔�������̃X�^�C��*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: #FFFFFF;
	width: 180px;
}
/*
.MainMenu_SubMenu {
	background-color: #FFFFFF;  
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
	background-image: url(images/spacer.gif);
}
.MainMenu_MenuBreak {
	background:url(images/headnavibarm1.gif) bottom;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	height: 21px;
	WIDTH: 0px;
	BORDER-BOTTOM: 0px;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}

�A�C�R�������I��ł��Ȃ��Ƃ��̃X�^�C��
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}*/


