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


body {
	
	font: Meiryo, Osaka, sans-serif;
	margin:0 auto;
	color: #000;
	width:780px;
	height:auto;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:  #666;
    background:linear-gradient(0deg,  #C1FFC1 ,  #F4FFEE);
}

#wrapper {
	     margin:0 auto;
	     padding:0px 0px;
	     width:700px;
	     text-align:left;
	     color:#f9f9f9;
	     font-size: 100%; 
		 background-color:#FFF;
		 border-style: solid;
         border-width: 1px 1px 1px 1px;
         border-color:  #DBCC9D;
}

#header{
	    margin:0;
		line-height:0.5;
		background-color:#FFF;
}

#nav {  margin:0;
		padding:0;
	    line-height:5px;
	}
#footer {
	padding: 10px 0;
	background-color: #6F7D94;
	text-align:center;
}




img {  
       margin:0;
	   padding:0;
       border-style:none;
       
}


a img { 
	border: none;
}

a:link {
	/*color:#414958;*/
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding-top:10px;
	border-bottom-color: #FFF;
	margin-left: 5px;
}

h3{
	font-family:Meiryo;
	font-size:10px;
	line-height:0.5;
	font-weight:normal;
	color:#666;
	text-align:right;
	padding-top:0;
	margin:10px 0;
	font-size: 10px;
	
}

.list-5column {
		   margin:0;
	       background-image:url(../image/barnar.jpg);
		
}

.list-5column{list-style:none;
              overflow:hidden;
}

.list-5column li {float:left;
              
}

.content {
	padding: 10px 0;
	color:#666;
}
.content {
	text-align:center;
}
h1 {
	border-bottom::5px solid #360;
	border-bottom-color: #030;
}



.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


