@charset "utf-8";
/* CSS Document */

@import url( reset.css);/*YUI2.1.3*/
@import url( fonts.css);/*YUI2.1.3*/
@import url( header.css);
@import url( editor.css);
@import url( main.css);
@import url( sub.css);
@import url( footer.css);


body {
	color: #c9d1d7;
	text-align: center;
	background-color: #C2CCD1;
}

#site-bg {
	width: 100%;
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 0.93em;
	background-image: url(images/site_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #f7f8f9;
}

#site-main {
	width: 778px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	background-image: url(images/site-main_bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-color: #52636F;
}
#site-main_footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/site-main_bg_footer.gif);
	padding-right: 5px;
	padding-left: 5px;
}

#container {
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
}

#bread {
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bread div {
	margin-left: 20px;
	margin-right: 20px;
}
#bread a {
	text-decoration: none;
	font-size: 0.8em;
}



/*コンテンツカテゴリ*/
a {
	color: #b4cfda;
	font-size: 1em;

}
a:hover {
	text-decoration: none;
}
.pagetop {
	text-align: right;
	clear: both;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 10px;
	display: block;
	width: 100%;
}
.pagetop  a {
	margin-right: 15px;
	border-style: none;
	text-decoration: none;
	font-size: 0.82em;
	display: block;
	color: #BCC6CD;
}

