@charset "utf-8";

#main,
#wrapper {
	width:950px;
}

#site-title a {
	display:block;
	width:940px; /* 画像の幅 */
	text-indent:-9999px; /* textを飛ばす */
	outline:none; /* クリック時の枠線を消す */
	background-image:url(img/top_tit.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%; /* point 位置調整 */
	border-bottom:none;
	height:100px; /* 画像の高さに合わせて調整 */
}

#main_img {
	margin:0 auto;
	width:960px;
}

#container {
	float:left;
	margin:15px 0 0 0;
	width:705px;
	background:none;
}

#main {
	background:none;
	margin-bottom:40px;
}

#content {
	margin:0;
	width:705px;
}

.kodawari {
	margin:5px 0 0 5px;
}
.kodawari_bg {
	background-image:url(img/top_img/kokoroe.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	overflow:hidden;
	height:320px;
}
.kodawari_txt {
	padding:70px 20px 0 0;
	font-size:90%;
}
.kodawari_txt ul {
	margin-left:0;
	list-style-image:url(img/icon_list_top.gif);
	list-style-type:none;
	line-height:1.5;
}


.demae {
	border:1px solid #000;
	background:#000;
	color:#fff;
	padding:20px;
	margin:20px 0 0 5px;
}
.demae p {
	color:#fff;
}

.demae_naka { 
	background:#fff;
	color:#333;
	border:1px solid #000;
	padding:20px;
}

#sidebar {
	float:right;
	margin:15px 0 0 0;
	overflow:hidden;
	width:230px;
	padding-bottom:10px;
}
#sidebar ul {
	list-style-type:none;
	list-style-image:none;
	padding:0;
}
#sidebar li {
	line-height:0;
	margin-bottom:0;
}
.oshinagaki {
	background-color:#fff;
	background-image:url(img/top_img/oshinagaki_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}
#sidebar .oshinagaki ul {
	margin:5px 15px 25px 15px;
	padding:0;
}

.enkai {
	margin:15px 0 0 5px;
}

.info {
	margin-left:5px;
	margin-right:5px;
	border:1px solid #fff;
	padding:0 15px 15px 15px;
	background-color:#fff;
}