@charset "UTF-8";
/* ANAクラウンプラザホテル　HTMLバージョン用 */

/* 共通 */

body {
	color:#000000;
	font-size: 12px;
	line-height: 148%;
	font-family : "ＭＳ Ｐゴシック", sans-serif;
	text-align : center;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-x;
}

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

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}

p {
	line-height: 1.7;
	margin-bottom: 12px;
}

#contents {
	font-size: 12px;
	color: #52371B;
	line-height: 148%;
	font-family : "ＭＳ Ｐゴシック", sans-serif;
}

#contents a:link{
	color:#72051A;
	text-decoration:none;
}
#contents a:visited{
	color:#72051A;
	text-decoration:none;
}
#contents a:hover{
	color:#72051A;
	text-decoration:underline;
}
#contents a:active{
	color:#72051A;
	text-decoration:underline;
}


.pantxt A:link,.pantxt A:visited {
	text-decoration: none; color: #72051A; font-size: 11px;
}

.pantxt A:hover {
	text-decoration: underline; color: #72051A; font-size: 11px;
}



/* index */

.mtxt01 {
	font-size: 12px; color: #46290B; line-height: 148%; font-family : "ＭＳ Ｐゴシック", sans-serif;
}

.ttxt01 {
	font-size: 16px; color: #BC3153; font-weight: bold; line-height: 148%;
}

.indexsub00 {
	font-size: 14px; color: #52371B; line-height: 148%;
}

.pantxt {
	font-size: 11px; color: #52371B;
	text-align: left
}


/*　リンク　*/

.tltxt A:link,.tltxt A:visited {
	text-decoration: none; color: #77051E; font-size: 11px;
}

.tltxt A:hover {
	text-decoration: underline; color: #77051E; font-size: 11px;
}


#footer {
	width: 1000px;
	text-align: center;
	padding-top: 0px;
}

#footer ul#ihg_nav {
	width: 693px;
	margin: 0 auto 10px;
}

#footer ul#ihg_nav li {
	float: left;
}

ul li {
	list-style: none;
}


/* == クリア == */
* {
	margin: 0px;
	padding: 0px;
}
