@charset "UTF-8";

/* ユニバーサルレイアウト　*/
*{
	margin:0px;
	padding:0px;
	font-style:normal
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#333;
	background-color:#FFF;
	text-align:center;
	background-image:url(images/bodyBackimage.gif);
	background-repeat:repeat-x;                                            
}

ul {
	list-style-type:none;
}

/* リンクレイアウト　*/

a, a:link {
	color:#333;
	text-decoration:none;
	background-color:transparent;
}

a:hover {
	color:#09F;
	text-decoration:underline;
	}

a img {
	border-style:none;
}

strong {
	color:#09F;
	text-decoration:underline;
	}

.clear {
	clear:both;
	line-height:1px;
}



#container {
	width:890px;
	position:relative;
	height:auto;
	margin:0 auto;
	text-align:left;	
	}


/* headerレイアウト各ページ共通*/
/*　メインロゴ*/
#headerMainLogo {
	position:absolute;
	top:10px;
	left:0px;
}

/*　サブナビゲーション　*/
#headerSubNavi{
	height:20px;
    width:610px;
	position:absolute;
	top:10px;
	right:0px;
	}

#headerSubNavi ul li {
	display:block;
	float:left;
}

#headerSubNavi ul li#headerSubNavi01 a {
	width:65px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi02 a {
	width:150px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi03 a {
	width:140px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi04 a {
	width:110px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi05 a {
	width:90px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}

#headerSubNavi ul li#headerSubNavi01 a:hover,
#headerSubNavi ul li#headerSubNavi02 a:hover,
#headerSubNavi ul li#headerSubNavi03 a:hover,
#headerSubNavi ul li#headerSubNavi04 a:hover,
#headerSubNavi ul li#headerSubNavi05 a:hover {
	color:#09F;
}

/*　サブロゴ各ページ共通　*/

#headerSubLogo {
	position:absolute;
	top:35px;
	left:740px;
}

/*　グローバルナビゲーション各ページ共通　*/

#globalNavi ul{
	position:absolute;
	top:60px;
	left:0px;
	height:40px;
	width:888px;
	}

#globalNavi ul li  {
	display:block;
	float:left;
}
#globalNavi ul li#globalNavi01 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi01A.gif);
	background-repeat:no-repeat;
	}

#globalNavi ul li#globalNavi02 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi02A.gif);
	background-repeat:no-repeat;
}

#globalNavi ul li#globalNavi03 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi03A.gif);
	background-repeat:no-repeat;
}
#globalNavi ul li#globalNavi04 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi04A.gif);
	background-repeat:no-repeat;
}
#globalNavi ul li#globalNavi05 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi05A.gif);
	background-repeat:no-repeat;
	}
#globalNavi ul li#globalNavi06 {
	background-image:url(images/gnavi06A.gif);
	background-repeat:no-repeat;
}

#globalNavi ul li#globalNavi01 a {
	width:130px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi02 a {
	width:193px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi03 a {
	width:130px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi04 a {
	width:130px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi05 a {
	width:140px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi06 a {
	width:160px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi01 a:hover {
	background-image:url(images/gnavi01hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi02 a:hover {
	background-image:url(images/gnavi02hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi03 a:hover {
	background-image:url(images/gnavi03hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi04 a:hover {
	background-image:url(images/gnavi04hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi05 a:hover {
	background-image:url(images/gnavi05hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi06 a:hover {
	background-image:url(images/gnavi06hover.gif);
	color:#FFF;
}


/*  営業日のお知らせ、サイトマップページレイアウト  */


/*　パンくずリスト　　*/

.pankuzulist {
	position:absolute;
	top:105px;
	font-size:12px;
	width:500px;
}

/* footerレイアウト　*/

#footer {
	width:888px;
	height:180px;
	background-image:url(images/footer.gif);
	text-align:center;
	margin-top:50px;
}

#footer #footer01{
	display:block;
	padding-top:20px;
	height:20px;
	}


#footer #footer02{
	display:block;
	padding-top:10px;
	height:20px;
}

#footer a{
	color:#FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	clear:both;
	display:block;
	padding-top:10px;
	height:20px;
	color:#FFF;
}
#footer em {
	color:#FFF;
}

*html #footer #footer02{
	display:block;
	padding-top:0px;
	height:18px;
}
*html #footer address {
	clear:both;
	display:block;
	padding-top:0px;
	height:18px;
	color:#FFF;
}


/* トップページへマークの指定　*/

#gotTop {
	font-size:13px;
	color:#0CF;
	margin-top:20px;
	text-align:right;
}

/*  ◎◎◎◎◎◎◎◎◎◎◎◎以下、個別ページレイアウト◎◎◎◎◎◎◎◎◎◎◎◎　*/

/*  ★★★★★★営業日のお知らせページレイアウト★★★★★★★★　*/
#companymain {
	position:absolute;
	top:130px;
	left:1px;
	width:888x;
}
#mainLetter {
	width:886px;
}

#companymain h1 {
	font-size:14px;
	line-height:2.3em;
	padding-left:5px;
	border-left:#3cf 10px solid;
	width:886px;
	height:30px;
	background-image:url(images/h1longbar.gif);
	background-repeat:no-repeat;
	}
#companymain h2 {
	margin-top:30px;
	font-size:15px;
	color:#09F;
	border-top:#CCC solid 3px;
}

#calenderTable {
	margin-bottom:30px;
	margin-top:10px;
	border-collapse:collapse;
	border:#999 solid 1px;
	font-size:12px;
	width:886px;
}

#calenderTable th {
	text-align:center;
	width:20px;
	background-color:#CCC;
	border:#999 1px solid;
	padding-left:1px;
}

#calenderTable td {
	text-align:center;
	border:#999 1px solid;
}
th#sunday {
	background-color:#FFF;
	color:#F00;
}
.holiday {
	background-color:#F00;
	color:#FFF;
}

/*  ★★★★★★サイトマップページレイアウト★★★★★★★★　*/

#mainLetterSiteMap {
	width:886px;
}

#mainLetterSiteMap h1 {
	font-size:15px;
	line-height:2.3em;
	padding-left:5px;
	border-left:#3cf 10px solid;
	width:886px;
	height:30px;
	background-image:url(images/h1longbar.gif);
	background-repeat:no-repeat;
	text-align:left;
	}
#mainLetterSiteMap h2 {
	margin-top:30px;
	font-size:18px;
	color:#09F;
	border-top:#CCC solid 3px;
	text-align:left;
}
#mainLetterSiteMap #siteMapPragraph p {
	margin-top:20px;
	background-image:url(images/linkMarkSiteMap.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:16px;
	width:400px;
	text-align:left;
	float:left;
	display:block;
}