@charset "UTF-8";
/* ***********************************************************
 * Stylesheet : userフォルダ内　スタイル定義CSS
 *
 * Since:          2010-12-20 > Keisuke Inoue
 * Last Modified:  2010-12-20 > Keisuke Inoue
 * ***********************************************************************************************/

/* -- 階層内の共通スタイル定義 ----------------------------------------------------------------- */

/* -- layout ----------------------------------------------------------------------------------- */

#header {
	height:65px;
	border-top:none;
	background: #fff url(/img/header_bottom_line.png) repeat-x bottom;
}

#wrapper{
	margin:0 auto;
	width:1000px;
	min-width:1000px;
	border:1px solid #CCCCCC;
	border-top:none;
}

#content{
	padding:10px 20px;
}

#content_login{
	width:500px;
	margin:80px auto 100px;
}

#footer{
	border-top: 1px solid #CCC;
	background:#f8f8f8;
	color: #333333;
}


/* -- content ----------------------------------------------------------------------------------- */
#content_login {
	background-color:#f8f8f8;
	border:1px solid #999999;
}

#content_login h1{
	padding-left:10px;
	background:#FFF url(/img/h1_bg2.png) repeat-x top;
	border:none;
	color:#FFF;
	line-height:30px;
	font-size:12px;
	text-shadow: #2e5a81 2px 1px 0px;
}

#content_login .form_edit{
	width:300px;
	margin:0 auto;
}