@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";} {content2: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	color:#333;
-webkit-text-size-adjust: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 90%;
	line-height: 1.5;
	background-color: #FFFFFF;
	text-align:justify;
}

.Green { color: #FF3300; font-size: 100%; padding-right: 10px;}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0000FF;
}

a:hover, a:active{
outline: none;
color:#c58526;

}

a img:hover{opacity:.8;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after,ul#banners:after{content:""; display: table;clear:both;}{content2:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, .postp ul, nav#mainNav .inner,ul.news,ul#banners{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
	padding:3px 10px;
	border:0;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
	line-height:1.5;
	font-size:120%;
	color:#fff;
	background-image: url(images/news_p.gif);
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
	cursor:pointer;
	background-image: url(images/news_p2.gif);
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header,.inner{
margin:0 auto;
width:940px;
}

#content{
float:right;
width:700px;
padding:20px 0 50px;
}
#content2{
	float:right;
	width:700px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: -15px;
}

#toppage #content{
width:100%;
}

#content2{
width:100%;
}
#sidebar{
float:left;
width:200px;
padding:20px 0 50px;
}

#footer{
clear:both;
background:#f3a8bf url(images/border2.png) repeat-x 0 0;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
	clear:both;
	float:left;
	padding:20px 0;
	color: #515151;
	font-size:160%;
	font-weight:bold;
}

/* SNS
----------------------------------*/
.sns{
	float:right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.sns img{margin-left:5px;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
	margin:0 0 20px 0;
	padding:10px 10px 0 10px;
	text-justify:newspaper;

}

.post sample{
	margin:0 0 20px 0;
	padding:10px 10px 0 10px;
	text-justify:newspaper;
	border:1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 1px #ccc;
}
.post_t{
	margin:0 0 20px 0;
	padding:10px 10px 0 10px;
	text-justify:newspaper;
	border:1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 1px #ccc;
	font-size: 110%;

}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.post2{
	border:1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 1px #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 440px;
	background-color: #FFFFFF;
}
.post3{
	background:#fff;
	border:1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 1px #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 450px;
}
.sectionL02 { float:left;  width:250px; margin: 0 20px 0 0;}
.sectionR02 {
	float:right;
	width:395px;
	clear: none;
}
.sectionL05 {
	float:left;
	width:250px;
	height: 150px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.sectionR05 {
	float:right;
	width:395px;
	height: 150px;

}
.sectionL06 {
	float:left;
	width:350px;
	height: 150px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.sectionR06 {
	float:right;
	width:295px;
	height: 150px;

}
.sectionL01 { float:left;  width:260px; margin: 10px 0 0 0;}
.sectionR01 {
	float:right;
	width:630px;
	clear: none;
}

.sectionL03 { float:left;  width:630px; margin: 0 20px 0 0;}
.sectionR03 {
	float:right;
	width:260px;
	clear: none;
	margin: 20px 0 0 0;
	
}
.sectionR04 {
	float:right;
	width:260px;
	clear: none;
	margin-top: 20px;
}
.section03 { float:left;  width:100%; margin: 0 20px 0 0;}
/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear:both;
	font-size:130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h2.title span{
padding-left:25px;
background:url(images/headingBg.png) no-repeat 3px 50%;
}

.dateLabel{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}


.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0 5px 15px;
font-size:150%;
border-bottom:2px solid #773c00;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #773c00;
}

.post h3{
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #773c00;
}
.post h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	color: #000000;
	background-image: url(images/h3_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 0.5%;
	margin-left: 325px;
}
.post h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	color: #000000;
	background-image: url(images/h3_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 0.5%;
	width: 100%;
}
.post h6 {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	color: #663300;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #773c00 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
color:#fff;
border:1px #000 solid;
border-width: 0 0 1px 1px;
background:#E17194;
}

.post table td{
padding:10px;
border: 1px #773c00 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}


table#time{
margin:0 auto;
}

table#time th{
	width:66px;
	font-weight:normal;
	border: 1px #773c00 solid;
	background-color: #E17194;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

table#time th.last{

padding:2px 0;
border-top:1px #773c00 solid;
border-bottom:1px #773c00 solid;
font-weight:normal;
}

table#time th.long{
	width:126px;
	padding: 2px;
}

table#time td{
	padding:2px 0;
	line-height:20px;
	text-align:center;
	color:#333333;
	border: 1px #773c00 solid;
}

table#time td.p01{
padding:2px 0;
line-height:20px;
text-align:center;
color:#3366cc;
border-top:1px #773c00 solid;
}

table#time td.p02{
padding:2px 0;
line-height:20px;
text-align:center;
color:#663300;
border-top:1px solid #cecab9;
}

table#time td.last{
padding:2px 0;
line-height:20px;
text-align:center;
color:#333333;
border-top:1px #773c00 solid;
border-bottom:1px #773c00 solid;
}

