@charset "utf-8";

/******************************* コンテンツ全体 *******************************/
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
/*********************************** パンクズ部 *********************************/
#topicpass {
	width: 750px;
}

#header_top {
	clear: both;
	width: 100%;
	height: 10px;
	background:url("../img/header_bottom.jpg") no-repeat;
}

#header_bottom {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background:url("../img/header_pankuzu.jpg") no-repeat;
}

a.pankuzu { /* リンクの文字 */
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}

a.pankuzu:link { /* 未訪問リンク */
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}

a.pankuzu:visited { /* 訪問後リンク */
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}

a.pankuzu:hover { /* マウスをのせた時 */
	color: #FFFFFF;
	font-size:12px;
	text-decoration: underline;
}

