@charset "UTF-8";
/*----------------------------------------
	created: 2010-06-14
	last up date: 2010-07-12
	author: mizuiro
----------------------------------------*/


/*----------------------------------------
	base
----------------------------------------*/
body {
	background-color: #f8f9e2;
	font-family: XANO-mincho-U32, "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "平成明朝", serif;
	font-size: 11px;
	line-height: 22px;
	color: #78726b;
	margin: 0;
	padding: 0;
	background-repeat : no-repeat;
	background-position:100% 0%;
	letter-spacing: 0.1em;
}

/*Firefoxのスクロールバー有無のセンタリング位置ズレ解消*/
html {  
    overflow-y: scroll;
	overflow-x: hidden;
}



/*マウスオーバー*/
a {
	color: #543f39;
	text-decoration: none;
}
a:hover {
	color: #543f39;
	text-decoration: underline;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}




/*----------------------------------------
	layout
----------------------------------------*/
#wrap {
	width: 850px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 30px;
	padding-top: 55px;
}
#title {
	text-align: right;
	height: 50px;
}
#navi {
	width: 145px;
	float: left;
	margin: 0px;
	background-image: url(../img/navi/navi_bg.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi li {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 145px;
	font-size: 0px;
}
#navi .na {
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 15px;
	width: 145px;
}
#main {
	width: 555px;
	float: left;
	padding-top: 65px;
	padding-left: 150px;
}
#footer {
	height: 20px;
	background-image: url(../img/base/tensen.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 9px;
	text-align: right;
	clear:left;
	padding-top: 5px;
	padding-bottom: 40px;
}
.list1 {
	margin: 0px;
	background-image: url(../img/base/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}
.list1 a {
	font-size: 12px;
	padding-left: 12px;
}
.list2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.list3 {
	margin: 0px;
	background-image: url(../img/base/sankaku2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 12px;
}

.sen {
	padding-top: 20px;
	padding-bottom: 30px;
}
