#main {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	text-align: center;
}
h1 {
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #333399;
	text-align: center;
	padding: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #333399;
	font-size: 100%;
	margin-bottom: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #333399;
	font-size: 100%;
	margin-bottom: 0px;
}
li {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 130%;
}
p.atp {
	background-color: #E8E8E8;
	padding: 5px;
	text-align: center;
	color: #FF0000;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	text-align: center;
}

input.btn {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	padding: 5px;
}
input.btn {
	cursor: pointer;
}

table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
th {
	color: #FFFFFF;
	background-color: #333399;
	text-align: left;
	padding-left: 5px;
	width: 120px;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	font-weight: normal;
}
td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
#datt {
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
}
#datt li {
	margin: 0px;
}
#datt ul {
	margin: 0px;
	padding-left: 10px;
	font-size: 80%;
	list-style-type: none;
}
#datt p {
	margin: 0px 0px 5px;
	color: #FF0000;
	font-size: 90%;
}
p.att2 {
	margin: 0px;
	font-size: 90%;
	color: #FF0000;
}

/* Â¾¥µ¡¼¥Ó¥¹
----------------------------------------------------------------------- */
div#other_service {
	margin: 1em 0;
	padding: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eee;
	border: 1px solid #999;
}
div#other_service h3 {
	margin: 0;
	padding: 0.5em;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯',Osaka,'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #669;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}
div#other_service p.kome {
	font-size: 90%;
}
div#other_service p.kome span {
	color: #f00;
}
div#other_service ul, 
div#other_service ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#other_service ul {
	margin: 0.5em 0 1em 0;
}
div#other_service ul li.link_btn a {
	margin: 0.5em 0;
	padding: 0;
	width: 340px;
	height: 60px;
	display: block;
	background: url('./img/link_btn.gif') no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 0 #8C1111;
	text-decoration: none;
}
div#other_service ul li.link_btn a {
	padding-left: 1em;
	line-height: 4.5em;
}
div#other_service ul li.link_btn a:hover {
	background-position: 0 -60px;
	text-shadow: 0 2px 0 #AE5000;
}
