/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
	color:#666666;
}
a:link {
	color: #669933;
	text-decoration:underline;
}
a:hover {
	color: #669933;
	text-decoration:underline;
}
a:active {
	color: #669933;
	text-decoration:underline;
}
a:visited {
	color: #669933;
	text-decoration:underline;
}

.a_gray:link {COLOR: #666666;text-decoration: none}
.a_gray:visited {COLOR: #666666;text-decoration: none}
.a_gray:hover {COLOR: #666666;text-decoration: underline}
.a_gray:active {COLOR: #666666;text-decoration: underline}


/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 10px;
	line-height: 12px;
}
.fontsize10_linehi12 {
	font-size: 12px;
	line-height: 14px;
}
.fontsize_11_linehi12 {
	font-size: 11pt;
	line-height: 12pt;
	font-weight:normal
}

.fontsize12_linehi16 {
	font-size: 14px;
	line-height: 18px;
}
.fontsize_14_linehi16 {
	font-size: 12pt;
	line-height: 14pt;
	font-weight:bold}

/*-------------------独自追加項目-------------------*/
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #669933;
	text-decoration:underline;
}
.font_color1 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #666666;
}
.bg_right{
	background-image:url(images/right_border.gif);
	background-repeat:repeat-y;
}
.bg2 {									/*項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/top_bg01.gif);
	background-repeat: repeat-y;
}
.padding {								/*パディング(余白)の設定　項目が増える場合は、.padding1、.padding2と増やしていく*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.padding_all5 {/*used*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.padding3 {
	padding: 3px;
}

.padding10 {
	padding-left:10px;
}
.padding20 {
	padding-left:20px;
}
.padding20_right {
	padding-right:20px;
}
.padding40 {
	padding-left:40px;
}
.margin-t10 {
	margin-top:10px;
}
.margin-t20 {
	margin-top:20px;
}
.margin-l20 {
	margin-left:20px;
}
.margin-l40 {
	margin-left:40px;
}
.back_top01 {/*used*/
	background-image: url(images/menu_space03.gif);
	background-repeat: repeat-x,y;
}
.back_top02 {/*used*/
	background-image: url(images/500_top_002.gif);
	background-repeat: repeat-y;
}
.back_top03 {/*used*/
	background-image: url(images/500_top_003.gif);
	background-repeat: repeat-y;
}

.title {
	font-size:14px;
	color:#669933;
	font-weight:bold;
	line-height: 18px;
}
.title_top {
	font-size:12px;
	color:#669933;
}
.title_child {
	background-image:url(images/bg_title_child.gif);
	background-repeat:repeat-x;
	font-size:12px;
	padding-left:5px;
	color:#669933;
}
.title_paint {
	background-image:url(images/bg_title_child.gif);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:23px;
	padding-left:5px;
	color:#669933;
	width:520px;
}
.title_paint2 {
	font-size:12px;
	line-height:23px;
	padding-left:10px;
	color:#669933;
	border-bottom:1px solid #669933;
}

.border {								/*ボーダーの設定　項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #333333;
}
form {									/*formタグ挿入で直下に入るスペースをなくす設定*/
	margin: 0px;
}
.form {									/*form項目サイズの固定　項目が増える場合は、.form1、.form2と増やしていく*/
	width: 200px;
	height: 18px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height:12pt;
	position: absolute;
	color:#333333;
	top:1px;
	left:20px;
}
h2 {									/*h2タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
	color:#669933;
}
.h2{
	font-weight: normal;
}
h3 {									/*h3タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}


/* -------------- header --------------- */
.bg_header{
	background-image:url(images/header01.gif);
	background-repeat:no-repeat;
}

/* -------------- menu --------------- */
.bg_menu01{
	background-image:url(images/menu_bg01.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

.bg_menu02{
	background-image:url(images/menu_bg02.gif);
	background-repeat:repeat-y;
}
.padding_menu01{
	padding-left:30px;
	font-size:10pt;
}
.padding_menu02{
	padding-right:20px;
	font-size:8pt;
	text-decoration:underline;
	color:#669933;
}
.padding_menu03{
	font-size:8pt;
	margin: 0px;
	padding: 0px;
}

/* -------------- footer -------------- */
.padding_footer_left{
	color:#999999;
	font-size:9pt;
	padding-left:20px;
}
.padding_footer_right{
	color:#999999;
	font-size:9pt;
	padding-right:20px;
}
.font_size_footer{
	font-size:8pt;
	color:#999999;
}
.font_color_red {
	color: #ff0000;
}
.border {/*used*/
	border: 1px solid #669933;
}
.font_color_green {
	color: #669933;
}


#navi1 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi1 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi1 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi2 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi2 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi2 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi3 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi3 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi3 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi4 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi4 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi4 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi5 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi5 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi5 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi6 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi6 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi6 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi7 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi7 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi7 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi8 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi8 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi8 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi9 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi9 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi9 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}

#navi10 a{
	font-weight:normal;
	background:url(images/menu_001.jpg) no-repeat;
	text-align:left;
	width:137px !important;/*←padding-leftで8px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	width:172px;/*←IEは8px分の認識が違うのでそのまま*/
	height:22px !important;/*←padding-topで10px分を認識するので、その分幅を詰める（ＮＮ、firefox用として）*/
	height:27px;/*←IEは10px分の認識が違うのでそのまま*/
	margin:0;
	padding-top:5px;
	padding-left:35px;
	display:block;
}
#navi10 a:visited{
	background:url(images/menu_001.jpg) no-repeat;
}
#navi10 a:hover{
	background:url(images/menu_001.jpg) no-repeat;
}
