

@import url("style_akyu.css");


body {
 background       : #ebe1a9 ;
 border-top-color : #583822 ;
}

table {
 background   : #ffc ;
 border-color : #444 ;
}
th,td {
 border-color : #444 ;
}


a:link, a:visited {
 color           : #069 ;
}
a:hover {
 color           : #c9171e ;
}




/*=================================================================*/

nav.global li a {
 background  : #e3dbd6 ;
}

/*=================================================================*/


main {
}

div.top_img img {
	border-bottom   : solid 1px #999 ;
}

h2,h3 {
	color : #6f4b3e ;
}

div.column {
	background  : #ffc ;
}

/*=================================================================*/


div.footer {
 background    : #d3cbc6 ;
}


/*=================================================================*/

table.circle_list {
 font-size  : 95% ;
}
table.circle_list th {
 text-align : center ;
 background : #d3cbc6 ;
}
table.circle_list tr.ki {
 background : #fff ;
}

table.gaiyou th {
 border-bottom : solid 2px #583822;
 text-align    : right ;
}


@media screen and (max-width: 900px){
	nav.global ul li , nav.global li a, nav.global li.nopage, nav.global li.nolink {
		background    : transparent ;
	}

}

