<!-- /*　背景　*/ -->
body {
margin:0;
padding:0;
color: #333333;
text-align:center;
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: 0.9em;
	line-height:1.3em;
	}

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

.p11 {
	font-size: 0.75em;
	}

.p10 {
	font-size: 0.7em;
	line-height: 1.0em;
	}


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





#follow_01{
  background:url(../image/img_office_header_1.gif) no-repeat center top;
}
#follow_02{
  background:url(../image/img_office_header_2.gif) no-repeat center top;
}
#follow_03{
  background:url(../image/img_office_header_3.gif) no-repeat center top;
}
#follow_04{
  background:url(../image/img_office_header_4.gif) no-repeat center top;
}
.follow_frame{
  width: 330px;
  float: left;
  background:url(../image/img_office_body.gif) repeat-y center top;
}
.follow_frame ul{
  margin: 0 0 0 10px;
  padding: 0 10px;
  font-size: 12px;
}
.follow_frame li{
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.follow_frame .title{
  height: 80px;
  text-indent: -9999px;
  display: block;
}
.follow_frame .text{
  font-size: 14px;
  padding: 0 12px;
}
.follow_frame .text p{
  margin: 10px 0;
  line-height:135%;
}
.follow_frame .footer{
  background:url(../image/img_office_bottom.gif) no-repeat center bottom;
  height: 20px;
  display: block;
}
