@charset "UTF-8";

/*
 * base
 * ----------------------------------------
 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	color: #3F3F3F;
	background: #C8C7C7;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #C1C100;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

ul {
	list-style-type: none;
}

em {
	font-weight: bold;
	border-bottom: 1px #D5DF00 dotted;
}

img {
	border: none;
}

div#CONTAINER {
	min-height: 1px;
	width: 700px;
	margin: 0 auto;
	background: url(../img05/bg01.gif) center top repeat-y #C8C7C7;
	text-align: left;
}

div#CONTAINER:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	content: ".";
}

* html div#CONTAINER {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div#HEADER {
	float: right;
	overflow: hidden;
	width: 70px;
	height: 760px;
	background: url(../img05/logourl.gif) right top no-repeat;
	text-indent: -9999px;
}

div#INDEX {
	float: left;
	width: 210px;
	padding: 22px 0;
}

div#CONTENT {
	float: right;
	width: 420px;
	padding: 22px 0;
}

/*
 * sidebar
 * ----------------------------------------
 */

div#INDEX h2 {
	overflow: hidden;
	height: 20px;
	margin: 0 0 0 40px;
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#INDEX ul {
	margin: 10px 0 15px 40px;
	background: #FFFFFF;
}

div#INDEX ul li {
	height: 14px;
	width: 100%;
	margin: 5px 0;
	line-height: 0;
}

div#INDEX ul a {
	display: block;
	width: auto;
	height: 14px;
	background: url(../img05/ar00.gif) no-repeat left top;
	text-indent: 15px;
	line-height: normal;
}

div#INDEX ul a:hover {
	background: url(../img05/ar02.gif) no-repeat left top;
}

div#INDEX h2#H_SEARCH {
	background-image: url(../img05/t_search.gif);
}

div#INDEX h2#H_FEMALE {
	background-image: url(../img05/t_female.gif);
}

div#INDEX h2#H_MALE {
	background-image: url(../img05/t_male.gif);
}

div#INDEX h2#T_FAMILY {
	background-image: url(../img05/t_family.gif);
}

div#INDEX h2#T_OTHERS {
	background-image: url(../img05/t_others.gif);
}

div#INDEX p.qrcode {
	margin: 20px 0 20px 40px;
}

div#INDEX p.copyright {
	margin: 0 0 0 40px;
	font-size: 10px;
}

/*
 * main - default
 * ----------------------------------------
 */

div.front,
div.text,
div.list,
form.form {
	padding: 0 0 0 15px;
	background: #FFFFFF;
}

div.text h1,
div.list h1,
form.form h1 {
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 10px;
	color: #FFFFFF;
	background: #C1C1C1;
	font-weight: bold;
}

div.text h2,
div.list h2,
form.form h2 {
	height: 21px;
	margin: 22px 0 0;
	color: #939689;
	background: url(../img05/bd03.gif) left bottom repeat-x;
	font-weight: bold;
	text-indent: 23px;
}

div.text h3,
div.list h3,
form.form h3 {
	margin: 22px 0 0;
	color: #939689;
	font-weight: bold;
}

div.front p,
div.text p,
form.form p {
	margin: 13px 0;
	line-height: 160%;
}

/*
 * main - text default
 * ----------------------------------------
 */

div.text p.back {
	height: 16px;
	margin: 10px 0;
	line-height: normal;
}

