body {
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ ProW3","ＭＳ Ｐゴシック",Osaka,"HiraKakuPro-W3",Verdana,"MS PGothic",sans-serif;
background-color: ffffff;
	}
	
/* ****************************************
	全体コンテナ
*******************************************/
#container {
width:1100px;
margin-left: auto;
margin-right: auto;
	}


/* ****************************************
	左紙面
*******************************************/
#leftbox {
width:550px;
float:left;	
	}
	
#l_header {
width:550px;
height:200px;
background-image: url(../img/201010_a.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}
	

#l_imagescnd {
width:550px;
height:200px;
background-image: url(../img/201010_b.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}

#l_imagesrd {
width:550px;
height:200px;
background-image: url(../img/201010_c.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}

	
#l_footer {
width:550px;
height:106px;
background-image: url(../img/201010_d.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}




/* ****************************************
	右紙面
*******************************************/
#rightbox {
width:550px;
float:right;	

	}
	
#r_header {
width:550px;
height:200px;
background-image: url(../img/201011_a.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}

#r_imagescnd {
width:550px;
height:200px;
background-image: url(../img/201011_b.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}

#r_imagesrd {
width:550px;
height:200px;
background-image: url(../img/201011_c.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}


	
#r_footer {
width:550px;
height:106px;
background-image: url(../img/201011_d.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}







/* ****************************************
	フォント
*******************************************/
.basic {
text-align: left; 
font-size: 11px; 
line-height: 17px; 
color: #ffffff;
	}
	
	
/* ****************************************
	リンク
*******************************************/

h1, h2, h3, h4 {
font-size:16pt;
text-indent: -9999px;
display: none;
}

	

 a:link
{
color: #9966CC;
text-decoration: underline;
}

a:visited
 {
color: #9966CC;
text-decoration: underline;
}

a:hover
{
color: #FF6600;
text-decoration: underline;
	}