
/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h1 {
	font-size: 150%;
	color: navy;
	margin: 20px 30px 0px 30px;
	padding: 7px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 10px;
	border-color: #0000ff;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	color: #cccc00;
	background-color: black;
	margin: 0px 30px 10px 30px;
	padding: 5px 20px;
}

#content dl,#content dt,#content dd {
	margin: 0;
	padding: 0;
}

#content dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content dt {
	padding: 3px 60px 2px 60px;
	font-weight: bold;
	font-size: 90%;
}

#content dd {
	padding: 2px 70px;
	font-size: 80%;
	text-align: right;
}

.list_x {
	font-size: 80%;
	line-height: 1.5em;
	margin: 0px 30px;
	padding: 0px 30px;
	text-indent: 1em;
	text-align: justify;
	text-justify: distribute;

}

.explain {
	font-size: 80%;
	margin: -10px 30px 5px 30px;
	padding: 2px 20px;
	color: #000000;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000f;
}

.return {
	text-align: right;
	margin: 10px;
	font-weight: bold;
}


/* リンクに関するCSS  
--------------------------------------------------------------------------------*/
a:link {
	color: #0000ff;
	text-decoration: none;

}
a:visited {
	color: #006400;
	text-decoration: none;
}
a:active, a:hover {
	color: #4b0082;
	text-decoration: underline;
}

/* 表に関するCSS  
--------------------------------------------------------------------------------*/
table {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
	border: solid 1px #000000;
	border-collapse: collapse;
}

th {
	background-color : #0000ff;
	font-size : 100%;
	color: #ffffff;
	border: 0px solid #333333;
	font-weight : bold;
	font-family : "ＭＳ Ｐゴシック";
	text-align: center;
	padding:7px 0px;
}

td {
	background-color : #e2e6f5;
	font-size : 80%;
	font-weight : normal;
	padding:10px 5px 5px 5px;
	color : black;
}

#literature {
	width:360px;
}

#writer {
	width:200px;
}

.nengo {
	color : purple;
	font-family : "ＭＳ ゴシック";
	font-weight : bold;
	text-align: center;
}

.sametime {
	padding-top:0px;
}

