@charset "UTF-8";

* html #cnts-lay .hd {
	behavior: expression(IEPNGFIX.fix(this));
}

* html #cnts-lay .hd2 {
	behavior: expression(IEPNGFIX.fix(this));
}


/* 背景 */
#cnts-lay .inner {
    background: url(../img_common/bg_bd2.gif) repeat-y top;
}
#cnts-lay .inner .tp {
    background: url(../img_common/bg_inner_hd2.gif) no-repeat top;
}
#cnts-lay .inner .ft {
    background: url(../img_common/bg_ft2.gif) no-repeat bottom;
}
#cnts-lay .bt {
    width: 663px;
    height: 85px;
    background: url(../img_common/bg_bt2.gif) no-repeat;
    text-indent: -9999px;
}

/*-----------------------------------------------
// メインレイアウト : 内部ページ
//---------------------------------------------*/
#detail-lay {
    background: url(../img_common/detail_bg.jpg) no-repeat top center #663300;
}


/*-----------------------------------------------
// ヘッダー
//---------------------------------------------*/
#header {
    width: 950px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}
/* ロゴ */
#header h1 {
    text-indent: -9999px;
}
#header h1 a {
    display: block;
    width: 480px;
    height: 55px;
}


/*-----------------------------------------------
// タイトル
//---------------------------------------------*/
#title {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}
/* タイトル */
#title h2 {
    margin-top: 8px;
    margin-left: 18px;
    text-indent: -9999px;
}
#title h2 a {
    display: block;
    width: 232px;
    height: 130px;
}


/*-----------------------------------------------
// パンくず
//---------------------------------------------*/
#pan {
    width: 940px;
    margin: 19px auto 0;
    text-align: left;
	color:#FFFFFF;
	font-size:12px;
	height:38px;
}

#pan span {font-weight:bold;}

#pan a{ text-decoration:underline; color:#FFFFFF;}


/*-----------------------------------------------
// コンテンツ
//---------------------------------------------*/

#cnts-lay .box {
    padding-top: 15px;
    width: 560px;
    margin-left: 53px;
}

#cnts-lay .box h3{
	width:520px;
	background:#FFCC66;
	height:50px;
	text-indent:-9999px;
	margin:-5px 20px 10px 20px;
}

/* コンテンツ */
#cnts-lay .box .cont {
    width:520px;
	padding:0 20px 20px 20px;
	line-height:140%;
	color:#555;
}