div.text p.back a {
	display: block;
	float: right;
	width: auto;
	height: 16px;
	background-image: url(../img05/ar01n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

div.text p.back a:hover,
div.text p.back a:active {
	background-image: url(../img05/ar01l.gif);
}

/*
 * main - list
 * ----------------------------------------
 */

div.list p.count {
	margin: 0 0 10px 0;
	padding: 0 3px 5px 0;
	border-bottom: 1px #D5DF00 solid;
	color: #939689;
	text-align: right;
	font-size: 10px;
}

div.list > p.count {
	border-bottom-style: dotted;
}

div.list table {
	width: 405px;
	height: auto;
}

div.list table th {
	text-align: left;
}

div.list table th.patronymic {
	padding: 3px 3px 3px 10px;
	color: #939689;
	font-size: 10px;
}

div.list table h2 {
	margin: 20px 0 3px;
	height: 21px;
	color: #939689;
	background: url(../img05/bd03.gif) left bottom repeat-x;
	font-weight: bold;
	text-indent: 23px;
}

div.list table tr:first-child h2 {
	margin-top: 10px;
}

div.list table td {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px #D8D8D8 solid;
}

div.list table td em {
	font-weight: normal;
	background: #EEF296;
	border: none;
}

div.list table td span.k {
	color: #939689;
}

div.list table td span.u {
	color: #939689;
	font-size: 80%;
}

div.list table colgroup.alphabet {
	width: 130px;
}

div.list_new table colgroup.lang {
	width: 110px;
}

div.list p.next {
	height: 16px;
	margin: 10px 0;
}

div.list p.next a {
	display: block;
	float: right;
	width: auto;
	height: 16px;
	background-image: url(../img05/ar01n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

div.list p.next a:hover,
div.list p.next a:active {
	background-image: url(../img05/ar01l.gif);
}

div.list p.nf {
	margin: 1.8em 0 1.5em;
	line-height: 160%;
}

div.list p.info {
	margin: 0 0 1.5em;
	line-height: 160%;
}

div.list p.nf_sub {
	margin: 1.5em 0;
	padding: 12px;
	border: 1px #939689 solid;
	color: #939689;
	background: url(../img05/caution3.gif) no-repeat 12px 11px;
	line-height: 160%;
	text-indent: 20px;
}

div.list > p.nf_sub {
	border-style: dotted;
}

div.ad {
	float: right;
	margin: 30px 0 0 10px;
}

/*
 * front
 * ----------------------------------------
 */

div.front h1 {
	overflow: hidden;
	width: 307px;
	height: 36px;
	margin: 0 0 22px 0;
	background: url(../img05/logo02.gif) center top no-repeat;
	text-indent: -9999px;
}

div.front ul {
	margin: 15px 0;
}

div.front ul li {
	margin: 5px 0;
	padding: 0 0 0 24px;
	background: url(../img05/caution3.gif) no-repeat left top;
	line-height: 160%;
}

div.front h2 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	color: #FFFFFF;
	background: #C1C1C1;
	text-indent: 0px;
	font-weight: bold;
}
div#ABOUTLINK dt {
	margin: 4px 0;
	float: left;
	width: 18%;
}

div#ABOUTLINK dd {
	margin: 4px 0;
	float: right;
	width: 82%;
}

div#ABOUTLINK dd.banner_url {
	margin: 0;
	color: #676767;
	background: #E7E7E7;
	font-size: 9px;
}

div#ABOUTLINK dd.banner_url span {
	display: block;
	margin: 5px;
	line-height: 140%;
}

/*
 * form default
 * ----------------------------------------
 */

form.form ul {
	margin: 5px 0;
}

form.form ul.line {
	width: 100%;
	height: 2em;
}

form.form ul li {
	width: 100%;
	margin: 5px 0;
}

form.form ul.line li {
	float: left;
	width: auto;
	margin: 5px 10px 5px 0;
}

form.form label {
	margin: 0 6px 0 8px;
}

/*
 * searchform
 * ----------------------------------------
 */

form#SEARCHFORM div.search_main p {
	margin: 8px 0;
}

form#SEARCHFORM ul li label.onoff {
	background: url(../img05/ar05n.gif) left top no-repeat;
	padding-left: 9px;
}

form#SEARCHFORM a.allc  {
	background: url(../img05/ar05n.gif) left top no-repeat;
	padding-left: 9px;
	margin-right: 6px;
	font-size: 86%;
}

form#SEARCHFORM a.allc:hover,
form#SEARCHFORM a.allc:active {
	background: url(../img05/ar05h.gif) left top no-repeat;
	color: #717171;
}

form#SEARCHFORM p.search_button input,
form#SEARCHFORM p.search_button select {
	margin: 0 4px 0 0;
}

