/**
 * 朝日システムｈｐ
 * スタイルシート
 * 作成者 : n.fujita
 * 作成日 : 2005/12/21
 * 修正日 : 2007/09/25
 * 修正日 : 2009/06/08 y.sato
 */

/* 全般的な設定
------------------------------------------------------------ */
body {
	background-image	: url("../img/bg01.gif");
	margin				: 0px;
	line-height			: 1.4em;
    font-size			: 13px;
    color				: dimgray;
}
table {
	padding				: 0;
	border-collapse		: collapse;
}
h1 {
	background			: url("../img/h1_bg.png") no-repeat;
	font-size			: 1.8em;
	font-weight: normal;
	height				: 30px;
	margin				: 5px 0;
	padding				: 7px 0 0 33px;
	color				: white;
}
h2 {
	background			: url("../img/h2_bg.png") no-repeat;
	font-size			: 1.4em;
	height				: 25px;
	margin				: 5px 0 0 0;
	padding				: 3px 0 0 30px;
	color				: #374548;
}
h3 {
	font-size			: 1.1em;
}
p {
	margin: 5px 0;
}
ul {
	padding: 0;
	margin: 8px 0 20px 23px;
	list-style-type: disc;
	font-weight: normal;
}
img {
	border : none;
}
/* リンクの設定
------------------------------------------------------------ */
a:link {
	text-decoration	: none;
	color			: blue;
}
a:visited {
	text-decoration	: none;
	color			: blue;
}
a:hover {
	text-decoration	: underline;
	color			: red;
}

/* レイアウトテーブル
------------------------------------------------------------ */
table.layout {
	background-color	: #FFFFFF;
	margin				: 0 auto;
	width				: 780px;
	border-style		: none;
}
table.layout td {
	margin: 0;
	padding: 0;
}
/* レイアウトテーブル サイドコンテンツ
------------------------------------------------------------ */
table.layout td.side {
	width				: 180px;
	border-right		: 1px solid #336699;
	background-image	: url("../img/bg_side.gif");
	background-repeat	: repeat-y;
	text-align			: center;
	vertical-align		: top;
}
/* レイアウトテーブル メインコンテンツ
------------------------------------------------------------ */
table.layout td.main {
	width			: 570px;
	padding			: 10px 15px;
}


/* サブメニュー
------------------------------------------------------------ */
table.submenu {
	width				: 160px;
	margin				: 5px auto;
	background-color	: #e4e4e4;
	border 				: 1px solid #999999;
}
table.submenu td {
	text-align		: left;
	padding			: 2px 5px;
	border-bottom	: dotted 1px DarkGray;
}
table.submenu a:link {
	text-decoration	: none;
	color			: black;
}
table.submenu a:visited {
	text-decoration	: none;
	color			: black;
}
table.submenu a:hover {
	color		: red;
}

/* サブメニュー（カテゴリーセル）
------------------------------------------------------------ */
table.submenu td.submenu_ttl {
	background-color	: #003366;
	color				: #cccccc;
	border-bottom		: 1px solid #999999;
	text-align			: center;
	font-weight			: bold;
}

/* サブメニュー（該当セル）
------------------------------------------------------------ */
table.submenu td.submenu_on {
	background-color	: #99ccff;
	color				: Navy;
}


/* 一般テーブルボーダー
------------------------------------------------------------ */
table.general {
	border 				: 1px solid #999999;
	border-style		: ridge;
	margin: 0 auto;
}

/* 一般テーブル見出しセル
------------------------------------------------------------ */
table.general th {
	text-align			: left;
	vertical-align		: top;
	border				: 1px solid #999999;
	background-color	: #cccccc;
	padding				: 4px;
	font-weight			: normal;
}

/* 一般テーブルセル
------------------------------------------------------------ */
table.general td {
	border				: 1px solid #999999;
	padding				: 4px;
}

/* インナーテーブル
------------------------------------------------------------ */
table.inner {
	border-width: 0;
}
table.inner th {
	border-width: 0;
	padding: 0;
	vertical-align: top;
}
table.inner td {
	border-width: 0;
	padding: 0;
	vertical-align: top;
}

/* ライン
------------------------------------------------------------ */
div.hr {
	border-bottom	: 1px solid #999999;
}

/* メインメニュー
------------------------------------------------------------ */
div.menu {
	background-color	: #3366ff;
	text-align			: right;
	padding				: 3px;
	margin-top			: 2px;
	margin-bottom		: 2px;
	color: white;
}
div.menu a:link {
	text-decoration		:none;
	color				:white;
}
div.menu a:visited {
	text-decoration		:none;
	color				:white;
}
div.menu a:hover {
	text-decoration		:none;
	background-color	: white;
	color				:blue;
}


