/* Plain 2 columns */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 860px;
	height: 300px;
	background-color: #efefef;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}
#header_wrap {
	position: relative;
}
#header_bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
#header_content {
	margin: 0px;
	padding: 0px;
	position: absolute;
	opacity: 1.0;
}

#wrapper {
	width: 860px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background-color: #fcfcfc;
}

#nav {
	padding: 3px 10px;
	text-align: left;
}

#container {
	clear: both;
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
}
#container_foot {
	clear: both;
}

#space_1 {
	float: right;
	text-align: center;
}
#space_1 .box {
	margin-left: auto;
	margin-right: 15px;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
	background-color: #fff;
	border: solid 1px #333;
}

#space_1 .box_menu {
	padding-left: 10px;
	line-height: 25px;
	background: #ccc;;
}

#space_1 .box_menu span {
	display: block;
}

#space_1 .box_main {
	margin: 0;
	padding: 8px 8px;
}

/* space_2: 左ブロック */
#space_2 {
	float: left;
	text-align: center;
}

#space_2 .box {
	margin-right: auto;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #fff;
	border: solid 1px #333;
}

#space_2 .box_menu {
	padding-left: 10px;
	line-height: 25px;
	background: #ccc;;
}

#space_2 .box_menu span {
	display: block;
}

#space_2 .box_main {
	margin: 0;
	padding: 8px 8px;
}

#footer {
	clear: both;
	width: 860px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	background-color: #dfdfdf;
}

#footer .footer_content {
	line-height: 45px;
}
