﻿@charset "utf-8";
@import url("default.css");

/* ■■ index.css ■■ */
/* index.cssはトップページ用の記述をまとめたCSSファイルです。
　 このCSSファイルとは別に、基本的な記述やHeader/Footerなどをまとめた
　 default.cssをimportして読み込んでいます。
-----------------------------------------------------------------------------
■目次

----------------------------------------------------------------------------- */

/* ■■ 01. */
h1 {
	padding:5px 10px 0;
	border-right:2px solid #36c;
	border-bottom:4px solid #36c;
	background:#2083fe;
	color:#fff;
	font-size:150%;
}
#Contents .banner {
	margin:10px;
	text-align:center;
}
#Contents .lead {
	line-height:1.5;
	margin:10px;
}
#Contents .more {
	margin:20px 10px 0;
	text-align:right;
	font-weight:bold;
}
#Contents .attention {
	color:#900;
	font-weight:bold;
}
#RelatedLinks {
	overflow:hidden;
	margin:40px 10px 0;
	_zoom:1;
}
#RelatedLinks .link {
	float:left;
	width:45%;
}
#RelatedLinks .link.even {
	float:right;
}
#RelatedLinks h2 {
	padding:5px;
	border-left:4px solid #36c;
	border-bottom:1px dotted #2083fe;
}
#RelatedLinks h3 {
	margin:20px 0 0 5px;
	padding:5px;
	border-bottom:1px dotted #2083fe;
}
#RelatedLinks ul {
	overflow:hidden;
	padding:10px 0;
	_zoom:1;
}
#RelatedLinks li {
	float:left;
}
#RelatedLinks li.even {
	float:right;
}
#RelatedLinks li img {
	vertical-align:top;
}