BODY{
	color: #333333;
	line-height: normal;
	font-family: "Arial", "Helvetica", "sans-serif";

}

TD{
	font-size: 13px;
}

FONT{
	font-size: 13px;
}

A:link { /* まだ見ていないページへのリンクに対するCSSの指定 */ 
color: #333333; /* 色はグレー */ 
font-style: normal; /* 文字は傾斜 */ 
text-decoration: underline; /* 下線を引く */ 
}

A:visited { /*すでに見たページへのリンクに対するCSSの指定 */ 
color: #333333; /* 色はダークグレー */ 
font-style: italic; /* 文字は傾斜 */ 
text-decoration: underline; /* 下線を引く */ 
}

B { /* B(強調)タグに対するCSSの指定 */ 
font-weight: bold; /* 文字の太さをBoid(強調)する */ 
}

DL { /* DL(説明)タグに対するCSSの指定 */ 
mergin-bottom: 1em; /* 下部に1emのマージンをおく */ 
}

DT { /* DT(説明語)タグに対するCSSの設定 */ 
font-size: 10pt; /*フォントサイズは10pt */ 
text-decoration: underline; /* 下線を引く */ 
font-style: Italic; /* 文字は傾斜 */ 
}

DD { /* DD(説明文)タグに対するCSSの設定 */ 
mergin: 8em; /* 全体のマージンを8emにする */ 
font-style: Italic; /* 文字は傾斜 */ 
}
.font1 {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";



}
.menutitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
}
.fontsmall {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";


}
.login {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
}
.title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 24px;
	font-weight: bold;
}
.author {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-style: italic;

}
.titleunder {

	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	font-weight: bold;
}
.fontjapan {

	font-size: 14px;
	line-height: 120%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
