@charset "utf-8";
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	/*behavior:url(/css/csshover.htc);*/
} 
table {
	border-collapse:collapse;
} 
fieldset,img {
	border:0;
} 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} 
ol,ul {  
	list-style:none;
} 
caption {
	text-align:left;
} 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html {
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font-size:84%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
	color:#000;
	background:#222 url(/com_img/mainback.jpg) repeat-x 0 0;
}
a {color:#333333;text-decoration:underline;outline:none;}
a:hover {color:#333333;text-decoration:none;}
.clr {clear:both;}
p {margin-bottom:0.8em;}
.p2 {margin:0;}
/*strong {font-weight:bold;}*/
.fLeft {float:left; margin:0 10px 10px 0;}
.fRight {float:right; margin:0 0 10px 10px;}
.ore {color:#FF6600;}
.red {color:#E60012;}
.grn {color:#019935;}
.defUl {list-style:disc; padding:0 0 0.8em 2em;}
.defOl {list-style:decimal; padding:0 0 0.8em 2em;}
.defUl li, 
.defOl li{
	margin-bottom:0.5em;
}
/*FIREFOX ONLY*/
*>/**/sup { vertical-align: text-top; line-height: 4px; }
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgb08 {margin-bottom:0.8em;}
.mgb20 {margin-bottom:20px;}
.caption {font-size:84%;line-height:1.3em;}
.txRight {text-align:right;}
.txCenter {text-align:center;}
.leadTx {
	font-size:120%;
	line-height:1.7em;
}
.leadTx2 {
	font-size:120%;
	line-height:1.7em;
	color:#5C542C;
	font-weight:bold;
}
.leadSubTx {
	font-size:110%;
	line-height:1.6em;
}
.btnDtl {
	margin:0;
}
/*----------------------------------------------------------
	リスト再定義
----------------------------------------------------------*/
.numOlLi {
	list-style:decimal;
	margin:0 0 0 2em;
}
/*----------------------------------------------------------
	テーブル再定義
----------------------------------------------------------*/
.defTbl, .defTbl2 {
	width:100%;
	table-layout:fixed;
}
.defTbl,
.defTbl th,
.defTbl td {
	border:1px solid #DDDDDD;
}
.defTbl th,
.defTbl td {
	padding:5px;
}
.defTbl th {
	background-color:#EFEFEF;
}
.exTxt {font-size:84%; margin-left:0.5em;}
.defTbl2 th,
.defTbl2 td {
	border-bottom:1px solid #DDDDDD;
}
.defTbl2 td {
	padding:8px 0 8px 5px;
}
.defTbl2 th {
	text-align:left;
	padding:8px 5px 8px 0;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	overflow:auto;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*-------------------------------------------------------------------

	COMMON LAYOUT SETTING

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

	HEADER

-------------------------------------------------------------------*/
#base_header {
	width:992px;
	margin:0 auto 0;
	color:#FFF;
}
#base_header a {
	color:#FFF;
}
#base_header h1 {
	font-size:84%;
	margin-top:12px;
	padding-left:10px;
	line-height:1.3em;
}
#base_header h1 a {
	text-decoration:none;
}
#base_header ul#toolUl {
	margin:0 0 0 auto;
	width:449px;
}
#base_header ul#toolUl li {
	float:left;
	padding-left:8px;
	line-height:1em;
	font-size:0.4em;
}
#base_header #logoWpr {
	width:972px;
	margin:auto;
	clear:both;
}
#base_header #logoWpr #logo {
	float:left;
	display:block;
}
#base_header #logoWpr #tel {
	float:right;
	display:block;
}
/*-------------------------------------------------------------------

	GLOBAL MENU

-------------------------------------------------------------------*/
#base_header #gMenuUl {
	clear:both;
	width:978px;
	background:url(/com_img/gmenuback.png) no-repeat 0 0;
	padding:0 7px 0;
}
#base_header #gMenuUl li {
	float:left;
	margin-top:7px;
}
#base_header #gMenuUl li a {
	display:block;
	height:49px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}
