@charset "utf-8";

/*=====   index.html   =====*/
#maincontents .nl ul {
	padding-top: 9px;
	padding-bottom: 20px;
	list-style: none;
}

#maincontents .nl li {
	display: inline;
	padding-left: 7px;
}

#content_hd {
	width: 637px;
}

.top_01 {
	float: left;
}

#content {
	float: left;
	width: 420px;
	height:auto;
}
.bn {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* --- 新着情報エリア --- */
div.update {
	width: 400px; /* 新着情報エリアの幅 */
	font-size: 100%;
	margin-left: 10px;
}
/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 250px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: #f9f9f9; /* 新着リストの背景色 */
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-bottom: 1px #c0c0c0 dotted; /* 新着リストの下境界線 */
}
/* --- 日付エリア --- */
div.update dt {
	width: 6.5em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}
/* --- 本文エリア --- */
div.update dd {
margin: 0;
text-align:left;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

#aside {
float:right;
width: 217px;
}
.bn_s {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.bn_sb {
	margin-left: 5px;
}


/*=====   works.html   =====*/
.works h2 {
	margin-left: 40px;
}
.works p {
	margin-left: 50px;
}
.works h3 {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.dec td {
	background-image: url(../images/shadow_1.gif);
	height: 109px;
	width: 139px;
}
.dec img {
	border: 1px solid #999999;
	padding: 4px;
}

/*=====   shop.html   =====*/
.shop h3 {
	text-align: left;
	margin: 20px;
	clear: both;
}
.shop .moji {
	text-align: left;
	color: #88704e;
	margin-right: 20px;
	margin-left: 20px;
}
.moji .style1 {
	color: #c1704e;
	font-size: 1.2em;
	font-weight: bold;
}
.shop .photo-odd {
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.shop .photo-even {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.shop .s_bt {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}

