/*トップページのレイアウト用CSS*/

a	{color: #017acd}


/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}


/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(title13.jpg);
        background-repeat: no-repeat;
	padding: 01px 00px 170px 200px}

div#header h0	{face: HGS明朝B color: #ffffff}


/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 7px;
	margin-bottom: 10px}


/* コンテンツ */
div#content	{width: 600px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px}

div#content h3	{background-color: #014471;
	background-image: url(bar-blue.png);
	background-repeat: no-repeat;
	font-size: 1.00em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 11px;
	margin-top: 0;
	margin-bottom: 0}

div#content h4	{background-color: #e0e0e0;
	background-image: url(bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.95em;
	line-height: 23px;
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 0}

div#content p	{font-size: 0.95em;
        font-family: Arial, sans-serif;
	line-height: 1.6;
	margin-top: 10px}


/* サイドバー */
div#sidebar	{width: 126px;
	float: left;
	margin-bottom: 40px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #017acd}


/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
        font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	text-align: center}

