/* 文字スタイルの定義 CSS */

/* 基本文字列 */

/* 本文 */
.main_text {
	text-align: left;
	text-indent: 1em;
	line-height: 120%;
}

/* 本文 はじめの１字無し */
.main_text_noindent {
	text-align: left;
	line-height: 120%;
}

/* 本文 はじめの１字無し インデント1em */
.main_text_noindent1 {
	padding-left: 1em;
	text-align: left;
	line-height: 120%;
}

/* 本文 はじめの１字無し インデント2em */
.main_text_noindent2 {
	padding-left: 2em;
	text-align: left;
	line-height: 120%;
}

/* 本文 はじめの１字無し インデント4em */
.main_text_noindent4 {
	padding-left: 4em;
	text-align: left;
	line-height: 120%;
}

/* 右インデント */
.main_text_right {
	text-align: right;
	line-height: 120%;
	}

/* 中央インデント */
.text_center {
	text-align: center;
}

/* 文字サイズ 小 */
.small {
	font-size: 80%;
}

/* 注釈 */
.notes {
	margin-top: -0.5em;
	margin-left: 3em;
	margin-right: 3em;
	font-size: 80%;
}

/* 注釈右寄せ */
.notes_right {
	margin-top: 3em;
	font-size: 80%;
	text-align: right;
	line-height: 120%;
}

.notes_right a {
	border-width: 0px; 
	background-color: transparent;
}


/* 小見出し */
.multi_index {
	margin: 10px;
	font-weight: bold;
	text-align: center;
	}


/* 箇条書き */

ul {
	padding-left: 2em;
	line-height: 125%;
}

li {
	padding-top: 0.5em;
}


/* 項目番号 */

ul.list_decimal {
	list-style-type: decimal;
	padding-left: 2em;
	line-height: 125%;
	}


/* 質問と回答 */

p.question {
	margin-top: 2.5em;
	color: #990033;
	font-weight: bold;
}

p.answer {
	padding-left: 1.5em;
}



p.sign {
	text-align: right;
}



/* 特定の文字に使用 */

/* 表 */
table.normal {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666666;
	border-collapse: collapse;
	padding: 5px;
}

th.normal {
	background-color: #666666;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

tr {
	background-color: #FFFFFF;
}

tr.even {
	background-color: #DDDDDD;
}



/* ピンク表 */

table.information, th, td {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666666;
	border-collapse: collapse;
	padding: 5px;
}

th.information {
	background-color: #FFCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

tr.lightcolored {
	background-color: #FFEEEE;
}



/* 更新履歴 ドリコムRSS 日付に適用 */
.whats_new_text {
	text-align: left;
	line-height: 120%;
	color: #CC0000;
}


/* メールニュース登録フォーム */
div.mail_news_head {
	clear: both;
	background-color: #CCCCCC;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #333333;
	text-align: left;
	margin-bottom: -1px;
}

div.mail_news_body {
	clear: both;
	background-color: #FFFFFF;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #333333;
	text-align: left;
	line-height: 80%;
}

p.mail_notes {
	font-size: 80%;
}

p.mail_news {
	margin-bottom: -10px;
}

p.mail_notes_bottom {
	text-align: right;
	font-size: 80%;
}

.mail_news_body a:link {
	text-decoration: none;
	border: none;
}

.mail_news_body a:hover {
	text-decoration: none;
	border: none;
}

.mail_news_body a:visited {
	text-decoration: none;
	border: none;
}

.mail_news_body a:active {
	text-decoration: none;
	border: none;
}

/* TOP 特に強調する文章向け */
.emphasis {
	font-weight: bold;
	color: #FF0000;
	font-size: large;
}
