* {
    margin: 0;
    padding: 0;
}

body {
	font: 13px/135% "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	width: 100%;
	line-height:100%;

}

html {
	color: #000000;
	height: 100%;
}	

<!--for IE6-->
* html body {
	font-size: 75%;
}

<!--for IE7-->
*:first child+html body {
	font-size: 75%;
}

:focus {
	outline: 0 none;
}

a {
	overflow: hidden;
	text-decoration: none;
}

h2 {
	width: 485px;
	color: #cc3300;
	font-size: 134%;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
}

.font_small {
	font-size: 70%;
}

img {
	vertical-align: bottom;
	border: 0;
	font-size: 0px;
	line-height: 0;
}

#clear {
	clear:both;
}


#header {
	background: #ffffff url(../img/header_back.gif) repeat-x;
	height: 76px;
	text-align: center;
	margin: 0 auto;
}

#header a {
	border-style: none;
}


#menubar {
	background: #ffffff url(../img/menu_back.gif) repeat-x;
	height: 28px;
}

#menubar #menu {
	width: 490px;
	margin: 0 auto;
}

#menubar #menu ul {
	overflow: hidden;
	position: relative;
}

#menubar #menu li {
	display: block;
	float: left;
	list-style-type: none;
}

#menubar #menu .top {
	text-indent: -9999px;
	width: 160px;
	height: 28px;
	background: url(../img/m_top.gif) no-repeat 0px -28px;
}

#menubar #menu .preview {
	text-indent: -9999px;
	width: 160px;
	height: 28px;
	background: url(../img/m_preview.gif) no-repeat 0px -28px;
}

#menubar #menu .schedule {
	text-indent: -9999px;
	width: 160px;
	height: 28px;
	background: url(../img/m_schedule.gif) no-repeat 0px -28px;
}

#menubar #menu .top a {
	text-decoration: none;
	display: block;
	width: 160px;
	height: 28px;
	background: url(../img/m_top.gif) no-repeat 0px 0px;
}

#menubar #menu .preview a {
	text-decoration: none;
	display: block;
	width: 160px;
	height: 28px;
	background: url(../img/m_preview.gif) no-repeat 0px 0px;
}

#menubar #menu .schedule a {
	text-decoration: none;
	display: block;
	width: 160px;
	height: 28px;
	background: url(../img/m_schedule.gif) no-repeat 0px 0px;
}

#menubar #menu .top a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#menubar #menu .preview a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#menubar #menu .schedule a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#footer {
	background: #000000 url(../img/footer_back.gif) repeat-x;
	height: 100px;
	/* margin-top: 50px; */
}

#footer #footerContent {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;

}

#footer #footerContent #ftLeft {
	width: 690px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

#footer #footerContent #ftLeft #logo {
	width: 140px;
	height: 20px;
	float: left;
}

#footer #footerContent #ftLeft #copyright {
	width: 550px;
	color: #ffffff;
	font-size: 77%;
	float: right;
	padding-top: 5px;
}

#footer #footerContent #ftLeft #copyright p {
	padding-left: 10px;
}

#footer #footerContent #ftRight {
	width: 220px;
	font-size: 77%;
	padding: 5px 20px 0 0;
	text-align: right;
	float: right;
}

#footer #footerContent #ftRight ul {
	list-style: none;
}

#footer #footerContent #ftRight ul li{
	margin-bottom: 3px;
	vertical-align: middle;
}

#footer #footerContent #ftRight a:link, a:visited, a:hover, a:active {
	color: #ffffff;
}
