/* hofu-hoyoin Document */
/* ----------------------------------------- */
/* ▼サイトメニュー（ナビゲーション）設定    */
/* ----------------------------------------- */
/* トップメインコンテンツメニュー */
#TopMenu {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	height: 40px;
    background: #2e4251;
	z-index:5;
}
#top #TopMenu {
	bottom: 0;	
}
#TopMenu ul { 
	margin:0 0 0 35px;
	padding:0;
    width:auto !important;
	min-width:1060px;
    height:auto;
}
#TopMenu li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	font-size:105%;
}
#TopMenu li em { font-style:normal;	font-weight:bold; }

#TopMenu li a {
	display:block;
	width:140px;
	height:33px;
	padding:6px 0 0 0;
	margin:0 5px 0 0;
	text-decoration:none;
	text-align:center;
	line-height:1.65;
	letter-spacing:2px;
	color:#fff;
	text-shadow: 1px 1px 1px #036; /* CSS3 */
	background:#a33462;
    background: #465f6c;
	/*background-image:url(../material/menu_back.png);
	background-repeat:no-repeat;*/
}
#TopMenu a { background-position:0 0; }
#TopMenu a:hover {
	color:#FBF9CF;
	background:#bc316a;
    background: #2c5b76;
	text-shadow: 1px 1px 1px #333; /* CSS3 */
}
#TopMenu li#sel a {
	background:#872834;
    background: #8c0b32;
	color:#FBF7D9;
}

#TopMenu li.menu01 a {
    width:100px;
}
#TopMenu li.menu02 a {
    width:200px;
}

/* 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 #ddd;
	margin:0 15px 0 10px;
    padding:8px 15px;
    color:#ffe;
}
#footerMenu li a:hover {
    color:#2C3147;
    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; }

/* ヘッダーメニュー */
#headerMenu {
	position:absolute;
	top:3px;
	right:10px;
	width:150px;
	height:28px;
    z-index: 10;
}
#headerMenu ul {
	list-style-type:none;
	margin: 0 !important;
	padding:0 !important;
}
#headerMenu li {
  	margin:0 !important;  
}
#headerMenu li a {
	width:auto;
	height:auto;
	display:inline-block;
	padding:3px 10px;
	line-height:1.1;
	text-decoration:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    font-weight:bold;
	color:#153562;
    border:1px solid #253D51;
    background:#FCFBFB;
}
#headerMenu li a:hover {
    background:#F8F9D6;
    color:#F00;
}
#headerMenu li em {
    font-style:normal;
}

/* サイドメニュー */
#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;
    /*margin-left:800px;*/
	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; }

