/*全体指定*/
body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
	color: #444444;
	text-align: center;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/*テキスト*/
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #444444;
}
a:hover {
	color: #66CCFF;
}
a:visited {
	color: #444444;
}
a img {
	border: 0;
}

/*ヘッダ*/
#header {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 77px;
}

/*メイン*/
#main {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/spsp.jpg);
	background-repeat: no-repeat;
	height: 346px;
}

/*トップページナビ*/
#navi {
	padding: 0px;
	width: 900px;
	text-align: center;
	margin-top: 196px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi h2 {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 150px;
}
#navi h2 em {
	visibility: hidden;
}
#navi h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#navi h2#tn1 {
	background-image: url(img/p_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn1 a:hover,
#navi h2#tn1 a:active {
	background-image: url(img/p_2008.jpg);
	background-position: 0px 150px;
}
#navi h2#tn2 {
	background-image: url(img/w_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn2 a:hover,
#navi h2#tn2 a:active {
	background-image: url(img/w_2008.jpg);
	background-position: 0px 150px;
}
#navi h2#tn3 {
	background-image: url(img/b_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn3 a:hover,
#navi h2#tn3 a:active {
	background-image: url(img/b_2008.jpg);
	background-position: 0px 150px;
}
#navi h2#tn4 {
	background-image: url(img/t_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn4 a:hover,
#navi h2#tn4 a:active {
	background-image: url(img/t_2008.jpg);
	background-position: 0px 150px;
}
#navi h2#tn5 {
	background-image: url(img/a_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn5 a:hover,
#navi h2#tn5 a:active {
	background-image: url(img/a_2008.jpg);
	background-position: 0px 150px;
}
#navi h2#tn6 {
	background-image: url(img/c_2008.jpg);
	background-repeat: no-repeat;
}
#navi h2#tn6 a:hover,
#navi h2#tn6 a:active {
	background-image: url(img/c_2008.jpg);
	background-position: 0px 150px;
}

/*新着情報*/
#message {
	background-image: url(img/message.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 900px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/*サブナビ*/
#sub_navi {
	padding: 0px;
	width: 900px;
	height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sub_navi p {
	font-size: 12px;
	padding: 0px;
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
#sub_navi a {
	text-decoration: none;
}
#sub_navi a:hover {
	color: #66CCFF;
}

/*フッタ*/
#footer {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*トップリンク*/
#top_link {	
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_link ul {
	padding: 0px;
	margin: 0px;
}
#top_link li {
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
#top_link a {
	text-decoration: none;
}
#top_link a:hover {
	color: #66CCFF;
}

