@charset "UTF-8";




/*
--------------------------------
	/index.php
--------------------------------
*/


/* ---- basics ---- */

body {
	background-image: url(../img/home/bg.gif) !important;
}

ul#global_navigation {
	margin-bottom: 1px !important;
}


/* ---- main ---- */

#main_container {
	position: relative;
	width: 940px;
	height: 280px;
	margin: 0 auto 40px auto;
	background-image: url(../img/home/catch.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#main_container h1 {
	display: none;
}


/* ---- lead ---- */

p#lead {
	width: 940px;
	margin: 0 auto 40px auto;
	text-align: left;
}


/* ---- search ---- */

form {
	padding: 155px 40px 0 325px;
}

form table {
	border: 1px solid #fff;
	background-color: #daf0ff;
}

form table th {
	width: 96px;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	font-size: 1px;
}

form table th#area {
	background-image: url(../img/home/area.gif);
}

form table th#type {
	background-image: url(../img/home/type.gif);
}

form table td {
	padding: 6px 8px 6px 4px;
}

form table td#button {
	padding-right: 13px;
	text-align: right;
}

form table td select {
	border: 1px solid #489af4;
	background-color: #80d0ff;
}

form table td input {
	padding: 2px 16px;
	border: 1px solid #489af4;
	background-color: #489af4;
	background-image: url(../img/button_1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #fff;
	cursor: pointer;
}


/* ---- news list ---- */

h4#news_head {
	width: 160px;
	height: 30px;
	background-image: url(../img/home/news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

table#news_list {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse; /* for IE6, 7 */
	border-bottom: 1px solid #dee4ea;
	border-right: 1px dotted #dee4ea;
	empty-cells: show;
}

table#news_list td {
	padding: 16px;
	border-top: 1px solid #dee4ea;
	border-left: 1px dotted #dee4ea;
	line-height: 1;
	vertical-align: top;
}

table#news_list td.date {
	white-space: nowrap;
}

table#news_list td.title {
	width: 100%;
}

table#news_list td.others {
	text-align: right;
}


/* ---- media list ---- */

h4#media_head {
	width: 160px;
	height: 30px;
	background-image: url(../img/home/media.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

table#media_list {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse; /* for IE6, 7 */
	border-bottom: 1px solid #dee4ea;
	border-right: 1px dotted #dee4ea;
	empty-cells: show;
}

table#media_list th {
	padding: 16px;
	border-top: 1px solid #dee4ea;
	border-left: 1px dotted #dee4ea;
	background-color: #e8ecf0;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

table#media_list td {
	padding: 16px;
	border-top: 1px solid #dee4ea;
	border-left: 1px dotted #dee4ea;
	line-height: 1;
	vertical-align: top;
}

table#media_list td.area {
	white-space: nowrap;
	text-align: center;
}

table#media_list td.title {
	font-weight: bold;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	white-space: nowrap;
}

table#media_list td.summary {
	width: 100%;
}

table#media_list td.others {
	text-align: right;
}


/* ---- banner ---- */

ul#banners li {
	display: inline;
	float: left;
	width: 220px;
	margin-right: 10px;
}

ul#banners li a {
	display: block;
	width: 220px;
	height: 100px;
}

