@charset "utf-8";

/* =Top
-------------------------------------------------- */

#boxInformation {
	background: url(../images/bg_information_02.jpg) no-repeat left bottom;
	padding-bottom: 17px;
}

#boxInformation div.inner {
	background: url(../images/bg_information_01.jpg) repeat-y;
	min-height: 10em;
	padding: 13px;
}

#boxInformation h4 {
	margin-bottom: 10px;
}

#news {
	margin-bottom: 30px;
}

#feed {
	margin-bottom: 1em;
}

#boxInformation dt {
	clear: both;
	float: left;
	width: 10em;
}

#boxInformation dd {
	margin: 0 0 0.5em 10em;
}

#main #boxInformation p {
	margin-bottom: 0;
}

#boxPickup {
	margin-bottom: 50px;
}

#boxPickup h3 {
	margin-bottom: 10px;
}


/* =Common
-------------------------------------------------- */

#main h3 {
	margin-bottom: 20px;
}

.top #main h3 {
	margin-bottom: 0;
}

#main p {
	margin-bottom: 1em;
}

table {
	border: solid 3px #E7E7E7;
	width: 100%;
}

th, td {
	padding: 8px 16px;
}

th {
	background-color: #0B1577;
	color: #FFF;
	border-bottom: solid 1px #FFF;
	white-space: nowrap;
}

td {
	border-bottom: solid 1px #E7E7E7;
}

#boxMenu {
	margin-bottom: 50px;
}

#boxMenu a {
	display: block;
	text-decoration: none;
}

#boxMenu a:hover {
	text-decoration: underline;
}

#boxMenu li {
	background: url(../images/bg_sidenavi_01.jpg) no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
}

* html #boxMenu li a {
	zoom: 1;
}

#boxMenu .twoLine li {
	background: url(../images/bg_sidenavi_02.jpg) no-repeat;
	height: 54px;
	line-height: 1.6;
}

#boxMenu .twoLine li a {
	padding-top: 7px;
}


/* =Each
-------------------------------------------------- */

.company table dt {
	clear: both;
	float: left;
	width: 7em;
	text-justify: inter-ideograph;
}

.company table dd {
	margin-left: 8em;
}

.history h4 {
	margin: 2em 0 0;
}

.history dl {
	float: left;
	margin: 2em 12px 0 0;
}

.history dd {
	margin-top: 5px;
	font-size: 93%;
}

.message h4 {
	margin-bottom: 1.5em;
}

.message p {
	line-height: 1.8;
	text-indent: 1em;
}

.message .imgRight img {
	margin-bottom: 1em;
}

.works h4 {
	clear: both;
	background: url(../images/bg_title.jpg) no-repeat;
	height: 27px;
	line-height: 27px;
	margin: 2em 0 1em;
	padding-left: 20px;
}

.works h5 {
	background: url(../images/img_title_line.jpg) no-repeat left bottom;
	margin: 60px 0 1em;
	padding: 0 3px 4px;
	font-size: 123.1%;
}

.voice div {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 658px;
	margin-right: -23px;
}

.voice dl {
	float: left;
	border: solid 3px #E7E7E7;
	width: 190px;
	margin: 0 23px 20px 0;
	padding-bottom: 5px;
}

.voice dt {
	margin-bottom: 5px;
}

.voice dd {
	padding: 0 10px;
}

.member h3, .topics h3 {
	background: url(../images/img_title_line.jpg) no-repeat left bottom;
	height: 29px;
	line-height: 29px;
	padding: 0 3px 8px;
	font-size: 116%;
}

.member dl {
	float: left;
	border: solid 3px #E7E7E7;
	width: 190px;
	margin: 0 2em 2em 0;
	padding-bottom: 5px;
}

.member dt {
	margin-bottom: 5px;
}

.member dd {
	padding: 0 10px;
}

.member p, .topics p {
	line-height: 1.7;
	text-indent: 1em;
}

.member h4 {
	overflow: hidden;
	margin: 1.5em 0 0.5em;
	border-bottom: solid 1px #CCC;
}

.topics h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

.topics div div {
	margin-top: 2em;
}

.access h4 {
	clear: both;
	background: url(../images/bg_title.jpg) no-repeat;
	height: 27px;
	line-height: 27px;
	margin: 2em 0 1em;
	padding-left: 20px;
}

.sitemap ul {
	margin: 1em 0;
}

.sitemap ul ul ul {
	margin-top: 0.5em;
}

.sitemap li {
	background: url(../images/icon_list.jpg) no-repeat 1px 5px;
	margin-bottom: 0.5em;
	padding-left: 16px;
}

.sitemap ul ul ul li {
	background: none;
	list-style: disc inside;
	padding-left: 6px;
}

.contact em {
	color: #F00;
	font-size: 85%;
	font-weight: bold;
	padding: 0 2px;
}

legend.title {
	width: 100%;
	border-bottom: solid 1px #CCC;
}

.field {
	padding: 10px 0;
}

.label {
	display: block;
	background: url(../images/icon_list.jpg) no-repeat 1px 5px;
	padding: 0 0 0.3em 16px;
}

.buttons {
	border-top: dashed 1px #CCC;
	padding: 10px 0;
	text-align: center;
}

.buttons input {
	padding: 3px 10px;
	cursor: pointer;
}

.ERR {
	color: #F00;
}


