@charset "Shift_JIS";

@import url("common.css");
@import url("../../message/css/message.css");
@import url("../../about/css/about.css");
@import url("../../facilities/css/facilities.css");
@import url("../../news/css/news.css");
@import url("../../privacy/css/privacy.css");


/* --------------------------------------------------------------------------------------
 トップページ
--------------------------------------------------------------------------------------- */

/* mainimg -------------------- */

div.main-img {
	width: 800px;
	margin: 0 0 20px 0;
}

/* News&Topics -------------------- */

div.news h2 {
	position: relative;
	width: 470px;
	background: url(../../img/news-bg.gif) repeat-y left top;
	padding-bottom: 5px;
}

div.news h2 span {
	display: block;
	position: absolute;
	top: 11px;
	right: 10px;
}

div.news {
}

div.news dl {
	width: 470px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 1.7;
}

div.news dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.news dl { display:inline-block; }
/*\*/
* html div.news dl { height:1%; }
div.news dl { display:block; }
/**/

div.news dl dt {
	float: left;
	width: 120px;
	background: url(../img/ico_bog.gif) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	color: #f5247f;
	border-bottom:1px #cccccc dotted;
}

/*\*/
div.news dl dt {
	clear: both;
}
/**/

div.news dl dd {
	float: left;
	width: 320px;
	border-bottom:1px #cccccc dotted;
	padding: 4px 0;
}

/*\*/
* html div.news dl dd {
	float: none;
}
/**/

*:first-child + html div.news dl dd {
	float: none;
}


/* インフォメーション -------------------- */
div.info {
	width: 470px;
	margin-bottom: 20px;
}

div.info p {
	margin-top: 5px;
}

div.info h2 {
}



/* バナー -------------------- */

div#tp-ct-right ul.bnr li {
	margin-bottom: 5px;
}


/* --------------------------------------------------------------------------------------
 下層ページ共通
--------------------------------------------------------------------------------------- */

/* パンくずリスト -------------------- */

ul#topic-path {
	margin-left: 50px;
	padding: 15px 0 30px;
	font-size: 86%;
}

ul#topic-path li {
	display: inline;
	margin-right: 3px;
}


/* コンテンツタイトル -------------------- */

div#ct-area h1 {
}

/* div#ct-area h2 {
	width: 520px;
	background: url(../img/ct-bg.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
 */

div#ct-area h3 {
	margin-bottom: 10px;
}

div#ct-area h4 {
	width: 510px;
	background: #dcf287;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #444444;
}

* html div#ct-area h4 {
	width: 520px;
}

/* 画像回り込み -------------------- */
img.photo{
	float:right;
	margin:0 0px 10px 15px;
}

img.photo2{
	float:left;
	margin:0 15px 10px 0;
}
p.center{
	text-align: center;
	margin-bottom: 10px;
}

/* リスト -------------------- */
div#ct-left ul{
}

div#ct-left ul li{
	background: url(../img/arw-green2.gif) no-repeat 0 50%;
	padding: 2px 0 2px 10px;
}

div#ct-left ol{
	margin-left: 1.5em;
}

div#ct-left ol li{
	padding: 2px 0;
}


/* 右エリア -------------------- */

/* サブナビゲーション */

ul#snavi {
	width: 180px;
	margin-bottom: 10px;
}

/* バナー */

div#ct-right ul.bnr {
	width: 180px;
	margin-left: 0px;
}

div#ct-right ul.bnr li {
}

/* お問い合わせ　表組み */
.head {padding: 5px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999999;}
.odd {padding: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999999;}
.even {padding: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #c2cdd6;}
.menu {font-size: 12px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EEC1D0;}
.menusub {font-size: 12px;}

p.tadashi{
	margin-left: 1.5em;
	font-size: 86%;
}
