#contents{
	/*min-width:900px;*/
	clear:both;
	font-family: '�l�r �o�S�V�b�N', sans-serif;
	font-size: 13px;
}

#mainMenu{
	/*min-width:900px;*/
	clear:both;
	cursor:pointer;
	font-size: 14px;
	line-height: 36px;
	height:33px;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
	border: solid 1px;
	border-color: #2978B0 #266FA5 #1C557D;
	border-radius: 3px;
	/*background: -webkit-gradient( linear, left top, left bottom, from(#50A9E7), to(#307CB3) );*/
	background: #3f91cb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50A9E7', endColorstr='#307CB3'); /* for IE */
	background: -moz-linear-gradient(top,  #50A9E7,  #307CB3); /* for firefox 3.6+ */
	box-shadow: inset 0 1px
	 0 rgba(255,255,255,.2), 0 1px 1px rgba(0,0,0,.08);
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

#search_cond{
	/*min-width:900px;*/
	clear:both;
    padding: 0px;
	background: #fff8dc;
	font-size: 12px;
	margin-bottom:10px;
}

#tail{
	clear:both;
    padding: 3px;
	background: #1C557D;
	height:20px;
	line-height:20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#group_select{
	padding-top:10px;
	margin-left:10px;

}

#insert_ajax_div, #insert_image_div {
	position:absolute;
	left:100px;
	top:100px;
	padding:10px;
	background-color:#eaeaea;
	z-index:15;
	text-align:center;
	display:none;
	border:solid 1px #b8b8b8;
}

#dialog_div{
	position:absolute;
	left:100px;
	top:100px;
	padding:10px;
	background-color:#eaeaea;
	z-index:15;
	text-align:center;
	display:none;
	border:solid 1px #b8b8b8;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:10;
  display:none;
}

#insert_title{
	clear:both;
	width:350px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

#insert_buttons{
	clear:both;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#logoImage{
	width:120px;
	height:40px;
	/*background-color:#ffaba3;*/
	margin-bottom:3px;
	float:left;
}

#location{
	/*min-width:600px;*/
	float:left;
	line-height:40px;
	margin-left:10px;
	font-size: 16px;
	font-weight:bold;
	color:#191970;
}

#username{
	float:right;
	line-height:40px;
	margin-right:10px;
	font-size: 13px;
	font-weight:bold;
	color:#006400;
}

#logout{
	float:right;
	line-height:40px;
}


#tail a:link, #tail a:visited, #tail a:hover, #tail a:active {
    color: #ffffff;
    font-weight: bold;
}
/*
input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
*/