/* ログイン後の画面 */

.container2 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.pagetop2 {
	width:630px;
	height:25px;
	padding-left: 8px;
	margin: 15px 10px 10px 10px;
	background-color: #F2F1EC;

}

.logo2 {
	width: 630px;
	text-align: left;
}



/* 作家　 */

.pagetop {
	width:680px;
	height:30px;
	margin: 15px 10px 3px 10px;

}


.logo {
	width: 450px;
	text-align: left;
}


/* ヘッダ（右側のふたつのボタン） */

.pagetop a	{
	color: #707064;
	width:120px;
	text-align: left;
	margin-right: 5px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding-top:2px
	padding-left: 16px;

}

.pagetop a.link01 {
	width:90px;
}


/* リンク（マウスオンで変わる色） */

.pagetop a:hover	{
	color:#0000CC;
	font-weight: regular;
	background-color: #FAFAFA;

}

.pagetop a.link01:hover {
	width:90px;
}




/* カテゴリのページ　 07 */

.pagetop07 {
	height: 30px;
	margin: 15px 10px 3px 20px;
	width:660px;
}


.logo {
	width: 390px;
	text-align: left;
}


/* ヘッダ（右側のふたつのボタン） */

.pagetop07 a	{
	color: #707064;
	width:120px;
	margin-right: 5px;
	text-align: left;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding-top:2px;
	background-image: url(../img/tri_red.gif);
	background-repeat: no-repeat;
	background-position: -1px 1px;
}


/* リンク（マウスオンで変わる色） */

.pagetop07 a:hover	{
	color:#0000CC;
	width:120px;
	font-weight: regular;
	background-color: #FAFAFA;

}

.pagetop07 a.link01:hover {
	width:120px;
}


/* 全ページのトップ（カテゴリ以外）　 08 */

.pagetop08 {
	height: 30px;
	margin: 15px 10px 3px 10px;
	width:660px;
}


.logo {
	width: 450px;
	text-align: left;
}


/* ヘッダ（右側のふたつのボタン） */

.pagetop08 a	{
	color: #707064;
	width:120px;
	margin-right: 5px;
	text-align: left;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding-top:2px;
	background-image: url(../img/tri_red.gif);
	background-repeat: no-repeat;
	background-position: -1px 1px;
}

.pagetop08 a.link01 {
	width:90px;
}


/* リンク（マウスオンで変わる色） */

.pagetop08 a:hover	{
	color:#0000CC;
	font-weight: regular;
	background-color: #FAFAFA;

}

.pagetop08 a.link01:hover {
	width:90px;
}

