@charset "UTF-8";

/**
 * トップページCSS
 */

/* トップページのイメージ画像 */
#topimgbox {
	width:680px;
	height:270px;
	margin:0 auto;			/* これで内包する画像をセンタリング */
	padding-top:20px;		/* トップナビとのスペース確保 */
}

#yoshiyusoBn {
	width:680px;
	height:50px;
	margin:0 auto;			/* これで内包する画像をセンタリング */
	padding-top:20px;		/* トップナビとのスペース確保 */
}

#topAd {
	width:680px;
	height:480px;
	margin:0 auto;			/* これで内包する画像をセンタリング */
	padding-top:20px;		/* トップナビとのスペース確保 */
}

#topAd2 {
	width:680px;
	height:480px;
	margin:0 auto;			/* これで内包する画像をセンタリング */
	padding-top:20px;		/* トップナビとのスペース確保 */
}

#topAd3 {
	width:680px;
	height:480px;
	margin:0 auto;			/* これで内包する画像をセンタリング */
	padding-top:20px;		/* トップナビとのスペース確保 */
}

div#moshikomiBtn {
	width:680px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:10px;
	text-align:center;
	background-color:transparent;
}

/* テキスト部分 */
p.text {
	width:680px;
	margin:20px auto 0 auto;
	line-height:1.5em;
	font-size:1em;
}

/* お知らせ部分 4段BOXレイアウト */
div#infoBox {
	margin:0 auto;
	width:680px;
}
div.infoCatBox {
	margin-top:10px;
	float:left;
	width:338px;
}
div.infoCatBox h2 {
	margin:0 5px 5px 5px;
	letter-spacing:0.1em;
}
div.infoTopicBox {
	height: 20em;
	overflow: scroll;
}
div.infoCatBox a {
	color:#336699;
	text-decoration:none;
}
div.infoCatBox a:hover {
	color:#CC6600;
}
div.infoCatBox span {
	font-weight:bold;
}
div.topix {
	clear:left;
	margin:10px 5px 0 0;
	padding:0 0 5px 10px;
	border-bottom:1px solid #cccccc;
}
div.topNewsBox {
	margin:20px 20px 0 20px;
}
div.topNewsBox p {
	margin:0;
	padding:10px 0 10px 0;
	font-size:1.7em;
	font-weight: 900;
	border:1px solid #9f9f9f;
	background-color:#efefef;
	text-align:center;
}
div.topNewsBox a {
	color:#cc0000;
	text-decoration:none;
}

ul.topixList {
	margin:0 0 0 2em;
	padding:0;
}