@charset "utf-8";
/* CSS Document */


/* base */

body.top{
background:#fff url(../cmn_img/top_background.gif) repeat-x;
}

#container{
	width:100%;
	padding:0;
	margin:0 auto;
	position: relative;
    height: 100%;
    min-height: 100%;	
}

body > #container {
        height: auto;
}

/* ヘッダー */

#header {
	width:980px;
	height:134px;
	background-image:url(http://image.pia.jp/images3/grampus/cmn_img/head_background_login.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin: 0px; 
	padding:0;
	position: relative;
	margin-bottom:20px;
}

/* ---------- ---------- ---------- ---------- ---------- */
#headerArea {
	height: 134px;			/* ヘッダ領域の高さはここで調整 */
	margin: 0px;
	border: none;
	padding: 0px;
	background-image: url(http://image.pia.jp/images3/grampus/cmn_img/top-background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/* ---------- ---------- ---------- ---------- ---------- */
#h_navi {
	width: 980px;			/* ヘッダ領域の横幅はここで調整 */
	height: 100%;			/* ヘッダ領域の高さはここで調整 */
	margin: 0px auto;
	border: none;
	padding: 0px;
	position: relative;
	background-image: url(http://image.pia.jp/images3/grampus/cmn_img/head_background_login.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/* ヘッダーログイン */
#header_login {
	width:900px;
	height:134px;
	background:#fff url(http://image.pia.jp/images3/grampus/cmn_img/top-background.gif);
	background-repeat:repeat-x;
	margin: 0px auto 0px; 
	padding:0;
}

/* 内容 */

#contents {
	width:980px;
	margin: 0 auto;
	zoom: 1.0;
	/* position:relative;*/
}

#contents #main{
	width:560px;
	margin-top:40px;
	margin-left:210px;
	margin-bottom:40px;
	text-align:center;
}

#contents #main .text{
	width:530px;
	padding:12px;
	margin:0;
	border-left:#ccc solid 3px;
	border-right:#ccc solid 3px;
	font-size:18px;
	text-align:center;
	
}

#contents #main .text .red{
	font-size:24px;
	color:#cc0000;
}

#contents #main .botan{
	margin:30px auto;
	display:inline-block;
	
}

/* ----------- My Form ----------- */
.myform{
	margin:30px auto 0 auto;
	display:inline-block;
}
	
	/* ----------- stylized ----------- */
	#stylized p{
		float:left;
		margin-top:5px;
	}
	
	
	#stylized label{
		display:block;
		color:#cc0000;
		font-weight:bold;
		float:left;
		margin-top:5px;
	}
	#stylized .small{
		font-size:12px;
	}
	#stylized input{
		padding:4px 2px;
		border:solid 1px #f2a213;
		width:240px;
		margin:0px 5px 0px 5px;
		float:left;
	}

/* フッター 

#footer  {
	width:100%;
	background:#fff url(http://image.pia.jp/images3/grampus/cmn_img/foot_background.gif) repeat-x;
	positidon: absolute;
    bottom: 0;
}

#footer .navi{
	width:980px;
	height:129px;
	margin:0 auto;
	text-align:center;
}

#footer .navi ul {
	padding:20px 0 15px;
	margin:0 auto 0 82px;
}

#footer .navi ul li{
	float:left;
	display:inline;
	background:url(../cmn_img/foot_icon.gif) no-repeat;
	padding-left:15px;
	margin-right:20px;
	font-size:12px;
}

#footer .navi ul li a{
	font-size:12px;
	color:#000;
	font-weight:bold;
    text-decoration: none;
}

#footer .navi ul li a:hover{
	color:#de241e;
}

#footer .navi .powerd{
	margin-top:25px;
}

#footer .navi .powerd p{
	color:#ccc;
	font-size:10px;
	margin-top:5px;
	}
*/