@charset "utf-8";/* エスケープ */
/*
	--------------------------------
	- Table of Contents -
	--------------------------------
*/

/*---------------------------------------------
 メイン画像設定
---------------------------------------------*/
#topMain h2 {
	z-index: 1;
	position: relative;
}

/*---------------------------------------------
 メイン記事エリア
---------------------------------------------*/
#topSecondArea {
	margin: 0 0 0 0;
}

#secondMain {
	width: 705px;
	margin: 0;
	padding: 0 12px 0 0;
}

h2 {
	margin: 0;
}

/*---------------------------------------------
 メイン記事タイトル
---------------------------------------------*/
#secondMain #theme_photo {
	margin: 0;
	padding: 197px 0 0 0;
	width: 705px;
	background: #fff url(../images/secondMain_back.jpg) no-repeat right top;
}

#secondMain #theme_photo #the_title {
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 65px;
	min-height: 46px;
	border: solid 4px #dcdcdc;
	background: #3ABDD4 url(../../common/images/the_title_back.jpg) repeat-y left top;
}

#the_title h1 {
	color: #fff;
	padding: 0;
}

#the_title #the_date {
	color: #fff;
	width: 607px;
	padding: 0.2em 0 0 0;
	margin: 0.2em 0 0 0;
	border-top: solid 1px #ccc;
	text-align: right;
}

/*---------------------------------------------
 FCK editor用
---------------------------------------------*/

#secondMain #the_content {
	margin: 0.5em 10px 0 10px;
}

#secondMain #the_content h4 {
	color: #008C9A;
	text-decoration: none;
	font-weight: bold;
}

#secondMain #the_content h5 {
	color: #646464;
	text-decoration: none;
	font-weight: bold;
}

#secondMain #the_content h6 {
	color: #7C6E00;
	text-decoration: none;
	font-weight: bold;
}

#secondMain #the_content a {
	color: #008C9A;
	text-decoration: none;
}
#secondMain #the_content a:hover {
	color: #008C9A;
	text-decoration: underline;
}

#secondMain #the_content ol,
#secondMain #the_content ul {
	margin: auto auto auto 24px;
	position: relative;
}

#secondMain #the_content hr {
	display: block;
	width: 100%;
	color: #999;
	margin: 18px 0;
	border: none;
	border-top: 1px solid #999;
}

#secondMain #the_content *,
#secondMain #the_content option {
}

#secondMain #the_content table caption {
	font-weight: bold;
	text-align: left;
}
#secondMain #the_content table tr th {
	background: #009EDB url(/common/images/th_background.gif) repeat-x bottom left;
	color: #FFF;
}


/*---------------------------------------------
 第二階層メインコピー＆ビジュアル用
---------------------------------------------*/
#topSecondArea #secondLayerMain {
	margin: 0 0 22px 0;
}

#topSecondArea #secondLayerMain #copyArea, 
#topSecondArea #secondLayerMain #photoArea {
}


/*---------------------------------------------
 第二階層での第三階層リスト表示エリア
---------------------------------------------*/
#secondTop {
	/* width: 705px; */
	margin: 0;
	padding: 0;
	background: #fff url(../../entry/images/secondMainBack.jpg) no-repeat center bottom;
}
* html #secondTop {
	width: 715px;
	margin: 0 -10px 0 -10px;
}


/*---------------------------------------------
 第二階層での第三階層リスト
---------------------------------------------*/
#secondMain .secondBox {
	padding: 10px 0 0 0;
	margin: 0 0 10px 10px;
}

#secondMain .topLine {
	border-top: 1px dotted #000;
}

#secondMain dl.archiveList {
	overflow: hidden;
	padding: 0 10px 0 10px;
	line-height: 160%;
}
#secondMain dl.archiveList dt {
	float: left;
	text-align: right;
}
#secondMain dl.archiveList dd {  
	margin: 0 0 0 5em;
	padding: 0 0 0 16px;
	background: url('../../common/images/mark_blue.gif') no-repeat left top;
}
* html #secondMain dl.archiveList dd {
	text-indent: -2px;
	padding: 0 0 0 16px;
}
#secondMain dl.archiveList dd a {
	color: #646464;
	text-decoration: none;
}
#secondMain dl.archiveList dd a:hover {
	color: #008C9A;
	text-decoration: underline;
}
#secondMain .olderEntries a {
	color: #008C9A;
	text-decoration: none;
}
#secondMain .olderEntries a:hover {
	color: #008C9A;
	text-decoration: underline;
}


/*---------------------------------------------
 第二階層ページング
---------------------------------------------*/
#secondMain .pagingBox {
	text-align: center;
	padding: 4px 0;
}


/*---------------------------------------------
 各支店からのお知らせ
---------------------------------------------*/
#secondMain #data .newstitle {
	padding: 10px 0;
}

#secondMain #data .newstitle dl {
	overflow: hidden;
	margin: 2px 0;
}
#secondMain #data .newstitle dl dt {
	float: left;
	padding: 5px;
	margin: 0 6px 0 0;
	background: #fff url(/common/images/date_background.gif) no-repeat center center;
	color: #fff;
}
#secondMain #data .newstitle dl dd {  
	padding: 5px 5px 5px 3em;
}


/*---------------------------------------------
 リンクボタン化
---------------------------------------------*/
#secondMain a.specialbtn {
	border: solid 1px;
	border-top-color: #b2e9ff;
	border-right-color: #005b80;
	border-bottom-color: #005b80;
	border-left-color: #b2e9ff;
	background: #fff url(/common/images/form_bg01.gif) repeat-x top left;
	color: #008C9A;
	text-align: center;
	text-decoration: none;
	padding: 12px 18px;
	line-height: 500%;
}
#secondMain a.specialbtn:hover {
	border: solid 1px #009EDB;
}





