@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000000;
	text-align: center;
	color: #DCDCB8;
}

img{
	border: none;
	vertical-align: bottom;
}
a{
	overflow: hidden;
}



/*#container開始
===============================*/
#container{
	width: 860px;
	margin:0 auto;
	text-align: left;
	position:relative;
}

/*#header開始
===============================*/
#header{
	width: 860px;
	padding-top: 10px;
}

#header h1{
	width: 260px;
	height: 333px;
	position:absolute;
	background: url(img/logo.png) no-repeat;
	text-indent:-9999px;		
}

#header h1 a{
	width: 260px;
	height: 133px;
	display:block;
}

/*ぱんくず*/
#pan_nav{
	font-size:77%;
	text-align:right;
	padding:10px 10px 0px 0px;
}
#pan_nav a{
	padding: 0px 5px;
	text-decoration: none;

}
/*#header 終了
===============================*/

/*#main開始
===============================*/
#main{
	margin: 20px 50px 30px 50px;
	font-family:"メイリオ", "小塚ゴシック Pro R";
}
#main h2{
font-weight:normal;
font-size:88%;
margin-bottom:30px;
}
#t_law{
padding:20px 40px;
}

table{
width:680px;
font-size:77%;
}
.cap{
text-align:center;
}



/*#footer 開始
================*/
#footer{
	width: 860px;
	height: 60px;
	background: url(img/footer.jpg) repeat-x;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 25px;
}
#footer ul{
	text-align: center;
}
#footer li{
	display: inline;
	padding: 0px 15px;
}
#footer li a{
	color:#CC9966;
	text-decoration: none;
}
address{
	background:url(img/ad.gif) no-repeat;
	width: 290px;
	height: 15px;
	margin-left:266px;
	margin-top: 5px;
	text-indent: -5000px;
}

