@charset "Shift_JIS";

body {	background-color: #FFF;	margin: 0;}


/* 表示切替 */
/* 公式トップ　キャンペーンバージョン */
#wrap_all_1 { display:block;}

#wrap_all_1 h3{
margin:0; padding:0;

}

#wrap_all_1 img{
margin:0; padding:0;
}

#wrap_all_1 p{
margin:0; padding:0;
}

#wrap_all_1 #cp_footer{
margin:0; padding:0;
font-size:12px;
}



/* 公式トップページ部分 */
#wrap_all_2 { display:none;}


/*コンテンツ左側メイン部分*/
#left	{
	position: static;
	width: 640px; height: 860px;
	margin: 0;
	top: 0; left: 0;
	overflow: visible;
	visibility: visible;
	background-color: #FFF;
}

/*コンテンツ右側サブ部分*/
#right	{
	position: absolute;
	width: 150px; height: 960px;
	margin: 0;
	top: 0px; left: 640px;
	overflow: visible;
	visibility: visible;
	background: url(../images/common-img/left-border.gif) 0 0 repeat-y;
}

/*フッター部分*/
#footer {
	position: absolute;
	width: 642px;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 960px;
	left: 0px;
	background: url(../images/index-img/index-bottom-border.gif) -5px 0 no-repeat;
	z-index: 1;
	/* MacIE5対策 IE5-6対策 \*/
} 

html>body #footer {
	background-position: 0 0;
/* MacIE5対策ここまで */
}

 
/*Copyright (C)2004 Nakamura design All Rights Reserved*/
