/* 記述方法
 * id -> #name{}
 * class -> .name{}
 */

/* width:111px or 100%;
 * height:111px;
 * border:1px solid #000000;
 * margin:0 auto; //中心揃え
 * background-image:url(./img.jpg);
 * background-repeat:no-repeat;
 */
 html{
 	margin:0px;
 	padding:0px;
 }
 
 body{
 	margin:0px;
 	padding:0px;
 }
 
 ul{
 	list-style:none;
 	margin-top:1px;
 	margin-left:10px;
 	padding:0px;
 }
 
 li{
 	float:left;
 	margin-right:9px;
 	padding:0px;
 }
 
 #site_top_line{
 	background-image:url(./img/line.jpg);
 	background-repeat:repeat-x;
 	height:20px;
 	text-align:left;
 	font-style:oblique;
 	font-family:cursive;
 }
 
 #site_box{
 	/*background-image:url(./brown.jpg);*/
 	width:780px;
 	margin:0 auto;
 }
 
 #site_title{
 	background-image:url(./img/title2.jpg);
 	float:left;
 	width:320px;
 	height:90px;
 }
 
 #site_botton{
 	/*background-image:url(./orange.jpg);*/
 	float:right;
 	width:460px;
 	height:90px;
 	margin:0px;
 	text-align:right;
 }
 
 #site_main{
 	text-align:center;
 	width:780px;
 	height:/*657px*/700px;
 }
 
 #site_send_to{
 	background-image:url(./red.jpg);
 	width:780px;
 	height:35px;
 }
 
 #site_bottom_line{
  	background-image:url(./img/line.jpg);
 	background-repeat:repeat-x;
 	height:20px;
 	text-align:center;
 	font-size:small;
 }
 
 .call_botton{
 	margin-top:5px;
 	margin-right:12px;
 	margin-bottom:13px;
 }
 
a img{
	border-style:none;
}
