@charset "UTF-8";


/*基本設定*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*pngを表示する*/
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

body {
	padding-bottom: 20px;
	/*background-color: #000026;*//*冬用 */
	background-color: #2d2f61;/* 夏用 */
	color: #FFF;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Arial, helvetica, Verdana, sans-serif;
}

a {	text-decoration: none;}
a:link, a:visited { color: #c90;}
a:hover {	color: #EEC65A;}
a:active {	color: #FFE9A3;}

a img { border-width: 1px;}

/*IE用にリンク画像のボーダーを色指定する*/
a:link img, a:visited img {	border-color: #c90;}
a:hover img {	border-color: #EEC65A;}
a:active img {	border-color: #FFE9A3;}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
}

sup {
	font-size: 0.8em;
	padding: 0 0.1em 0 0;
}
* html sup {
	padding: 0 0.4em 0 0;
}

.clearfix {display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

.gray { color: #666;}
.pink { color: #FEAFB2;}
.yellow { color: #FFFF66;}



/*タグライン周辺の設定*/

#taglinebox {
	width: 900px;
	margin: 0 auto;
	padding: 6px 0 4px;
	overflow: hidden;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#taglinebox {
 overflow: hidden;
}
#taglinebox:after {
 content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #taglinebox {
 height: 1em;
 overflow: visible;
}
/**/

#taglinebox p {
	float: left;
	padding: 1px 0;
}
#taglinebox ul {
	float: right;
	list-style: none;
	margin-right: -6px;
	color: #999;
}
#taglinebox li {
	display: inline;
	padding: 1px 7px;
	border-right: 1px solid #8D8FB7;
}





/*一番外枠の設定*/

#basebox {
	width: 900px;
	margin: 0 auto 18px;
	text-align: left;
	/*background-color: #1C2070;*//* 冬用 */
	background-color: #585B9C;/* 夏用 */
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#basebox {
	overflow: hidden;
}
#basebox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #basebox {
 height: 1em;
 overflow: visible;
}
/**/



/*ヘッダの設定*/
#header {
	position: relative;
	height: 230px;
}
#header p {
	position: absolute;
	top: 24px;
	left: 0;
	width: 900px;
	height: 74px;
	text-align: center;
	z-index: 100;
	overflow:hidden;
}
/*#header p {
	position: absolute;
	top: 24px;
	left: 0;
	width: 900px;
	height: 74px;
	text-align: center;
	z-index: 100;
}*/

#header p img {
	width: 234px;
	/*height: 74px;*/
	border: none;
}
#header p a {
	display: block;
	width: 234px;
	height: 74px;
	margin: auto;
}
#header p a:link, #header p a:visited {
	margin-top: 0;
}
#header p a:hover {
	margin-top: -74px;

}
#header p a:active {
	margin-top: -148px;

}
/*---------IE8対策以前----------*/
/*#header p a:link, #header p a:visited {
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.60;
}
#header p a:hover {
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}
#header p a:active {
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.00;
}*/
/*-----------------------------*/

/*メインナビの設定*/

#header ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 90px;
	width: 720px;
	z-index: 101;
}

#header li {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

#header li img {
	border: none;
}

#header li a, #header li span {
	display: block;
	width: 120px;
	height: 360px;
}

#header li a:link, #header li a:visited {
	margin-top: 0;
}
#header li a:hover {
	margin-top: -120px;
}
#header li a:active, #header li span {
	margin-top: -240px;
}

/*---------IE8対策以前----------*/
/*
#header li a:link, #header li a:visited {
	margin-top: 0;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}
#header li a:hover {
	margin-top: -120px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}
#header li a:active, #header li span {
	margin-top: -120px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.00;
}
*/
/*-----------------------------*/

/*ページタイトルの設定*/

#introbox {
	padding: 10px 60px 0;
	position: relative;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#introbox {
	overflow: hidden;
}
#introbox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #introbox {
 height: 1em;
 overflow: visible;
}
/**/



#titleBar {
	width: 780px;
	height: 62px;
	margin: 0 auto 1em;
	overflow: hidden;
	/*タイトルの背景画像は各コンテンツ用のcustom.cssで*/
	background-position: center;
	background-repeat: no-repeat;
}
#titleBar h1 {
	padding: 16px 0 0 86px;
	border-bottom: none;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
* html #titleBar h1 {
	font-size: 2.1em;
}
#titleBar h1 a { text-decoration: none;}
#titleBar h1 a:link, #titleBar h1 a:visited {
	color: #fff;
}
#titleBar h1 a:hover {	color: #EEC65A;}
#titleBar h1 a:active {	color: #FFE9A3;}

