<!-- /*　背景　*/ -->
body {
margin:0;
padding:0;
text-align:center;
color: #333333;
background-repeat: repeat-x;
background-position: top center;
height: 100%;
}


<!-- /*　お知らせ　*/ -->
.table1 {
		border-color: d9d9d9;
		border-width: 1px;
		border-left-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		}


.table2 {
		border-color: cccccc;
		border-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		}

.table_topics {
		border-color: cccccc;
		border-width: 1px;
		border-left-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		}



<!-- /*　ライン　*/ -->
.dot2{
	background-image: url(../image/dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
<!-- /*　フォントサイズ指定　*/ -->
.p14 {
		font-size: 1.1em;
		line-height:1.6em;
		}

.p12 {
	font-size: 1.0em;
	line-height: 1.4em;
	}

.p11 {
	font-size: 0.9em;
	}

.p10 {
	font-size: 0.8em;
	line-height: 1.2em;
	}


A:link { color: 003399; }
A:visited { color: 003399; }
A:hover { color: 336699; }
A:active { color: 336699; }
A { text-decoration: none; }

