@charset "utf-8";

/* CSS Document */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5, h6 {
	font-size: 1.0em;
}

a:link {color: #0F3D9F; text-decoration: underline;}
a:hover {color: #0F3D9F; text-decoration: none;}
a:visited {color: #639;}

body {
	line-height: 140%;
}

h2 {
	margin: 0;
	padding: 0 0;
	font-size: 1.0em;
	color: #FFFFFF;
}
p {margin-bottom: 15px;}


.main_navi {
	font-size: 0.9em;
}

.main_navi h3 {
	font-size: 1.0em;
}

.main_navi h3 a:link {
	color: #320000;
}

.main_navi h3 a:visited {
	color: #320000;
}



#content h3 {
	margin-top: 2px;
	color: #FFFFFF;
	font-size: 1.3em;
}

#content h4 {
	margin: 3px 0;
}

.adTbl {
		font-size: 0.9em;
		line-height: 1.5em;
}

.inTbl{
		border-collapse: collapse;
		font-size:0.9em;
		line-height:1.5em;
		table-layout:fixed;
		width: 510px;
		border: 1px solid #9A9A9A;

}
.inTbl th{
		padding: 5px;
		text-align: center;
		vertical-align: top;
		color: #333;
		background-color: #eee;
		border: 1px solid #b9b9b9;
}

.inTbl td{
		padding: 5px;
		background-color: #fff;
		border: 1px solid #b9b9b9;
}



#adList {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		width: 100%;
		line-height: 1.5em;
}

.tableStyle1 tr td {
	padding: 5px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.tableStyle1 {
		margin-bottom: 30px;
		line-height: 1.5em;
		width: 520px;
}
