@charset "utf-8";
/* CSS Document */


*{
    margin: 0;
    padding: 0;
}



html{
	background:url(../imgs/wall/wall_body.jpg) repeat-x;
	background-color:#ffd7de;
    background-position:top center;
    font-size:12px;
    min-width:1008px;
    width:auto;}

body {
   height:100%;
   width:1008px;
   margin-right:auto;
   margin-left:auto;}
   
img{
	border:none;} 
	
a{color:#263d89;}
	
a:link{
	color:#263d89;
	text-decoration:none;}
	
a:hover{
	color::#263d89;
	text-decoration:underline;}
	
a:visited{
	color:#263d89;
	text-decoration:none;}
   
   
#wall{
   background:url(../imgs/wall/body_side.png) repeat-y;
   background-position:top;}
   
#wall_foot{
	vertical-align:top;
	height:50px;}
	
#contents{
	width:1008px;
	background:url(../imgs/wall/bg_contents.jpg) repeat-y;
	margin-right:auto;
	margin-left:auto;}

	  
#head{
	vertical-align:top;}
	
.index_bg{
	background:url(../imgs/wall/bg_top.png) no-repeat top;}
	
.contents_line{
	background:url(../imgs/wall/contents_side.png) repeat-y;}
	
.menu{
	background:url(../imgs/navi/bg_menu.png) no-repeat;
	height:49px;
	text-align:center;}
	
#footer{
	height:40px;
	width:100%;
	margin-top:8px;}

.foot_txt{
	line-height:180%;
	letter-spacing:1.5px;
	font-size:12px;
	color:#6e3a14;
	min-width:1008px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;}
	
#footer a{
	color:#6e3a14;
	text-decoration:none;}

#footer a:link{
	color:#6e3a14;
	text-decoration:none;}
	
#footer a:hover{
	color::#6e3a14;
	text-decoration:underline;}
	
#footer a:visited{
	color:#6e3a14;}
	

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }

