body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	background-color: #0066CC;
	background-image: url(img/top/bg1.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
img { border:none}
p {
	margin: 0;
　　padding:0;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;	
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#layout {
	background-image: url(img/top/bg2.jpg);
	background-repeat: repeat-x;
	margin: auto;
	width: 900px;
}
#mainmenu {
	background-repeat: no-repeat;
	height: 33px;
	background-image: url(img/top/header2.jpg);
}
#main {
	padding: 10px;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	display:inline;
	list-style-type:none;
}
#mainmenu li a {
	height:33px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*メニューOFF*/
#mainmenu li#menu1 a { background: url(img/top/header2.jpg) 0px 0px; width:155px; }
#mainmenu li#menu2 a { background: url(img/top/header2.jpg) -155px 0px; width:50px; }
#mainmenu li#menu3 a { background: url(img/top/header2.jpg) -205px 0px; width:50px; }
#mainmenu li#menu4 a { background: url(img/top/header2.jpg) -255px 0px; width:50px; }
#mainmenu li#menu5 a { background: url(img/top/header2.jpg) -305px 0px; width:100px; }
#mainmenu li#menu6 a { background: url(img/top/header2.jpg) -405px 0px; width:110px; }
#mainmenu li#menu7 a { background: url(img/top/header2.jpg) -515px 0px; width:100px; }
#mainmenu li#menu8 a { background: url(img/top/header2.jpg) -615px 0px; width:80px; }
#mainmenu li#menu9 a { background: url(img/top/header2.jpg) -695px 0px; width:120px; }
#mainmenu li#menu10 a { background: url(img/top/header2.jpg) -815px 0px; width:70px; }

/*メニューON*/
#mainmenu li#menu1 a:hover { background: url(img/top/header2on.jpg) 0px 0px; }
#mainmenu li#menu2 a:hover { background: url(img/top/header2on.jpg) -155px 0px; }
#mainmenu li#menu3 a:hover { background: url(img/top/header2on.jpg) -205px 0px; }
#mainmenu li#menu4 a:hover { background: url(img/top/header2on.jpg) -255px 0px; }
#mainmenu li#menu5 a:hover { background: url(img/top/header2on.jpg) -305px 0px; }
#mainmenu li#menu6 a:hover { background: url(img/top/header2on.jpg) -405px 0px; }
#mainmenu li#menu7 a:hover { background: url(img/top/header2on.jpg) -515px 0px; }
#mainmenu li#menu8 a:hover { background: url(img/top/header2on.jpg) -615px 0px; }
#mainmenu li#menu9 a:hover { background: url(img/top/header2on.jpg) -695px 0px; }
#mainmenu li#menu10 a:hover { background: url(img/top/header2on.jpg) -815px 0px; }
#footer {
	background-image: url(img/top/footer.jpg);
	background-repeat: no-repeat;
	height: 5px;
	clear: both;
	margin-top: 5px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

/*トップページ用*/
#topics {
	width: 265px;
	margin-bottom: 5px;
	background-image: url(img/top/bg_topics.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 250px;
	line-height: 150%;
}
#topics ul {
	padding: 0px;
	margin: 10px;
	list-style-type: none;
}
#leftspace {
	width: 610px;
	float: left;
	margin-bottom: 5px;
	clear: both;
}
#rightspace {
	width: 265px;
	float: right;
	margin-bottom: 5px;
}
#contents_btn {
	clear: both;
}
#contents_btn img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#taiken {
	width: 600px;
	background-image: url(img/top/bg_contents.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	height: 150px;
	margin-top: 5px;
}
#taiken img {
	margin: 5px 0px 0px 5px;
}

/*各ページ共通メイン*/
#contents_head {
	background-image: url(img/top/main_head.gif);
	background-repeat: no-repeat;
}
#contents {
	background-image: url(img/top/main_bg.gif);
	background-repeat: repeat-y;
	padding: 20px 10px 10px;
}
#contents_foot {
	background-image: url(img/program/mein_foot.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 20px;
}
#contents_title {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
}
.end_clear {
	clear: both;
}
