@charset "utf-8";

/* main */

body , h1 , h2 , h3 , 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 h1 a {
	text-decoration: none;
}

#header .top-logo h1 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;
	margin-bottom: 10px;
	
	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;
}


/* top image */

#topimage {
	clear: both;
	width: 100%;
	height: 200px;
	background: #fafafa url(../image/top.jpg) center top no-repeat;
}


/* gnavi */

#gnavi {
	width: 100%;
	background: #fafafa url(../image/top_u.jpg) center top no-repeat;
	float: left;
	font-size: small;
	font-weight: bold;
}

#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;
}


/* 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: 10px 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: 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: 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;
}


/* content */

/* all */

.blank {
	background: url(../image/link.gif) right center no-repeat;
	padding-right: 15px;
	margin-right: 3px;
	color: #33c;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}


/* maincontent */

.first-txt {
	clear: both;
	padding: 0 10px 15px 10px;
	display: block;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.first-txt:first-letter {
	float: left;
	font-size: 2em;
	line-height: 1.1;
	margin: 0.1em 2px 0 0;
}

.first-txt span {
	border-bottom: 2px dotted #bbb;
}


/* conbox */

#conbox {
	line-height: 1.6;
}

#conbox h2 {
	font-size: 100%;
	padding: 5px 0;
	background: #d9d9d9 url(/image/bg_h2.gif) left top repeat-x;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#conbox h2 span {
	border-left: 5px solid #4999b6;	
	padding-left: 10px;
	margin-left: 10px;
}

#conbox ol {
	padding: 0 10px 10px 20px;
}

#conbox ol li {
	margin-left: 1em;
	line-height: 1.8;
}

#conbox .lh15 li {
	margin: 0 5px 10px 1em;
	line-height: 1.5;
	clear: both;
}

#conbox .lh15 li span {
	font-weight: bold;
}

#conbox .lh15 li .red-line {
	font-weight: normal;
}

#conbox .lh15 li p img , .sub img {
	float: right;
	border: 3px double #aaa;
	margin-left: 5px;
}

#conbox ul {
	padding: 0 10px 10px 15px;
	list-style: square;
}

#conbox ul li {
	margin-left: 1em;
	line-height: 1.5;
	padding: 2px 0 2px 3px;
}

#conbox ul li span {
	font-weight: bold;
}

/* text & attention & next-link */
#conbox .text {
	padding: 0 10px 10px 1em;
}
#conbox .text5 {
	padding: 0 10px 5px 1em;
}

#conbox .attention {
	padding: 0 10px 15px 1em;
}

#conbox .red-line {
	border-bottom: 1px dashed #e30000;
	display: inline;
}

#conbox ul li a , .next-link a , .doc-link {
	color: #33c;
	text-decoration: none;
}

#conbox ul li a:hover , .next-link a:hover , .blank:hover , .doc-link:hover {
	color: #00f;
	text-decoration: underline;
}

#conbox .next-link {
	margin: 0 20px 20px 20px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 8px 0;
}

#conbox .next-link p {
	margin: 0 5px 0 1em;
}

#conbox .pbottom {
	padding: 0 10px;
}

.em1 {
	margin-top: 1em;
}

.px10 {
	margin-top: 10px;
}

.samp {
	background-color: #e8f4ca;
	margin: 10px 0 5px 0;
}

.samp p , .substi {
	margin: 0 1em;
}

#conbox .what {
	font-size: 92%;
	padding: 10px 5px 0 1em;
	text-indent: -1em;
	display: block;
}

#conbox .what2 {
	font-size: 92%;
	padding: 10px 5px 0 2em;
	text-indent: -1em;
	display: block;
}

.red {
	color: #f00;
	font-weight: bold;
	margin: 0 2px;
}

.se-btn {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
}
/* ie7 hac */
*:first-child+html .se-btn {
	margin-bottom: -3px;
	padding-left: 5px;
	padding-right: 5px;
}


/* highslide */

#conbox .inline {
	display: inline;
}

.highslide {
	background: url(../image/high_aicon.gif) right center no-repeat;
	padding: 3px 23px 1px 0;
	display: inline;
	color: #333;
	cursor: help;
	text-decoration: none;
	font-weight: bold;
}

#conbox .lh15 li .highslide {
	font-weight: normal;
	margin-right: 3px;
}

.high-img {
	cursor: pointer;
	background: none;
	padding: 0;
}

.highslide:hover {
	color: #00f;
	text-decoration: underline;
}

.highslide-image {
	border-top: 1px solid #aaa;
	border-right: 1px solid #777;
	border-left: 1px solid #aaa;
}

.highslide-caption {
    display: none;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #aaa;
    font-size: 90%;
    background-color: #fafafa;
	padding: 0 15px;
}

.highslide-caption em {
	font-style: normal;
}

.highslide-caption a {
	color: #33c;
	text-decoration: none;
	font-weight: bold;
}

.highslide-caption a:hover {
	text-decoration: underline;
	color: #00f;
}

.highslide-move {
    cursor: move;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.control {
	padding: 0.3em 0 0.5em 0;
    font-size: 90%;
	text-align: right;
}

.control a {
	color: #777;
	text-decoration: none;
	padding: 2px 5px 1px 6px;
	border: 3px double #bbb;
	margin-left: 2px;
	background-color: #fff;
}

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

.tight {
	padding-top: 7px;
}

.highslide-loading {
	color: #333;
    display: block;
	font-size: x-small;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #333;
    padding-left: 18px;
    background: #fff url(../image/ajax-loader.gif) left center no-repeat;
}
