@charset "utf-8";
/* CSS Document */
body {
	background:url(/common/image/imanarabg.png) repeat;
	color : #5f5f5f;
}
#description {
    background-image:linear-gradient(bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);
    background-image:-o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);
    background-image:-moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);
    background-image:-webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);
    background-image:-ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);
    background-image:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(245,245,245)) );
    padding:3% 5%;
}
#main_area {
    padding:3px 0;
}
.login_box_outside {
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #e5e5e5); 
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), to(#e5e5e5));	
    border-radius:10px;
    width:94%;
    margin:20px 3% 0 3%;
    padding-bottom:3%;
}
.login_box_inside {
    background-image:linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image:-o-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image:-moz-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image:-webkit-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image:-ms-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(232,232,232)), color-stop(1, rgb(255,255,255)) );
    width:92%;
    margin:0 auto;
    padding:3% 0;
    background-color:#EEEEEE;
    border:solid 1px #d8d8d8;
}
.login_box_inside tr {
    margin:3% 0;
}
.login_box_inside th, td {
    padding:1%;
}
.login_box_inside th {
    width:8em;
}
.login_box_inside input[text], .login_box_inside input[password] {
    width:100%;
}
#osusume{
    margin:5% 0;
}
#osusume a{
    display:block;
    float:left;
    width:21%;
    padding:2%;
    height:75px;
    text-align:center;
}
.icon{
    height:80%;
}
img.description{
    height:20%;
}
.css_btn_class_ok{
	background-image:-moz-linear-gradient(top,#FFF, #000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#000), color-stop(1,#000));
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
	border: 1px solid #000;
    width: 100px;
    padding: 2px 40px;
}
.imanara_backbnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #454545;
	padding: 10px 100px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
}