@charset "utf-8";

/* ==================================================================
	Site Name: base
	Author: aki
=================================================================== */

#content{
	padding:5px;
}

.box{
	margin:20px 0 30px 0;
}

.box div.left{
	width:207px;
}

.box div.left img{
	width:197px;
	padding:5px;
	border:#CCCCCC solid 1px;
}

.box div.right{
	width:335px;
}

.box dt{
	font-size:120%;
	color:#098cb8;
	border:1px dotted #14eaea;
	border-width:1px 0;
	background:url(../img/works/t-title.gif) 5px center no-repeat;
	padding:4px 3px 3px 50px;
}

.box dt ul {
	padding:3px 0;
}


.box dd ul .d-txt{
	padding-top:4px;
}


.box dd{
	border:1px dotted #14eaea;
	border-width:0 0 1px 0;
	padding:3px 3px 4px 5px;
}

.box .url{
	background:url(../img/works/t-url.gif) 5px center no-repeat;
	padding:3px 3px 3px 50px;
}

.box .url a{
	color:#666666;
}

.box ul li{
	float:left;
	margin:0 5px 0 0;
}

.box ul li img{
	display:block;
}

