/*　レイアウト　*/
*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
}

#wrapper {
	width: 850px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	}
	
/*------------------------------------------------*/

/*　テキスト　*/
/*#h1{
	font-size: 18px;	
}

#h2{
	font-size: 16px;	
}
*/

a:hover{
	color:#FFF;
}

a:active{
	color:#FFF;
}

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

/*　ヘッダー　*/
#header{
	width:850px;
	height:80px;
	text-indent:-9999px;
	background-image:url(img/header.jpg);
}

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

/*　メインコンテンツ　*/
#center {
	top:80px;
	width:550px;
	height:660px;
	float:left;
}

#saiyou{
	background-image: url(img/saiyou.png);
	height: 40px;
	width: 500px;
}

#taigu{
	background-image: url(img/taigu.png);
	height:40px;
    width:500px
}

#bosyu{
	background-image: url(img/bosyu.png);
	height: 40px;
	width: 500px;
}

#left{
	width: 150px;
	height:660px;
	float:left;
	background-image: url(img/side.jpg);
}

#right{
	width: 150px;
	height:660px;
	float:right;
	background-image: url(img/side.jpg);
}

.table_left{
	margin-left: 25px;
}

table.table_left th {
	font-size:12px;
	padding: 10px;
	background-color: #E8E8E8;
	font-weight:bold;
	vertical-align: top;
	width: 155px;
}

table.table_left td {
	background-color: #ffffff;
	padding: 10px;
	font-size:12px;
}

#adress{
	background-image:url(img/adress.gif);
}

#privacy{
	text-align:center;
	color:#666;
}

/* フッター */
#footer {
	top:740px;
	width:850px;
	height:60px;
	float:left;
	background-image:url(img/footer.png);
}

.foot_link{
	color:#FFFFFF;
	text-align:center;
}