@charset "SHIFT_JIS";

/*

	01. PAGE LAYOUT 静的ﾍﾟｰｼﾞのﾍﾞｰｽ　共通
	02. インクルードエリア

*/

/*01.PAGE LAYOUT 静的ﾍﾟｰｼﾞのﾍﾞｰｽ　共通
-------------------------------------------*/
#pg_wrapper{
	margin:0px;
	padding:0px;
	text-align:left;
	width:980px;
}

#pg_container{
	position:relative;
	width:100%;
}

#pg_main{
	margin:0 0 0 40px;
	width:900px;
}

#pg780_main{
	margin:0px 0 0 100px;
	width:780px;
}

#pg_header{
	margin:0 0 10px 0px;
	text-align:center;
}

/*2カラム右サイドバー*/
#primary {
	margin-top:10px;
	background:#FFF;
	width:650px;
	float:left;
}

#secondary{
	margin-top:10px;
	background:#FFF;
	float:right;
	width:240px;
}

#bottomArea{
	background:#FFF;
	margin-top:10px;
	width:100%;
	clear:both;
}

/*2カラム右サイドバー（右カラム300px）*/
#primary2 {
	margin-top:20px;
	background:#FFF;
	width:570px;
	float:left;
}

#secondary2{
	margin-top:20px;
	background:#FFF;
	float:right;
	width:320px;
}


/*ページトップ*/
.pagetop{
	font-size:14px;
	float:right;
	padding:0px;
	margin:10px 0px 0px 0px;
	background: url(../image/parts/pagetop.gif) no-repeat left top;
	text-indent: 18px;
	display:block;
	text-align:left;
	height:15px;
	clear:both;
}

/*一覧へ戻る系*/
.indextop{
	font-size:12px;
	padding:0px;
	margin:5px 0px;
	text-align:right;
	clear:both;
	color:#999;
}
