@charset "UTF-8";
@import "unit_tag.css";
@import "unit_common.css";
@import "unit_layout_side.css";
@import "unit_head.css";
@import "unit_foot.css";
@import "unit_textmenu.css";
@import "unit_menu.css";
@import "unit_content.css";
@import "unit_side.css";
/*
@import "unit_bottom.css";
*/


#dlmenu{
	padding:			20px 0;
	text-align:			center;
}
#dlmenu li{
	list-style-type:	none;
	display:			inline;
}
#dlmenu img{
	vertical-align:		middle;
}

/************/

h3{
	margin:				auto;
	text-align:			center;
}

/************/

.dl-item{
	padding:			10px 50px 30px 50px;
	width:				526px;
}
.dl-button{
	float:				left;
	width:				200px;
	padding-top:		20px;
	padding-bottom:		10px;
	text-align:			center;
}
.dl-text{
	float:				right;
	width:				320px;
	padding-bottom:		10px;
}
.dl-text h4{
	font-size:			1.5em;
	padding-bottom:		6px;
}
#contentBox-main .dl-text p{
	line-height:		1.3em;
}
.dl-text ul{
	padding-left:		2em;
}

.dl-bottom{
	padding-top:		20px;
	padding-bottom:		10px;
	clear:				both;
}
/* •ÇŽ† */
.dl-wall{
	clear:				both;
	text-align:			center;
}
.dl-wall ul{
	padding:			0;
}
.dl-wall li{
	display:			inline;
	list-type:			none;
	padding:			0 8px;
	border-right:		solid 1px #ccc;
}
.dl-wall li.last{
	border:				none;
}
.dl-wall-thumb img{
	margin:			10px 0 6px 0;
	border:			solid 4px #eee;
}
.dl-wall a{
	color:				#000;
}
.dl-wall a:hover{
	color:				#c66;
}

/***********/

.dl-list{
	clear:				both;
	padding:			10px;
	border:				solid 2px #c66;
	background:			#ffd;
}
.dl-list a{
	color:				#000;
}
.dl-list a:hover{
	color:				#c66;
}

.dl-list-left,
.dl-list-right{
	float:				left;
	width:				250px;
}
.dl-list-left li,
.dl-list-right li{
	list-style-type:	none;
	background:			url("../img/common/icon_orange.gif") left 4px no-repeat;
	padding-left:		15px;
}



