
@import "/library/default.css";

html, body {
	color:#555555;
	background-color:#ffffff;
	height:100%;
}

a:link { text-decoration:none; color:#86BAB9; }
a:visited { text-decoration:none; color:#86BAB9; }
a:active { text-decoration:none; color:#86BAB9; }
a:hover { text-decoration:underline; color:#8BA7A7; }

/*-----*/

.contents h1 {
	font-size:16px;
	line-height:100%;
	background-color:#333333;
	padding:10px 0 8px 10px;
	margin:0 0 10px 0;
	color:#ffffff;
}

.contents h2 {
	font-size:13px;
	line-height:100%;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding:10px 0 9px 9px;
	margin:0 0 10px 0;
	color:#555555;
}

.contents h3 {
	font-size:13px;
	line-height:100%;
	border-left:3px solid #666666;
	padding:5px 0 5px 10px;
	margin:0 0 10px 3px;
	color:#555555;
}

/*-----*/

.circlelist {
	margin:0 0 20px 0;
}

.circlelist table {
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

.circlelist th {
	background-color:#eeeeee;
	border:1px dotted #cccccc;
	padding:6px 0 5px 0;
}

.circlelist td {
	border-bottom:1px dotted #cccccc;
	padding:6px 0 5px 10px;
	
}

/*-----*/

.localhead {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
	border-bottom:3px solid #cccccc;
}

.localnavi {
	width:640px;
	margin:0 -20 0 0;
}

.localnavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

.localnavi li {
	float:left;
	width:90px;
	height:46px;
	margin:0 1px 0 0;
}

.localnavi li img {
	width:90px;
	height:46px;
}

.localnavi li.deadlink img {
	opacity: .65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: .65;
	-moz-opacity: .65;
}

.mailform {
	margin:0 0 30px 0;
}

.mailform th {
	width:20%;
	border-bottom:1px dotted #666666;
	padding:8px 0 8px 0;
	text-align:center;
	vertical-align:middle;
}

.mailform td {
	width:80%;
	border-bottom:1px dotted #666666;
	padding:8px 10px 8px 10px;
	vertical-align:middle;
}

.mailform .submit {
	margin:10px 0 0 0;
	text-align:center;
	background-color:#cccccc;
	border:1px solid #666666;
	padding:15px 0 15px 0;
}

.mailform .submit input {
	font-size:20px;
}