@charset "UTF-8";
@import "./base_reset.css";
@import "./YuiFonts.css";

/* レイアウト */
body	{}
p	{
	text-indent: 1em;
}
div#container	{
	width: 860px;
	margin: auto;
}
div#header	{}
div#main	{
	position: relative;
	width: 860px;
}
div#content	{
	position: absolute;
	top: 25px;
	left: 200px;
	width: 660px;
	height: 480px;
}
div#content	dl	{
	margin: 2em;
}
div#thanks	{
	position: absolute;
	top: 410px;
	left: 100px;
	width: 480px;
}
img#DM	{
	position: absolute;
	bottom: 10px;
	left: 45px;
	width: 100px;
	height: 150px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #ccc;
}
div#navi	{
	position: absolute;
	top: 25px;
	width: 200px;
	height: 480px;
}
ul#siteNavi	{
	margin: 75px 0px 0px 0px;
}
div#footer	{
	margin: 10px 0px 0px 0px;
	text-align: center;
}

/* デザイン */
h1	{
	width: 900px;
	margin: 0;
	padding: 2px 10px;
	font-size: 130%;
	color: #cfc;
}
div#main	{
	width: 900px;
	height: 600px;
	background-image: url('../graphics/top_back_05.jpg');
}
div#content	{
	color: #fff;
/*	background-image: url('../graphics/top_back.jpg');	*/
	background-position: top;
	background-repeat: no-repeat;
}
div#content dl	{
	width: 18em;
	margin-left: 380px;
	padding: 0.25em;
/*	background-color: #333300;
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80)";
	filter: alpha( opacity=80);	*/
}
div#thanks p	{
	margin: 0;
	line-height: 1.5em;
	color: #cfc;
	font-size: 115%;
	font-weight: bold;
	background-color: #333300;
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80)";
	filter: alpha( opacity=80);
}
div#navi	{
/*	background-color: #ffffcc;	*/
}
ul#siteNavi li	{
	list-style-type: none;
	margin: 1em 0.5em;
	padding: 2px;
	border: 1px dotted #66cc00;
	background-color: #fff;
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80)";
	filter: alpha( opacity=80);
}
/* 広告 */
div#flower	{
	width: 140px;
	margin: 10px 0 0 46px;
	padding: 2px;
	border: 1px solid #66cc00;
	background-color: #fff;
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80)";
	filter: alpha( opacity=80);
}
#flower p	{
	margin: 0 2px;
	line-height: 1.4em;
}
a#matsuri	{
	font-weight: bold;
	color: #ff80ff;
}

