@charset "utf-8";

/*----------------------

reset

----------------------*/
@import url(reset.css);


/*----------------------

local

----------------------*/
body {
	font-size: 12px;
	color: #444;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: .08em;
}

#top {
	margin: 70px auto 0;
	width: 694px;
}
	#top_head {
		margin: 0;
		background: #fff url(/shared/img/top_head_bg.jpg) left top no-repeat;
		height: 60px;
		width: 694px;
	}
	#top_main {
		margin: 0;
		padding: 10px;
		background: #fff url(/shared/img/top_main_bg.jpg) left top repeat-y;
		width: 674px;
	}
	#top_bottom {
		margin: 0;
		background: #fff url(/shared/img/top_bottom_bg.jpg) left top no-repeat;
		height: 21px;
		width: 694px;
	}
	#bottom {
		font-size: 10px;
		margin: 30px auto 0;
		width: 650px;
		height: 15px;
		border: #ccc 1px solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 5px 20px 12px 10px;
	}
		#bottom li {
			background: #fff url(/shared/img/nasu_footer_arrow04.gif) left center no-repeat;
			color: #444;
			float: left;
			padding: 5px 10px 0 20px;
		}
		#bottom li.top { background: #fff url(/shared/img/nasu_footer_arrow03.gif) left center no-repeat; }

	address {
		font-family: 'Cardo', serif;
		margin-right: 10px;
		font-size: 10px;
		font-style: italic;
		font-weight: 100;
		letter-spacing:.1em;
		float: right;
		margin-top: 8px;
	}
	img.over { margin: 30px 10px 0; }
	a { color: #444; text-decoration: none; }