@charset "utf-8";
/* CSS Document */

/* ****************************************

*Site Name : Paradise Net
*Description :login

**************************************** */

/* ----------------------------------------
*	default
---------------------------------------- */

*{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	border:0;
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	text-decoration:none;
}

li{
	list-style:none;
}

body{
	background-color:#ffffff;
}

div#global_container{
	width:100%;
}

div#content_container{
	width:980px;
	margin:0 auto;
}


/* ----------------------------------------
*	header
---------------------------------------- */

h1#header_h1{
	width:100%;
	height:38px;
	padding:11px 0 0;
	background:url(../imgs/login/header_bar_bg.gif) repeat-x top left;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}


/* ----------------------------------------
*	middle container
---------------------------------------- */

div#middle_container{
	width:400px;
	height:320px;
	margin:30px auto 0;
	padding:0 0 60px 360px;
	background:url(../imgs/login/login_logo.png) no-repeat center left;
	overflow:hidden;
}

div#middle_container input{
	border:1px solid #bfbfbf;
}

div#middle_container form fieldset dl{
	margin:110px 0 0;
}

div#middle_container form fieldset dl dd{
	padding:0 0 15px 15px;
}

p.submit{
	padding:10px 0 0 15px;
}




/* ----------------------------------------
*	footer
---------------------------------------- */

div#footer_container{
	width:100%;
	margin:70px 0 0;
	border-top:#0c99e4 5px solid;
	overflow:hidden;
}

p.go_paradise{
	padding:15px 0;
	text-align:center;
	border-bottom:#0c99e4 3px double;
}

p.go_paradise a{
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}
p.go_paradise a:hover{color:#e3004f;}

p#f-left{
	padding:10px 15px;
	color:#808080;
	font-size:9px;
	float:left;
}

p#f-right{
	padding:10px 15px;
	color:#808080;
	font-size:9px;
	float:right;
}

