/* CSS Document */
/*リンク*/
a:link {
	color:#707070;
	text-decoration:none;
}
a:visited {
	color:#ff4daa;
	text-decoration:none;
}
a:hover {
	color:#FF4daa;
	text-decoration:none;
}
a:active {
	color:#ff6500;
	text-decoration:none;
}
div#container{
	width:830px;
	margin-left:auto;
	margin-right:auto;
	}


h1,h2 {
	font-size: 11px;
	line-height: 125%;
	font-weight: normal;
	float: left;
	clear: both;
}

/*ヘッダー*/
div#header {
	width: 830px;
	height: 210px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:0;
	top:0;
}
	/*ヘッダーテキスト*/
div#header_text{
	height:209px;
	width:473px;
	float:left;
	}
div#header_text *{
	display:none;
	}
	/*ヘッダーメール*/
div#mail_box h3{
	display:none;
	}
div#mail_box p{
	width:225px;
	height:20px;
	margin-right:10px;
	text-indent:-9999px;
	}
p#umeda{
	width:224px;
	height:17px;
	position:absolute;
	left:41px;
	top:166px;
	text-indent:-9999px;
	}
p#umeda a{
	display:block;
	width:224px;
	height:17px;
	}
p#nihon{
	width:224px;
	height:18px;
	position:absolute;
	left:308px;
	top:167px;
	text-indent:-9999px;
	}
p#nihon a{
	display:block;
	width:224px;
	height:18px;
	}
p#kyoto{
	width:224px;
	height:18px;
	position:absolute;
	left:554px;
	top:167px;
	text-indent:-9999px;
	}
p#kyoto a{
	display:block;
	width:224px;
	height:18px;
	}
p#mail{
	width:230px;
	height:20px;
	position:absolute;
	left:576px;
	top:133px;
	text-indent:-9999px;
	}
p#mail a{
	display:block;
	width:230px;
	height:20px;
	}
/*コンテンツ*/
div#contents{
	widht:830px;
	clear:both;
	}
/*フッター*/
div#footer{
	clear:both;
	width:830px;
	height:55px;
	padding-top:5px;
	}