#titleBar ul {
	float: right;
	list-style: none;
	margin-right: -6px;
	padding-top: 24px;
	color: #999;
}
#titleBar ul li {
	display: inline;
	padding: 1px 6px;
	border-right: 1px solid #8D8FB7;
}
/*infoページ用シンプルな方のタイトル*/
#info #titleBar h1 {
	padding: 16px 0 0 8px;
}
#introbox p, #introbox dl {
	padding: 1em 30px 0;
	line-height: 2.2em;
}
#pagetitle p {
	padding: 0.7em 0 0;
	line-height: 2em;
}
#pagetitle dd {
	padding-left: 1.5em;
}
#pagetitle dd span {
	color: #FFFF66;
}





/*タブメニューの設定*/

.tabs {
	list-style: none;
	width: 720px;
	height: 30px;
	margin: 15px auto 0;
	background-image: url(../img/bg-tabs.png);
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
.tabs {
 overflow: hidden;
}
.tabs:after {
 content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html .tabs {
 height: 1em;
 overflow: visible;
}
/**/

.tabs li {
	float: left;
	/*border-right:2px solid #1C2070;*//* 冬用 */
	border-right:2px solid #585B9C;/* 夏用 */
}
.tabs li a, .tabs li span {
	display: block;
	width: 110px;
	height: 20px;
	padding: 7px 0 0;
	text-align: center;
}
.tabs li.longli a, .tabs li.longli span {
	width: 190px;
}
.tabs li a:link, .tabs li a:visited {
	background-image: none;
}
.tabs li a:hover {
	background-image: none;
}
.tabs li a:active {
	background-image: url(../img/bg-alphaWht.png);
}
.tabs li span {
	background-image: url(../img/bg-alphaWht2.png);
}







/**/

#contentbox {
	width: 720px;
	margin: 0 auto 1em;
	overflow: hidden;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#contentbox {
	overflow: hidden;
}
#contentbox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #contentbox {
 height: 1em;
 overflow: visible;
}
/**/



#pagetitle {
	width: 720px;
	margin: 0 auto 0;
	overflow: hidden;
}
h2 {
	margin-top: 0.5em;
	color: #FFD743;
	font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
h2 span {
	padding-right: 1em;
	font-size: 0.7em;
}
#pagetitle ol {
	list-style: none;
	margin: 0.3em 0 0 -15px;
}
#pagetitle ol li {
	display: inline;
	padding: 0 0 0 16px;
	background-image: url(../img/slash.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


/*メイン写真の部分の設定*/

/*#gallery1 {
	position: relative;
	width: 780px;
	height: 540px;
	margin: 0 auto 1em;
	overflow: hidden;
}*/

#imgfolder {
	position: relative;
	width: 722px;
	height: 482px;
	margin: 20px auto 3em;
	overflow: visible;
}
#imgfolder img {
	border: 1px solid #fff;
}
#imgfolder #mainpic {
	width: 720px;
	height: 480px;
}



/*施設それぞれの詳細部分*/

#descriptionbox {
	text-align: left;
 overflow: hidden;
	margin-top: 0.7em;
	padding: 0 90px 0;
	line-height: 2em
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#descriptionbox {
	overflow: hidden;
}
#descriptionbox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #descriptionbox {
 height: 1em;
 overflow: visible;
}
/**/


.boxL, .boxR {
	width: 340px;
	overflow: hidden;
}
.boxL {
	float: left;
}
.boxR {
	float: right;
}
/*ボックス内最初の要素のpadding-top:1emを吸収するためのマイナスマージン*/
#descriptionbox .boxL {
	margin-top: -0.8em;
}
#descriptionbox .boxR {
	margin-top: -0.8em;
}


#descriptionbox p, #contentbox p {
	padding-top: 1em;
}
#descriptionbox p span, #contentbox p span {
	color: #FFFF66;
}

/*descriptionbox冒頭の段落の設定*/
.point {
	padding-top: 0.3em !important;
	line-height: 2.4em;
}

#descriptionbox dt {
	padding-top: 2em;
	color: #FFFF66;
}

#descriptionbox dd p {
	padding-top: 0.3em;
}

.smallTbl {
	margin: 1em 0 0 15px;
	border-top: 1px solid #8D8FB7;
}
.smallTbl th, .smallTbl td {
	padding: 0.4em 1em 0.4em 1em;
	border-bottom: 1px solid #8D8FB7;
	vertical-align: top;
}
.smallTbl th {
	padding: 0.4em 0 0.4em 1em;
	color: #FFFF66;
	text-align: left;
	font-weight: normal;
}



