﻿@charset "utf-8";

/* About this file ===============================
 * Style    : a layout style
 * Since    : 2010-03-15
 * Modified : 2010-03-17
================================================== */

/* Wrapper
-------------------------------------------- */
#wrapper {
  width: 960px;
}


/* Header
-------------------------------------------- */
#header {
  width: 960px;
}


/* Contents
-------------------------------------------- */
#contents {
  float: left;
  margin: 0;
	width: 590px;
}


/* SideNavi
-------------------------------------------- */
#sideNavi {
	float: left;
	margin-bottom: 60px;
	width: 160px;
	padding-left: 20px;
}


/* メインイメージ
-------------------------------------------- */
/*
#mainImage {
  margin-bottom: 12px;
}
#mainImage table {
	width: 590px;
	border-collapse: collapse;
}
#mainImage table th {
	width: 98px;
	border: solid 1px #C0C0C0;
	text-align: left;
}
#mainImage table td {
	width: 85px;
	height: 31px;
	background: url(./images/main_image_shicho.jpg) no-repeat right bottom;
	border: solid 1px #C0C0C0;
	padding-right: 60px;
	line-height: 31px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
#mainImage p {
	margin-bottom: 0;
	font-size: 8pt;
}
*/

/* 着手状況
-------------------------------------------- */
#contents #start h2 {
  margin: 0;
	padding: 0;
}
#contents #start table {
  margin-bottom: 12px;
	width: 590px;
	border: solid 1px #3FB2DE;
  padding: 7px 0;
}
  #contents #start table th {
		width: 80px;
    background: url(./images/start_icon.jpg) no-repeat 10px 5px;
		padding: 1px 10px 2px 25px;
		font-size: 90%;
		font-weight: normal;
  }
	#contents #start table td {
		border-left: dotted 1px #ACACAC;
		padding: 1px 10px 2px 10px;
		font-size: 90%;
  }


/* 新着情報
-------------------------------------------- */
#contents #news h2 {
  margin-bottom: 0;
  height: 28px;
  background: url(./images/news_background.jpg) no-repeat;
  border-right: solid 1px #BBBEBF;
  padding-right: 10px;
  text-align: right;
}
  #contents #news h2 img {
    vertical-align: middle;
  }
#contents #news ul {
  margin-bottom: 12px;
/*	height: 100px; */
  border: solid 1px #BBBEBF;
  padding: 7px 0;
}
  #contents #news ul li {
    margin: 3px 10px;
/*    background: url(./images/news_icon.jpg) no-repeat left center; */
    padding-left: 22px;
		font-size: 90%;
  }


/* SideNavi
-------------------------------------------- */
/* --- バナーエリア */
#sideNavi ul.banner {
  margin: 0 auto 12px;
  width: 160px;
} * html #sideNavi ul.banner {
    margin: 0 0 12px;
  }
#sideNavi ul.banner li {
  margin-bottom: 6px;
}
