/* 
--------------------------------------------------------------
制作者　株式会社デザインボックス　小出栄蔵
--------------------------------------------------------------
 */

* {
	margin:0;
	padding:0;
	}

body{
	background-image:url(../images/body_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#666;
	font-size:100%;
	
    }
	
img{
	border:0;
	vertical-align:bottom;
	}		
	
h1{
	color:#fff;
	font-size:75%;
	font-weight:normal;
	height:24px;
	padding:116px 0 0 230px;
	text-align:left;
	width:650px;
}


#header{
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	height:140px;
	width:880px;	
}


#main_contents{
	font-size:75%;
	margin:auto;
	width:880px;
}

#wrapper{
	margin:auto;
	width:880px;
}










	
#side_navi a:link{
	color:#666;	
}

#side_navi a:visited{
	color:#666;
}

#side_navi a:hover{
	color:#99CC00;
	}
	
	
#side_navi ul{
	line-height:1.8em;	
}

#kart_button{
	height:43px;
	width:210px;
}

.top_banner{
	height:165px;
	width:210px;
}

.souryou{
	height:82px;
	width:210px;
}	


	

	
































