/*値の初期化*/

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-size: 12px;
	font-weight: nomal;
	width: 800px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

a:link { color:blue; text-decoration:none; font-weight:bold; }
a:visited{ color:purple; text-decoration:none; font-weight:bold; }
a:hover{ color:red; text-decoration:underline; font-weight:normal; }

p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	margin-left: 25px;
}

h2 {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

strong {
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #006666;
}

.note {
	margin-left: 10px;
	color: #936;
}

.caption {
	margin-left: 10px;
	font-size: 10px;
}

.horizontal_navigation {
	text-align: right;
	padding-bottom: 25px;
	font-size: 8pt;
}

.article-title {
	margin-left: 350px;
	padding-bottom: 2px;
	font-size: 16pt;
	font-weight: bold;
	background: white;
}

.article {
	margin-left: 350px;
	padding-bottom: 12px;
	text-align: left;
	font-size: 10pt;
	font-weight: nomal;
	line-height: 200%;
	background: white;
}
