@charset "utf-8";

/* main */

body , h1 , h2 , h3 , h4 , p , ul , ol , li , dl , dt , dd {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: "メイリオ", "trebuchet MS", Verdana, Arial, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: medium;
	line-height: 1.4;
	font-weight: normal;
	background: #c7c9c8 url(../image/back.gif) left top repeat-x;
	color: #333;
}

/* font-size */
.lFont { font-size: 110%; }
.mFont { font-size: 100%; }
.sFont { font-size: 79%; }

#container {
	width: 98%;
	margin: 0 auto;
	font-size: 90%;
	min-width: 885px;
	max-width: 1000px;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #b1b1b1;
	background-color: #fafafa;
}


/* all */

hr {
	display: none;
}

em {
	font-style: normal;
}


/* header */

#header {
	padding: 2px 10px 0 7px;
}

#header .top-logo p a {
	text-decoration: none;
}

#header .top-logo p a span {
	display: none;
}

.logo {
	display: block;
	float: left;
	width: 156px;
	height: 62px;
	background: url(../image/logo.png) left top no-repeat;
	margin: 2px 20px 0 2px;
}

#header .top-txt {
	float: right;
}

#header .top-txt p {
	font-size: 62%;
	color: #666;
	padding-top: 5px;
	line-height: 1.8;
	font-weight: normal;
}

#header ul {
	font-size: small;
	padding-top: 10px;
	list-style: none;
	
	clear: right;
	float: right;
	margin-left: -137px;
}

#header li {
	display: inline;
	overflow: hidden;
}

#header li a {
	text-decoration: none;
	float: left;
	background: url(../image/btn_top_left.png) left top no-repeat;
	padding: 0 0 2px 12px;
	margin: 0 3px;
	cursor: pointer;
}

#header li a:hover {
	background: url(../image/btn_top_hover.png) left top no-repeat;
}

#header li a span {
	color: #666;
	font-size: small;
	float: left;
	display: block;
	background: url(../image/btn_top_right.png) right top no-repeat;
	padding: 3px 10px 3px 4px;
}

#header li a:hover span {
	background: url(../image/btn_top_rhover.png) right top no-repeat;
}


/* gnavi */

#gnavi {
	width: 100%;
	background-color: #f5f5f5;
	float: left;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}

#gnavi ul {
	list-style: none;
	padding: 10px 0 0 18%;
}

#gnavi li {
	display: inline;
	overflow: hidden;
}

#gnavi a {
	float: left;
	background: url(../image/gnavi_left.png) left top no-repeat;
	text-decoration: none;
	padding: 0 0 0 4px;
	cursor: pointer;
}

#gnavi .car a {
	background: url(../image/gnavi_car.png) left top no-repeat;
	padding: 0 0 0 31px;
}

#gnavi a:hover , #gnavi #tab-active , #gnavi .car a:hover {
	background-position: left -43px;
}

#gnavi a span {
	color: #045679;
	float: left;
	display: block;
	background: url(../image/gnavi_right.png) right top no-repeat;
	padding: 6px 16px 5px 10px;
}

#gnavi .car a span {
	padding: 6px 15px 5px 4px;
}

#gnavi a:hover span , #gnavi #tab-active span {
	color: #fff;
	background-position: right -43px;
}


/* navi */

#navi {
	clear: both;
	width: 100%;
	background: #344b9c url(../image/bg_navi.gif) left top repeat-x;
	font-size: small;
}

#navi ul {
	padding: 6px 0;
	text-align: center;
}

#navi li {
	color: #aaa;
	display: inline;
	list-style: none;
	padding-left: 6px;
	background: url(../image/bg_navi_line.gif) left center no-repeat;
}
*+html #navi li {
	padding: 0 4px 0 5px;
	zoom: 1;
}

#navi li a {
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #ededed;
}

#navi li a:hover  {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 1px;
	left: 1px;
}

#navi .leftimg-none {
	background: none;
	padding-left: 0;
}


/* search */

#search {
	width: 100%;
	background: #fafafa url(../image/bg_search.gif) left top repeat-x;
	padding: 5px 0;
}

#search form {
	float: left;
	padding-left: 40%;
	font-size: small;
}

#search span {
	font-size: 10px;
	color: #999;
}
*+html #search span {
	zoom: 1;
}

#search span a {
	color: #999;
	text-decoration: none;
}

#search span a:hover {
	color: #999;
	text-decoration: underline;
}

.search-box {
	color: #555;
}

.search-btn {
	padding: 0 5px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  
/* mac Win \*/
*html .clearfix {
	height : 1%;
}
.clearfix {
	display: block;
}
/* mac Win end */


/* font */

#font {
	font-size: small;
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
}

#font span {
	color: #333;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #fafafa solid;
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	border-left: 1px #fafafa solid;
	background-color: #eee;
	cursor: pointer;
}
*+html #font span {
	zoom: 1;
}

#font span:hover {
	background-color: #fcdd72;
}


/* map */

#map {
	width: 100%;
	background-color: #fafafa;
}

#map p {
	font-size: small;
	padding: 5px 15px 0 15px;
	color: #333;
}

#map p a {
	color: #333;
	text-decoration: underline;
}

