/* CSS Document */

body {
	margin:0;
	color:#383636;
	font-size:80%;
	line-height:150%;
	letter-spacing:1px;
	background-image:url(img/background.gif);
	background-position:center bottom;
	background-repeat:no-repeat;

}

h1 {
	left:-9999px;
	position: absolute;
}


h3 {
	background-image:url(img/back-h3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding:3px 0 0 15px;
}
p {
	clear:both;
	margin-top:20px;
}
dt {
	font-weight:bold;
	font-size:120%;
}
a:link,a:visited {
	color:#363;
	text-decoration:none;
}
a:hover,a:active {
	color:#f93;
	text-decoration:underline;
}

img {
	border:0;
}
img.right {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}
img.left {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
table.detail {
	border-top:1px solid #ccc;
}

table.detail td {
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
table.detail td.index {
	width:80%;
}


/*--------- レイアウト ---------*/

div#container {
	clear:both;
}

div.main-image {
	background-image:url(img/main-image.jpg);
	background-repeat:no-repeat;
	height:480px;

}

div.wrapper {
	width:800px;
}

/*--------- ヘッドライン ---------*/

div#headline {
	background:#fff;
	background-image:url(img/title.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-botton:20px;
	height:120px;
	width:800px;
	text-align:right;
	padding-top:10px;
}

div#headline table {
	background-image:url(img/back-navi.gif);
	background-repeat:no-repeat;
	width:279px;
}
div#headline td {
	width:33%;
}



/*--------- コンテナー ---------*/
div#main {
	width:610px;
	float:left;
	text-align:left;
	padding-bottom:10px;
}
div.top-new h2,div#main div.top-atteri h2 {
	left:-9999px;
	position: absolute;
}
div#main div.top-new{
	width:300px;
	float:left;
	background-image:url(img/index-new.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
}
div#main div.top-atteri {
	width:300px;
	float:right;
	background-image:url(img/index-atteri.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
}


/*--------- サイド ---------*/
div#side {
	width:180px;
	float:right;
}

div#side dl {
	margin-left:0px;
}
div#side dd {
	margin:0px;
	line-height:0;
}

/*--------- フッター ---------*/

div#footer {
	color:#fff;
	background:#000;
	height:200px;
	clear:both;
	margin-top:10px;
	padding-top:10px;
}

div#footer div.wrapper {
	text-align:left;
	background:#000;
	background-image:url(img/back-footer.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:160px;
}
div#footer a:link,div#footer a:visited {
	color:#fff;
}
div#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
div#footer li {
	list-style:none;
	float:left;
	margin-right:10px;
}
div#footer ul {
	clear:both;
	margin-top:10px;
}


/*--------- 歴史 ---------*/
dl.data {
	width:100%;
	background-color:#000;
	border-bottom:1px solid #ccc;
}
dl.data dt, dl.data dd {
	background-color:#000;
	margin-left:0;
	margin-bottom:0;
	font-size:90%;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:90px;
	border-top:1px solid #ccc;
	clear:left;
	color:#fff;
}
dl.data dd {
	background-color:#fff;
	margin-left:100px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 1px 5px;
	text-indent:-0.2em;
}
/*--------- メニュー ---------*/

div.menu img {
	padding-top:20px;
	padding-bottom:20px;
}