table#time td.t01{
font-size:12px;
color:#3366cc;
}

table#time td.t02{
font-size:12px;
color:#663300;
}

table#time td.hol{
font-size:12px;
color:#666666;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget ul{
margin:10px 0 20px 0;
padding:10px 10px 0 10px;
background:#f8f8f8;
border:1px solid #fff;
border-radius:5px;
box-shadow:0 0 1px #d5d5d5;
}
.widgetWrap{
	background:#fff;
	border:1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 1px #d5d5d5;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 0;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul#banners{
	width:208px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar ul#banners li{
	float:none;
	height: 45px;
	border-radius:5px;


-webkit-border-radius:5px;
-moz-border-radius:5px;
	line-height:1.5;
	font-size:120%;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	width: 198px;

}

#sidebar ul#banners li span {
	font-size: 10px;
	color: #999999;
	display: block;


}
#sidebar ul#banners li a{
	margin:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#333333;
	display: block;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar ul#banners li a:hover{
outline: none;
color:#FFFFFF;
background-color: #5a2e12;

	height: 100%;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display: block;
}


section.widget h3{
	clear:both;
	margin:0 0 -5px;
	padding:5px 5px 5px 17px;
	font-size:110%;
	background-image: url(images/side_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: bold;
	color: #FFFFFF;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow2.png) no-repeat 0 12px;
border-bottom:1px dashed #e4e4e4;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

#searchform{padding:20px 0;}


.subplan{
	width:220px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

table#subplan{
margin:0 auto;
}

table#subplan th{
	width:18px;
	border-top:1px solid #cecab9;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

table#subplan th.last{
	width:18px;
	border-top:1px solid #cecab9;
	border-bottom:1px solid #cecab9;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

table#subplan th.long{width:70px;}

table#subplan td{
padding:2px 0;
line-height:22px;
text-align:center;
color:#E17194;
border-top:1px solid #cecab9;
}

table#subplan td.p01{
padding:2px 0;
line-height:22px;
text-align:center;
color:#3366cc;
border-top:1px solid #cecab9;
}

table#subplan td.p02{
padding:2px 0;
line-height:22px;
text-align:center;
color:#663300;
border-top:1px solid #cecab9;
}

table#subplan td.last{
padding:2px 0;
line-height:22px;
text-align:center;
color:#E17194;
border-top:1px solid #cecab9;
border-bottom:1px solid #cecab9;
}

table#subplan td.t01{
font-size:10px;
color:#3366cc;
}

table#subplan td.t02{
font-size:12px;
color:#663300;
}

table#subplan td.hol{
font-size:10px;
color:#666666;
}
table#subplan th{
font-size:10px;
color:#333333;
}
.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ul.num { float:left;}
.post ul.num li { padding: 0 0 10px 25px; background-position: 0px 0px; background-repeat:no-repeat;}

dl.numRed { float:left;}
dl.numRed dt { padding: 0 0 10px 25px; background-position: 0px 0px; background-repeat:no-repeat; font-weight:bold;}
dl.numRed dd { padding: 0 0 20px 0;}

.post .numB01 { background-image:url(images/numB01.gif);}
.post .numB02 { background-image:url(images/numB02.gif);}
.post .numB03 { background-image:url(images/numB03.gif);}
.post .numB04 { background-image:url(images/numB04.jpg);}
.post .numB05 { background-image:url(../img/numB05.jpg);}
.post .numB06 { background-image:url(../img/numB06.jpg);}
.post .numB07 { background-image:url(../img/numB07.jpg);}
.post .numB08 { background-image:url(../img/numB08.jpg);}
.post .numB09 { background-image:url(../img/numB09.jpg);}
.post .numB10 { background-image:url(../img/numB10.jpg);}



/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{color:#c58526;font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
	clear:both;
	font-size:110%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;


	background-repeat: no-repeat;

}
.newsTitle2{
	clear:both;
	font-size:110%;
	background-image: url(images/headingBg.png);
	background-repeat: no-repeat;
	background-position: 0 40%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "メイリオ", "Meiryo", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#c58526;}

.news time{

	font-family: "メイリオ", "Meiryo", "Book Antiqua", Palatino, serif;
	font-size: 70%;
}


/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer .boxWrap{
width:980px;
margin-right:-40px;
}

#footer .box{
float:left;
width:450px;
margin-right:40px;
padding:20px 0;
}

.box .widgetWrap, .box section.widget ul{
padding-left:10px;
background:transparent;
border:0;
box-shadow:none;
}


#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;

}

#footer h3 span{
padding-left:0px;

}

.contact img.logo{margin-bottom:10px;}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(images/f1.png) no-repeat 4px 0;
	background-position: 3px;
	text-indent: 30px;
}

