@charset "shift_jis";


/* 共通項目
---------------------------------------------------- */

div {
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}


p {line-height: 120%;}

body,tr,td
{
font:10pt;
font-family: ＭＳ Ｐゴシック, Osaka;
color:#333333;
}


body
{
scrollbar-Track-Color:#ffffff;
scrollbar-Face-Color:#ffffff;
scrollbar-Shadow-Color:#999999;
scrollbar-DarkShadow-Color:#ffffff;
scrollbar-Highlight-Color:#999999;
scrollbar-3dLight-Color:#ffffff;
scrollbar-Arrow-Color:#999999;

background-color: #ffffff;
margin: 10px;
padding: 10px;
}



 /* リンク設定 */
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover {text-decoration:underline; color:red}



 /* テキスト */

h1 	{ margin:0px; padding:0px; }
h2 	{ margin: 20px 0px 0px 0px; padding:0px; }
h3	{ margin:0px; padding:0px; }
h4	{ margin:0px; padding:0px; }


 /* テキストカラー */

.text {font:10pt; font-family: ＭＳ Ｐゴシック, Osaka; text-align: left}
.textb {font:10pt; font-weight:bold; font-family: ＭＳ Ｐゴシック, Osaka}
.text7 {font:7pt; font-family: ＭＳ Ｐゴシック, Osaka}
.text8 {font:8pt; font-family: ＭＳ Ｐゴシック, Osaka}
.text9 {font:9pt; font-family: ＭＳ Ｐゴシック, Osaka}
.text11b {font:11pt; font-weight:bold; font-family: ＭＳ Ｐゴシック, Osaka}
.text12 {font:12pt; font-family: ＭＳ Ｐゴシック, Osaka}
.text12b {font:12pt; font-weight:bold; font-family: ＭＳ Ｐゴシック, Osaka}
.text14b {font:14pt; font-weight:bold; font-family: ＭＳ Ｐゴシック, Osaka}
.text_p {font:10pt; font-family: ＭＳ Ｐゴシック, Osaka; line-height: 150%;}
.red	{ color:#cc3300; }
.redb { color:#cc3300; font-weight:bold; }
.color1 { color:#006600; font-weight:bold; }
.color2 { color:#990000; font-weight:bold; }
.color3 { color:#000099; font-weight:bold; }
.white 	{ color:#ffffff; }



