@charset "UTF-8";
/* CSS Document */
/* ボックス設定 */
.box1 {
	width:560px;
	line-height:1.6;
}
.box2 {
	width:540px;
	margin-left:10px;
	line-height:1.6;
}
.box3 {
	width:520px;
	margin-left:20px;
	line-height:1.6;
}
/* 見出しの設定のベース */
#doc h2.sbj {
	width:560px;
	height:40px;
	margin-bottom:20px;
	text-indent:-9999px;
	font-size:0em;
}
/* テキストリンク（アイコン付き）設定 */
.link_tx {
	background-image:url(../img/pt_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.25em;
	padding:0 0 0 8px;
}
.link_tx_l {
	background-image:url(../img/pt_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.65em;
	padding:0 0 0 8px;
}
.link_tx_s {
	background-image:url(../img/pt_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.45em;
	padding:0 0 0 8px;
}
/* ライン設定 */
.line {
	clear:both;
	width:560px;
	margin-bottom:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:540px;
	margin:0 0 20px 10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2s {
	clear:both;
	width:540px;
	margin:0 0 15px 10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line3 {
	clear:both;
	width:520px;
	margin:0 0 20px 20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
/* テーブルの設定 */
.table1{ 
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table1 td{
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px;
}
.table1 th{
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px;
	background-color:#dff4ff;
	white-space:nowrap;
	width:1%;
	color:#369;
}
.vm td, .vm th {
	vertical-align:middle;
}
