@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg010.gif);
}
#body_posi01 {
	width: 762px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
}
.body_all {
	margin:0px;
/*	text-align:center;*/
	text-align:left;
}
.body_top {
	margin:0px;
	text-align:center;
}
#headr_ttl01 {
	margin:0px;
}
.headr_menubr01 {
	margin:0px;
	text-align:left;
	background-image:url(images/header_bg010.gif);
	width:762px;
}
.lefthdr01 {
	float:left;

}


.righthdr01 {
	float:right;

}
.headr_menubr02 {
	margin:0px;
	text-align:right;
	background-image:url(images/header_bg010.gif);
	width:760;
}
.headr_menubr01 img {
	vertical-align:top;
}

.kaigyou {
	display:inline;
}

/*----- コンテンツ部分 -----*/
#container_base {
	background-color:#FFF;
	width:762px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}
.container_upr {
	background:#fff;
	margin: 0px;
	padding: 10px 0 0 0;
}
.wtnews01 {
	margin:0px;
	text-align:left;
	background-color:#FFF;
	float:left;
	width:426px;
	padding: 10px 0px 0px 7px;
}
.newtxt {
	margin-left:10px;
	font-size:80%;
	line-height:120%;
}
.bbsnews01 {
	margin:0px;
	text-align:left;
	background-color:#FFF;
	float:right;
	width:293px;
	padding: 10px 7px 0px 10px;
}
.bbstxt {
	margin-left:10px;
	font-size:80%;
	line-height:120%;
}





.container_bttm {
	background-image:url(images/menuar_bg010.gif);
	margin-left:0;
	margin-right:0;
	margin-top: 0px ;
	margin-bottom:0;
	text-align:center;
	padding: 10px 0 0 0;
	clear:both;
}
.container_bttm h3 {
	margin: 0 0 0 0 ;
	text-align:center;
}
.container_bttm p {
	margin-left:auto;
	margin-right:auto;
}

.container_bttm table {
	margin: 20px auto 0 auto ;
	text-align:center;
	width:730px;
}
.menu_text01 {
	font-size:80%;
	line-height:140%;
	text-align:left;
	vertical-align:middle;
	padding: 10px 0 10px 0 ;
}
.list01 {
	width:99px;
	margin: 5px;
}









/*----- フッター -----*/
#footer01 {
	width:762px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}

/*----- リンク設定 -----*/
/* 色設定および下線削除 */
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #966;
	text-decoration: none;
}
a:active {
	color: #966;
	text-decoration: none;
}
a:hover {
	color: #66F;
	text-decoration: none;
}
