@charset "shift_jis";

/*--------------------------------------------------------------
　■初期設定
--------------------------------------------------------------*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
button,
address,
noscript {
	margin:0;
	padding:0;
}

ul,ol,li {
	list-style:none;
}

img {
	margin:0;
	padding:0;
	border:0;
}

.clear {
	height:0;
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	visibility:hidden;
}

body {
	margin:0;
	padding:0;
	color:#333333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅";
	line-height:1em;
	text-align:left;
	/*letter-spacing: 1px;*/
	font-size: 12px;
}

a,
a:link,
a:visited {
	color:#6e9c13;
	text-decoration:none;
}

a:hover,
a:active {
	color:#6e9c13;
	text-decoration:underline;
}

/*中身の設定*/

#main-bg {
	width:100%;
	margin-top:0;
	padding-top:0;
	text-align:center;
}

#main {
	width:950px;
	margin:0 auto;
	padding:0;
}

#header {
	width:950px;
	padding:0;
	margin:0 auto;
	height:143px;
	background:url(../images/header-bg.jpg) left top no-repeat;
}

h1 {
	padding:55px 0 0 30px;
	text-align:left;
}

h2 {
	width:950px;
	margin:10px 0 20px 0;
	padding:20px 0 20px 0px;
	background:url(../images/maiin-text.jpg) left top no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#01253d;
	text-align:center;
}

.back-home {
	width:950px;
	margin:0 auto;
	padding:20px 0;
	text-align:right;
}

#footer {
	margin:0 auto;
	padding:20px 0 5px 0;
	background:url(../images/footer.jpg) center top no-repeat;
}


/*サイトリスト*/

div.kilamek_list {
	height: 500px;
	overflow-y:scroll;
}

p.title {
	padding:20px 0;
	font-size:18px;
	font-weight:bold;
	color:#01253d;
	background:url(../images/list/title.jpg) left 0px no-repeat;
	margin: 26px 0 14px;
}


.kilamek_list > ul {
	margin:0px 5px 5px 5px;
}

li {
	float:left;
	width:158px;
	padding:7px 12px 0 10px;
	height:15px;
	font-size:12px;
	background:url(../list/images/images/list.jpg) left 12px no-repeat;
}

li.list-none {
	margin:0;
}

li.small {
	letter-spacing:-1px;
}



ul a,
ul a:link,
ul a:visited {
	color:#00243d;
	text-decoration:none;
}

ul a:hover,
ul a:active {
	color:#00243d;
	text-decoration:underline;
}



dl {
	width:233px;
	float:left;
	border:none;
	padding-bottom:16px
}

dl.none {
	margin:0;
	padding:0;
}

dt {
	width:220px;
	padding:4px;
	border:#CCCCCC 1px solid;
}

dd.site {
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#6e9c13;
	margin: 10px 0 0 0;
}