/* CSS Document */

body {
	margin:0;
}

form {
	margin:0;
}

.menu a:link, .menu a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover {
	color:#ffff00;
}

.menu_blue {
	width:180;
}
.menu_blue a:link, .menu_blue a:visited {
	color:#ffffff;
	text-decoration:none;
}
.menu_blue a:hover {
	color:#ff6600;
	text-decoration:none;
}
.menu_blue td {
	height:32;
	font-size: small;
	background-attachment: fixed;
	background-image: url(../img/menu_blue.gif);
	background-repeat: repeat-y;
	background-position: left center;
	/*
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	*/
}

.menu_green {
	background-color:#ccc;
	width:180;
}
.menu_green a:link, .menu_green a:visited {
	color:#006633;
	text-decoration:none;
}
.menu_green a:hover {
	color:#ff6600;
	text-decoration:none;
}
.menu_green td {
	height:32;
	font-size: small;
	background-attachment: fixed;
	background-image: url(../img/menu_green.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.menu_orange {
	background-color:#ccc;
	width:180;
}
.menu_orange a:link, .menu_orange a:visited {
	color:#FF6633;
	text-decoration:none;
}
.menu_orange a:hover {
	color:#FF6600;
	text-decoration:none;
}
.menu_orange td {
	height:32;
	font-size: small;
	background-attachment: fixed;
	background-image: url(../img/menu_orange.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.menu_water {
	background-color:#6699CC;
	width:180;
}
.menu_water a:link, .menu_water a:visited {
	color:#3366FF;
	text-decoration:none;
}
.menu_water a:hover {
	color:#FF6600;
	text-decoration:none;
}
.menu_water td {
	line-height:125%;
	font-size: small;
	background-attachment: fixed;
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.text {
	font-size:x-small;
	line-height: 125%;

}

.text1 {
    font-family: Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size:10pt;
	line-height: normal;

}

.page_title {
	width:550;
	height:25;
	font-size:x-small;
	font-weight:bold;
	color:#ffffff;
	backgorund-color:#3366cc;
	padding:3;
	background-color: #3366FF;
}

.page_title_company {
	width:550;
	height:25;
	font-size:x-small;
	font-weight:bold;
	color:#ffffff;
	backgorund-color:#3366cc;
	padding:3;
	background-color: #339900;
}

.page_title_other {
	width:550;
	height:25;
	font-size:x-small;
	font-weight:bold;
	color:#ffffff;
	backgorund-color:#3366cc;
	padding:3;
	background-color: #FF9966;
}

.navi {
	font-size:smaller;
	height: 25px;
	color: #000066;


}
a:link, a:visited {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#336699;
	text-decoration:underline;
}

.list_green {
	list-style-image: url(../img/allow_green_light.gif);
	padding-left: 0px;
	margin-left: 10px;

}
