@charset "UTF-8";
/* CSS Document */
/* ボックス設定 */
.box1 {
	width:550px;
	line-height:1.6;
}
.box2 {
	width:530px;
	margin-left:10px;
	line-height:1.6;
}
.box3 {
	width:510px;
	margin-left:20px;
	line-height:1.6;
}
/* 見出しの設定のベース */
#doc h2 {
	width:550px;
	height:42px;
	margin-bottom:15px;
	text-indent:-9999px;
	font-size:0em;
}
/* TEL設定 */
.telephone {
	font-family:"Verdana", "Arial", sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#666;
	padding-left:23px;
	background-image:url(../img/ie_tel.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
/* テキストリンク（アイコン付き）設定 */
.link_tx {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.25em;
	padding:0 0 0 6px;
}
.link_tx_l {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.65em;
	padding:0 0 0 6px;
}
.link_tx_s {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.45em;
	padding:0 0 0 6px;
}
/* ライン設定 */
.line {
	clear:both;
	width:630px;
	margin-bottom:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:610px;
	margin:0 0 20px 10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line3 {
	clear:both;
	width:590px;
	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:#ecf4f9;
	white-space:nowrap;
	width:1%;
}