/* バイク買取アップル　共通スタイルシート */


body				{
					margin:0;
					padding:0;
					font-size:12px;
					color:#6a6a6a;
					}
					
					
a					{
					color:#d98f1d;
					text-decoration:none;
					}
					
a:hover				{
					color:#d98f1d;
					}
					
img					{
					border:none;
					}
					
p.p_bold			{
					margin:2px 0 2px 0;
					padding:0;
					font-weight:bold;
					}
					

div.waku01			{
					width:800px;
					border-left:solid 1px #797979;
					border-right:solid 1px #797979;
					margin:0 auto 0 auto;
					padding:0;
					}
					
div.head_line		{
					width:800px;
					background-color:#ffb43f;
					margin:0;
					padding:0;
					}
					
div.head_line h1	{
					font-size:10px;
					color:#FFFFFF;
					margin:0;
					padding:0;
					}
					
br.floatkaijo		{
					clear:both;
					height:1px;
					width:1px;
					}
					
					
/* ***********************************************
ヘッダロゴ
************************************************ */
					
div.logo			{
					width:354px;
					height:56px;
					background:url(../images/logo.gif) no-repeat;
					float:left;
					margin:0;
					padding:0;
					text-indent:-5000px;
					}
					
div.logo a			{
					width:354px;
					height:56px;
					display:block;
					overflow:hidden;
					
					}
					
					
/* ***********************************************
ヘッダバナー
************************************************ */
					
div.head_ban		{
					width:270px;
					height:50px;
					float:left;
					background:url(../images/ban_kurumakaitori3.jpg) no-repeat;
					text-indent:-5000px;
					margin:5px 0 0 40px;
					}
					
div.head_ban a		{
					display:block;
					width:270px;
					height:50px;
					overflow:hidden;
					}
					
/* ***********************************************
ヘッダナヴィ
************************************************ */
					
div.headnavi		{
					width:70px;
					height:56px;
					float:left;
					margin:3px 0 0 40px;
					padding:0;
					font-size:11px;
					}
					
div.headnavi ul		{
					list-style-image:url(../images/list_arrow.gif);
					width:70px;
					margin:0 0 0 20px;
					padding:0;
					}
					
					
/* ***********************************************
メニュー
************************************************ */
					
ul.menu				{
					width:800px;
					margin:5px 0 0 0;
					padding:0;
					list-style-type:none;
					}
					
ul.menu li			{
					width:160px;
					height:39px;
					float:left;
					margin:0;
					padding:0;
					text-indent:-5000px;
					}
					
ul.menu li a		{
					display:block;
					width:160px;
					height:39px;
					margin:0;
					padding:0;
					text-decoration:none;
					overflow:hidden;
					}
					
li.menu_home		{
					background:url(../images/btn_home_off.gif) no-repeat;
					}

li.menu_home a:hover{
					background:url(../images/btn_home_on.gif) no-repeat;
					}
					
li.menu_home_now	{
					background:url(../images/btn_home_now.gif) no-repeat;
					}
					
li.menu_sell		{
					background:url(../images/btn_sell_off.gif) no-repeat;
					}

li.menu_sell a:hover{
					background:url(../images/btn_sell_on.gif) no-repeat;
					}
					
li.menu_sell_now	{
					background:url(../images/btn_sell_now.gif) no-repeat;
					}
					
li.menu_beginner		{
					background:url(../images/btn_beginner_off.gif) no-repeat;
					}

li.menu_beginner a:hover{
					background:url(../images/btn_beginner_on.gif) no-repeat;
					}
					
li.menu_beginner_now	{
					background:url(../images/btn_beginner_now.gif) no-repeat;
					}
					
li.menu_shop		{
					background:url(../images/btn_shop_off.gif) no-repeat;
					}

li.menu_shop a:hover{
					background:url(../images/btn_shop_on.gif) no-repeat;
					}
					
li.menu_shop_now	{
					background:url(../images/btn_shop_now.gif) no-repeat;
					}
					
li.menu_corp		{
					background:url(../images/btn_corp_off.gif) no-repeat;
					}

li.menu_corp a:hover{
					background:url(../images/btn_corp_on.gif) no-repeat;
					}
					
li.menu_corp_now	{
					background:url(../images/btn_corp_now.gif) no-repeat;
					}
					
/* ***********************************************
コンテンツ
************************************************ */
					
div.content			{
					width:780px;
					margin:0 auto 20px auto;
					padding:0;
					}
					
					
					
					
					
/* ***********************************************
フッター
************************************************ */
					
div.footer			{
					width:800px;
					margin:80px 0 0 0;
					padding:0;
					}
div.footersell		{
					clear:both;
					}
div.footertext		{
					width:800px;
					
					}
					
div.footertext strong{
					color:#FFFFFF;
					font-weight:normal;
					font-size:10px;
					padding:3px;
					}
					
div.footerlink		{
					width:800px;
					margin:1px 0 0 0;
					background-color:#dedede;
					}
					
div.footerlink span	{
					width:520px;
					margin:0px 3px 3px 270px;
					padding:3px 0 0 0;
					display:block;
					text-align:right;
					line-height:1.3em;
					}
					
div.footerlink span a{
					color:#920000;
					}
					
div.copyright		{
					width:780px;
					margin:5px auto 0px auto;
					padding:5px 0 0 0;
					border-top:solid 2px;
					text-align:center;
					}
					
div.copyright a		{
					color:#920000;
					}