/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
a:link {COLOR: #009900; TEXT-DECORATION: underline}
a:visited {COLOR: #009900; TEXT-DECORATION: underline}
a:hover {COLOR: #990066; TEXT-DECORATION: none}

.a_blue:link {COLOR: #006666; TEXT-DECORATION: none}
.a_blue:visited {COLOR: #006666; TEXT-DECORATION: none}
.a_blue:hover {COLOR: #006666; TEXT-DECORATION: underline}

.a_g:link {COLOR: #009900; TEXT-DECORATION: none}
.a_glue:visited {COLOR: #009900; TEXT-DECORATION: none}
.a_glue:hover {COLOR: #009900; TEXT-DECORATION: underline}


/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 8pt;
	line-height: 10pt;
}
.fontsize10_linehi12 {
	font-size: 10pt;
	line-height: 12pt;
}
.fontsize12_linehi16 {
	font-size: 12pt;
	line-height: 16pt;
}
/*-------------------独自追加項目-------------------*/
.font_bold {
	font-weight: bold;
}
.font_color {							/*項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #6FB075;
}
.font_color1 {							/*項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #EB6100;
}
.font_color2 {							/*項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #FF0000;
}
.bg {
	background-image: url(images/head_01.html);
	background-repeat: no-repeat;
	background-position: right;
}
.bg1 {									/*項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/head_03.html);
	background-repeat: no-repeat;
}
.bg2 {									/*項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/top_01.html);
	background-repeat: no-repeat;
}
.bg3 {									/*項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/top_02.html);
	background-repeat: no-repeat;
}
.bg4 {									/*項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/top_03.html);
	background-repeat: no-repeat;
}
.bg5 {
	background-image: url(images/top_06.html);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg6 {
	background-image: url(images/foot_01.html);
	background-repeat: repeat-x;
}

.bg7 {
	background-image: url(images/bg.html);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg8 {
	background-image: url(images/bg2.html);
	background-repeat: no-repeat;
	background-position: center center;
}
.padding {								/*項目が増える場合は、.padding1、.padding2と増やしていく*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.border {								/*項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #5FCB93;
}
.border1 {								/*項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #333333;
}
form {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	margin-bottom: 0px;
	font-weight: normal;
}
table {
	font-size: 10pt;
}
textarea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px dashed #999999;
}
.input1 {
	width: 100%;
	border: 1px dashed #999999;
}
.input2 {
	border: 1px dashed #999999;
}
