@charset "utf-8";
/* CSS Document */
@import "base.css";

/* -- メインビジュアル -- */
#main div.mainvisual{
	background: url(../img/main_v.jpg) no-repeat;
	height:205px;
	}
	
#main h2 { display: none; }

/* -- contents -- */
#main .contents {
	background: url(../img/bg_contents.jpg) no-repeat;
	height: 225px;
	padding: 38px 0 0 0;
	}

#main .contents li {
	float: left;
	width: 280px;
	height: 101px;
	margin: 0 0 2px 4px;
	padding: 6px 6px 0 6px;
	line-height: 140%;
	}
/* コンテンツリンク背景指定 */
#main .contents li#contents_recruit { background: url(../img/bg_recruit.jpg) left top no-repeat; }
#main .contents li#contents_setsumeikai { background: url(../img/bg_setsumeikai.jpg) left top no-repeat; margin-left: 3px; }
#main .contents li#contents_jisseki { background: url(../img/bg_jisseki.jpg) left top no-repeat; }
#main .contents li#contents_enquete { background: url(../img/bg_enquete.jpg) left top no-repeat; margin-left: 3px; }
	
#main .contents li a.contents_title{
	display: block;
	width: 270px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	}
#main .contents li a.contents_title:hover { color: #FFF; }
	
#main .contents li p {
	margin: 0 0 0 76px;
	padding: 4px 10px 0 0;
	height: 38px;
	font-size: 93%;
	}

#main .contents li a.to_contents {
	display: block;
	margin: 2px 0 0 76px;
	padding: 0 10px 0 14px;
	height: 18px;
	line-height: 19px;
	background:url(../img/common/arrow04.gif) left center no-repeat;
	text-decoration: none;
	}

/* ----- What's New ----- */
#main .wn{
	background: url(../img/main_wn_bottom.gif) left bottom no-repeat;
	padding-bottom: 10px;/* ボトム画像サイズ */
	height: 100%;/* IEでボトム画像が消えるのを回避 */
	}
	
#main .wn div.wn_title{
	height: 45px;
	margin: 0px;
	}

#main .wn dl{
	line-height: 120%;
	font-size: 93%;
	background: url(../img/main_wn_bg.gif) repeat-y;
	padding: 10px 20px;
	margin: 0px;
	}
	
#main .wn dt{
	background:url(../img/common/arrow02.gif) no-repeat;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	}

#main .wn dd{
	margin-bottom: 10px;
	padding: 0 0 5px 20px;
	border-bottom: #EDC5E3 1px dotted;
	}
