@import "style_line.css";

body {
	background-color: #ffffff;/*White*/
	background-image: url(image/background.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-posicion: left top;
	color: #000000;/*Black*/
	margin-left: 10%;
	margin-right: 10%;}

a:link {
	color: #00008b;/*DarkBlue*/}
a:visited {
	color: #006400;/*DarkGreen*/}
a:hover {
	color: #dc143c;/*Crimson*/
	background-color: #ffe4c4;}

div {
	text-align: left;
	margin-bottom: 1em;}
div.right {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0;}
div.f_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;}
div.f_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;}
div.renraku {
	text-align: left;
	border: double 3px #4573b3;
	margin-top: 1em;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 0.5em;
	width: 400px;}

h1 {
	text-align: center;
	margin-bottom: 1.5em;}
h2 {
	color: #4573b3;
	border-top: solid 1px #4573b3;
	border-style: dotted;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: -1em;
	padding-top: 0.5em;
	font-size: 120%;
	clear: both;}
h3 {
	color: #4573b3;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: -0.5em;
	font-size: 110%;}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 2em;}
ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-image: url(image/icon3.gif);}
li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;}
dl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;}
dt {
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	color: #5f824d;}
dd {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 2em;}

hr{
	height: 1px;
	color: #4573b3;
	border-top: solid 1px #4573b3;
	border-bottom: none;
	border-right: none;
	border-left: none;}

img {
	border: none;
	vertical-align: text-bottom;}
img.banner {
	width: 88px;
	height: 31px;}

strong {
	font-weight: bolder;
	color: #4573b3;}

.center {
	text-align: center;}
.right {
	text-align: right;}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;}
