<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import "reset.css";

/**--------------------------------------------------
 * 
 * 全体
 * 
 **--------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
}
body{
	color: #000033;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 92%;
	line-height: 130%;
	text-align: center;/* IEバグ対策 */
}
#contents{
	background-color: #00a0e9;
	background: url("../img/common/background.png") repeat;
	width: 800px;
	margin: 0 auto;
	text-align: left;/* IEバグ対策 */
}

/**--------------------------------------------------
 * 
 * Header
 * 
 **--------------------------------------------------*/
#header{
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
#header h1{
	line-height: 120%;
	font-size: 180%;
	font-weight: bold;
	background: url("../img/common/title.png") no-repeat top center;
	margin-bottom: 10px;
	padding: 0 30px;
}
#header p#author{
	border-top: solid 4px #ffffff;
	border-bottom: solid 4px #ffffff;
	font-size: 120%;
	padding: 5px;
}

/**--------------------------------------------------
 * 
 * Main
 * 
 **--------------------------------------------------*/
#main{
	background-color: #ffffff;
	width: 760px;
	margin: 0 10px;
	padding: 10px;
	text-align: left;/* IEバグ対策 */
}
* html #main{/*IE6ハック*/
	width: 780px;
}
#main h2{
	color: #000000;
	border-bottom: solid 2px #00a0e9;
	font-size: 150%;
	font-weight: bold;
	margin: 30px 0 10px;
	line-height: 120%;
}
#main h2:first-letter{/*最初の文字に適用*/
	background-color: #00a0e9;
	background: url("../img/common/background.png") repeat;
	color: #ffffff;
	border: solid 3px #00a0e9;
}
*:first-child+html #main h2:first-letter{/*IE7ハック*/
	padding-bottom: 3px;
}
*html #main h2:first-letter{/*IE6ハック*/
	padding-bottom: 3px;
}

#main p{
	text-indent: 1em;
	margin-bottom: 2px;
}
#main h3{
	color: #000000;
	border-bottom: solid 2px #00a0e9;
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0 10px;
}
#main .section{
	margin-left: 10px;
}
#main p#return{
	margin: 10px;
	text-align: center;
}

/**--------------------------------------------------
 * 
 * Footer
 * 
 **--------------------------------------------------*/
#footer{
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
#footer address{
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 100%;
	padding: 5px;
	font-weight: bold;
}

/*********** table **********/
table{
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}
thead, tbody{
	line-height: 105%;
}
.img table table{
	margin: 10px;
}
.img table table th, .img table table td{
	border: solid 1px #0057E0;
	vertical-align: middle;
	padding: 2px;
	text-align: left;
}
.img table table th{
	background-color: #00afec;
}

/*********** img **********/
.img{
	text-align: center;/* IEバグ対策 */
}
.img table{
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
.img table th, .img table td{
	border: solid 2px #00a0e9;
}
.img table th{
	text-align: center;
	color: #ffffff;
	background-color: #00a0e9;
	background: url("../img/common/background.png") repeat;
	font-weight: bold;
}

/*********** link **********/
a:link, a:visited {
	color: #00a0e9;
}
a:hover, a:active {
	color: #00a0e9;
}

/*********** list **********/
ol{
	margin: 0 0 10px 25px;
	list-style-type: decimal;
}
ul{
	margin: 0 0 10px 20px;
	list-style-type: disc;
}
/*********** sup **********/
sup{
	vertical-align: 30%;
}
*html sup{
	vertical-align: 20%;
}
*:first-child+html  sup{
	vertical-align: 20%;
}
</pre></body></html>