@charset "utf-8";

/* 透過pngに関する設定 ---------------------------------- */
ul#header li img,
#footer ul#footerPagetop li a {
	behavior:url(/cmn/script/iepngfix.htc);
}


/* ヘッダ ----------------------------------------------- */
ul#header {
	margin:0 auto;
	padding-top:126px;
	width:900px;
	height:44px;
	background:url(../img/btm-header-bg.jpg) no-repeat left bottom;
	position:relative;
}

ul#header li {
	list-style-type:none;
	padding-bottom:2px;
	width:900px;
	font-size:1px;
	line-height:34px;
	border-bottom:1px solid #fff;
}


/* h1はページタイトルのみに使用 ------------------------- */
h1 {
	padding-top:10px;
	width:900px;
	height:25px;
	font-size:1px;
	line-height:25px;
	background:url(../img/bg-set.png) repeat-x 0 -115px;
}


/* コンテンツ領域 --------------------------------------- */
.container {
	margin:20px auto 0;
	width:900px;
	min-height:450px;
	overflow:hidden;
}

.content {
	padding:19px;
	padding-bottom:4px;
	width:860px;
	border:1px solid #ccc;
	border-top:none;
}

.content p {
	padding-bottom:15px;
}

.content h2 {
	padding-bottom:2px;
	margin-bottom:5px;
	font-size:125%;
	border-bottom:1px dotted #ccc;
}

/* 401エラーページで使用 */
div.error h2 {
	color:#c00;
}

div.error ul {
	padding-bottom:20px;
	list-style:none;
}
div.error ul li a {
	padding-left:15px;
	background:url(../img/bg-set.png) no-repeat 0 -205px;
	line-height:1.5;
}



/* 401エラー、お問い合わせページで使用 */
div.inquiry h2 {
	padding-bottom:0;
	margin-bottom:0;
	font-size:100%;
	border-bottom:none;
}

div.inquiry p em {
	font-style:normal;
	font-size:140%;
}




/* フッター --------------------------------------------- */
#footer {
	margin:0 auto;
}

#footer ul#footerPagetop {
	padding:0;
	position:absolute;
	right:0;
	width:116px;
}

#footer ul#footerPagetop li a {
	padding:0;
	display:block;
	line-height:11px;
	background:none;
}
