@charset "Shift_JIS";

/* ----------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	background: url(bgimg.gif) repeat-x #263E64;
}

td {
	font-size:12px;
	line-height: 160%;
	color: #333333;
}

p {
	margin-top: 0px;
}

.brk {
	margin-top: 40px;
}

h1 {
	margin: 0px;
	font-size: small;
	float: right;
}

h2 {
	margin: 0px 0px 12px 0px;
	font-size: small;
}

.h3nrm {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	font-size:12px;
	line-height: 160%;
	border: solid 0px;
	background: none;
}

h3 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-indent: 4px;
	font-size: 13px;
	line-height: 130%;
	color: #1F3251;
	border-left: solid 4px #1F3251;
}

.h3_bu {
	margin: 0px 0px 7px 0px;
	padding: 2px;
	text-indent: 3px;
	font-size: 13px;
	color: #1F3251;
	border-left: solid 5px #1F3251;
	background: url(ttl_h3bg.gif);
}

ol li {
	margin-bottom: 10px;
}

/* font ------------------------------------------------ */

input, textarea {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

.f10gry {
	font-size: 10px;
	line-height: 140%;
	color: #A5ACB8;
}

.f10red {
	font-size: 10px;
	line-height: 140%;
	color: #CC0000;
}

.f12blu {
	font-size: 12px;
	color: #0D60B7;
}

.f12yel {
	font-size: 12px;
	color: #FFBB00;
}

.f12org {
	font-size: 12px;
	color: #FF6600;
}

.f14b {
	font-size: 14px;
	font-weight: bold;
}

.cptn_blu {
	font-size: 10px;
	line-height: 110%;
	color: #0D60B7;
}

/* link ------------------------------------------------ */

a, a:visited {
	color: #0D60B7;
	text-decoration: none;
}

a:hover {
	color: #0D60B7;
	text-decoration: underline;
}

a.lnk_gry, a.lnk_gry:visited {
	color: #A5ACB8;
	text-decoration: underline;
}

a.lnk_gry:hover {
	color: #A5ACB8;
	text-decoration: none;
}

/* other ----------------------------------------------- */

.img_rt {
	float: right;
	margin: 0px 0px 10px 10px;
}

.frm_def {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

.frm_def th {
	padding: 6px 6px 16px 6px;
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border: solid 1px #CCCCCC;
	background-color: #263E64;
	border-collapse: collapse;
}

.frm_def td {
	padding: 6px 6px 16px 6px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

hr {
  height: 0px;
  margin: 10px 0px;
  border: none;
  border-top: 1px solid #CCCCCC;
}

* html hr {/* for -IE6 */
  margin: 0px 0px 5px 0px;
}
*:first-child+html hr {/* for IE7 */
  margin: 0px 0px 5px 0px;
}