* {
	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;
}

/******* インプット系 *******/
.input_wrap {
	text-align: center;
}
.input {
	width: 98%;
	text-align: left;
	margin: 2px auto;
	border: solid 1px #efefef;
}
.input_title {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #efefef;
	padding: 3px;
}
.input_body {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #ffffff;
	padding: 3px;
}
.input_form {
	margin: 0;
}
.input_text, .input_file, .input_num, .input_datetime {
	border: solid 1px #cccccc;
	padding: 2px;
}
.input_num {
	ime-mode: inactive;
	text-align: right;
}
.input_datetime {
	ime-mode: inactive;
	text-align: right;
}
.input_button {
	border: solid 1px #cccccc;
	background-color: #dbf1f6;
	padding: 2px 3px;
	margin: 3px;
	font-size: 12px;
}
.delbtn {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	color: #ff6666;
	padding: 1px 3px;
	margin: 1px;
	font-size: 12px;
}

.input_submit {
	border: solid 1px #cccccc;
	background-color: #dbf6e7;
	padding: 4px 20px;
	margin: 3px;
	font-weight: bold;
	font-size: 14px;
}
.input_cancel {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 4px 10px;;
	margin: 3px;
	font-weight: bold;
	font-size: 14px;
}
.input_head {
	padding: 4px 8px;;
}
.input_wrap select {
	border: solid 1px #cccccc;
}
.input_submit_wrap {
	background-color: #f0f0f0;
	text-align: center;
	width: 100%;
}
.input_error {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #e44141;
	color: #ffffff;
	padding: 2px;
}


/******* EDIT MENU *******/
.edit_menu_title {
	display: block;
	background-image: url(/skin/default/image/arw.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	padding-left: 18px;
	padding-top: 4px;
	border-top: dashed 1px #dfdfdf;
}
.edit_menu_title:hover {
	background-color: #eaffe8;
}
.edit_menu_title span {
	display: block;
	padding: 1px 2px 1px 3px;
	font-weight: bold;
}
.edit_menu_sub {
	display: block;
	background-image: url(/skin/default/image/arw.png);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	padding-left: 28px;
	padding-top: 4px;
	border-top: dashed 1px #dfdfdf;
}
.edit_menu_sub:hover {
	background-color: #eaffe8;
}
.edit_menu_sub span {
	display: block;
	padding: 1px 2px 1px 4px;
}

.edit_button {
	padding: 2px;
	display: block;
	border: solid 1px #cccccc;
	background-color: #dbf6e7;
	text-align: center;
}
.edit_delbtn {
	padding: 2px;
	display: block;
	border: solid 1px #cccccc;
	background-color: #ffefef;
	text-align: center;
}

.edit_table_wrap {
	width: 100%;
	text-align: center;
}
.edit_table {
	width: 100%;
	text-align: left;
	border: 1px #e0e0e0 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.edit_table th {
	padding: 5px;
	border: #e0e0e0 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	font-size: 0.9em;
}
.edit_table tr.tr_2ndline {
	background-color: #f9fcff;
}
.edit_table td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	font-size: 0.8em;
}
.edit_table td.td_nowrap {
	white-space: nowrap;
}
/******* MAP *******/
.map_layer_cbox {
	width: 100%;
	background-color: #efefef;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}
/******* RSS *******/
#rss_add_input {
	cursor: pointer;
	padding: 2px 2px 2px 22px;
	background-image: url(/image/fr.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 0.8em;
	color: #6c9cc5;
}