@charset "utf-8";

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#bgColor{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height:381px;
	height: auto !important;
	height: 381px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}

div#mainImgBox div#mainMessageBox{
	width: 277px;
	min-height:381px;
	height: auto !important;
	height: 381px;
	background-color:#fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	z-index: 2;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

	div#mainImgBox div#mainMessageBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	padding: 90px 20px 10px;
	position: relative;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
	}


/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
}

.slides_container {
	width: 960px;
	height: 381px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:960px;
	height:381px;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	position:absolute;
	top: 390px;
	right: 5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-------------------------------------*/


div#mainContents{
	width: 960px;
	text-align: left;
	margin-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

	/* ３つのトピックス */
	div#mainContents div.topicsBox{
	width: 295px;
	float: left;
	margin-left: 33px;
	margin-bottom: 60px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	}

	div#mainContents div.firstItem{
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	}

	div#mainContents div.topicsBox strong{
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	font-size: 16px;
	border-bottom: 1px #dedede solid;
	height: 100px;
	width: 295px;
	}

	div#mainContents div.topicsBox span{
	line-height: 15px;
	display: block;
	text-align: justify;
	margin-bottom: 8px;
	font-family: Verdana, Geneva, sans-serif;
	}


/* 新着情報 */
div#newTopics{
	float: right;
	position: relative;
	width: 316px;
	font-family: Verdana, Geneva, sans-serif;
}

	div#newTopics strong{
	font-size: 13px;
	display: block;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 15px;
	line-height: 45px;
	color: #28626A;
	height: 45px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #28626A;
	border-left-color: #28626A;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 275px;
	}

	div#newTopics dl{
	width: 295px;
	font-family: Verdana, Geneva, sans-serif;
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	div#newTopics dl dt{
	float:left;
	width:96px;
	background: url(../img/bg_boder.gif) repeat 0 0;
	position: relative;
	clear: both;
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #ddd;
	text-align: center;
	}

	div#newTopics dl dd{
	width:170px;
	margin-left:0px;
	padding-left: 10px;
	position: relative;
	float: right;
	padding-right: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ddd;
	border-bottom-style: none;
	font-family: Verdana, Geneva, sans-serif;
	}


/* 会社概要 */
div#outlineBox{
	float: left;
	position: relative;
	width: 640px;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 1;
}

	div#outlineBox strong{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	display: block;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	padding-left: 15px;
	color: #28626A;
	height: 45px;
	line-height: 45px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #28626A;
	border-left-color: #28626A;
	width: 595px;
	}

	div#outlineBox dl{
		width: 295px;
	}

	div#outlineBox dl dt,
	div#outlineBox dl dd{
		padding: 10px 0;
	}

	div#outlineBox dl dt{
	float:left;
	width:100px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	position: relative;
	height: auto;
	}

	div#outlineBox dl dd{
	width:380px;
	margin-left:65px;
	padding-left: 20px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	height: auto;
	}

#leftBox {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	width: 590px;
	margin-left: 20px;
	padding: 5px;
}
#leftBox table tbody tr td {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #EDEDED;
}
#side_bar dl dt{
	float: left;
	width: 280px;
	margin-top: 20px;
	padding: 6px;
	background-color: #830016;
	border: 5px solid #FFF;
	color: #FFF;
	font-size: 14px;
	line-height: 34px;
	font-family: Verdana, Geneva, sans-serif;
}
#newTopics #side_bar dl dt {
	font-size: 14px;
	line-height: 18px;
	color: #6C0423;
	width: 235px;
	float: left;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 25px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../img/side_bg.png);
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#side_bar_nen dl dt{
	float: left;
	width: 280px;
	margin-top: 20px;
	padding: 6px;
	background-color: #830016;
	border: 5px solid #FFF;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#newTopics #side_bar_nen dl dt {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #1D5B11;
	width: 215px;
	float: left;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 45px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#face {
	float: right;
	height: 278px;
	width: 210px;
	margin-top: 5px;
	margin-right: 5px;
	border: thin solid #EDEDED;
	margin-left: 15px;
}
#outlineBox #leftBox #profile dl dt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 12px;
	width: 90px;
	color: #333;
	position: relative;
	margin-right: 0px;
	float:left;
	text-align: left;
	font-size: 12px;
}
#outlineBox #leftBox #profile dl dd {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 14px;
	width: 325px;
	color: #333;
	margin-left: 0px;
	font-size: 12px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: none;
	position: relative;
	float: left;
	margin-top: -16px;
	margin-bottom: 5px;
}
#outlineBox #leftBox #profile {
	width: 355px;
	position: relative;
	float:left;
}
#menu{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #17695F;
	border-bottom-color:#17695F;
	background-image: url(../../share/img/solution4.png);
	margin-top: -20px;
}

#menu ul {
	width:960px;
	border-right:1px solid #e5e5e5;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -20px;
	position:relative;
}

#menu li {
	float:left;
	color:#1A4424;
	text-align:center;
	position: relative;
	font-size: 14px;
	background-image: url(../../share/img/solution4.png);
	margin-top: -18px;
	list-style-type: none;
}

#menu li a {
	display:block;
	width:158px;
	color:#1A4424;
	line-height:48px;
	text-decoration:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

#menu li a.active {
	color:#1A4424;
	text-decoration:none;
	border-top-color:#1A4424;
	border-top-style: solid;
}

#menu li a:hover {
	color:#CCC;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}
#inbox {
	float: left;
	height: 300px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	width: 280px;
}
#contents table tr th {
	padding: 10px;
/* 2013/05/17 プラスイー　追加 */
	text-align:center;
	border: thin solid #FFF;
/* 2013/05/17 プラスイー　追加終了*/

}
#contents table tr td {
	padding: 10px;
}

/* 2013/05/17 プラスイー　追加 */
#table_s {
	margin-left: 20px;
	margin-right: 20px;
}
#table_s table tr th {
	line-height:20px;
	background-color:#1A4424;
	color:#FFF;
	font-weight:bold;
	vertical-align: middle;
	margin: 1px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#table_s table tr td {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: thin solid #EDEDED;
}
/* 2013/05/17 プラスイー　追加終了*/
