@charset "utf-8";

/* common -----------------------------------------------------------------------------------------*/

body {
	color: #000;
	background: #ffffff url(../images/allbg01.jpg) no-repeat fixed;
font-size: 13px;
	line-height:140%;
	font-family:Verdana,'メイリオ','Meiryo',"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;


}

a			{ color:#000;background-color:transparent; }
a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:hover  { color:#cc0000;text-decoration:underline;cursor: pointer; }

.clear	 { clear:both; }
.left	 { float:left; }
.right	 { float:right; }

img {
	border-style: solid;
	border-width: 0px;

}

#container {

	margin: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}



#tabu {
	z-index: 2;
	width: 700px;
}

#tabu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#tabu li {
	
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}


/*テーブル*/
.tbl table {
	border-top:1px solid #b3b3b3;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-size:100%;
	}

.tbl td {
	border-top:none;
	border-bottom:1px solid #b3b3b3;
	border-left:none;
	border-right:1px solid #b3b3b3;
	font-size:100%;
	padding:5px;
	}
	
.tbl th {
	border-top:none;
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	background-color:#efefef;
	font-weight:normal;
	padding:5px;
	}

	






/* ------------------------------------------------------------------------------------------------*/
