@charset "utf-8";

/********* クラシック音楽のような時計 HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* クラシック音楽のような時計 HTML再定義 ***********************************************/

body {
	line-height: 1.4;
	margin: 0 auto;
	background-color: #DDDDDC;
	background-position: center center;
	color: #101010;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
	border-top: 5px;
	font-family: Arial;
	font-size: 120%;
	color: #312727;
}
h2 {
	border-top: 5px;
	padding-left: 30px;
	font-size: 200%;
	font-family: Arial;
}

h3 {
	margin: 20px 25px 10px 25px;
	padding: 5px;
	border-top: 4px double #777777;
	border-bottom: 4px double #777777;
	font-size: 150%;
	font-family: Arial;
}

h4, h5, h6 {
	margin: 15px 30px;
	font-weight: bold;
}

table {
	margin: 5px 5px;
	border: 1px solid #666666;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px 0;
}

img {
	margin: 5px 0;
}

form input, form textarea {
	padding: 1px;
}
form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form ul {
	margin: 15px 30px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

p {
	padding: 10px 30px;
}
ul {
	margin: 10px 30px 10px 50px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px 10px 60px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 30px;
}
dl dd {
	margin-left: 30px;
}

em, strong {
	font-style: normal;
	font-weight: bold;
}
pre {
	overflow: auto;
	margin: 15px 30px;
	padding: 10px;
	border: 3px double #AAAACC;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 30px;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}

/********* クラシック音楽のような時計 基本構造 *************************************************/

div#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFF7;
}

div#header_h1231976 {
	background-color: #DDDDDC;
}
div#header {
	background-color: #190909;
}
div#menu {
	float: right;
	width: 220px;
	padding-bottom: 30px;
	background-color: #444442;
}
div#contents {
	float: left;
	width: 670px;
	padding-bottom: 30px;
	background-color: #FFFFF7;
	border-width: 1px;
}
div#footer {
	clear: both;
}

/********* クラシック音楽のような時計 ヘッダー *************************************************/

div#header h2 a {
	display: block;
	width: 800px;
	text-decoration: none;
	color: #DDDDDC;
	padding-top: 20px;
}
div#header p {
	display: block;
	width: 800px;
	text-decoration: none;
	color: #DDDDDC;
	padding-bottom: 20px;
}

/********* クラシック音楽のような時計 コンテンツ ***********************************************/

div#contents ul.summary {
	margin-top: 20px;
}
div#contents p.path {
}
div#contents ul.thumbnail {
	margin: 10px 30px;
}
div#contents ul.thumbnail li {
	display: inline;
	list-style: none;
}

div#contents ul.info {
	margin: 10px 30px;
	text-align: right;
}
div#contents ul.info li {
	display: inline;
	margin-left: 5px;
}

/********* クラシック音楽のような時計 フッター *************************************************/

div#footer address {
	padding: 20px 30px 25px 30px;
#	background-color: #190909;
	background-color: #190909;
	color: #FFFFF7;
	font-family: Arial;
	text-align: center;
}

/********* クラシック音楽のような時計 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}
.new {
	color: #FF4500;
}

/********* クラシック音楽のような時計 ヘッダーh1 *************************************************/


/********* クラシック音楽のような時計 メニュー *************************************************/

div#menu h3 {
	margin: 20px 20px 10px 20px;
	border-top: 4px double #CCCCCC;
	border-bottom: 4px double #CCCCCC;
	color: #DDDDDC;
}
div#menu ul {
	margin: 10px 20px 40px 20px;
}
div#menu ul li {
	list-style: none;
	padding: 3px 5px;
}
div#menu a {
	font-weight: bold;
	text-decoration: none;
}
div#menu a:link, div#menu a:visited {
	color: #929495;
}
div#menu a:active, div#menu a:hover {
	color: #DDDDDC;
}

/********* クラシック音楽のような時計 IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	text-align: left;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}
