/* kato-seikei Document */
/* ----------------------------------------- */
/* ▼サイトメニュー（ナビゲーション）設定    */
/* ----------------------------------------- */

/* トップメインコンテンツメニュー */
#TopMenu {
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	width: 100%;
	height: 42px;
    /*background: #2760ad;*/
	z-index:5;
}
#TopMenu:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#TopMenu ul {
	margin:0;
	padding:0;
    width:auto !important;
	min-width:1080px;
    height:auto;
}
#TopMenu li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	font-size:100%;
}
#TopMenu li em { font-style:normal;	/*font-weight:bolder;*/ }

#TopMenu li a {
	display:block;
	width:135px;
	height:30px;
	padding:4px 0 0 0;
	margin:0 3px 0 0;
	text-decoration:none;
	text-align:center;
	line-height:1.55;
	letter-spacing:1px;
    color:#2760ad;
    color:#ffcf38;
    color:#fff;
    border:1px solid transparent;
    background: none;
    background: linear-gradient(#6c9bd2 20%,#1d5397 50%,#1d5397 80%);
    /*background: linear-gradient(#265fac 20%,#2e5994 50%,#274d7a 80%);*/
}
#TopMenu a:hover {
    color:#2760ad;
    border:1px solid #6c9bd2;
    background:none;
    background: #fffae7;
    text-shadow:none;
}
#TopMenu li#sel a {
	color:#FBF7D9;
    background: linear-gradient(#1c3960 20%,#1c3960 50%,#2e5994 80%);
	/*text-shadow: 1px 1px 1px #333;*/
    text-shadow:none;
}


/* footer Menu ****** */
#footerMenu {
    display: none;
}
#footerMenu ul { 
	margin:0 15px;
	padding:0;
}
#footerMenu li {
	list-style-type:none;
    margin:0;
	padding:0;
	font-size:100%;
}
#footerMenu li a {
    display: block;
    border-bottom:1px solid #2760ad;
	margin:0 15px 0 10px;
    padding:8px 15px;
}
#footerMenu li a:hover {
    background: linear-gradient(#e3f0f8 30%,#cfe8f8 70%,#cfe8f8 30%);
}
#footerMenu li em { font-style:normal;	font-weight:bolder; }

/* ----------------------------------------- */
/* ▼バナー・メニュー設定                    */
/* ----------------------------------------- */
/* TOPボタン */
#btn_top a {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 80px;
	height: 30px;
	display: block;
	background-image: url(../material/btn_top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 10;
}
#btn_top a:hover { background-position:-80px 0; }
#btn_top a span { display:none; }

/* お問い合せボタン */
#btn_contact {
	/*position:absolute;
	bottom:25px;
	right:40px;*/
}
#btn_contact a {
	display:block;
	width:136px;
	height:34px;
	background-image:url(../material/btn_contact.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#btn_contact a:hover { background-position:0 -34px; }
#btn_contact em { display:none; }



/* サイドメニュー */
#sideMenu {
    position: absolute;
    width:230px;
}
#sideMenu ul {
    margin:20px 0;
}

/* ページ内リンクのヘッダー位置調整 */
#c01,#c02,#c03,#c04,#c05,#c06,#c07,#c08,#c09,#c10 {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

/* ページトップへ戻る */
.pageTop {
    position:relative;
    width:100%;
    /*max-width:950px;*/
    height:0;
    margin:0 auto;
}

.pageTop a {
    position: fixed;
    bottom: 5px;
    right:0;
    display: block;
    width: 75px;
    height:75px;
	background:url(../material/btn_top.png) 0 0 no-repeat;	
}
.pageTop a:hover {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}
.pageTop a em { display:none; }


/* サイドメニュー */
#SideMenu {
	margin:10px 15px 10px 15px;
	padding:0;
}
#SideMenu h3, #side_bn h3 {
	font-size:100%;
	letter-spacing:0;
	margin:0;
	padding:3px 0 0 3px;
	color:#000;
}
#SideMenu ul {
	margin:0;
	padding:0;
}
#SideMenu li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	font-size:110%;
}
#SideMenu li a {
	display:block;
	width:90%;
	/*margin:0 0 10px 0;
	padding:23px 15px 23px 0;*/
	margin:0;
	padding:10px 15px 10px 0;
    text-align: left;
	line-height:1.3;
	font-size:1.1em;
    color:#12588B;
    border-bottom:1px solid #7fcef4;
    /*background: #e5eff4;*/
    text-decoration: none;
    /*background: linear-gradient(#fffef5 30%,#fdfae0 70%,#fdfae0 30%);*/
}
#SideMenu a:before {
    padding-left:10px;
    padding-right:10px;
    content:"\025b6";
}
#SideMenu .bn_reserve a:after {
    padding-left:10px;
    content:"";  
}
#SideMenu a:hover {
    color:#1C83C4;
	background-color: #fbf1ca;
}
#SideMenu .no_link {
	width:90%;
	margin:0 0 7px 5px;
	padding:15px 5px 15px 8px;
	border:1px solid #333;	
}

#SideMenu .bn_reserve a {
    width:100%;
    height:110px;
	padding:0;
    border:none;
    background:url(../material/bn_reserve.png) left top no-repeat;
}
#SideMenu .bn_reserve a:hover {
    background:url(../material/bn_reserve_on.png) left top no-repeat;
}
#SideMenu .bn_reserve span {
    display: none;
}