/*アメニティなどと同様のリスト*/
.dot-blue {
	list-style: none;
	margin: 1em 0 0 1.5em;
	line-height: 1.8em;
}

/*スペック用のリスト*/
.spec {
	list-style: none;
	margin: 0.5em 0 0;
	line-height: 2em;
}
/*.spec li {
	padding-left: 10px;
	text-indent: -10px;
}*/
.dot-blue li {
	margin-top: 0.2em;
	padding-left: 15px;
	background-image: url(../img/dot-blue.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
.spec li strong {
	padding-right: 17px;
	font-weight: normal;
	background-image: url(../img/dot-yellow.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	color: #FFFF66;
}
.spec li ul {
	list-style: none;
}
.spec li ul li strong {
	padding-right: 17px;
	font-weight: normal;
	background-image: url(../img/tri-yellow2.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #FFCC66;
}


/*※印付き但し書きリスト*/
ol {
	list-style: none;
	margin: 0.3em 0 0 15px;
	line-height: 1.8em;
}
ol li {
	padding-left: 12px;
	background-image: url(../img/kome10.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

/*料金表*/
.priceTbl {
	width: 326px;
	margin: 0.7em 0 0 15px;
	border-top: 1px solid #8D8FB7;
}
.priceTbl th, .priceTbl td {
	padding: 0.4em;
	text-align: center;
	border-right: 1px solid #8D8FB7;
	border-bottom: 1px solid #8D8FB7;
	font-weight: normal;
	line-height: 1.6em;
}
.priceTbl th {
	color: #FFFF66;
}


/* 黄色三角リストの設定*/
.triYellow {
	list-style: none;
	margin-top: 1.5em;
	line-height: 1.8em;
}
.triYellow li {
	margin-top: 0.7em;
	padding-left: 12px;
	background-image: url(../img/tri-yellow.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}


.moreDetail h3 {
	margin: 1.5em 0 0;
	padding: 0.5em 0 0;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	letter-spacing: 2px;
	border-top: 1px dotted #8D8FB7;
}
.moreDetail dt {
	padding: 0.7em 0 0.1em !important;
	font-size: 1.1em;
	color: #EDB3B5 !important;
}
.moreDetail img {
	margin: 0.3em 0 0.7em;
}
.moreDetail .spec {
	margin: 0 0 0 0;
	font-size: 0.9em;
}
* html .moreDetail .spec {
	font-size: 0.8em;
}
.moreDetail .spec ol {
	font-size: 1.1em;
}

.menuList ul {
	list-style: none;
	margin-left: 15px;
}
.menuList li {
	padding: 0 0 0 12px !important;
	background-image: url(../img/dot-white.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
.menuList dt {
	margin-left: 15px;
	padding: 0 0 0 12px !important;
	color: #fff !important;
	float: left;
	clear: both;
	background-image: url(../img/dot-white.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
* html .menuList dt {
	margin-left: 8px;
}
.menuList dd {
	padding-left: 6.7em !important;
}
* html .menuList dd {
	padding-left: 6.7em !important;
	text-indent: -3px;
}

.menuList ol {
	margin: 0 0 0 15px;
}




#cancelbox {
	clear: both;
	margin: 3em 90px 5em;
	line-height: 1.8em;
	border-top: 1px dotted #8D8FB7;

}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#cancelbox {
	overflow: hidden;
}
#cancelbox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #cancelbox {
 height: 1em;
 overflow: visible;
}
/**/

#cancelbox h3 {
	padding: 1.2em 0 0.5em;
	color: #FFFF66;
	font-weight: normal;
}

.cancelTbl {
	width: 328px;
	margin: 0.7em 0 0 13px;
	border-top: 1px solid #8D8FB7;
	font-size: 0.9em;
}
* html .cancelTbl {
	font-size: 0.8em;
}
.cancelTbl th, .cancelTbl td {
	padding: 0.7em 0;
	text-align: center;
	border-right: 1px solid #8D8FB7;
	border-bottom: 1px solid #8D8FB7;
	font-weight: normal;
	line-height: 1.6em;
}
.cancelTbl th {
	color: #FFFF66;
}
.cancelTbl td {
	width: 82px;
}

#cancelbox li {
	list-style: none;
	font-size: 0.9em;
}
* html #cancelbox li {
	font-size: 0.8em;
}
#cancelbox li {
	padding: 0 0 0 12px;
	background-image: url(../img/dot-white.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}







/*予約・検索ボタンの設定*/
#midBtn {
	clear: both;
	padding: 2.5em 0 0;
	text-align: center;
}
td.bar_r{
	border-right: none;
}

td.bar_rt{
	border-right: none;
	border-bottom: none;
}

/*客室ページから予約・検索の場合*/
#largeBtn dl {
	width: 340px;
	margin: auto;
	text-align: center;
}
#largeBtn dt {
	padding-top: 10px;
	color: #fff;
	font-size: 1.1em;
	background-image: url(../img/bg-largeBtn.png);
	background-position: top;
}
#largeBtn dd {
	padding-bottom: 12px;
	background-image: url(../img/bg-largeBtn.png);
	background-position: bottom;
}
#largeBtn form {
	display: inline;
	margin: 0;
	padding: 0;
}
#largeBtn input {
	cursor: pointer;
	padding: 0 1em;
}
* html #largeBtn input {
	padding: 0 0.5em;
}
*:first-child+html #largeBtn input {
	padding: 0 0;
}

