@charset "utf-8";

body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#logo H1{
    margin:0 auto 50px auto;
	text-align:center;
}
#logo H2{
	padding-left:300px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:red;
}
#logo UL{
	margin-bottom:50px;
	padding-left:300px;
	text-align:left;
}
/* 以下为SkiyoNote所需要的样式 */
#SkiyoNote {
	width:444px;
	height:50px;
	padding:0;
	margin:0 auto;
}
#SkiyoNote #leftLink {
	float:left;
	width:35px;
	padding:18px 0 0 15px;
	background:url(../images/up.png) 18px 0 no-repeat;
}
#SkiyoNote #leftLink a {
	text-decoration:none;
	color:red;
}
#SkiyoNote #leftLink a:hover {
	text-decoration:underline;
}
#SkiyoNote #leftLink #supportNote {
	color:#999999;
}
#SkiyoNote #left {
	float:left;
	width:21px;
	height:50px;
	background:url(../images/left.jpg) no-repeat;
	float:left;
}
#SkiyoNote #support {
	float:left;
	height:50px;
	background:url(../images/support.jpg) repeat-x;
}
#SkiyoNote #oppose {
	float:left;
	height:50px;
	background:url(../images/oppose.jpg) repeat-x;
}
#SkiyoNote #right {
	float:left;
	width:23px;
	height:50px;
	background:url(../images/right.jpg) no-repeat;
}
#SkiyoNote #rightLink {
	float:right;
	width:35px;
	padding:18px 0 0 15px;
	background:url(../images/down.png) 18px 0 no-repeat;
}
#SkiyoNote #rightLink a {
	text-decoration:none;
	color:#666666;
}
#SkiyoNote #rightLink a:hover {
	text-decoration:underline;
}
#SkiyoNote #rightLink #opposeNote {
	color:#999999;
}
/* SkiyoNote样式结束 */
