* {
   margin:0;
   padding:0; 
}
a:link {
	color: #4A9BE0;
}
a:visited {
	color: #4A9BE0;

}
a:hover {
	color: #999999;
}
a img:link { border-color: #FFFFFF;
}
a img {
　　border-style: none;
}


body {
	background-image: url(image/blick.gif);
	background-repeat: repeat;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.wrapper {
	width: 850px;
	margin: 0 auto;   /* 幅固定（700px）でセンタリングします。*/
	background-color: #FFFFFF;
	font-size: 72%;
	line-height: 1.7em;

	
	color: #666666;
}
.header {
	width: 850px;
	height: 50px;     /* サイトロゴの高さに合わせて調節して下さい。*/

}
.wrapper .header h1 {
	font-size: 12px;
	padding: 5px
	display: none;
}

.main {
	width: 850px;     /* メニューとコンテンツを囲んでいるクラスです。 */
	background-color: #FFFFFF;
}
.menu {
   float: left;
   width: 150px;     /* floatの width 指定は必須です。*/
}
.flash {
	width: 850px;     /* floatの width 指定は必須です。*/
	height: 250px;
}
.contents {
	width: 645px;     /* floatの width 指定は必須です。*/
	float: left;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wrapper .main .contents .contents_p {
	padding: 10px;
}

.wrapper .main .contents_r {
	float: right;
	width: 190px;
	padding-top: 5px;
	margin-right: 4px;
	line-height: 1.2em;
	font-size: 10px;
}

.footer {
	clear: both;      /* float をクリアしています。*/
	width: 850px;
	height: 30px;
}
.menu ul {
   list-style: none;
}
.wrapper .main .contents .sintyaku {
	width: 200px;
	float: left;
	margin-left: 5px;
}
.wrapper .main .contents .sintyaku .news {
	width: 200px;
}

.wrapper .main .contents .top_c {
	float: right;
	width: 425px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}
.wrapper .header h1 {
	display: block;
	position: absolute;
	height: -50px;
	width: 600px;
	left: 99px;
	top: 49px;
}
#topimg {
	float: left;
	padding: 5px;
}
.wrapper .main .contents_r img {
	padding-bottom: 3px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper .main .contents .sintyaku .news a img  {
	text-decoration: none;
}
.wrapper .main .contents .sintyaku .news a img:link {
	text-decoration: none;
}

