@charset "shift-jis";
/* CSS Document */

.index-info{}
.index-info dl{
	font-size:12px;
}
.index-info dt{
	float:left;
	width:120px;
	text-indent:5px;
	line-height:200%;
}
.index-info dd{
	padding-left:125px;
	line-height: 200%;
	border-bottom:1px dotted #999999;
}

.index-sample{
	width:545px;
}
.index-sample:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.index-sample-left{
	width:266px;
	float:left;
}
.index-sample-right{
	width:266px;
	float:right;
}
.index-sample-content{
	border:1px solid #999999;
	padding:2px;
}
.index-sample-title{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background-color:#999999;
	color:#FFFFFF;
}
.index-sample-image{}
.index-sample-text{
	font-size:12px;
	line-height:140%;
	height:70px;
}
.border-box{
	margin:5px 0px;
	padding:5px;
	border:1px solid #637d10;
	font-size:12px;
}