/*Page Layout*/

/*全体*/
div#container{text-align:center;
              width:870px;
              margin:0 auto;
}

/*ヘッダー*/
div#header{width:849px;
           height:300px;
           margin:10px 0;
           padding:10px;
           text-align:left;
           border-right:1px solid #000;
           border-bottom:1px solid #000;
        background-color:#ffffff;
	background-image:url(./img/head1.jpg);  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;}

/*メイン*/
div#contents{	float:right;
	width:669px;
	height:750px;
	overflow:auto;
	scrollbar-base-color:#9400d3;
	margin:0 0 10px 0;
	padding:10px;
	text-align:left;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
        background-color:#ffffff;
	background-image:url(./img/bg06.jpg);  
	background-repeat:no-repeat;  
	background-position:bottom right;
	background-attachment:scroll;}



/*サブメイン*/
div#submain0{float:right;width:849px;
            scrollbar-base-color:#000000;margin:0 0 10px 0;
            padding:10px;text-align:left;
            border-left:1px solid #000;
            border-top:1px solid #000; 
            background-color:#f5f5f5;
		text-align:center;}

div#submain{float:right;width:849px;
            scrollbar-base-color:#000000;margin:0 0 10px 0;
            padding:10px;text-align:left;
            border-right:1px solid #000;
            border-bottom:1px solid #000; 
            background-color:#f5f5f5;
		text-align:center;}

/*Youtube用*/
div#mov{float:left;
	width:450px;
	height:400px;
            scrollbar-base-color:#000000;margin:0 0 10px 0;
            padding:10px;text-align:left;
            border-right:1px solid #000;
            border-bottom:1px solid #000; 
            background-color:#f5f5f5;}

/*逆アクセス用*/
div#ax{float:right;
	width:350px;
	height:400px;
	overflow:auto;
	scrollbar-base-color:#9400d3;
            scrollbar-base-color:#000000;margin:0 0 10px 0;
            padding:10px;text-align:left;
            border-right:1px solid #000;
            border-bottom:1px solid #000; 
            background-color:#f5f5f5;}

/*サイドバー*/
div#sidebar
           {float:left;
           width:149px;
           height:750px;
           overflow:auto;
           scrollbar-base-color:#4b0082;
           margin:0;padding:10px;
           text-align:left;border-right:1px solid #000;
           border-bottom:1px solid #000;
           background-color:#9400d3;}

/*メイン内窓*/
div#main1{
	float:left;
	width:290px;
	height:350px;
	margin:0 0 0px 0;
	padding:10px;
	text-align:center;}

div#main2{
	float:right;
	width:320px;
	height:350px;
           overflow:auto;
           scrollbar-base-color:#4b0082;
           border:1px solid #000;
	margin:0 0 0px 0;
	padding:10px;
	text-align:center;}
     *.floatclear
      {
         clear: both;
      }



div#main3{
	float:left;
	position: bottom; 
	width:300px;
	height:320px;

	margin:0 0 0px 0;
	padding:2px;
           border:1px solid #000;
	text-align:left;}

div#main4{
	float:right-bottom;
	width:320px;
	height:320px;
	margin:0 0 0px 0;
	padding:10px;
	text-align:left;}

/*フッター*/
div#footer{clear:both;width:849px;margin:10px 0;padding:10px;text-align:left;border-right:1px solid #000;border-bottom:1px solid #000; background-color:#000000;}