#base_header #gMenuUl li#gm1 a {
	width:245px;
	background:url(/com_img/gm1.gif) no-repeat 0 top;
}
#base_header #gMenuUl li#gm2 a {
	width:245px;
	background:url(/com_img/gm2.gif) no-repeat 0 top;
}
#base_header #gMenuUl li#gm3 a {
	width:245px;
	background:url(/com_img/gm3.gif) no-repeat 0 top;
}
#base_header #gMenuUl li#gm4 a {
	width:243px;
	background:url(/com_img/gm4.gif) no-repeat 0 top;
}
/*#base_header #gMenuUl li#gm1 a:hover,
#base_header #gMenuUl li#gm2 a:hover,
#base_header #gMenuUl li#gm3 a:hover,
#base_header #gMenuUl li#gm4 a:hover {
	background-position:0 bottom;
}*/
/*CURRENT*/
#base_header #gMenuUl li#gm1 a.here,
#base_header #gMenuUl li#gm2 a.here,
#base_header #gMenuUl li#gm3 a.here,
#base_header #gMenuUl li#gm4 a.here {
	background-position: 0 bottom;
}
/*-------------------------------------------------------------------

	CONTENTS

-------------------------------------------------------------------*/
#base_wrapper {
	width:992px;
	margin:0 auto;
	background:url(/com_img/body_back.png) repeat-y 0 0;
	clear:both;
}
/*IE6pngFix*/
* html body div#base_wrapper {
	background:none;
	background:url(/com_img/body_back.gif) repeat-y 0 0;
}
#base_wrapInn {
	width:972px;
	padding:4px 10px 26px;
	background:url(/com_img/body_foot.gif) no-repeat 0 bottom;
}
#base_wrapInn #baseL {
	width:730px;
	float:left;
	background-color:#FFF;
}
#base_wrapInn #baseR {
	width:238px;
	float:right;
	background:#FFF url(/com_img/r_line.gif) repeat-y 0 0;
}
#base_wrapInn #baseR ul#btnLgeWpr {
	width:214px;
	padding:12px 12px 18px;
	background:#FFF url(/com_img/sideback.gif) no-repeat 0 0;
}
#base_wrapInn #baseR ul#btnLgeWpr li {
	margin-bottom:8px;
	font-size:1px;
	line-height:1px;
}
#base_wrapInn #baseR ul#btnLgeWpr li.liLast {
	margin-bottom:0;
}
#base_wrapInn #baseR #baseRinn {
	width:217px;
	margin-left:13px;
}
/*topic path*/
ul#topicPath {
	width:714px;
	background-color:#F7F5EE;
	padding:8px 8px 4px;
	border-bottom:1px dotted #C2B77E;
	color:#746936;
	font-size:84%;	
}
ul#topicPath li {
	display:inline;
}
ul#topicPath li a {
	color:#746936;
	background:url(/com_img/topicpath.gif) no-repeat right center;
	padding-right:1.6em;
}
/*under left inn*/
#udrLeftInn {
	width:698px;
	margin:16px 16px 0 16px;
}

/*-------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/
#base_footer {
	width:954px;
	margin:0 auto;
	clear:both;
	color:#FFF;
	padding-bottom:20px;
}
#base_footer a {
	color:#FFF;
}
#base_footer .footL {
	float:left;
	margin-right:16px;
}
#base_footer .copy {
	float:right;
}
/*-------------------------------------------------------------------

	COMMON PARTS

-------------------------------------------------------------------*/
/*COMMON TEL*/
#comTel {
	width:660px;
	border:4px solid #DDD;
	padding:6px 15px 15px;
}
#comTel #comTelLead {
	background:url(/com_img/comtel_lead.gif) no-repeat 0 0;
	margin-bottom:0;
	width:533px;
	height:74px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}
