@charset "UTF-8";

/* base */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-position: center;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
}

td, th {
	font-size: small;
	line-height: 150%;
}

a:link,a:visited,a:active {
	color: #5689AC;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

p 	{ font-size: small; }
h1 	{ font-size: x-large; }
h2 	{ font-size: large; }
h3 	{ font-size: medium; }
h4 	{ font-size: small; }
h5 	{ font-size: x-small; }
h6 	{ font-size: xx-small; }

li 	{ font-size: small; line-height: 150%; }

img {
	border: none;
}

option, select, input, textarea {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clr {
	height: 1px;
	width: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0%;
	clear: both;
	overflow: hidden;
}

/* common */
.inner {
	margin: 10px;
	zoom: 100%;
}

.inner:after {
    content: "　";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
input {
	vertical-align: middle;
}

span.separator {
	margin: 0 0.5em;
}
span.gray {
	color: #999999;
}

p.error {
	color: #DD0000;
	margin: 0 0 1em 30px;
	margin-bottom: 1em;
}

/* main */
#MainContainer {
	margin: 0 auto;
	width: 780px;
}

/* header */
#header {
	height: 320px;
	background-image: url(../images/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#header .inner {
	padding: 20px 0 0 0;
	margin: 0 400px 10px 30px;
/*	width: 350px; */
}

table#search {
	width: auto;
}
table#search th, table#search td {
	padding: 4px 2px;
}
table#search th.sex {
	font-size: large;
	font-weight: normal;
	padding: 2px 10px;
}
table#search th.name {
	font-size: medium;
	font-weight: normal;
}
table#search td.search {
	text-align: center;
	padding: 10px 0 0;
}
table#search input.inputname {
	width: 120px;
	font-size: x-large;
	padding: 0.3em 0.1em;
}
table#search input#searchsubmit {
	padding: 0.1em 1em;
	font-size: x-large;
}

/* footer */
#footer {
	text-align: center;
	background-image: url(../images/bg_banner.gif);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 180px;
	/* IE用 */
	width: 100%;
	float: left;
}
#footer .inner {
	margin: 0;
}
#footer #banner {
	padding: 15px 0 25px;
	text-align: center;
}
#footer p.company {
	font-size:xx-small;
	margin: 20px 0 5px;
}
#footer address {
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #666666;
	font-size: medium;
}

/* body */
#gbanner {
	background-image: url(../images/bg_body.gif);
	background-position: center;
	background-repeat: repeat-y;
	/* IE用 */
	width: 100%;
	float: left;
}

#body {
	background-image: url(../images/bg_body.gif);
	background-position: center;
	background-repeat: repeat-y;
	/* IE用 */
	width: 100%;
	float: left;
}
#body .inner {
	margin: 0 20px;
}
#body ul {
	padding-left: 1.5em;
	list-style: circle;
}

#toptitle {
	margin: 0 0 20px 20px;
}
#toptitle h2 {
	font-size: x-large;
	font-weight: normal;
}
#toptitle p {
	font-size: medium;
	font-weight: normal;
}

#leftcol {
	float: left;
	width: 370px;
}
#rightcol {
	float: right;
	width: 370px;
}

#leftcol .body, #rightcol .body {
	margin: 5px 30px 0;
}
#seikaku, #renai, #kekkon, #fufuai, #fufuen {
	background-repeat: repeat-y;
}
#seikaku 	{ background-image: url(../images/seikaku_body.gif); }
#renai 		{ background-image: url(../images/renai_body.gif); }
#kekkon 	{ background-image: url(../images/kekkon_body.gif); }
#fufuai 	{ background-image: url(../images/fufuai_body.gif); }
#fufuen 	{ background-image: url(../images/fufuen_body.gif); }
#seikaku .footer, #renai .footer, #fufuai .footer {
	background-repeat: no-repeat;
	height: 30px;
}
#kekkon .footer, #fufuen .footer {
	background-repeat: no-repeat;
	height: 40px;
}
#seikaku .footer 	{ background-image: url(../images/seikaku_footer.gif); }
#renai .footer 		{ background-image: url(../images/renai_footer.gif); }
#kekkon .footer 	{ background-image: url(../images/kekkon_footer.gif); }
#fufuai .footer 	{ background-image: url(../images/fufuai_footer.gif); }
#fufuen .footer 	{ background-image: url(../images/fufuen_footer.gif); }
.uranai {
	padding: 0 30px 10px;
	background-repeat: repeat-y;
	background-image: url(../images/uranai_body.gif);
	text-align: center;
}
.uranai input.submit{
	margin: 2px 0;
	width: 300px;
	padding: 0.2em 0;
}

.banner {
	width: 300px;
	margin: 10px auto 0;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}

strong.unsei {
	color: #EE0000;
	font-weight: bold;
}

/* sysadmin */
table#logsearch {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0.5em 0 2em;
}
table#logsearch td, table#logsearch th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em 0.6em;
	font-size: small;
}
table#logsearch th {
	text-align: center;
	background-color: #F3F3F3;
}
table#logsearch input, table#logsearch option, table#logsearch select {
	font-size: medium;
	line-height: 150%;
}
table#logsearch input.search_input {
	width: 120px;
}

table#calendar {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0.5em 0 2em;
}
table#calendar td, table#calendar th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: x-small;
	text-align: center;
}
table#calendar td {
	padding: 0 1px;
}
table#calendar th {
	background-color: #F3F3F3;
}
table#calendar .active {
	background-color: #FF6666;
	padding: 2px 2px;
}

table.list {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0.5em 0;
}
table.list td, table.list th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em 0.6em;
	font-size: small;
}
table.list th {
	text-align: center;
	background-color: #F3F3F3;
}

