@import url(http://www.jsteam.co.jp/css/styles.css);
@import url(http://www.jsteam.co.jp/css/screen.css);

h2#page-title	{
	font-size:medium;
	margin:5px 0px;
	padding:5px 10px;
	color:navy;
	border-left:5px solid navy;
	border-bottom:1px dotted navy;
}

/* お引渡し式 */

.box	{
	border:1px dotted #999;
	padding:10px;
	width:615px;
}


/* お問い合わせ */
dl.inquiry	{
	margin-left:30px;
}

.inquiry dt	{
	background-image:url(img/arrow_y.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px 0px 0px 20px;
	font-weight:bold;	
}


.inquiry dd	{
	padding:2px 0px 0px 30px;
}


.box h2	{
	height:25px;
	display:block;
	text-indent:-9999px;
	background-image:url(img/hikiwatasi_title.gif);
	background-repeat:no-repeat;
}


/* メインページ下のボックス */

.column_box	{
	width:200px;
	height:250px;
	display:block;
	float:left;
	margin:5px;
	padding:0px;
	border:1px solid grey;
	font-size:x-small;
	overflow:hidden;
}  

.column_box h3	{
	margin:0px;
	padding:5px 5px 5px 20px;
	background-image:url(img/columntop.gif);
	background-repeat:no-repeat;
	height:25px;
	font-size:small;
}

.column_box img	{
	float:left;
	margin:5px;
}

.column_box ul	{
	margin:5px;
	list-style-type:none;
}

.column_box li	{
	background-image:url(img/tri.gif);
	background-repeat:no-repeat;
	background-position;left bottom;
	padding:0px 0px 2px 15px;
}

.column_box .entryheader	{
	border-bottom:1px dotted #333;
	padding:5px;
}

.column_box h4	{
	text-align:center;
	font-size:small;
	margin:0px;
}

.column_box p.date	{
	text-align:right;
	margin:0px;
}
.column_box .body {
	padding:5px;
}

