@charset "utf-8";
#top_img {
	background-image: url(../img/index/img_back.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#img_list {
	float: left;
}
#img_list li {
	list-style-type: none;
	display: block;
}
#btn_list {
	background-color: #b3b3b3;
	height: 250px;
	width: 235px;
	margin-left: 695px;
	padding: 15px;
}
#btn_list li {
	padding-bottom: 5px;
	list-style-type: none;
}
.main {
	float: left;
}

#category {
	float: left;
	width: 240px;
}
#category h3 {
	margin-bottom: 10px;
}

#category ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#category  ul a {
	color: #333333;
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
}
#category li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4d4d;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

#category .end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
#category .end a {
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 12px;
}

#center {
	float: left;
	width: 440px;
	margin-left: 20px;
}
.news {
	margin-bottom: 20px;
	background-image: url(../img/index/back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
.news dl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.news dt {
	float: left;
	margin-left: 5px;
}
.news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4d4d;
	padding-bottom: 5px;
	padding-left: 110px;
	margin-bottom: 5px;
}
.news #new {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	overflow: hidden;
	padding: 10px;
}
.news #new h4 {
	margin-bottom: 10px;
}
.news  #new  h4 a {
	text-decoration: none;
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}


.news #new .img {
	float: left;
	margin-left: 10px;
}
.news #new .comment {
	margin-left: 180px;
	width: 240px;
	height: auto;
}
.news #new hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4d4d4d;
	clear: left;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#r_side {
	width: 240px;
	margin-left: 720px;
}
.news  .kako {
	text-align: right;
	display: block;
}