#map p a:hover {
	text-decoration: none;
}


/* wrapper */

#wrapper {
	width: 100%;
	background-color: #fafafa;
	float: left;
	margin-right: -180px;
}


/* content */

#content {
	width: 100%;
	background-color: #fafafa;
	float: right;
	margin-left: -180px;
	padding: 5px 0 15px 0;
}


/* maincontent */

#maincontent {
	margin: 0 180px;
	background-color: #fafafa;
}


/* pagetop */

#pagetop {
	text-align: center;
	padding-bottom: 5px;
}

#pagetop a {
	color: #777;
	text-decoration: none;
	padding: 2px 7px;
	border: 3px double #bbb;
	font-size: small;
	background-color: #fff;
}

#pagetop a:hover {
	color: #444;
	text-decoration: none;
	border: 3px double #999;
}


/* leftcontent & rightcontent */

#leftcontent {
	width: 180px;
	background-color: #fafafa;
	float: right;
}

.box-img , .box-img5 {
	width: 160px;
	margin: 5px 10px 10px 10px;
}
.box-img p a , .box-img5 p a {
	text-align: center;
	display: block;
	text-decoration: none;
}

.box-img p a {
	height: 100px;
	background: url(../image/bnr01.png) left top no-repeat;
}
.box-img5 p a {
	height: 100px;
	background: url(../image/bnr-shop.png) left top no-repeat;
}

.box-img p a:hover , .box-img5 p a:hover {
	background-position: left -100px;
}

.box-img span , .box-img5 span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 20%;
	line-height: 1.5;
}

#accordion-menu {
	width: 160px;
	margin: 10px;
	font-size: small;
}

#accordion-menu li { list-style: none; }

#accordion-menu .title-bar {
	/*width: 160px; /* ie6 */
	background: url(../image/accordion.png) left top no-repeat;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

#accordion-menu .title-bar:hover {
	background: url(../image/accordion_hover.png) left top no-repeat;
}

#accordion-menu .title-bar span {
	display: block;
	color: #333;
	background: url(../image/accordion_bg.png) right center no-repeat;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 8px;
	line-height: 30px;
	font-weight: bold;
}

#accordion-menu li ul li {
	border-bottom: 1px dashed #ccc;
}

#accordion-menu li ul li a {
	width: 100%;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 6px 0 3px 0;
}

#accordion-menu li ul li a span {
	padding: 0 10px;
	display: block;
	line-height: 1.2;
}

#accordion-menu li ul li a:hover { 
	background-color: #e6e6e6;
	color: #000;
}

#accordion-menu li ul {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;	
}

#accordion-menu li { margin-bottom: 5px; }
#accordion-menu li ul li { margin-bottom: 0; }

#accordion-menu li ul {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}


/* rightcontent */

#rightcontent {
	width: 180px;
	background-color: #fafafa;
	float: left;
}

.sidebox {
	padding: 5px 0;
}

.box-no1 {
	width: 160px;
	background-color: #ececd0;
	margin: 5px 10px 10px 10px;
	font-size: small;	
}

.box-no1 ul {
	font-weight: bold;
	color: #333;
}

.box-no1 li {
	list-style: none;
	padding: 5px 10px;
}

.calendar {
	margin: 10px;
}

.ad-bnr {
	margin: 0 10px 10px 10px;
}

.ad-bnr-l {
	margin: 20px 10px 10px 10px;
}

/* QRコード */
.qr-edit {
	background: url(http://chart.apis.google.com/chart?chs=140x140&cht=qr&chl=http://m.annai-center.com&chf=bg,s,fafafa&choe=utf-8) center top no-repeat;
	margin: 5px 20px;
	width: 140px;
	height: 140px;
	text-align: center;
}


/* end-navi */

#end-navi {
	clear: both;
	color: #666;
	font-size: 62%;
	padding: 5px 20px 10px 20px;
	line-height: 2.0;
	background: #f1f1f1 url(../image/bg_h3.gif) left top repeat;
	border-top: 1px dashed #ccc;
}

#end-navi p , #end-navi ul {
	display: inline;
}

#end-navi li {
	display: inline;
	list-style: none;
	padding: 0 5px 0 4px;
	background: url(../image/endnavi_line.gif) right center no-repeat;
	text-align: justify;
}
*+html #end-navi li {
	zoom: 1;
}

#end-navi p a {
	text-decoration: none;
	color: #666;
}

#end-navi li a {
	padding: 0 5px;
	text-decoration: none;
	color: #666;
}

#end-navi li a:hover , #end-navi p a:hover {
	text-decoration: underline;
	color: #00f;
}

#end-navi .endnavi-none {
	background: none;
	padding-right: 0;
}


/* footer */

#footer {
	width: 100%;
	font-size: small;
	background: #626294 url(../image/bg_foot.gif) left top repeat-x;
	border-bottom: 1px #555 solid;
	text-align: center;
}

#footer p {
	color: #fff;
	padding: 5px 10px 0 10px;
}

#footer p span {
	color: #bbb;
}

#footer address {
	color: #fff;
	font-style: normal;
	padding: 0 10px 5px 10px;
}

#footer address a , #footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}
