/* CSS Document */

* {
	margin:0;
	padding:0;
	color:#333333;
	font-family:Osaka, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック" , sans-serif;
	font-size:100%;
	}
	
html,body {
	scrollbar-face-color:#FF9900;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#FF9900;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#FFCC33;
	scrollbar-darkshadow-color:#999999;
	height:100%;
	}
body {
	background-color:#FFCC33;
	background-image:url(../img/bg_body.gif);
}	
#header {
	height:50px;
	text-align:center;
	background-color:#FF9900;
	background-image:url(../img/header_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#header img.mail {
	position:absolute;
	top:20px;
	left:800px;
}
#container {
	width:900px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}
#container .news {
	clear:both;
	float:left;
	width:900px;
	background-image:url(../img/news_bg.jpg);
	background-color:#FFFFFF;
}
#container .news img{
	margin:15px 0;
}
object,
embed {
	vertical-align:top;
	margin:15px 0;
}
#container #gaiyo {
	clear:both;
	float:left;
	width:900px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
	padding-bottom:20px;
}
#container .topics {
	float:left;
	width:800px;
	height:auto;
	margin:15px 0 15px 50px;
	text-align:left;
	font-size:12px;
	display:inline;
	border:1px solid #993300;
}
#container .topics p {
	line-height:150%;
	padding:0 20px;
}
#container .topics img.thumbnail {
	padding: 4px;
    background-color: #FFF;
	border: 1px solid #d6d6d0;
	float: left;
	margin:5px 20px 0 20px;
}

#container .box {
	clear:both;
	float:left;
	width:900px;
	background-color:#FFFFFF;
	line-height:150%;
}
#container .box p {
	line-height:150%;
}
#container .box p.nendai {
	border-bottom:1px solid #999999;
	background-image:url(../img/circle_blue.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:1.2em;
}
#container .box img.title {
	margin:20px 0 0 50px;
	border:1px solid #336699;
}
#container .box img.sugi {
	text-align:center;
	margin-top:15px;
}

#container .box1 {
	margin:20px 0 5px 50px;
	width:280px;
	height:330px;
	text-align:center;
	background-image:url(../img/butai_bg.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
#container .box2 {
	margin:20px 50px 5px 0;
	width:500px;
	float:right;
	display:inline;
}
#container .box3 {
	margin:20px 0 20px 50px;
	width:500px;
	float:left;
	display:inline;
}

#container .box4 {
	margin:20px 50px 20px 0;
	width:280px;
	height:330px;
	text-align:center;
	background-image:url(../img/butai_bg.gif);
	background-repeat:no-repeat;
	float:right;
	display:inline;
}
#container .box5 {
	margin:0 0 20px 50px;
	width:800px;
	float:left;
	display:inline;
}



#container .link {
	float:left;
	width:800px;
	margin:15px 0 20px 50px;
	text-align:left;
	font-size:12px;
	display:inline;
	border:1px solid #336699;
}
#container .link img {
	margin:20px 0 20px 20px;
}

#footer {
	clear:both;
	height:40px;
	background-color:#FF9900;
	text-align:center;
	font-size:10px;
}

address {
	line-height:40px;
	color:#FFFFFF;
	font-style:normal;
}
h1 {
	text-indent:-9999px;
	background-color:#990000;
	background-image:url(../img/topics.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	height:20px;
}
h2 {
	font-size:13px;
	padding:10px 20px;
}
h3 {
	font-size:15px;
	margin-bottom:5px;
	padding:0 20px;
}
h4 {
	text-indent:-9999px;
	background-color:#336699;
	background-image:url(../img/links.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	height:20px;

}
p.date {
	clear:both;
	text-align:right;
	font-size:10px;
	padding:0 10px 10px 10px;
	margin:0 10px 10px 10px;
	border-bottom:1px dotted #CC0000;
}
p.top {
	text-align:right;
	font-size:10px;
	padding:0 18px 10px 10px;
	margin:0 18px 10px 10px;
	height:20px;
	line-height:20px;
}
p.midashi {
	background-image:url(../img/bg_stripe.gif);
	color:#333333;
	text-indent:1.5em;
	margin-bottom:5px;
}
p.circle {
	background-image:url(../img/circle_orange.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:1.2em;
}

a:link,a:visited {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#toplist {
	color:#FF9900;
	line-height:50px;
	font-size:1px;
}
