@charset "utf-8";
/* BODYの規定値 */
body {
	color: #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 100%;
	background-color: transparent;
	padding: 3px 1px 3px 1px;
	margin: 0px;
	width: 230px;
}
html {
	overflow: hidden ;
}

/* 余白調整 */
.margin-b {
	margin: 0px 0px 15px 0px;
}
.margin-tb {
	margin: 15px 0px 10px 0px;
}

/* 囲み＆ボックス */
table.box {
	border-top: 3px double #d0e6ee;
	border-bottom: 3px double #d0e6ee;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	width: 100%;
}
.box td {
	border-top: 1px dotted #d0e6ee;
	padding: 5px 0px 5px 10px; 
	margin: 0px; 
}
.box th {
	border-top: 0px dotted #d0e6ee;
	padding: 5px 0px 5px 10px; 
	margin: 0px; 
	text-align: left;
}

/* フォーム部品の規定値 */
form, input, select {
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	padding: 1px;
	margin: 0px 0px 5px 5px;
	font-size: 10pt;
}
select {
	padding: 0px;
	margin: 5px 0px 5px 4px;
}

/* 画像 */
img {
	border: none;
	vertical-align: baseline;
}

/* 普通のリンク */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #66ff00;
	text-decoration: none;
}

/* 文字修飾 */
.font-white {
	color: #ffffff;
}
.bold {
	font-weight: bold;
}
.font9 {
	font-size: 9pt;
}
.line {
	line-height: 200%;
}

