﻿@charset "utf-8";

/*
 name:style.css
 updated:2012.08.06
*/

@import url('../../cmn/css/import.css');

.article {
	padding:10px 10px 45px 10px;
	overflow:hidden;
	line-height:140%;
}

.article dl {
	float:right;
	width:518px;
	background:url(../img/fukidashi_bottom.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

.article dl dt {
	padding:8px 10px 9px 29px;
	background:url(../img/fukidashi_top.gif) no-repeat;
	height:18px;
}

.article dl dd {
	padding:10px 0 0 29px;
	background:url(../img/fukidashi_middle.gif) repeat-y;
}
