@charset "UTF-8";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
}

#container {
	background-image: url(../images/top/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 730px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
}
#logoTop {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	float: left;
	margin-bottom: 0px;
}
#wrapper {
	margin-top: 25px;
	float: left;
	width: 900px;
	padding-bottom: 5px;
}
#info {
	clear: right;
	float: right;
	height: 400px;
	width: 255px;
	margin-right: 10px;
}
.infoTitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.infoBox {
	width: 255px;
	height: 370px;
}

#rss_box {
	height: 400px;
	width: 252px;
	border: 1px dotted #F90;
	background-image: url(../images/top/rss_box_bg.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#rss_box ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#rss_box ul li {
	list-style-type: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
#rss_box ul li a {
	color: #FF6600;
	text-decoration: none;
}
#rss_box ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/*.boxtop {
	background-image: url(../images/top/info/info_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 255px;
	float: left;
	font-size: 0px;
}
.boxmiddle {
	background-image: url(../images/top/info/info_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 255px;
	height: 352px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	float: left;
}
.boxmiddle ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
}
.boxmiddle li {
	list-style-type: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.boxmiddle li a {
	color: #FF6600;
	text-decoration: none;
}
.boxmiddle li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.boxbottom {
	background-image: url(../images/top/info/info_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 255px;
	float: left;
	font-size: 0px;
}*/
#footer {
	clear: both;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 30px;
	padding-bottom: 10px;
}
#footer p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FF6600;
}
#footer .copy {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
#container #news_box{
	position: absolute;
	left: 190px;
	top: 170px;
	width: 700px;
	height: 30px;
	border: 1px solid #CCC;
	background-image: url(../images/top/rss_box_bg.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
}
#container #news_box  #news{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0px;
}
#container #news_box #news li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	padding: 8px 0px;
	color: #666;
	text-indent: 0px;
}
#container #news_box div #news li a {
	color: #F60;
}
#news_box h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin: 0px 1em 0px 0px;
	color: #F60;
	border-right: 1px solid #CCC;
	display: inline-block;
	padding: 9px 1em;
	float: left;
}

