@charset "EUC-JP";
#container {
	background-image: url(../images/index/bg_red_01.gif);
	background-repeat: repeat;
	width: 100%;
	clear: both;
}

#header_out {
	margin-top:20px;
	margin-bottom:4px;
	width:100%;
	background-image:url(../images/global_menu/bg_header.gif);
	background-repeat:repeat-x;
	}

#main_images{
	width:740px;
	margin-bottom:18px;
	}
#left {
	width: 501px;
	padding-right: 17px;
	padding-left: 8px;
	float: left;
	;
}
#right {
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#buttons{
	margin-top:5px;
	background-color: #3d3533;
	padding: 7px;
	width: 728px;
	border-top:solid 5px #bebbba;
	}

#buttons li {
	float: left;
	margin:0px;
	margin-right: 4px;
	list-style-type: none;
}
#contents {
	background-color: #FFFFFF;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}

#contents_out {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index/bg_contents.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 60px;
}



/* インフォメーション */

#information dd {
	list-style-type: none;
}
#information dt {
	float: left;
	margin-right: 10px;
}
#information dl {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#blog .blog_date {
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 3px;
	font-size: 1em;
	padding-left: 10px;
}
#blog .blog_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
}
#blog .blog_outline {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#blog .blog_continue {
	color: #b65548;
	text-align: right;
}
#blog .blog_entry {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.blog_continue a:link, .blog_continue a:visited {
	color: #A2121E;
	text-decoration: none;
}
.blog_continue a:hover {
	text-decoration: underline;
}
