@charset "utf-8";

/* ---------------------------------------------------------
レイアウト
--------------------------------------------------------- */
#content {
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0px;
}

#content_main {	
	width: 650px;
	float: left;
	padding: 0px 23px 0px 20px;
	_padding: 0px 24px 0px 0px;
}
/* ---------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
	margin-left: 2px;
}


h2 {
	background: url(../image/h2_bg.jpg) no-repeat left top;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 25px;
}

h3 {
	margin: 20px 3px;
	padding: 0px 5px 3px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../image/border_dot_01.gif) repeat-x bottom;
}


/* ---------------------------------------------------------
段落
--------------------------------------------------------- */
p {
	margin: 10px 15px;
	line-height: 1.8;
	line-break: strict; /* 禁則処理 */
}

/* ※マークを入れるとき
----------------------------------------- */
p.attention {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0px; 
}

/* ---------------------------------------------------------
アイコンリンク
--------------------------------------------------------- */
/* アイコンつきリンク */

.linkMark {
	background: url(../image/icons/icon_sitemap01.gif) no-repeat 3px 8px;
	padding-left: 20px;
}

a.linkMark {
	background: url(../image/icons/icon_sitemap01.gif) no-repeat 3px 2px;
}

ul.listLink li {
	list-style: none;
	background: url(../image/icons/icon_sitemap01.gif) no-repeat left 8px;
	padding-left: 20px;
}

/* ---------------------------------------------------------
リスト
--------------------------------------------------------- */
/* 通常の●リスト
----------------------------------------- */
ul {
	margin: 0px 0px 1em 40px; 
}

ul li {
	margin: 2px 0px 0px;
	padding: 0px;
	line-height: 1.6;
	list-style-type: disc;
}


/* しるしなしリスト
----------------------------------------- */
ul.listNone li{
	list-style-type: none;
}


/* 番号付きリスト
----------------------------------------- */
ol {
	margin: 0px 0px 1em 40px; 
}

ol li {
	margin-bottom: 3px;
	line-height: 1.6;
	list-style-type: decimal;
}

/* 定義リスト
----------------------------------------- */
dl {
	margin: 0px 1em 2em 0.5em;
}

dl dt {
	margin: 10px 0px 0px;
	padding-left: 17px;
	font-weight: bold;
	line-height: 1.6;
}

dl dd {
	margin: 0px 0px 0px 35px;
	line-height: 1.6;
	font-size: 95%;
}

/* ---------------------------------------------------------
テーブル
--------------------------------------------------------- */
div.tableWrap {
	margin: 10px 12px 30px;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 1.6;
}

/* ノーマル テーブル
----------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

table th {
	padding: 7px 10px;
	text-align: left;
	line-height: 1.6;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}

table td {
	padding: 7px 10px;
	line-height: 1.6;
	border: 1px solid #cccccc;
}


/* ---------------------------------------------------------
画像配置
--------------------------------------------------------- */
div.setImg {
	margin: 10px 0;

}

div.setImg img {
	margin-bottom: 1px;
	padding: 1px;
	border: 1px solid #dfdfdf;
}

div.setImg p {
	margin: 10px 0px;
}

.imgCaption {
	display: block;
	font-size: 90%;
	color: #666666;
	padding: 3px 10px;
	background: url(../image/border_dot_00.gif) repeat-x bottom;
}

/* 画像・テキスト並び 
----------------------------------------- */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}


/* ---------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------- */
p.toPageTop {
	text-align: right;
	clear: both;
	margin: 50px 5px 0px 0px;
	font-size: 90%;
}

p.toPageTop a {
	padding: 2px 0px 2px 13px;
	background: url(../image/icons/icon_pagetop.gif) no-repeat 0px 7px;
}
