﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

div#Wrap {
	background: url(../image/index_bg.jpg) center top no-repeat;
}

div#Content h2 {
	background: url(../image/title_bg.jpg) 0 bottom no-repeat;
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Osaka,'Meiryo',Verdana,Arial,"ＭＳ Ｐゴシック",san-serif;
	font-size: 1.66em;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	color: #ffffff;
}

/*----------------------------------------------------------
	トップページ
	========================================================
		コンテンツ部分：新着情報
----------------------------------------------------------*/
	div.News {
		height:105px;
		overflow:auto;
		width: 620px;
		margin-bottom: 26px;
	}

	div.News dl.First {
		background-color:#313131;
		padding: 1px 0;
	}

	div.News dl.Second {
		background-color: #181818;
		padding: 1px 0;
	}

	div.News dl dt {
		width:110px;
		float:left;
		clear:both;
		color: #3F9ACD;
		text-align: center;
		padding: 0;
	}

	div.News dl dt span {
		padding: 0 10px;
		background: url(../image/news_line.jpg) right 0 repeat-y;
	}

	div.News dl dd {
		margin-left:120px;
		padding: 0;
	}

	div.News dl dd span {
	}

/*----------------------------------------------------------
	トップページ
	========================================================
		コンテンツ部分：おすすめリンク集
----------------------------------------------------------*/
	div.LinkBox {
		width: 620px;
		padding-bottom: 45px;
	}

	div.LinkBox:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	div.LinkBox p.ImgBox {
		width: 200px;
		float: left;
		clear: both;
		margin-bottom: 10px;
	}

	div.LinkBox dl {
		width: 380px;
		float: right;
		margin-bottom: 10px;
	}

	div.LinkBox dl dt {
		color: #F4D500;
	}

	div.LinkBox dl dt a {
		color: #F4D500;
	}

	div.LinkBox dl dt a:visited {
		color: #F4D500;
	}

	div.LinkBox dl dt a:hover {
		color: #F4D500;
	}