input#SUBMIT {
	width: 5em;
}

div.search_option {
	margin-top: 15px;
}

form#SEARCHFORM p.search_button {
	margin: 15px auto;
}

form#SEARCHFORM span.addition {
	color: #939689;
	font-size: 80%;
}

form#SEARCHFORM p.yure {
	padding-top: 0.5em;
	line-height: 110%;
}

form#SEARCHFORM p.yure input {
	margin-bottom: 3px;
}

/*
 * randomform
 * ----------------------------------------
 */

form#RANDOMFORM ul {
	margin: 10px 0
}

form#RANDOMFORM input#SUBMIT {
	width: 7em;
}

/*
 * randomresult
 * ----------------------------------------
 */

form#RANDOMFORM2 {
	margin-top: 30px;
}

form#RANDOMFORM2 input#SUBMIT {
	width: 10em;
}

div.yourname {
	height: 405px;
	margin: 20px auto;
	background: url(../img05/bg0q2.gif) center center no-repeat;
}

div.yourname div.inner {
	position: relative;
	height: 30px;
	width: auto;
	top: 160px;
	text-align: center;
}

div.yourname p.f,
div.yourname p.f span {
	font-size: 22px;
	font-family: 'Verdana';
	font-weight: bold;
}

div.yourname p span.trans {
	font-family: 'Verdana';
}

div.text p.addition {
	margin: 10px 0 -5px;
	background: url(../img05/caution4.gif) no-repeat left top;
	line-height: normal;
	text-indent: 14px;
	font-size: 11px;
}

div.text p.legends {
	margin-bottom: 15px;
	background: none;
	border-bottom: 1px #939689 solid;
	text-indent: 0;
}

div.text > p.legends {
	border-bottom-style: dotted;
}

div.text p.legends span {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	padding-right: 3px;
}

div.yourname span.fa {
	border-bottom: 5px #F06767 solid;
}

p.addition span.fa {
	color: #F06767;
}

div.yourname span.ma {
	border-bottom: 5px #939689 solid;
}

p.addition span.ma {
	color: #939689;
}

div.yourname span.la {
	border-bottom: 5px #C2CB00 solid;
}

p.addition span.la {
	color: #C2CB00;
}

/*
 * tips
 * ----------------------------------------
 */

div.text div.example {
	height: auto;
	margin: 15px 0 10px;
	padding: 15px 15px 0 15px;
	border: 1px #939689 solid;
}

div.text > div.example {
	border-style: dotted;
}

div.text div.example h3 {
	margin: 0 0 10px 0;
}

h3 span.ru {
	font-size: 140%;
}

table.example caption {
	padding-bottom: 8px;
	text-align: left;
	font-size: 10px;
}

table.example th,
table.example td {
	width: 110px;
	height: auto;
	padding: 3px 10px;
	border: 1px #939689 solid;
	text-align: left;
}

table.example * > th,
table.example * > td {
	border-style: dotted;
}

table.example th {
	color: #FFFFFF;
	background: #C1C1C1;
}

/*
 * entityrefer
 * ----------------------------------------
 */

div.entityrefer {
	clear: both;
	width: 405px;
	height: auto;
	margin: 0 auto;
}

div.entityrefer table {
	margin: 0 auto 15px;
	float: left;
	width: auto;
	height: auto;
}

div.entityrefer table colgroup.alphabet {
	background: #DADADA;
}

div.entityrefer table colgroup.character,
div.entityrefer table colgroup.numeric {
}

div.entityrefer table td {
	width: 64px;
	padding: 6px 0;
	border: 1px #939689 solid;
	text-align: center;
}

div.entityrefer table * > td {
	border-style: dotted;
}

div.entityrefer table td.e {
	width: 60px;
	font-size: 22px;
	font-weight: bold;
}

table#ER_UPPER {
	margin-right: 15px;
}
/*
 * contact
 * ----------------------------------------
 */

div.text p.address {
	padding: 10px 0;
	border-top: 1px #D5DF00 solid;
}

div.text > p.address {
	border-top-style: dotted;
}
