*
{
	font-family:"ＭＳ ゴシック";
	font-family:"メイリオ","ＭＳ ゴシック";
	font-size:16px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
body
{
	background : #EFEFEF;
}

h1
{
	text-align: center;
	font-size: 20px;
	margin: 0 0 5px 0;
}

h2
{
	margin: 0 0 10px 0;
	text-align: center;
}
div.main_menu_box
{
	width : 100%;
	height : 36px;
	color : #FFFFFF;
	background:#000000;
}
p.main_menu_rogo
{
	width : 100px;
	height : 36px;
	float : left;
	background : url(./denta_tab_img/main_logo.svg) no-repeat;
}
p.main_menu_disp_title
{
	font-size : 12px;
	color : #000000;
	font-weight : 800;
	text-align : center;
	line-height : 36px;
	background : #E1E1E1;
	background-image:-moz-linear-gradient(top, #F5F5F5, #E1E1E1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E1E1E1), color-stop(1,#E1E1E1));
	width : 130px;
	height : 36px;
	float : left;
}
div#main
{
	width : 305px;
	height : 330px;
	background: #FFF;
	margin : 50px auto 0 auto;
	border : 1px solid #999999;

	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
p.version
{
	text-align : center;
	width : 60px;
	padding : 3px 0 0 0px;
	background : url(./denta_tab_img/version.png) no-repeat 59px 0px;
}
div#cont
{
	padding : 0 20px 0 20px;
}
div.login
{
	width : 140px;
	height : 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	text-shadow : 0px -1px 0px #1B6C99;
	border : 1px solid #1B6C99;
	margin : 20px auto 0 auto;
	padding : 0 0 0 0;

	background : #187FC3;
	background-image:-moz-linear-gradient(top, #5AB9FA 1%, #289BDC 5%, #187FC3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5AB9FA), color-stop(0.05,#289BDC), to(#187FC3), color-stop(1,#187FC3));
	cursor: pointer;
}
div.login:hover
{
	background : #4CA6DD;
	background-image:-moz-linear-gradient(top, #5CB3E4, #4CA6DD);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5CB3E4), to(#4CA6DD), color-stop(1,#4CA6DD));
}
p.login_img
{
	background : url(./denta_tab_img/login.png) no-repeat 15px 5px;
	line-height : 34px;
	font-weight : 800;
	font-size : 16px;
	color : #FFFFFF;
	text-align: center;
	padding : 0 0 0 15px;
}
input#user_id
{
	width : 180px;
}
input#user_pass
{
	width : 180px;
}

ul.login_ul
{
	height : 58px;
	list-style:none;
	background : #FFFFFF;
	margin-top : 5px;
	margin-left : 35px;
}
li.login_li
{
	padding : 4px 0 0 0;
	margin : 0 10px 0 0;
}
li.login_li_title
{
	width : 90px;
	text-shadow : 0px -1px 0px #FFFFFF;
	padding : 4px 5px 3px 5px;
	font-weight : 800;
	height : 22px;
	line-height : 24px;
}
p.retry
{
	margin : 10px 0 0 0;
	text-align : center;
}

input[type="text"],input[type="password"]
{
	-webkit-appearance: none;
	resize:none;
	outline: 0px;
	padding : 0;
	border : solid 1px #C8C7C5;
	background-color:#FFFFFF;
	border-radius : 0;
	padding : 0 3px;
	height : 22px;
	font-size : 16px;
}

input[type="text"]:hover,input[type="password"]:hover
{
	border-color : #0A8CD2;
}

input[type="text"]:focus,input[type="password"]:focus
{
	border-color : #0A8CD2;
}

