@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}

#main-side-comp2{
	background-image: url(../img/main-side-comp2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../img/sub-menu-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 39px;
	}
#sub-menu DIV.menu-item {
	height: 40px;
	width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#sub-menu DIV.menu-sepalator {
	height:3px;
	overflow:hidden;
	width: 230px;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #704a5c;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 27px;
	width: 197px;
	background-image: url(../img/sub-menu-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 33px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	height: 27px;
	width: 197px;
	background-image: url(../img/sub-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 33px;
	text-decoration: none;
	color: #FFF;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	height: 27px;
	width: 197px;
	padding-top: 13px;
	padding-left: 33px;
	background-image: url(../img/sub-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	color: #FFF;
	}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding: 0px;
	margin: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 670px;
	height: 24px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	height: 24px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	height: 24px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list DIV.crumb-item a{

}
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 670px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	background-image: url(../img/main-topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: left 39px;
	color: #777777;
	padding-top: 10px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	margin-right: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #0066cc;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #777777;

	}
