@charset "utf-8";

ul {
	list-style : none ; /* マーカー無し */
}

li{
	line-height: 1.5em; margin-top: 0.5em;
	background-image : url(../kiyaku/img/li-icon.gif) ;
	background-position : left top ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 18px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
  }
  
li.float{
	float:left;
	line-height: 1.5em; margin-top: 0.5em;
	background-image : url(../kiyaku/img/li-icon.gif) ;
	background-position : left top ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 18px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
  }
  
#syousai{
	clear:both;
	width:884px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}

#title-set{
	width:884px;
	padding-top:20px;
	padding-bottom:20px;
}

#title{
	float:left;
	width:741px;
	height:78px;
}
#btn{
	float:left;
	padding-top:18px;
	width:135px;
	height:60px;
}
#img{
	float:left;
	padding-top:18px;
	width:8px;
	height:60px;
}


/*TABLEレイアウト
---------------------------------------------------------*/

	
table#table-01 {
    width: 400px;
    border: 0px #b9b79e solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #0089e0 solid;
    border-width: 0 0 1px 0;
    background: #0089e0;
	color:#FFF;
	font-size:13px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: #0089e0 solid;
    border-width: 0 0 2px 0;
	font-size:13px;
    text-align: center;
}

	

/* 詳細説明箇所
---------------------------------------------------------*/
#lineup{
	clear:both;
	width:830px;
	padding:10px 10px;
	margin-right: auto;
	margin-left: auto;
}


.lineup-body{
	clear:both;
	width:830px;
	background-image: url(../image/box01_bg.gif);
	background-repeat: repeat-y;
}

.l-title-set{
	width:809px;
	margin-left:auto;
	margin-right:auto;
}

.l-title-left{
	float:left;
	width:38px;	
}
.l-title-right{
	float:left;
	width:11px;	
}
.l-title-body{
	float:left;
	height:25px;
	width:750px;
	font-size:14px;
	font-weight:bold;
	background-color:#bfe0ff;
	padding:8px 5px 0px 5px;
}

.l-txt{
	clear:both;
	font-size:13px;
	line-height:150%;
	padding:10px 30px 10px 30px;
}

.item{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

.i-name{
	float:left;
	width:276px;
	padding:13px 5px 5px 5px;
}

.i-kamoku{
	float:left;
	width:237px;
	padding:13px 5px 5px 5px;
}
.i-icon{
	clear:both;
	float:left;
	width:161px;
	height:19px;
	padding:13px 5px 5px 5px;
}
.i-detail{
	float:left;
	width:75px;
	padding:13px 5px 5px 5px;
}
.lineup-topbottom{
	clear:both;
	width:830px;
	margin-right: auto;
	margin-left: auto;
}
.icon-pd{
	padding:0px 1px 5px 1px;
}

.arrow{
	height:80px;
	width:20px;
	float:left;
}
.name-txt{
	font-weight:bold;
	line-height:1.5;
}
.name-add{
	line-height:1.5;
}