#largeBtn input:hover {
	background-color: #FFE9A3;
}
#largeBtn ul {
	list-style: none;
	padding-top: 0.7em;
}
#largeBtn li {
	display: inline;
	text-align: center;
	padding: 0 5px;
}
#largeBtn dd p {
	padding-top: 0.5em;
	text-align: center;
	color: #FFFF66;
}

/*予約・問い合わせの場合*/
#largeBtn div {
	width: 300px;
	height: 38px;
	margin: 0 auto;
	padding-top: 0;
	overflow: hidden;
}
#largeBtn img {
	width: 300px;
	height: 78px;
	border-style: none;
}
#largeBtn a {
	display: block;
	width: 300px;
	height: 78px;
}
#largeBtn a:link, #largeBtn a:visited {
	margin-top: 0;
 filter: Alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.70;
}
#largeBtn a:hover {
	margin-top: -40px;
 filter: Alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.80;
}
#largeBtn a:active {
	margin-top: -40px;
 filter: Alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.00;
}

#largeBtn p {
	padding-top: 0.5em;
	text-align: center;
	color: #FFFF66;
}

/*問い合わせのみの場合*/
#midBtn div {
	width: 200px;
	height: 33px;
	margin: 0 auto;
	padding-top: 0;
	overflow: hidden;
}
#midBtn img {
	width: 200px;
	height: 68px;
	border-style: none;
}
#midBtn a {
	display: block;
	width: 200px;
	height: 68px;
}
#midBtn a:link, #midBtn a:visited {
	margin-top: 0;
 filter: Alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.70;
}
#midBtn a:hover {
	margin-top: -34px;
 filter: Alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.80;
}
#midBtn a:active {
	margin-top: -34px;
 filter: Alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.00;
}

#midBtn p {
	padding-top: 1em;
	text-align: center;
	line-height: 2em;
}




/*サムネール付きナビゲーションの設定*/

#pageNavi {
	clear: both;
	margin: 0 auto;
	padding-top: 4.5em;
	overflow: hidden;
}
#pageNavi ul {
	margin-left: 10px;
}
#pageNavi li {
	float: left;
	list-style: none;
	width:74px;
	height: 50px;
	margin-right: 10px;
	background-color: #000026;
}
#pageNavi li img {
	width: 72px;
	height: 48px;
	border: 1px solid #fff;
}
#pageNavi li a:link img, #pageNavi li a:visited img {
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}
#pageNavi li a:hover img, #pageNavi li a:active img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.00;
}
#pageNavi li span img {
	/*border: 1px solid #ffffff;*//* 冬用 */
	border: 1px solid #999999;/* 夏用 */
	filter: Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.40;
}

/*テキスト版ナビゲーション*/
#pageTxtNavi {
	clear: both;
	padding-top: 3em;
	text-align: center;
	color: #9999CC;
}
#pageTxtNavi li {
	display: inline;
	padding: 1px 1em;
	border-left: 1px solid #8D8FB7;
}
#pageTxtNavi .firstLi {
	border-left: none;
}



/*フッタの設定*/

#footer {
	clear: both;
	position: relative;
	height: 440px;
	margin-top: 3em;
	text-align: center;
	/*background-image: url(../img/bg-foot_winter.jpg);*//* 冬用 */
	background-image: url(../img/bg-foot_summer.jpg);/* 夏用 */
}

#footnavi {
	height: 90px;
	padding-top: 50px;
	background-image: url(../img/footDeco.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 100;
}

