@charset "utf-8";
body {
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center top;
}
/*--------------- フォーム設定 --------------*/
form {
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	background-image: url(img/con_bg.gif);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#container .container-foot {
	background-image: url(img/con_foot.gif);
	background-repeat: no-repeat;
	height: 16px;
	background-position: center;
}
#footer {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	padding-top: 50px;
}
#footer .foot-bana {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .foot-bana li {
	float: left;
	margin-right: 16px;
	margin-left: 16px;
}
#footer .copyright {
	clear: both;
	background-image: url(img/t_copyright.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 569px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copyright p {
	display: none;
}


#head {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#head .title {
	display: block;
	margin: 0px;
	height: 80px;
}
#head .title a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 230px;
}
/*--グローバルナビゲーション--*/

#globalNavi {
	display: block;
	width: 930px;
	height: 29px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
}

#globalNavi li {
	display: block;
	height: 29px;
	float: left;
}

#globalNavi a ,
#globalNavi span {
	display: block;
	height: 29px;
	margin-top: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
	overflow-x: hidden;
}

#globalNavi a,
#globalNavi span    {
	background-image: url(img/b_menu_bg.jpg);
}

#menu1 a		{ width: 93px; background-position:    0px 0px; }
#menu2 a		{ width: 133px; background-position: -93px 0px; }
#menu3 a		{ width: 135px; background-position: -226px 0px; }
#menu4 a		{ width: 113px; background-position: -361px 0px; }
#menu5 a		{ width: 87px; background-position: -474px 0px; }
#menu6 a		{ width: 95px; background-position: -561px 0px; }
#menu7 a		{ width: 95px; background-position: -656px 0px; }
#menu8 a		{ width: 95px; background-position: -751px 0px; }
#menu9 a		{ width: 84px; background-position: -846px 0px; }


#menu1 a:hover	{ background-position:    0px -29px; }
#menu2 a:hover	{ background-position: -93px -29px; }
#menu3 a:hover	{ background-position: -226px -29px; }
#menu4 a:hover	{ background-position: -361px -29px; }
#menu5 a:hover	{ background-position: -474px -29px; }
#menu6 a:hover	{ background-position: -561px -29px; }
#menu7 a:hover	{ background-position: -656px -29px; }
#menu8 a:hover	{ background-position: -751px -29px; }
#menu9 a:hover	{ background-position: -846px -29px; }
#head #main {
	clear: both;
	width: 950px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#container #topics {
	background-image: url(img/topics_bg.jpg);
	background-repeat: repeat-y;
	width: 910px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container #topics .news-box {
	float: left;
	width: 280px;
}
#container #topics .news-box .news {
	background-image: url(img/m_news.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #topics .news-box .box {
	width: 260px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#container #topics .topics-box {
	float: right;
	width: 620px;
}
#container #topics .topics-box .topics {
	background-image: url(img/m_topics.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: -9999px;
}
#container #topics .topics-box .box {
	width: 600px;
	margin-left: 10px;
}
#container #topics .topics-foot {
	background-image: url(img/topics_foot.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 5px;
}
#head .clear {
	clear: both;
	height: 10px;
}
