/* e-community platform default theme */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

body {
	color: #333;
	text-align: center;
	font-size: 13px;
	background: url(simple_green_2c/kabe_green.gif) repeat;
	
}

a {
	color: #00a90b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #00a90b;
}


/* ヘッダ */
#header {
	height: 150px;
	background:url(simple_green_2c/title_green.jpg) no-repeat center top;
	text-align:left;
	width:860px;
	margin: 0 auto;
}

#header h1 {
	font-size: 22px;
	*font-size: 167%;
	color: #fff;
	font-weight: bold;
	width:300px;
	padding-top:30px;
	padding-left:55px;
	text-align:left;
	line-height:1;
	
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:visited {
	color: #fff;
}

#header h2 {
	font-size: 13px;
	*font-size: 100%;
	color: #fff;
	width:300px;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
	padding-left:55px;
	line-height:1.4;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;	
	background:#fff;
	padding-bottom: 30px;	
}


/* ぱんくずリスト */

#nav {
	color: #333;
	display:block;
	width:96%;
	margn-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 8px;
	margin-left: auto;
}

#nav .nav_tp {
	text-align:right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	color: #fff;
}

#nav li {
	width: 96%;
	height: 15px;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.9em;
}

/* ブロック用コンテナ */

#container {
	position: relative;
	clear: both;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* space_1: 中央ブロック */
#space_1 {
	width: 590px;
	float:right;
	text-align: center;
	margin-top:10px;
}
#space_1 .box {
	margin-left: auto;
	margin-right: 15px;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}

#space_1 .box_menu {
	padding-left: 10px;
	line-height: 25px;
	background:#fff url(simple_green_2c/menu_green.jpg) repeat-x;
}

#space_1 .box_menu span {
	display: block;
	color: #fff;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
}

#space_1 .box_main {
	margin: 0;
	padding: 5px;
}

/* space_2: 左ブロック */
#space_2 {
	width: 270px;
	margin-top:10px;
	float:left;
	text-align: center;
}

#space_2 .box {
	margin-right: auto;
	text-align: left;
	width: 228px;
	margin-bottom: 15px;
	background-color: #fff;
	margin-left: 15px;
}

#space_2 .box_menu {
	padding-left: 10px;
	line-height: 25px;
	background:#fff url(simple_green_2c/menu_green.jpg) repeat-x;
}

#space_2 .box_menu span {
	display: block;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color: #fff;
}

#space_2 .box_main {
	margin: 0;
	padding: 5px;
}

/* フッタ */

#container_foot {
	clear: both;	
}

#footer_push {
	position: relative;
	z-index: -999;
	height: 10px;
}

#footer {
	clear: both;
	position: relative;
	padding: 0;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;

	height: 30px;
	width: 860px;
	text-align: center;
	background:#b2ebb2;
}

#footer .footer_content {
	color: #333;
	font-size: 10px;
	*font-size: 84%;
	line-height:28px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#333;
}

