@charset "utf-8";

/*レイアウト*/
#header {
	font-size: ;
	background-position: top;
	background-image: url(images/header_back.gif);
	height: 50px;
	clear: none;
	vertical-align: top;
	text-align: center;
	font-size: 32px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	position: relative;
}
#content {
	width: 800px;
	text-align: left;
	top: auto;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
#main {
	margin-left: 192px;
	margin-right: 2px;
	height: 100%;
}
#side {
	width: 190px;
	position: absolute;
	left: 1px;
	background-image: url(images/back3.jpg);
	top: 0px;
	background-repeat: repeat-x;
}
#menu #link_root a {
	color: #666;
	font-size: 12px;
}
#menu #jheader_ump {
	color: #C00;
}

#link_root {
	color: #666;
	height: 15px;
	width: 800px;
	margin: auto;
	padding-top: 5px;
	text-align: left;
}
#link cate01-1 {
	text-decoration: underline;
}
#center {
	background-color: #FF00FF;
	width: 800px;
	margin: auto;
	padding-top: 5px;
	height: 50px;
}

