﻿@import url("layout.css");
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/blue_body.jpg');
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #DEEAEE;
}
#masthead {
	text-align: center;
	width: 740px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color: #003366;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 619px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #503750;
}
#footer {
	text-align: center;
	clear: both;
	width: 758px;
	border: 1px dotted #d8bfd8;
}
/* マストヘッドのスタイル */
#masthead h1 {
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
	padding-top: 10px;
}
#masthead h2 {
    color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Courier New", monospace;	
}
#masthead h3 {
	color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Courier New", monospace;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* コンテンツのスタイル */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
}
/* フッターのスタイル */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_new {
	font-style: italic;
	color: #FF33CC;
}
.style_bold {
	font-weight: bold;
}
#navigation_jasrac {
	text-align: left;
	background-color: #DEEAEE;
}
#content ul {
	font-weight: bold;
}
#content ul li {
	font-weight: normal;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}
#content h5 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	text-indent: 1em;
}
#content p {
	text-indent: 3em;
}
#masthead h4 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #FFFFFF;
}
