@charset "utf-8";

/* common
---------------------------------------------------------------------------------------------*/

/* page title
---------------------------------------------*/

h1 {
	width:987px;
	margin:16px auto 30px;
}

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

.main h2.tit {
	padding-bottom:5px;
	border-bottom:1px solid #000;
}

.main .mainbox {
	clear:both;
	padding:25px 20px;
	background-color:#f7f7f3;
}
.main h3 {
	color:#ea3e16;
}
.main h3.tit, .main h3.tit2 {
	margin-bottom:15px;
	padding-left:25px;
	font-size:18px;
	font-weight:bold;
}

.main h3.tit {
	background:url(../img/common/h3tit.gif) no-repeat left center;
}
.main h3.tit2 {
	background:url(../img/common/h3tit2.gif) no-repeat left center;
}
.main h4.tit {
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}

.main  .nobgbox {
	padding:0 10px 20px;
}

.bdrbtm {
	border-bottom:1px dotted #000;
}

/* box */
#box4 {
	background:url(../img/common/box4.gif) repeat-y center center;
}
#box4 .pbox {
	float:left;
	margin-right:25px;
	width:136px;
}
#box4 #last {
	margin:0;
}
#box4 .pbox .tit {
	margin-bottom:10px;
	text-align:center;
}
#box4 .pbox .tit div {
	margin:5px 0;
	color:#d62600;
	font-weight:bold;
}
#box4 .pbox p {
	text-align:justify;
	font-size:12px;
	line-height:1.5;
}

/* Table */
.tblbox {
	padding:5px 0;
	border-bottom:1px dotted #000;
	position:relative;
}
.tblbox.top {
	border-top:1px dotted #000;
}
.tblbox .th {
	float:left;
	padding:5px 10px;
	width:127px;
}
.tblbox .th div {
	position:absolute;
	top:45%;
	margin-top:-5px;
}
.tblbox .td {
	float:right;
	padding:5px 10px 5px 15px;
	width:505px;
	border-left:3px solid #d62600;
}



/* Table recruit page*/
.tblboxr {
	padding:5px 0;
	border-bottom:1px dotted #000;
	position:relative;
}
.tblboxr.top {
	border-top:1px dotted #000;
}
.tblboxr .th {
	float:left;
	padding:5px 10px;
	width:70px;
}
.tblboxr .th div {
	position:absolute;
	top:45%;
	margin-top:-5px;
}
.tblboxr .td {
	float:right;
	padding:5px 10px 5px 15px;
	width:560px;
	border-left:3px solid #d62600;
}

/* page up */
#pageup {
	clear:both;
	padding-top:40px;
	margin:0 0 20px 600px;
}

/* side
---------------------------------------------*/

#side h3 {
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
#side ul {
	margin-bottom:30px;
}
#side ul li {
	padding:15px 20px;
	border-bottom:1px dotted #000;
	background:url(../img/common/blt.gif) no-repeat 5px center;
	font-size:14px;
}
#side ul li#here {
	font-weight:bold;
	color:#ea3e16;
}

/* Recruit
---------------------------------------------------------------------------------------------*/
#present {
	padding:5px 20px;
	margin-right:20px;
	background-color:#000;
	color:#fff;
}
.bar {
	padding:0 10px;
}

/* About
---------------------------------------------------------------------------------------------*/

/* Map */
#yahoomap_pastemap_helpicon {
	display:none;
}

/* History */
#history .year {
	padding:5px 0;
	border-bottom:1px dotted #000;
	line-height:1;
}
#history .year .label {
	float:left;
	padding:5px 10px;
	width:60px;
}
#history .year .right {
	float:right;
	width:600px;
}
#history .year .right .month {
	float:left;
	padding:5px 10px 5px 0;
	width:35px;
	text-align:right;
}
#history .year .right .txt {
	float:right;
	padding:5px 10px 5px 15px;
	width:505px;
	border-left:3px solid #d62600;
}

/* Products
---------------------------------------------------------------------------------------------*/

.bnr_right {
	float:right;
	width:360px;
	margin-bottom:10px;
}
#contents .bnr_right p {
	margin-bottom:10px;
	line-height:1.3;
}
.bnr_right div {
	text-align:right;
}

.schoolbox {
	margin-bottom:20px;
}
.schoolbox#last {
	margin:0;
}
.schoolbox .txt {
	float:right;
	width:415px;
}
.schoolbox .photo {
	float:left;
	width:180px;
}

/* Results
---------------------------------------------------------------------------------------------*/
.tit .rlt_tit {
	float:left;
}
.tit .rlt_subtit {
	float:right;
}
.rlt_box {
	margin-bottom:20px;
	padding:0 10px;
	border-bottom:1px dotted #000;
}
.rlt_box.last {
	margin-bottom:30px;
}
.rlt_box .rlt_logo {
	float:left;
	margin-bottom:20px;
	width:230px;
}
.rlt_box .rlt_right {
	float:right;
	margin-bottom:20px;
	width:415px;
}
#contents .rlt_box .rlt_right p {
	margin:10px 0;
	line-height:1.5;
}
.rlt_box .rlt_right a {
	color:#d62600;
}
.rlt_box .mainbox {
	margin-bottom:20px;
}
.rlt_box .mainbox h5 {
	margin-bottom:15px;
}
#contents .rlt_box .mainbox p {
	line-height:1.5;
}


/* News
---------------------------------------------------------------------------------------------*/
.news_tit {
	padding:8px 10px 8px 35px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dotted #000;
	background:url(../img/common/h3tit2.gif) no-repeat 10px center;
}

/* Sitemap
---------------------------------------------------------------------------------------------*/
#sitemap h2 {
	padding:3px 0;
	font-size:18px;
	border-bottom:1px dotted #000;
}
#sitemap h2 img {
	vertical-align:middle;
}
#sitemap ul {
	margin-bottom:30px;
}
#sitemap ul li {
	padding:8px 2px 8px 20px;
	font-size:13px;
	background:url(../img/common/blt.gif) no-repeat 5px center;
	border-bottom:1px dotted #000;
}