#footnavi ul {
	list-style: none;
	padding-top: 1.2em;
	color: #9999CC;
}
#footnavi li {
	display: inline;
	padding: 1px 0.7em;
	border-left: 1px solid #8D8FB7;
}
#footnavi .firstLi {
	border-left: none;
}
#navi-current {
	margin-bottom: 1.2em;
	letter-spacing: 2px;
}


#footLogo {
	margin: 140px auto 0;
	width: 182px;
	height: 58px;
	overflow: hidden;
}
#footLogo img {
	width: 182px;
	height: 116px;
	border: none;
}
#footLogo a {
	display: block;
	width: 182px;
	height: 116px;
}
#footLogo a:link, #footLogo a:visited {
	margin-top: 0px;

}
#footLogo a:hover, #footLogo a:active {
	margin-top: -58px;
}


/*---------IE8対策以前----------*/
/*
#footLogo {
	margin: 140px auto 0;
	width: 182px;
}

#footLogo img {
	width: 182px;
	height: 58px;
	border: none;
}
#footLogo a {
	display: block;
	width: 182px;
	height: 58px;
}
#footLogo a:link, #footLogo a:visited {
 filter: Alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.70;
}
#footLogo a:hover, #footLogo a:active {
 filter: Alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.00;
}
*/
/*------------------------------*/

#footer address {
	padding: 20px 0 40px;
	font-style: normal;
	line-height: 2em;
}

#mountains {
	position: absolute;
	bottom: 0;
}



/*ページ最下部の設定*/

#corpBox {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8em;
	overflow: hidden;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#corpBox {
	overflow: hidden;
}
#corpBox:after {
	content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}
/*\*/
* html #corpBox {
 height: 1em;
 overflow: visible;
}
/**/

#corpBox ul {
	list-style: none;
}
#corpBox li {
	display: inline;
}

#corpBox #group {
	margin-left: -6px;
}
#corpBox #group li {
	padding: 1px 6px;
	border-left: 1px solid #666;
}

#corpBox dl {
	margin-top: 0.3em;
}
#corpBox dt {
	display: inline;
}
#corpBox dd {
	display: inline;
}

#corpBox #banners {
	float: right;
	margin-top: 2px;
}

#corpBox #banners li {
	padding-left: 10px;
}
#corpBox #banners li img {
	border: none;
}

#corpBox a {
	text-decoration: none;
}
#corpBox a:link, #corpBox a:visited {
	color: #fff;
}




#backtop {
	clear: both;
	padding-top: 4em;
	text-align: center;
	color: #8D8FB7;
}




/*トップページ専用の設定はcss/custom.cssで*/



/*ツールチップ用の設定*/

#dhtmlgoodies_tooltip {
	background-color:#FFFFCC;
	border:1px solid #eee;
	position:absolute;
	display:none;
	z-index:20000;
	padding:0.5em;
	color: #000;
	text-align: center;
	-moz-border-radius:6px;	/* 角丸の半径（Firefoxのみ） */
	font-size:0.9em;
}
* html #dhtmlgoodies_tooltip {
		font-size:0.8em;
}
#dhtmlgoodies_tooltipShadow {
		position:absolute;
		background-color:#000;
		display:none;
		z-index:10000;
		opacity:0.2;
		filter:alpha(opacity=20);
		-khtml-opacity: 0.2;
		-moz-opacity: 0.2;
		-moz-border-radius:6px;	/* 角丸の半径（Firefoxのみ） */
}








/*情報系テキストの設定*/

#infotext {
	margin: 2em 0;
	line-height: 2em;
	border-top: 1px dotted #8D8FB7;
}

#infotext dt {
	padding: 1.2em 0.5em 0;
	color: #FFFF66;
}

#infotext dd {
	padding: 0.7em 1em 2em 2.5em;
	border-bottom: 1px dotted #8D8FB7;
}
#infotext dd p {
	padding-top: 0.8em;
}
dl#infotext dd dl {
	margin-top: 0.7em;
}
dl#sitepolicy dd dt {
	padding: 0;
	color: #fff;
}
#infotext dd dd {
	padding: 0 0 0 0;
	border-bottom: none;
}
#infotext .dot-blue {
	list-style: none;
	margin: 0em 0 0.7em 1.5em;
	line-height: 1.8em;
}
#infotext dd ul.getAdobe {
	list-style: none;
	margin: 1em 1em 0;
}
#infotext dd ul.getAdobe li {
	padding-left: 1em;
	background-image: none;
}
#infotext dd ul.getAdobe img {
	margin: 5px 5px 5px 0;
	vertical-align: middle;
	border: none;
}

