// css for mScape



/*===========================*
	ËÜÊ¸
 *===========================*/
body {
	background-color: white;
	margin: 0em 0em 0em 0em;
	color: black;
}


/*===========================*
	¥¢¥ó¥«¡¼
 *===========================*/
a:link 		{text-decoration: none; font-weight:normal;}
a:visited 	{text-decoration: none; font-weight:normal;}
a:hover 	{text-decoration: underline; color:red;}
a:active	{ text-decoration: none; }




div.item {
	border: 1px solid #8cacbb;
	margin: 8px;
	padding: 2px;
}


div.item td.image_box {
	text-align:center;
	border: 1px solid black;
	text-align: center;
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


div.item td.body_box {
	padding: 4px;
	border: 1px solid #8cacbb;
}


div.item_caption{
	font-size:1.3em;
	background-color: #dee7ec;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 2px 2px 2px 2px;
}


td.minicomment_caption {
	background-color:#DDFFDD;
	color:darkgreen;
}



div.item_description {
	line-height:1.3;
}

div.item_commentbox {
	background-color: whitesmoke;
}

div.item_commentbox ul li {
	line-height:120%;
	color: darkgreen;
}



/* Mode Changer */
#mode_changer {
/*	position: fixed; */
	color: dimgray;
	background-color: gainsboro;
	font-size:0.8em;
/*	top: 4px; */
/*	right: 4px; */
	margin: 0px;
	padding: 4px;
	text-align:right;
	border: 1px solid dimgray;
	opacity: 0.6;
}


.mode_selected {
	font-weight:bold;

}


/* App Info */
#about_box {
	margin: 16px 20% 16px 20%;
	padding: 4px 8px 8px 8px;
	border: 1px gold solid;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: dimgray;
	background: whitesmoke;
	text-align: center;
}

div#about_box p.caption {
	font-size:1.2em;
}

div#about_box p.description {
	font-size:0.9em;
}

#about_site_info {
	margin: 16px 20% 16px 20%;
	padding: 4px 8px 8px 8px;
	border: 1px orange solid;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: dimgray;
	background: whitesmoke;
	text-align: center;
}



div.admin_menu {
	color: dimgray;
	border: 1px orange solid;
	text-align:center;
	opacity: 0.8;
	margin: 4px;
}


div#address_list {
	color: dimgray;
}

table.address_table {
	margin: 2px auto 2px auto;
	border: 1px gray solid;
	color: dimgray;
}

tr.line {
	margin: 2px;
	background-color: whitesmoke;
}

td.address_cell {
	padding: 4px;
	border: 1px gray solid;
}

td.handle_cell {
	padding: 4px;
	border: 1px gray solid;
}

td.command_cell {
	margin: 2px;
	border: 1px gray solid;
	color: dimgray;
}


table#edit_address{
	margin: 2px;
	border: 1px gray solid;
	color: dimgray;
}

table#edit_address tr{
	padding: 4px;
}

table#edit_address td{
	padding: 4px;
}

td.caption1 {
	background-color: #d0d0f0;
}

td.caption2 {
	background-color: #ede0f0;
}



div.article_box_admin {
	margin: 2px;
	border: 1px gray solid;
	color: dimgray;
}

div.article_box_admin table {
	color: dimgray;
	text-align:center;
}


div.command_box_admin {
	margin: 2px;
	padding: 4px;
	border: 1px orange solid;
	color: dimgray;
	background-color:lavendar;
}



#site_footer {
	color: dimgray;
	margin:8px;
	text-align:right;
	background-color: #FFFFFF;
	padding: 5px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica;

}





table.form_tbl {
	border: 1px Cornflowerblue solid;
	margin-left:auto;
	margin-right:auto;
}

table.form_tbl hr {
	border: 1px Cornflowerblue solid;
	height:1px;
}

td.userconfig_caption {
	color: white;
	background-color: Cornflowerblue;
	font-family:MS UI Gothic, Osaka;
	font-weight:bold;
	text-align: center;
}

td.cap_cell {
	color: #202020;
	background-color: Lavender;
	font-family:MS UI Gothic, Osaka;
}

td.inp_cell {
	color: #202020;
	font-family:MS UI Gothic, Osaka;
}

span.form_desc {
	color: dimgray;
	font-size:0.8em;
}



div.description {
	border: 1px Palevioletred solid;
	margin: 8px 24px 8px 24px;
	padding: 4px;
	font-family:MS UI Gothic, Osaka;
	color: dimgray;
	background-color:Lavenderblush;
}




/* pageheader */
.header_menu {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	line-height: 130%;
	font-family: Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", Osaka¡¾ÅùÉý;
	padding: 0px 0px 0px 0px;
}


