
body {
	font-size : 11pt;
}

table {
	font-size : 11pt;
	color : #000000;
}

body.a {
	background-repeat : repeat-x;
	background-attachment : scroll;
}

body.b {
	background-repeat : repeat;
	background-attachment : scroll;
}

//a {text-decoration:none;} //リンクの下線を表示しない
a:link {color:#336633;} /*まだ見ていないリンク部分のスタイル*/
a:visited {color:#663300;} /*すでに見たリンク部分のスタイル*/
//a:hover {text-decoration:underline;} /*カーソルがその要素の上にある時のスタイル*/
//a:active {font:bold;} /*マウスボタンを押したときのリンク部分のスタイル*/

div.logo {
	color : #000000;
	text-align : right;
	font-weight : bold;
}

div.index {
	clear : both;
	text-align : right;
	font-size : 10pt;
}

.mincho {
	font-family : "serif";
}

.gothic {
	font-family : "sans-serif";
}

.waku {
	border-style : double;
	font-weight : bold;
	color : #ffffff;
	background-color : silver;
	text-align : center;
}

.title1 {
	font-family : "serif-bold";
	font-size : 20pt;
	color : #006699;
}

.title2 {
	font-family : "sans-serif";
	font-size : 18pt;
	color : #778899;
}

.title3 {
	font-size : 15pt;
	color : #556B2F;
}

.gaiyo1 {
	font-size : 13pt;
	color : #3366cc;
}

.gaiyo2 {
	color : #000033;
}

