@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

form {
	display: inline;
}

#body_container {
	min-height:100%;
	margin-bottom: -61px;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
}

#body_contents	{
	height: auto;
}

#footer-space {
	height:61px;
}
.body	{
	width: 960px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.bar	{
	padding: 5px 10px;
	background-color: #0082A2;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	/* background-image: url(../image/menu_tab_bg.jpg); */
	background-repeat: repeat-x;
}

.sub_bar	{
	padding: 5px 10px;
	background-color: #7BBB29;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.error	{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
	border: solid 1px #C0C0C0;
}

.guide	{
	padding: 10px 20px;
	background-color: #FFFACD;
	border: solid 1px #C0C0C0;
}

.condition	{
	padding: 10px 20px;
	background-color: #EAEEFA;
	border: solid 1px #C0C0C0;
}

.label_alignment label	{
	display: block;
	float: left;
	width: 118px;
}

.btn_off input[type="button"] {
	visibility: hidden;
}


input.full	{
	ime-mode: active;
}

input.half	{
	ime-mode: inactive;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.form_tb	{
	border-collapse: collapse;
	border-spacing:0;
	table-layout: auto;
	border: solid 1px #C0C0C0;
	font-size: 12px;
}

.form_tb	th	{
	padding: 5px;
	background-color: #F5F5DC;
	border: solid 1px #C0C0C0;
	color: #333333;
}

.form_tb	td	{
	padding: 5px;
	border: solid 1px #C0C0C0;
	color: #333333;
	word-break: break-all;
}

.form_tb	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	リストマーク
------------------------------------------------------------------------------*/
.link_1	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_1	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_1	a:hover	{
	text-decoration: underline;
}

.link_2	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_2	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_2	a:hover	{
	text-decoration: underline;
}

.link_3	{
	padding: 0px 0px 0px 14px;
	background-image: url(../image/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_3	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_3	a:hover	{
	text-decoration: underline;
}

.link_4	{
	padding: 5px 0 5px 16px;
	background-image: url(../image/ar04.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_4	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_4	a:hover	{
	text-decoration: underline;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header	{
	width: 100%;
	padding: 3px 0px;
	border-bottom: 5px solid #99CCFF;
	color: white;
	background-color: #00A0C6;
		font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.header	a	{
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer	{
	width: 100%;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	font-size: 12px;
	text-align: center;
	height: 50px;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.menu_navi {
	height: 35px;
	background: url(../image/control/pro_line_0.gif) repeat-x;
	position: relative;
	width: 960px;
	z-index: 500;
	font-size: 12px;
}

.menu_navi .table {
	display: table;
	margin: 0 auto;
}

.menu_navi .select, .menu_navi .current	{
	margin:0;
	padding:0;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
}

.menu_navi li	{
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

.menu_navi .select a	{
	display: block;
	height: 35px;
	float: left;
	background: url(../image/control/pro_line_0.gif);
	padding: 0 30px 0 30px;
	text-decoration: none;
	line-height: 35px;
	white-space: nowrap;
	color: #ddd;
}

.menu_navi .current a {
	display: block;
	height: 35px;
	float: left;
	background: url(../image/control/pro_line_2.gif);
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 35px;
	white-space: nowrap;
	color: #fff;
}

.menu_navi .current a span {
	display: block;
	padding: 0 30px 0 15px;
	background: url(../image/control/pro_line_2.gif) right top;
}

.menu_navi .select a:hover,
.menu_navi .select li:hover a {
	background: url(../image/control/pro_line_1.gif);
	padding: 0 0 0 15px;
	cursor: pointer;
	color: #fff;
}

.menu_navi .select a:hover span,
.menu_navi .select li:hover a span {
	display:block;
	float:left;
	padding:0 30px 0 15px;
	background:url(../image/control/pro_line_1.gif) right top;
	cursor:pointer;
}

.menu_navi .select_sub {
	display:none;
}

.menu_navi .sub {
	display:table;
	margin:0 auto;
	padding:0;
	list-style:none;
}

.menu_navi .sub_active .current_sub a,
.menu_navi .sub_active a:hover {
	background:transparent;
	color:#f00;
}

.menu_navi .select :hover .select_sub,
.menu_navi .current .show {
	display:block;
	position:absolute;
	width:960px;
	top:35px;
	background:url(../image/control/back_0.gif);
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
}

.menu_navi .current .show {
	z-index:10;
}

.menu_navi .select :hover .sub li a,
.menu_navi .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 10px 0 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#444;
}

.menu_navi .current .sub li.sub_show a {
	color:#088;
	cursor:default;
	background:url(../image/control/back_1.gif);
}

.menu_navi .select :hover .sub li a:hover,
.menu_navi .current .sub li a:hover {
	visibility:visible;
	color:#088;
	background:url(../image/control/back_1.gif);
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login	{
	position: relative;
	top: 50%;
	margin-top: -150px;
}

.login_bg	{
	width: 500px;
	margin: 0px auto;
	padding: 50px 20px;
	background-color: #00A0C6;
}
/*------------------------------------------------------------------------------
	jquery sortable
------------------------------------------------------------------------------*/
ul.jquery-ui-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	width: 298px;
	float: left;
	min-height: 52px;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
}

ul.jquery-ui-sortable li {
	height: 40px;
	line-height: 40px;
	margin: 5px 0px;
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	border: solid 1px #CCCCCC;
}
/*------------------------------------------------------------------------------
	map
------------------------------------------------------------------------------*/
.total_kw	{
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	text-align: right;
	font-weight: bold;
	border: solid 1px #CCC;
	padding: 3px;
}

.map_conditions td	{
	vertical-align: top;
	padding: 3px 0;
}

.map_conditions label {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-right: 5px;
}

.figure_list	{
	list-style-type: none;
	margin: 40px 0 0;
}

.figure_list li	{
	margin-bottom: 10px;
}

.figure_list li img	{
	margin-right: 10px;
	vertical-align: middle;
}
/*------------------------------------------------------------------------------
	googleMap
------------------------------------------------------------------------------*/
.map_info	{
	color: #333;
	line-height: 1;
	letter-spacing: 0.1em;
}

.map_info_name	{
	padding: 2px 0 1px 5px;
	font-weight: bold;
	font-size: 14px;
}

.map_info_url	{
	letter-spacing: 0.1em;
	padding: 0 0 1px 5px;
}

.map_info_url a:hover	{
	text-decoration: underline;
}

.map_info_tb_area	{
	width: 178px;
	float: left;
	margin-top: 3px;
}

.map_info_tb	{
	table-layout: auto;
	background-color: #FFFFFF;
	width: 178px;
}

.map_info_tb	td {
	color: #333;
	vertical-align: top;
	background-image: url(../image/map/txt.png);
	background-repeat: no-repeat;
}

.map_info_td1	{
	width: 110px;
	padding: 2px 0 5px 68px;
	background-position: 0 0;
}

.map_info_td2	{
	width: 110px;
	height: 26px;
	padding: 2px 0 5px 68px;
	background-position: 0 -100px;
}

.map_info_td3	{
	padding: 2px 0 5px 68px;
	background-position: 0 -200px;
}

.map_info_img_area	{
	width: 90px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.map_info_pr	{
	padding: 2px 0 5px 5px;
}

.map_info_date	{
	background-position: 0 -400px;
	padding: 2px 0 5px 68px;
}
/*------------------------------------------------------------------------------
	upload
------------------------------------------------------------------------------*/
.upload_dialog	{
	width: 300px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #C0C0C0;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.upload_image	{
	width: 240px;
	height: 240px;
	margin-bottom: 5px;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}

.upload_image_200	{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}

