@charset "utf-8";


.alignright {
	float:right;
}

.alf {}

/* ------------------------------
 基本
------------------------------ */
#head,#wraptop,#mainnavi,#footmain {
	width:950px;
	margin:0 auto;
	}
	

/* ------------------------------
 head
------------------------------ */
#head {
	position:relative;
	padding-top:10px;
}


#head H1 {
	background: url(../img/logo.png) no-repeat;
	padding-top:50px;
	}
	
#head H1 span {
	font-size: 12px;
/*	line-height: 1.7; */
	font-weight: bold;
	color: #663300;
	}
	
#hnavi {
	position:absolute;
	top:5px;
	right:0;
	text-align:right;
	}
	

#hnavi li {
	display:inline;
	margin-left: 15px;
	padding-left: 18px;
	font-size:1.2em;
}

#hnavi #hnavi01 { background: url(../img/hnavi_01.gif) no-repeat left center;}
#hnavi #hnavi02 { background: url(../img/hnavi_02.gif) no-repeat left center;}
#hnavi #hnavi03 { background: url(../img/hnavi_03.gif) no-repeat left center;}
#hnavi #hnavi04 { background: url(../img/hnavi_04.gif) no-repeat left center;}


#search {
	height:20px;
	position:absolute;
	bottom:5px;
	right:0;
	padding-left:80px;
	text-align:right;
	font-size:1.2em;
	background: url(../img/serch.gif) no-repeat left center;
}
	

/* ------------------------------
 menu
------------------------------ */
#menu,#foot {
	width:100%;
	text-align:center;
	background: url(../img/back.jpg) repeat-x;
}

#menu { padding-bottom:15px;}

#access {
	text-align:center;}
	
#access li {
	display:inline;
	border-left: 1px dotted #663300;
	font-size: 14px;
	font-weight: bold;
}

#access li a {
	display:inline-block;
	height:35px;
	padding:0 15px;
	line-height: 35px;
}

#access li a:hover {
	height:35px;
	background: url(../img/mback.png);
	}

#access li ul {
	display:inline;
	display:none;
	border-left: 1px dotted #663300;
	font-size: 14px;
	font-weight: bold;
}


/* ------------------------------
 ぱんくず	
------------------------------ */	
#plink {
	margin:10px 0;}
	
#plink a {
	display:inline;
	padding-left:10px;
	margin-right:10px;
	font-size: 1.2em;
	background: url(../img/parrow.gif) no-repeat left center;
	}

/* ------------------------------
 ページナビ	
------------------------------ */	
.nav-previous {
	font-size:1.2em;
	float: left;
	width: 50%;
}
.nav-next {
	font-size:1.2em;
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	padding:20px;
}

/* ------------------------------
 footer
------------------------------ */

#foot {
	padding-top: 1em;
	margin-top: 1em;
}
#footmain {
	font-size: 1.1em;
	line-height: 1.5;
	text-align:left;
	position:relative;
	height:60px;
	padding:15px 0;
	}

#banner {
	position:absolute;
	right:0;
	top:15px;}