.contact p.mail{
	background-image:url(images/f4.png);
	background-position: 3px;
	text-indent: 30px;
}
.contact p.access{
	background-image:url(images/f5.png);
	background-position: 3px;
	text-indent: 30px;
}
.contact p.tel{background-image:url(images/f12.png);
	background-position: 3px;
	text-indent: 100px;
}
.contact p.fax{background-image:url(images/f3.png);
	background-position: 3px;
	text-indent: 30px;
}
.contact p.tw{background-image:url(images/f1.gif);}
.contact p.fb{background-image:url(images/f1.gif);}

#copyright{
	clear:both;
	padding:15px 0 10px;
	text-align:center;
	font-size:90%;
	background:#fff url(images/border2.png) repeat-x 0 0;
	font-family: "メイリオ";
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul#banners,ul.post{
width:940px;

padding-bottom:20px;
}

ul#banners li,ul.post li{
	float:left;
	width:220px;
	margin-right:8px;
	margin-left: 7px;
}
ul#banners2{
width:940px;

padding-bottom:12px;
}

ul#banners2 li{
	float:left;
	width:176px;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
	line-height:1.5;
	font-size:120%;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	height: 45px;
	text-align: center;
line-height: 45px;
}
ul#banners3{
	width:940px;

	padding-bottom:20px;
	clear: left;
	float: left;
	height: 45px;
}

ul#banners3 li{
	float:left;
	width:176px;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
	line-height:1.5;
	font-size:120%;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	height: 45px;
	text-align: center;
line-height: 45px;

}

ul#banners2 li a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#333333;
	display: block;
}

ul#banners2 li a:hover{
outline: none;
color:#FFFFFF;
background-color: #5a2e12;
width:176px;
	height: 100%;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display: block;
}
ul#banners3 li a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#333333;
	display: block;
}

ul#banners3 li a:hover{
outline: none;
color:#FFFFFF;
background-color: #5a2e12;
width:176px;
	height: 100%;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display: block;
}

ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;
}

ul.post img{
max-width:220px;
height:auto;
}

ul.postp{
	padding:0;
	border:0;
	box-shadow:none;
	background-color: transparent;
	background-image: none;
	display: block;
}

ul.postp img{
max-width:185px;
height:auto;
}
ul.postp{
width:657px;

padding-bottom:20px;
}

ul.postp li{
	float:left;
	width:185px;
	margin-right:8px;
	margin-left: 7px;
}

ul.post h3{
margin:10px 0;
padding-bottom:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
background:url(images/border.png) repeat-x 0 100%;
}

p.readon{font-size:90%;}




/* メインメニュー
------------------------------------------------------------*/
nav#mainNav ul{
	clear:both;
	position:relative;
	z-index:200;
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 940px;
height: 50px;
background:url(images/topnav.gif) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:156px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 156px;
height: 50px;
background:url(images/topnav.gif) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#staff{background-position:-156px 0;}
ul#topnav a#clinic{background-position:-313px 0;}
ul#topnav a#access{background-position:-469px 0;}
ul#topnav a#contact{background-position:-626px 0;}
ul#topnav a#reserve{background-position:-783px 0;}
ul#topnav a#link{background-position:-940px 0;}


ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -50px;}
ul#topnav a#staff:hover, ul#topnav li.active a#staff{background-position:-157px -50px;}
ul#topnav a#clinic:hover, ul#topnav li.active a#clinic{background-position:-313px -50px;}
ul#topnav a#access:hover, ul#topnav li.active a#access{background-position:-469px -50px;}
ul#topnav a#contact:hover, ul#topnav li.active a#contact{background-position:-626px -50px;}
ul#topnav a#reserve:hover, ul#topnav li.active a#reserve{background-position:-783px -50px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-940px -50px;}


li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}

ul#banners4{
width:940px;

padding-bottom:12px;
}

ul#banners4 li{
	float:left;
	width:144px;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
	line-height:1.5;
	font-size:120%;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	height: 45px;
	text-align: center;
line-height: 45px;
}
ul#banners5{
	width:940px;

	padding-bottom:20px;
	clear: left;
	float: left;
	height: 45px;
}

ul#banners5 li{
	float:left;
	width:144px;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
	line-height:1.5;
	font-size:120%;
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	height: 45px;
	text-align: center;
line-height: 45px;

}

ul#banners4 li a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#333333;
	display: block;
}

ul#banners4 li a:hover{
outline: none;
color:#FFFFFF;
background-color: #5a2e12;
width:144px;
	height: 100%;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display: block;
}
ul#banners5 li a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	color:#333333;
	display: block;
}

ul#banners5 li a:hover{
outline: none;
color:#FFFFFF;
background-color: #5a2e12;
width:144px;
	height: 100%;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display: block;
}

.font-s{
	font-size: 80%;
}

#page-top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
}
