@charset "utf-8";

/********* メインビジュアル *****************************************/

div#top {
	padding-top: 20px;
}

div#top div#top_img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #132C44;
}
div#top div#top_img img {
	vertical-align: top;
}

/********* ピックアップ *********************************************/

div#top div#top_block {
	font-size: 10px;
	color: #132C44;
}

div#top div#top_block p span {
	width: 105px;
	line-height: 150%;
	padding-top: 60px;
	padding-left: 15px;
	display: block;
}

div#top div#top_block a,
div#top div#top_block a:link,
div#top div#top_block a:visited {
	color: #132C44;
	text-decoration: none;
}
div#top div#top_block a:hover {
	text-decoration: underline;
}

div#top div#top_block div.top_block01 a {
	height: 120px;
	width: 210px;
	background-image: url(../images/top/menu_01.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

div#top div#top_block div.top_block02 a {
	float: left;
	height: 120px;
	width: 211px;
	background-image: url(../images/top/menu_02.jpg);
	background-repeat: no-repeat;
	display: block;
}

div#top div#top_block div.top_block03 a {
	float: left;
	height: 120px;
	width: 209px;
	background-image: url(../images/top/menu_03.jpg);
	background-repeat: no-repeat;
	display: block;
}

div#top div#top_block div.top_block04 a {
	float: left;
	height: 120px;
	width: 210px;
	background-image: url(../images/top/menu_04.jpg);
	background-repeat: no-repeat;
	display: block;
}

/********* コンテンツ ***********************************************/

div#top_main {
	padding-top: 18px;
}

div#top_main div.top_left {
	border: 5px solid #EEEEEE;
	width: 180px;
	float: left;
}

div#top_main div.top_left img {
	vertical-align: top;
}

div#top_main div.top_box {
	float: right;
	width: 635px;
}

div#top_main div.top_box div.top_box_left {
	float: left;
	width: 431px;
}

div#top_main div.top_box div.top_box_left div.top_box_heading {
	background-image: url(../images/top/inform_heading.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 431px;
	line-height: 150%;
	padding-bottom: 20px;
}

div#top_main div.top_box div.top_box_left h2 {
	font-size: 10px;
	text-align: right;
	padding-top: 6px;
	padding-right: 8px;
}

div#top_main div.top_box div.top_box_left a,
div#top_main div.top_box div.top_box_left a:link,
div#top_main div.top_box div.top_box_left a:visited {
	color: #2D6AA5;
	text-decoration: none;
}
div#top_main div.top_box div.top_box_left a:hover {
	text-decoration: underline;
}

div#top_main div.top_box div.top_box_right {
	width: 180px;
	float: right;
}
div#top_main div.top_box div.top_box_right img {
	margin-bottom: 5px;
	border: 5px solid #EEEEEE;
}

/********* お知らせ *************************************************/

div.informs {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #202F3C;
}

div.informs div.inform {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #202F3C;
	padding-bottom: 6px;
	padding-top: 6px;
}

div.informs div.inform div.date {
	padding-top: 3px;
	float: left;
	width: 70px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

div.informs div.inform div.new {
	float: left;
	width: 27px;
	padding-top: 4px;
}

div.informs div.inform div.body {
	float: left;
	width: 303px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}

div.get_reader {
	font-size: 12px;
	line-height: 150%;
}
div.get_reader p {
	margin-top: 5px;
	margin-bottom: 5px;
}

