#contents {
	width:700px;
}

body {
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	50px;
	margin-right:	50px;
	line-height:	150%;
	min-width:		700px;
	max-width:		700px;
	/*background:			url(icelandic_krona_bg.jpg) no-repeat center 0;*/
	/*background-color:	#faf5f5;*/
	color:			#000000;	/* font color */
	font-size:		10pt;
}

h1 {
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	display: 		inline;  /* 重要：改行しない */
	text-decoration:none;
	font-weight: 	normal;
	font-size: 		10pt;
}

h2{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	0px;
	margin-top:		12px;
	margin-bottom:	12px;
	margin-left:	0px;
	margin-right:	0px;
	text-decoration:none;
	font-weight: 	bold;
	color:			000000;	/* font color */
	font-size: 		16pt;
	border-bottom-width:	20px;
	border-bottom-color:	#add8e6;
	border-bottom-style:	groove;
}

h3{
	background:		#eeeeee;
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	0px;
	margin-top:		12px;
	margin-bottom:	12px;
	margin-left:	0px;
	margin-right:	0px;
	text-decoration:none;
	font-weight:	bold;
	font-size: 		10.5pt;
}
	
h4{
	border-bottom:	solid 1px #cccccc;
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	0px;
	margin-top:		12px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	text-decoration:none;
	font-weight:	bold;
	font-size:		10.5pt;
}
p {
	margin-top:		12px;
	margin-bottom:	5px;
	margin-left:	25px;
	margin-right:	0px;
}

ul{
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	30px;
	margin-right:	0px;
}
li{
	margin-top:		0px;
	margin-bottom:	0.5px;
	margin-left:	0px;
	margin-right:	0px;
}

dl {
	margin-top:		0px;
	margin-bottom:	10px;
	margin-left:	50px;
	margin-right:	0px;
}
dd {
	margin-top:		0px;
	margin-bottom:	5px;
	margin-left:	25px;
	margin-right:	0px;
}

table {
	border-style:	solid;
	border-color:	#000000;
	border-width:	1px;
	border-collapse:collapse;
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;
	margin-top:		15px;
	margin-bottom:	15px;;
	margin-left:	0px;
	margin-right:	0px;
}

th{
	border-top:		1px solid #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;
	border-right:	1px solid #000000;
	padding-top:	7px;
	padding-bottom:	7px;
	padding-left:	7px;
	padding-right:	7px;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	background-color:#eeeeee;
	color:			#000000;	/* font color */
	text-align:		center;
	font-weight:	normal;
	font-size:		10pt;
}

td{
	border-top:		1px solid #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;
	border-right:	1px solid #000000;
	padding-top:	7px;
	padding-bottom:	7px;
	padding-left:	7px;
	padding-right:	7px;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	background-color:#ffffff;
	color:			#000000;	/* font color */
	text-align:		left;
	font-weight:	normal;
	font-size:		10pt;
}

strong { font-weight: normal;}



<!--
link　→未リンク（まだ訪れていないリンク）色
visited　→リンク済（訪問済みリンク）色
active　→リンク中（直前に訪問してリンク中）色
hover　→マウスが上にあるリンク
-->

<STYLE type="text/css">
A:link { color : black }
A:visited { color : black }
A:active { color : black }
A:hover { color : black }
</STYLE>


<!--
リンクの下線を消す
-->

<STYLE type="text/css">
A:link { text-decoration: none }
A:visited { text-decoration: none }
A:active { text-decoration: none }
A:hover { text-decoration: none }
</STYLE>



<!-- ブルーの帯 -->
.sample1{
background-image: url(http://www.platinum900.jp/image/titleback0103.gif);
background-repeat: repeat-x;
background-position: top;
font-size: 11pt;
padding: 2px 0px 2px 5px;
border-left: 5px solid #0099FF;
color:			#27579E;
} 


<!-- ピンクの帯 -->
.sample2{
background-image: url(http://www.heb-hongqi.com/image/titleback0105.gif);
background-repeat: repeat-x;
background-position: top;
font-size: 11pt;
padding: 2px 0px 2px 5px;
border-left: 5px solid #FF3366;
} 
