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

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

body {
	color: #666666;
	text-align: center;
	background-color: #f5f3e7;
}
.site-center {
	width: 808px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.contbg{
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	clear: both;
	margin-right: 14px;
	margin-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.32em;
	letter-spacing: 0.06em;
	font-size: 0.93em;
}





/*コンテンツカテゴリ*/
a {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #365900;
}
br.clear{
	font-size: 0.2em;
	line-height: 0.2em;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p  {
	margin-bottom: 0.93em;
}
em {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
strong {
	font-weight: bold;
}

blockquote        {
	display: block;
	margin: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: -40px;
	background-repeat: repeat-y;
}
address {
	display: inline;
}
