@charset "utf-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 15px;
}
#main h2 {
	background-color: #FFCC33;
	border-top: 2px solid #FF0000;
	height: 30px;
}
#main h3 {
	background-color: #66CCFF;
	border-top: 2px solid #0000CC;
	font-size: 1.4em;
}
#main h4 {
	border-top: 3px solid #FF0000;
}
#home #main {
	height: 600px;
}

#theater #main {
	height: auto;
}
#link #main {
	height: auto;
}





#member #main img {
	float: left;
}
#sitemap #main {
	background-image: url(image/bgmomo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 15px;
}
#home #sidebar {
	height: 600px;
}

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #FF0000;
}
/* header styles
-----------------------------*/
#header {
	height: 125px;
	border-top: 2px solid #FFFFFF;
}
#header ul {
	width: 858px;
	position: absolute;
	left: auto;
	top: 100px;
	background-color: #FFFFFF;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px double #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #FF9900;
}

#header ul li#nProject a {
	border-left-style: none;
}
#member #header #nMember a {
	color: #FFFFFF;
	background-color: #FF0000;
}
#theater #header #nTheater a {
	color: #FFFFFF;
	background-color: #FF0000;
}
#link #header #nLink a {
	color: #FFFFFF;
	background-color: #FF0000;
}




/* main styles
-----------------------------*/

/* sidebar styles
-----------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#home #sidebar #news img {
}

#member #sidebar {
	background-image: url(image/side_bar_momoka.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
#theater #sidebar {
	background-image: url(image/side_bar_theater.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: 500px;
}
#link #sidebar {
	height: auto;
	background-image: url(image/link_side.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar #news dt {
	float: none;
	margin-bottom: 10px;
}
/* footer styles
-----------------------------*/
#footer ul li a {
	color: #FFFFFF;
	list-style: none;
	margin-right: 10px;
}
#footer li {
	list-style: none;
}

#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  a  {
	color: #FFFFFF;
	float: right;
}
#footer address {
	clear: both;
}

#footer a:hover {
	color: #FFFFFF;
}
#theater #footer {
	position: relative;
}
#link #footer {
	color: #FFFFFF;
}
