@charset "utf-8";
/* CSS Document */
body{background:url(/images/img01.jpg) repeat-x #EBEAD1; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6{ padding:0px; font-weight:normal; margin:0px;}
.head{ color:#FFFFFF; height:160px; vertical-align:top; text-align:left;}
.head h1{margin:30px 30px 0px 30px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.head h1 a{color:#FFFFFF; font-weight:bold; text-decoration:none;}
.head h1 a:hover{text-decoration:underline;}
.head h2{margin-left:30px; margin-top:10px;}
.navi{ color:#FFFFFF;  text-align:center; height:40px; vertical-align:middle;}
.navi a{ color:#FFFFFF; text-decoration:none; margin:11px; border-top:#182C33 1px solid; border-right:#182C33 1px solid;}
.navi a:hover{ color:#FFFFFF; text-decoration:none; border-top:#FFFFFF 1px solid; border-right:#FFFFFF 1px solid;}
.content{color:#514F42; text-align:left; padding-top:26px;}
.content a{color:#514F42; font-weight:bold; text-decoration:none;}
.content a:hover{ text-decoration:underline;}
.content p{ margin:13px;}
.mid{ background:url(/images/img02.jpg) repeat-x bottom; height:20px;}
.foot1{ background:#422C21; height:75px; color:#FFFFFF; }
.foot2{ background:#000000; height:35px; text-align:center; color:#FFFFFF; vertical-align:middle; margin-bottom:40px;}
.links{
	width:780px;
	background:#422C21;
	height:120px;
}
.links span{
	color:#CCC;
	text-shadow:#FFF 5px;
	font-family:"Minion Pro";
	font-size:22px;
	float:left;
	margin:0 0 0 10px;
	}
.links ul{
	float:left;
	width:120px;
	}	
.links li{
	clear:both;
	height:30px;
	width:160px;
	background:url(../images/a1.png) no-repeat;
	list-style:none;
	margin:5px 0px;
	text-align:center;
	}
.links li:hover{
	background:url(../images/a2.png) no-repeat;
	}	
.links a{
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family:"Minion Pro";
	text-decoration:none;
	}
