/* 基本タグ */
body{
	color: #666666;
	background-color: #FFFFFF;
}
body,textarea{
	scrollbar-3dlight-color : #333366 ;
　　　　scrollbar-arrow-color : #333366 ;
　　　　scrollbar-base-color : white ;
　　　　scrollbar-darkshadow-color : white ;
　　　　scrollbar-face-color : white ;
　　　　scrollbar-highlight-color : white ;
　　　　scrollbar-shadow-color : #333366 ;
}
td {
	font-size: 85%;
	line-height: 135%;
	color: #666666;
	letter-spacing: 0.5px;
}
a{
 color:#009933;
 text-decoration:none;
}
a:hover{
 color:#33cc66;
 text-decoration:underline; 
}

hr {
	border-width: 1px;
	border-style: dotted none;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #00CC33;
}
th {
	color: #666666;
	background-color: #CCFFCC;
	font-size: 95%;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
	line-height: 16px;
}
/*leftmenu */
body.left{
	background-color: #009933;
	background-image:  url(left_bg.gif);
}
a.left {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.left:hover {
	color: #FFFF99;
	text-decoration: none;
	font-size: 12px;
}
.leftmenu {
	line-height:180%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-width: 1px;
	border-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border-top-style: solid;
}
/* index */
.green-border {
	border: 1px solid #33CC33;
	margin:5px;
}
.green-border2 {
	background-color: #CCFFCC;
	border: 4px double #00CC66;
}
.index-com {
	margin: 15px;

}
.index-sub {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #339933;
	font-weight: bold;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	background-image:  url(point1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.menu {
	border--width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #FFFFFF;
	color: #FFFFFF;
	padding-top: 5px 10px;
}
.titleline {
	color: #009933;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
	border: 1px solid #009933;
	background-color: #FFFFCC;
	font-size: 12px;
}
.leftmergin {
	padding-left: 30px;
	border-top: 1px solid #009933;
	border-right: none #009933;
	border-bottom: 4px double #009933;
	border-left: none #009933;
}
.under-dot {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;

}
.dot1 {
	border-width: 2px;
	border-bottom-style: dotted;
	border-color: #666666;
}
.footer-link {
	border-left-width: 3px;
	border-left-style: solid;
	border-color: #009900;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 16px;
}
.title2 {
	color: #339933;
	font-size: 14px;
	padding: 2px 2px 2px 8px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	font-weight: bold;


}
.comment {
	padding:10px;
	text-align: left;

}

.data {
	font-size: 12px;
	color: #009933;
	padding-top: 3px;
	border: none;
	padding-right: 5px;
}
.line1 {
	background-image:  url(line1.gif);
	background-repeat: repeat-x;
}
.title1 {
	color: #339933;
	font-size: 14px;
	border-width: 6px;
	border-color: #FFCC00;
	font-weight: bold;
	border-top-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;

}
div.button {
	background-color: #33CC33;
	border-width: 2px;
	border-style: solid;
	border-top-color: #66FF66;
	border-right-color: #339933;
	border-bottom-color: #339933;
	border-left-color: #66FF66;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	padding: 3px;
}
a.button:hover{
	position:relative;
	top:2px;
	text-decoration:none;
	cursor: hand;
}
.up-bottom {
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #33CC33;
}
.layout{
	table-layout:fixed;
}
.bg1{
	background : url(bg1.gif);
}