@charset "UTF-8";
/* CSS Document */

/* fomatting style
-------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	list-style: none;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../image/top_bg.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6, lu, li, dt, dd, p, a, img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
	list-style: none;	
}

address {
	font-size: 9px;
	margin-top: 20px;
	vertical-align: top;
	display: block;
	text-align: right;
	margin-right: 20px;
}

/* layout
-------------------------- */
#wrapper {
	
}

#container {
	margin-right: 0px;
	margin-left: 0px;	
}

#top_contents {
	background: url(../image/top_bg_white40percent.png) repeat;
	clear: both;
	height: 252px;
	margin: 30% 0px;
}

#top_contents_inner {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

#top_contents h1 {
	float: left;
}

#topnavigation {
	clear: right;
}

