@charset   "UTF-8";
a {
	font-weight: bold;
}
a:link{
	color: #3c0;
	text-decoration: underline;
}
a:visited{
	color: #396;
	text-decoration: underline;
}
a:hover{
	color: #f90;
	text-decoration: underline;
}
a:active{
	color: #f00;
	text-decoration: underline;
}
body {
	color: gray;
	font : normal normal normal 75% /1.4 'メイリオ', meiryo, osaka, verdana, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;/* center on ie */
	background-color: transparent;
	background-image : url(../image/siteparts/wall.jpg);background-repeat : repeat;background-attachment : scroll;background-position : center top;
  
}
h1{
	font: normal normal bold 75% /1.4 'メイリオ', meiryo, osaka, verdana, sans-serif;
	text-align: left;
}
h2{
	font: normal normal normal 120% /200% 'メイリオ', meiryo, osaka, verdana, sans-serif;
	color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff0000;
	padding-left: 8px;
	width: 90%;
}
h3{
	font: normal normal bold 90% /1.4 'メイリオ', meiryo, osaka, verdana, sans-serif;
	text-align: left;
	color: #0000cc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0000cc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000cc;
	padding: 3px 0px 3px 5px;
}
h4{
	font: normal normal normal 90% /1.4 'メイリオ', meiryo, osaka, verdana, sans-serif;
	color: #0080ff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0080ff;
	padding: 0px 0px 5px 5px;
}
h5{
	font: normal normal bold 90% /1.4 'メイリオ', meiryo, osaka, verdana, sans-serif;
	color: gray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	padding: 0px 0px 5px 5px;
}
ul {
	margin: 2px;
	padding-left: 18px;
	padding-right: 5px;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../image/siteparts/listmark.gif);
}
dl dt {
	clear: left;
	float: left;
	margin: 0px 0px 0.8em;
	width: 7.5em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: orange;
	padding-left: 5px;
}

dl dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}
table {
	border: 2px solid #006600;
       width: 100%;
}
table th {
	padding: 5px 16px 5px 9px;
	text-align: left;
	background-color: #003300;
	color: #ffffff;
}
table td {
	text-align: left;
	border: 1px dotted #669900;
	margin-left: 1px;
	margin-right: 1px;
}
table.non {
	border: 0;
}
table td.non {
	border: 1px solid #030;
	width: 300px;
	padding: 5px;
}
table.link {
	border: 2px solid #006600;
}
table td.link {
	text-align: center;
	border: 1px dotted #669900;
	margin-left: 1px;
	margin-right: 1px;
}
a.aff{
	font-size: 90%;
	text-decoration: underline;
	text-align: right;
	font-weight: normal;
}
a.aff:link{
	color: #f76d78;
}
a.aff:visited{
	color: #f99ea5;
}
a.aff:hover{
	color: #eb6df7;
}
a.aff:active{
	color: #eb6df7;
}
.red{
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.green{
	color: #030;
	font-weight: bold;
	text-decoration: none;
}
.white{
	color: #fafad2;
	font-weight: bold;
	text-decoration: none;
}
.bold{
	font-weight: bold;
	text-decoration: none;
}
.box{
	padding: 2px;
	margin: 2px;
	background-color: #ecffec;
}
