
html,body {
	margin:0;
	padding:0;
	}
	
p {
	margin:0 10px 10px;
	}

	
div#container {
	margin:0 20px;
	}
	
div#header {
	margin-bottom:10px;
	padding-left:18px;
	padding-top:30px;
	padding-bottom:1px;
	border-bottom:1px solid #CCCCCC;
	}

div#content {
	margin-right:300px;
	}

div#content .inner {
	line-height:140%;
	padding:0 20px;
	font-size:90%;
	}
	
div#content .title {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	font-size:130%;
	line-height:140%;
	font-weight:bold;
	color:#0066CC;
	}
	
div#clear { /* 左floatをリセット 必須 */
	background:#FFF;
	clear:left;
	width:100%;
	}

div#wrapper {
	float:left;
	width:100%;
	}
	
div#side {
	float:left;
	width:300px;
	margin-left:-300px;
	}
	
div#loginspace .lginhd {
	background:url(../img/opt_psp_loginspace_head.gif) #CCCCCC no-repeat top;
	height:5px;
	overflow:hidden;
	}
	
div#loginspace .lginconte {
	background:url(../img/opt_psp_loginspace_back.gif) #CCCCCC repeat-y;
	padding:0 20px;
	line-height:140%;
	}
	
	.lginconte td {
		padding:5px 0;
		}
	
	.loginmsg {
		font-size:12px;
		color:#555555;
		font-weight:bold;
		}
	
	.loginfield {
		width:200px;
		background:url(../img/opt_psp_fieldback.gif) repeat-x #FFFFFF;
		border:1px solid #999999;
		}
	
	.passfield {
		width:200px;
		background:url(../img/opt_psp_fieldback.gif) repeat-x #FFFFFF;
		border:1px solid #999999;
		}
	
	.errmsg {
		color:#990000;
		font-weight:bold;
		font-size:12px;
		}
		

div#loginspace .loginlogo {
	border-bottom:1px solid #CCCCCC;
	}
	
div#loginspace .lginft {
	background:url(../img/opt_psp_loginspace_foot.gif) #CCCCCC no-repeat top;
	height:6px;
	overflow:hidden;
	}
	
div#footer {
	border-top:1px solid #CCCCCC;
	background: #FFF;
	color: #999999;
	margin-top:20px;
	padding-top:10px;
	text-align:center;
	font-size:12px;
	}
	

/* ボタンスタイル
-------------------------------------- */
a.button {
    background: transparent url(../img/opt_psp_bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 14px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
	}

a.button span {
    background: transparent url(../img/opt_psp_bg_button_span.gif) no-repeat;
    display: block;
    font: normal 14px;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
	}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
	} 
