@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:300px;
	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 dl	{
	margin:5px;
	display:block;

}

.column_box dt	{
	background-image:url(img/tri.gif);
	background-repeat:no-repeat;
	background-position;left bottom;
	margin-left:5px;
	padding:2px 0px 2px 15px;
	width:30px;
	float:left;
	height:auto;
}

.column_box dd	{
	width:145px;
	padding-top:0px;
	margin-top:0px;
	height:auto;
	margin-left:30px;
	padding:2px 0px 2px 20px;
}
.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;
}
/* お知らせ */

ul.info li	{
font-size:small;
background:url("http://jsteam.co.jp/img/exclm.gif") left top no-repeat;
padding-left:20px;
}

.widget-header2 {
    height: 30px;
    margin-right: 15px;
    margin-left: 30px;
    margin-bottom: 8px;
    text-align:center;
    background: url("http://jsteam.co.jp/img/widget2.gif") no-repeat 0 0;
    font-size: small;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px;
    line-height: 30px;
    font-family: verdana;
    text-transform: uppercase;
}

.entry-content p{
	color:#666;
	line-height:1.6;
	text-indent:14px;

	font-size:small;
	margin-top:10px;
	padding:0px;
}


