/* base */
body{
	background-color: #ffffff;
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0px;
	padding: 0px;

}
h1 {
	border-left:solid 25px #0066ff;
	color: #0066ff;
	font-size:120%;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 5px;
}

h2 {
	background-image:url(h3.jpg);
	background-repeat: no-repeat;
	color: #003399;
	font-size: 100%;
	padding:3px 0 2px 5px;
	margin:0.5em 0px;
	clear:both;
}

h3 {
	border-left:solid 15px #00cc99;
	color: #00cc99;
	font-size: 95%;
	font-weight: bold;
	line-height: 100%;
	padding-left: 5px;
}

p {
	color: #666666;
	font-size: 85%;
	line-height: 120%;
	padding-left: 0;
}

.indent1{
	text-indent:15pt; 
	line-height: 150%;
	padding-bottom: 0;
}
.indent2{
	text-indent:30pt; 
	line-height: 100%;
}

.red{
	color: #ff6666;
	font-size: 80%;
	line-height: 100%;
	padding-left: 20px;
}
p img {
	clear : both;
	border-style: none;
	margin: 0;
}

a:link {
	text-decoration:none;
	color:#0066ff;}
a:visited {
	text-decoration:none;
	color:#336699;}
a:hover {
	text-decoration:none;
	color:#00cc99;}
a:active {
	color:#00cc99;}
}

a.top {
	background-image: url("upper.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 3px;
}
a.right {
	background-image: url("right.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
a.left {
	background-image: url("left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 3px;
}

table.center{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	color:#666666;
	empty-cells:show;
	margin-left: 20px;
	font-size: 80%;
	line-height: 130%;
	text-align: center;
}
table.left{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	color:#666666;
	empty-cells:show;
	margin-left: 20px;
	font-size: 80%;
	line-height: 130%;
}
th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#003399;
	text-decoration: none;
	text-align:center;
	background-color:#ccffff; 
	background-position:left top;
	padding: 2px 0 2px 2px;
}
td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 2px 0 2px 2px;
}

ul {
	list-style-type: disc;
	color: #666666;
	font-size: 85%;
	line-height: 150%;
	padding-left: 30px;
}

ol {
	list-style-type: decimal;
	color: #666666;
	font-size: 85%;
	line-height: 150%;
	padding-left: 30px;
}

ul.kome{
	color: #666666;
	font-size: 85%;
	margin: 0px;
	padding-left:23px;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: url(kome.gif);	
}

address {
	border-top: dotted 2px #6699ff;
	clear: both;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding: 10px 10px;
	text-align:center;
	text-decoration:none;
}

address a:link{
	color:#0066ff;
}
address a:visited {
	color:#336699;
}
address a:hover {
	color:#00cc99;
}
address a:active {
	color:#00cc99;
}
