
@font-face {
	font-family: 'HiroshigeStdBook';
	src: url('hiroshigestd-book-webfont.eot');
	src: local('☺'), url('hiroshigestd-book-webfont.woff') format('woff'), url('hiroshigestd-book-webfont.ttf') format('truetype'), url('hiroshigestd-book-webfont.svg#webfont8WwjqYf2') format('svg');
	font-weight: normal;
	font-style: normal;
}

.HiroshigeStd-Book {font-weight: normal; font-style: normal; line-height:normal; font-family: 'HiroshigeStdBook', sans-serif;}


*{
	outline: none;
	border: none;
	}

h2 {
	font-size: 60px;
	}
	
p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 50px;
	line-height: 16px;
	}

body {
	margin: 0;
	padding: 0;
	overflow: scroll;
	}
	
#logo {
	margin: 50px 25px 0 25px;
	padding: 0;
	position: absolute;
	width: 220px;
	height: 50px;
	overflow: hidden;
	background: #adadad;
	}
	
#logo h1 {
	margin: 0 0 0 25px;
	padding: 0;
	background: url(images/pattern.png);
	line-height: 50px;
	font-family: Gill sans, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	font-size: 36px;
	font-style:normal;
	color: #fff;
	text-align: center;
	}

#nav {
	margin: 75px 25px 0 25px;
	padding: 0;
	position: absolute;
	width: 500px;
	height: 25px;
	right: 0px;
	background: #adadad; 
	}

#nav input {
	margin: 0 0 0 25px;
	padding: 0;
	width: 455px;
	line-height: 25px;
	height: 25px;
	border: none;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	overflow: hidden;
	background: url(images/pattern.png);
	font-family: Gill sans, Tahoma, Geneva, sans-serif;
	font-size: 18px; 
	font-weight: 100;
	color: #fff;
	border: none;
	}
	
#nav input:focus {
	border: none;
	}
	
#tat_table {
	position: relative;
	padding: 0;
	}
	
#tat_table tr {
	}
	
#tat_table tr td {
	height: 25px;
	}
	
#content {
	position: absolute;
	top: 100px;
	left: 25px;
	right: 25px;
	}

#title, #article {
	width: 100%;
	border-top: 1px solid #e6e8e8;
	}
	
#title {
	min-height: 100px;
	}
	
#article {
	padding-bottom: 50px;
	}
	
#footer {
	border-top: 1px solid #e6e8e8;	
	}

#footer p {
	margin: 25px 0;
	font-size: 9px;
	color: #e6e8e8;
	}
