@charset "utf-8";
/*CSS Document*/

/**dartsleasemain-------------------------------------**/

#titomain { 
	width:650px;
	float:left;
	padding:10px 0 0 10px;
	_padding:5px 0 0 5px;
	margin-bottom:20px;
}


/**見出しタグ-------------------------------------**/
h3 {
	font-size:20px;
	background:url(../img/tito/titotop.jpg) top left no-repeat;
	line-height:70px;
	text-indent:-99999px;
	margin-bottom:20px;
}

.h3cap {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0 20px 20px 20px;
}

.h3bun {
	margin:0 20px 20px 20px;
	line-height:1.8;
}

h4 {
	color:#333333;
	font-size:14px;
	margin:20px 0 10px 20px;
	padding:1px 12px;
	background:url(../img/bar.gif) top left no-repeat;
	line-height:24px;
}

.h4bun {
	margin:0 20px 20px 40px;
	line-height:1.7;
}

h5 {
	font-size:18px;
	margin:10px 10px 5px 40px;
	background:url(../img/backline.gif) repeat-x center;
	color:#74A8DC;
}
h5 span {
	background:#FFFFFF;
	padding:5px;
}

.h5bun {
	margin:0 20px 0 70px;
}
.tel {
	font-size:18px;
	color:#333333;
	margin:0 0 3px 70px;
	padding:0 0 0 55px;
	font-weight:bold;
	background:url(../img/icon_tel.gif) center left no-repeat;
}
.add {
	background:url(../img/icon_add.gif) no-repeat 0 3px;
	margin:0 20px 10px 70px;
	padding:0 0 0 55px;
}

ol.nagare {
	margin:0 10px 20px 40px;
	list-style-type:none;
}
ol.nagare li {
	margin:0 0 10px 0;
}

div.conect {
	padding:8px;
	border:#CCCCCC 1px groove;
	margin:10px 150px 10px 190px;
	text-align:center;
}

/**スペック表-------------------------------------**/
table.spec {
	width:590px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#FFFFFF;
    empty-cells:show;
	margin:0 0 10px 40px;
}
table.spec th{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    background:url(../img/dartslease/tablewaku.gif) top left no-repeat;
    padding:5px 10px;
    text-align:center;
}
table.spec th.spec_p {
    background:url(../img/dartslease/tablewaku1.gif) top left no-repeat;
}
table.spec th.spec_v {
    background:url(../img/dartslease/tablewaku2.gif) top left no-repeat;
}
table.spec td{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:5px;
    text-align:center;
}


/**箇条書き-------------------------------------**/
ul.kajogaki{
	list-style:none;
	margin:0 0 0 70px;
}
ul.kajogaki li{
	line-height:1;
	padding:0 0 10px 30px;;
	margin:0 0 0 0;
	font-size:150%;
	background:url(../img/tito/kajo.gif) top left no-repeat;
}


