﻿@charset "utf-8";

/* --------------------------------------------------------
   base
-------------------------------------------------------- */
body
{
	background: url('../img/main.jpg') no-repeat 50% 120px;
}

#pickUp section
{
	float:	left;
	width:	300px;
	height:	128px;
	margin-bottom:	38px;
}

#pickUp section#pickUp1
{
	background: url('../img/btn.jpg') no-repeat;
	margin-right:	25px;
}

#pickUp section#pickUp2
{
	background: url('../img/btn2.jpg') no-repeat;
}

#pickUp section#pickUp3
{
	float:	right;
	background: url('../img/btn3.jpg?20260527') no-repeat;
}

#mainL
{
	/* 最低限の高さを解除 */
	min-height: 0;
	height:		auto;
}

#news .stit
{
	margin-bottom:	15px;
}

#news dl
{
	line-height:	1.6;
}

#news dt
{
	font-weight:	bold;
	width:			104px;
	float:			left;
	padding-top:	6px;
}

#news dd
{
	background: url('../img/line.gif') repeat-x 0 100%;
	padding:	6px 0 6px 104px;
}
