* {
	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;
	line-height: 1.5;
}

a {
	color: #2851a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #2851a4;
}


/* ヘッダ */

#page_head {
	font-size: 12px;
	color: #999;
	padding: 4px;
}

#header {
	width: 980px;
	height: 110px;
	text-align: left;
	margin: 0 auto;
}

/* wrapper: footerを下寄せするための枠 */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	text-align: center;
}

#nav {
	clear: both;
	width: 100%;
	text-align: center;
	background: url(portal/bar.png) repeat-x top left #fff;
	text-align: center;
	margin-top: 8px;
}

#nav .nav_tp {
	color: #333;
	display:block;
	width: 980px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

/* ブロック用コンテナ */

#container {
	position: relative;
	z-index: 0;
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	text-align: left;
	padding-bottom: 50px;
}

/* space_wrapper: 中央&左ブロックの枠 */
#space_wrapper {
	width: 980px;
	float: left;
}

/* space_1: 中央ブロック */
#space_1 {
	width: 770px;
	float:right;
}

#space_1 .box {
	text-align: center;
}

#space_1 .box_menu {
	background: #fff url(portal/box_bg_long.png) no-repeat;
	height: 34px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#space_1 .box_menu span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 33px;
	padding-left: 14px;
}

#space_1 .box_main {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

/* space_2: 左ブロック */

#space_2 {
	width: 210px;
	float:left;
}

#space_2 .box {
	;
}

#space_2 .box_menu {
	background: #fff url(portal/box_bg_g.png) no-repeat;
	height: 34px;
	width: 195px;
	margin: 0 auto;
	text-align: left;
}

#space_2 .box_menu span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #1d49be;
	line-height: 33px;
	padding-left: 14px;
}

#space_1 .box_edit, #space_3 .box_edit {
	margin: 0 auto;
	width: 360px;
	text-align: right;
}

#space_2 .box_edit {
	margin: 0 auto;
	width: 190px;
	text-align: right;
}

#space_2 .box_main{
	margin: 0 auto;
	width: 185px;
	text-align: left;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	background: url(portal/bar.png) repeat-x top left #fff;
}

#footer .footer_content {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-size: 12px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#333;
}