/* メインメニュー
------------------------------------------------------------ */
div.menu2 {
	background-color	: #3366ff;
	text-align			: left;
	padding				: 3px;
	margin-top			: 2px;
	margin-bottom		: 2px;
}
div.menu2 a:link {
	text-decoration		:none;
	color				:white;
}
div.menu2 a:visited {
	text-decoration		:none;
	color				:white;
}
div.menu2 a:hover {
	text-decoration		:none;
	background-color	: white;
	color				:blue;
}


/* asc通信の設定
------------------------------------------------------------ */
div.news {
	width				: 480px;
}

	/* リスト部分の設定 */
	div.news .list {
		background			: url("../img/bg02.gif") repeat-y;
		background-color	: #ccccff;
		border 				: 1px solid #999999;
		border-right-style	: ridge;
		border-bottom-style	: ridge;
		line-height			: 1.5em;
	}

	/* リストマーカーの設定 */
	div.news ul {
		list-style-image	: url("../img/li_square.gif");
		margin-left: 35px;
	}


/* 記事表示部分の設定
------------------------------------------------------------- */
div.news_details {
	margin				: 1px 1px 3px 1px;
	padding-left		: 15px;
	background			: url("../img/bg02.gif") repeat-y;
	background-color	: #ccccff;
	border 				: 1px solid #999999;
	border-right-style	: ridge;
	border-bottom-style	: ridge;
	line-height			: 1.5em;
}


/* asc通信-ページ遷移（次ページ and 前ページ）
------------------------------------------------------------ */
div.news_link {
	text-align	: right;
}

	div.news_link input {
		border				: none;
		border-bottom		: 1px solid #333333;
		background-color	: #ffffff;
		margin-left			: 5px;
	}


/* asc通信　記事詳細の設定
------------------------------------------------------------ */
div.select_news {
	width				: 600px;
	text-align			: left;
	color				: black;
	margin				: 20px auto;
}

	/* タイトル */
	div.select_news #ttl {
		font-size			: 16px;
		font-weight			: bold;
	}

	/* 日付 */
	div.select_news #date {
		font-size			: 14px;
		text-align			: right;
	}

	/* タイトル・日付と内容に境界線を引く */
	div.select_news #line {
		border-top			: 1px dotted #666666;
		margin-bottom		: 8px;
	}

	/* リストマーカーの設定 */
	div.select_news ul {
		list-style-image	: url("../img/li_square.gif");
		margin-left: 35px;
	}

	/* その他の記事部分の設定 */
	div.select_news .list {
		background			: url("../img/bg02.gif") repeat-y;
		background-color	: #ccccff;
		border 				: 1px solid #999999;
		border-right-style	: ridge;
		border-bottom-style	: ridge;
		line-height			: 1.5em;
	}

	/* 該当行の設定 */
	span.disp_item {
		background-color	: #0000FF;
		color				: #FFFFFF;
	}


/* pdfダウンロード
------------------------------------------------------------ */
div.pdf {
	background-color	: #e4e4e4;
	border 				: 1px solid #999999;
	width				: 150px;
	margin				: 5px auto;
	padding				: 2px 5px;
	text-align			: center;
}


/* リンク
------------------------------------------------------------ */
div.link {
	text-align	: center;
	font-size	: 12px;
}


/* コピーライト
------------------------------------------------------------ */
div.copylight {
	padding				: 5px;
	background-color	: #3366ff;
	text-align			: right;
	color				: #ffffff;
	font-size			: 11px;
	margin-top			: 3px;
}


/** 強調 */
.font1 {
	font-size	: 15px;
	font-weight	: bold;
}

/** フォント色（赤）*/
.font2 {
	color	: #ff0000;
}

/** フォント色（青）*/
.font3 {
	color	: #0000ff;
}

/** 背景色（緑） */
.bgcolor1 {
	background-color	: #33cc99;
}

/** 背景色（水色） */
.bgcolor2 {
	background-color	: #00ccff;
}

/** 背景色（ピンク） */
.bgcolor3 {
	background-color	: #ff99cc;
}

/** 背景色（黄色） */
.bgcolor4 {
	background-color	: #ffff99;
}

/** 枠線 */
.frame {
	border		: 1px solid #000000;
	text-align	: center;
}

/** 上線 */
.lineT {
	border-top	: 1px solid #000000;
}

/** 左線 */
.lineL {
	border-left	: 1px solid #000000;
}