#comTel #comTelInn {
	width:660px;
	border-top:2px solid #DDD;
}
#comTel #comTelInn ul {
	width:660px;
	font-size:0.5em;
	line-height:0.5em;
}
#comTel #comTelInn li.ct1 {
	float:left;
}
#comTel #comTelInn li.ct2 {
	float:left;
	margin-left:7px;
}
#comTel #comTelInn li.ct3 {
	float:right;
}
/*COMMON SCHEDULE*/
.scheForm {
	width:197px;
	padding:10px;
	background-color:#EFEFEF;
	margin-bottom:15px;
}
.scheForm #sh_city,
.scheForm #sh_cnc {
	width:197px;
	margin-bottom:7px;
}
.scheForm h3 {
	font-weight:bold;
	margin:5px 0 2px;
	border-bottom:1px dotted #CCC;
}
.scheForm .scheL {
	float:left;
	font-weight:bold;
	margin-bottom:3px;
}
.scheForm .scheR {
	float:right;
	font-size:84%;
	margin-bottom:3px;
	cursor: hand;
}
.scheForm table#calendar {
	margin-bottom:5px;
	clear:both;
}
.scheForm table#calendar th,
.scheForm table#calendar td {
	background-color:#FFF;
	padding:3px 2px 3px;
	text-align:center;
	font-size:11px;
}
.scheForm table#calendar td.ico1,
.scheForm table#calendar td.ico2,
.scheForm table#calendar td.ico3,
.scheForm table#calendar td.ico4 {
	padding-bottom:12px;
}
.scheForm table#calendar td.ico0 {
	background:#eee;
}
.scheForm table#calendar td.ico1 {
	background:#FFF url(/com_img/jamico1.gif) no-repeat center bottom;
}
.scheForm table#calendar td.ico2 {
	background:#FFF url(/com_img/jamico2.gif) no-repeat center bottom;
}
.scheForm table#calendar td.ico3 {
	background:#FFF url(/com_img/jamico3.gif) no-repeat center bottom;
}
.scheForm table#calendar td.ico4 {
	background:#FFF url(/com_img/jamico4.gif) no-repeat center bottom;
}
.scheForm table#calendar .sun {
	background-color:#FFE5E5;
}
.scheForm table#calendar .sat {
	background-color:#D1F0FF;
}
.scheForm table#calendar .week {
	background-color:#EFEFEF;
}
.scheForm table#calendar a{
	text-decoration: none;
	display: block;
}
.scheForm table#calendar a:hover{
	text-decoration: underline;
}

/*COMMON SIDE BANNER*/
ul#sideBnn {
	margin-bottom:10px;
}
ul#sideBnn li {
	margin-bottom:5px;
	font-size:6px;
	line-height:0.5em;
	
}
/*COMMON TAG CLOUD*/
ul.tagCloud {
	line-height: 1.2;
	font-size: 13px;
	border:2px solid #DDD;
	border-top:none;
	background-color:#F7F7F7;
	padding:0 10px 10px;
	margin-bottom:15px;
}
ul.tagCloud li {
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}
ul.tagCloud li a {
	text-decoration: none;
	padding-right:5px;
}
/*TAG LEVEL1～6*/
ul.tagCloud li.level1 a {
	font-size: 167%;
	color:#FF3300;
	font-weight: bold;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	color:#990066;
	font-weight: bold;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	color:#99CC00;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color:#FF6600;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color:#006699;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color:#3366FF;
}

/* オンマウス色 */
ul.tagCloud li a:hover {
	text-decoration:underline;
}
/*COMMON H2*/
#comTit {
	background:#F0EEE1 url(/com_img/h2back.gif) repeat-x 0 0;
	border-bottom:1px solid #D2C9A2;
	padding:20px 14px 8px;
}
#comTit h2 {
	color:#5C542C;
	font-weight:bold;
	font-size:119%;
	background:url(/com_img/h2ico.gif) no-repeat 0 0;
	padding:0 0 0 14px;
	line-height:1.3em;
}
.pagetop {
	margin-bottom:1.5em;
	text-align:right;
	clear:both;
}
/*COMMON H3*/
h3.subTit {
	background:url(/com_img/cityback.gif) no-repeat 0 center;
	padding:10px 4px 4px 10px;
	margin-bottom:15px;
	font-weight:bold;
	color:#5C542C;
	font-size:110%;
	clear:both;
}
/*COMMON INNER*/
div.defInn {	
	width:678px;
	margin:0 0 20px 10px;
	clear:both;
}




