@charset "shift_jis";

@import url("common.css");

/* -------------------------------------------------------------------
 下層ページ共通
------------------------------------------------------------------- */

/* パンくずリスト -------------------- */

p.pankuzu {
	margin: 8px 0 0px 0px;
}

/* ページ先頭へ -------------------- */

div#ct-right p.pagetop {
	margin: 0px 30px 30px 0px;
	text-align: right;
}

div#ct-right p.pagetop img {
	margin-top: 10px;
}


/* -------------------------------------------------------------------
 各コンテンツ内容共通
------------------------------------------------------------------- */

div.detail {
	width: 520px;
	margin-bottom: 25px;
}

/* 見出し -------------------- */

div#ct-area h2 {
	position: absolute;
	top: 34px;
	right: 9px;
	text-align: right;
	color: #ffffff;
}

div#ct-right h3 {
	width: 520px;
	margin-bottom: 10px;
	padding: 0;
	color: #a1182b;
	font-weight: bold;
}

div#ct-right h4 {
}
/*
div#ct-right h4 {
	width: 520px;
	margin: 10px 0;
	padding: 0;
	color: #a1182b;
	font-weight: bold;
}

*/
div#ct-right p {
}

div#ct-right p.center {
	text-align: center;
}


/* リスト -------------------- */

div.detail ul{
}

div.detail ul li{
	background: url(../img/arw.gif) no-repeat 0 50%;
	padding-left: 15px;
}



/* 回り込み -------------------- */

div#ct-right img.photo{
	float:right;
	margin:0 0 15px 15px;
}

div#ct-right img.photo2{
	float:left;
	margin:0 15px 15px 0;
}

/* -------------------------------------------------------------------
 トップページ
------------------------------------------------------------------- */

/* トップページ */

#main-visual {
	position: absolute;
	width: 580px;
	height: 290px;
	top: 34px;
	right: 9px;
	text-align: right;
	color: #ffffff;
}



/* お知らせ*/

div.info-top {
	width: 530px;
	margin-bottom: 15px;
}

div.info-top dl {
	width: 520px;
	margin-left: 10px;
	padding: 5px 0;
	background: url(../img/dotted.gif) no-repeat left bottom;
}

div.info-top dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.info-top dl { display:inline-block; }
/*\*/
* html div.info-top dl { height:1%; }
div.info-top dl { display:block; }
/**/

div.info-top dl dt {
	float: left;
	width: 105px;
	background: url(../img/news_arw.gif) no-repeat 0 50%;
	padding-left: 15px;
	color: #a1182b;
}

/*\*/
div.info-top dl dt {
	clear: both;
}
/**/

div.info-top dl dd {
	float: right;
	width: 400px;
}

div.info-top dl dd p {
	line-height: 1.4;
}

div.info-top dl dd span {
	color: #a1182b;
}

/*\*/
* html div.info-top dl dd {
	float: none;
}
/**/

*:first-child + html div.info-top dl dd {
	float: none;
}

div.info-top p.info {
	text-align: right;
	padding: 5px 0 0 0;
}


/* メイン画像下バナー*/

div.info-bnr {
	width: 530px;
	margin-bottom: 15px;
}

div.info-bnr p {
	float: left;
}
