@charset "utf-8";

/*======================================

	clear fix

=======================================*/
.clearFix{
	overflow: hidden;
}

.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*\*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}

/*======================================

	default

=======================================*/
body {
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #494D4D;
	margin: 0px;
	padding: 0px;
	background-color: #fdf2ee;
	background-image:url(img/bg_img.jpg);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
div, p, dl, dt, dd, dl, dt, dd {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a img {
	border: none;
}
a {
	color: #721F2C;
	text-decoration: none;
}
a:hover {
	color: #D56577;
	text-decoration: underline;
}

/*======================================

	style

=======================================*/
#header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 37px;
	margin-top: 30px;
}
#header img {
	float: left;
}
#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#l_navi {
	float: left;
	width: 258px;
	margin-right: 22px;
	background-image: url(img/l_navi_bg.jpg);
	background-repeat: repeat-y;
}
#center {
	float: left;
	width: 458px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D56577;
	margin-top: 4px;
	text-align: center;
}
#r_box {
	float: left;
	width: 260px;
}
#menu {
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -24px;
}
#menu li {
	background-image: url(img/l_navi_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 2em;
	background-position: 0px 5px;
}
#menu h2 {
	margin-bottom: 10px;
}
#menu ul {
	margin-bottom: 35px;
}
.entry {
	width: 408px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.date {
	font-size: 16px;
	color: #D56577;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D56577;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #D56577;
	margin-bottom: 15px;
}
.text {
}
.text p {
	margin-bottom: 15px;
}
.box {
	background-image: url(img/r_box_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-bottom: 10px;
}
.box h4 {
	text-align: center;
	margin-bottom: 20px;
}
.box ul {
	width: 178px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.box li {
	background-image: url(img/r_box_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
#mail {
	width: 178px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#mail img {
	margin-right: 10px;
}
#footer {
	margin: 30px;
	text-align: center;
	color: #737271;
}

/* ph=1 */
/* nhm:from_kauri */
