@charset "UTF-8";
/* CSS Document */

#globalbglow {
	height: 44px;
	background: url(../images/globalbg_lower.gif) repeat-x 0 0;
	padding: 1px 0 2px 0;
	text-align: center;
}

#keylow {
	background: url(../images/keybglow.gif) repeat-x 0 0;
	height: 139px;
}
#keylow .keycont {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*パンくず*/
#crumbs {
	background: #f6f6f6;
}
#crumbs .crumbsin {
	width: 960px;
	margin: 0 auto;
	padding: 3px 0;
	text-align: left;
}
#crumbs .crumbsin li {
	display: inline;
}

/*共通*/
.maincontents .pagetop {
	margin: 10px 0;
}
.maincontents .pagetop a {
	background: url(../images/pagetop.gif) no-repeat 0 0;
	padding-left: 15px;
}

.maincontents .lowcontact {
	border: 1px solid #e1e3e6;
	margin: 10px 0 25px 0;
}
.maincontents .lowcontact .lowcontactin {
	border: 3px solid #f8f8f9;
	padding: 5px;
}
.maincontents .lowcontact .lowcontactin .ttl {
	padding-bottom: 5px;
	border-bottom: 2px solid #e1e3e6;
}
.maincontents .lowcontact .lowcontactin dl {
	padding: 10px 5px 5px 5px;
}
.maincontents .lowcontact .lowcontactin dl dt {
	width: 291px;
	margin-right: 10px;
	float: left;
	font-size: 11px;
	line-height: 1.4;
}
.maincontents .lowcontact .lowcontactin dl dd {
	width: 326px;
	float: left;
}

/*製品・サービス一覧*/
.maincontents .licensesq {
	background: url(../images/dots.gif) repeat-x bottom left;
	padding-bottom: 10px;
}
.maincontents .licensesq .productpic {
	width: 130px;
	margin-right: 10px;
	float: left;
}
.maincontents .licensesq .productpic img {
	border: 1px solid #e1e3e6;
}
.maincontents .licensesq .producttxt {
	width: 515px;
	float: left;
}

.maincontents .licensesq .producttxt dt {
	font-weight: bold;
	background: url(../images/productsarr.gif) no-repeat 0 5px;
	padding-left: 10px;
	font-size: 15px;
}
.maincontents .licensesq .producttxt dd {
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.maincontents .licensesq p a {
	background: url(../images/linkarrow.gif) no-repeat 0 0;
	padding-left: 35px;
}

.maincontents .products ul li {
	background: url(../images/dots.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-top: 10px;
}
.maincontents .products ul li dt {
	font-weight: bold;
	background: url(../images/productsarr.gif) no-repeat 0 5px;
	padding-left: 10px;
	font-size: 15px;
}
.maincontents .products ul li dd {
	padding-left: 10px;
}
.maincontents .products ul li dd div {
	margin: 10px 0 5px 30px;
	border:  1px dotted #ccc;
	padding: 10px;
}
.maincontents .products ul li dd div dt {
	width: 75px;
	float: left;
}
.maincontents .products ul li dd div dd {
	width: 490px;
	float: left;
}
.maincontents .products .prdmidashi {
	font-size: 13px;
	color: #38579e;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #38579e;
	margin-bottom: 10px;
}
.maincontents .products .prdnaiyou span {
	color: #34aad6;
	font-weight: bold;
}
.maincontents .products table, .maincontents .products table td, .maincontents .products table th {border: 1px solid #999; border-collapse: collapse;}
.maincontents .products table {margin-bottom: 10px;}
.maincontents .products table th {padding: 3px; color: #fff; font-weight: bold;}
.maincontents .products table td {padding: 3px;}

.maincontents .producttab {
	background: url(../images/tabbglow.gif) no-repeat 0 30px;
	height: 50px;
}
.maincontents .producttab ul li{
	width: 160px;
	height: 31px;
	text-align: center;
	float: left;
	margin-right: 5px;
}
.maincontents .producttab ul li.last {
	margin-right: 0px;
}
.maincontents .producttab ul li a {
	float: left;
	display: block;
	width: 160px;
	height: 21px;
	padding-top: 10px;
	text-decoration: none;
	background: url(../images/tabbg.gif) no-repeat 0 0;
}
.maincontents .producttab ul li a:hover {
	background-position: 0 -31px;
}

.sidecontents div.sideproduct {
	width: 225px;
	height: 38px;
	background: url(../images/sideproduct_low.gif) no-repeat 0 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	padding: 8px 5px 0 30px;
}

.maincontents .productlow {
	background: #f2f4f6;
	border: 1px solid #e1e3e6;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
}
.maincontents .productlow img {
	padding: 0 10px;
}

/*お問い合わせ*/
.maincontents .contactbox {
	width: 530px;
	border: 1px solid #ccc;
	background: #fefefe;
	padding: 20px;
	margin: 0 auto 20px auto;
}
.maincontents .contactbox dl {
	margin-bottom: 15px;
}
.maincontents .contactbox dt, .maincontents .contactbox dd {
	_margin-bottom: 15px;
}
.maincontents .contactbox .line dt {
	width: 140px;
	float: left;
	font-weight: bold;
}
.maincontents .contactbox .line dt span {
	color: #ff0000;
}
.maincontents .contactbox .line dd {
	width: 380px;
	float: right;
}
.maincontents .contactbox .line dd .mid {
	width: 300px;
}
.maincontents .contactbox .line dd .zip1 {
	width: 40px;
}
.maincontents .contactbox .line dd .zip2 {
	width: 60px;
}
.maincontents .contactbox dl dd li {
	width: 50%;
	float: left;
}
.maincontents .error {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

/*課題*/
.maincontents .solutionlist {
	background: url(../images/dots.gif) repeat-x bottom left;
	padding-bottom: 10px;
}
.maincontents .solutionlist .solutionpic {
	width: 130px;
	margin-right: 10px;
	float: left;
}
.maincontents .solutionlist .solutionpic img {
	border: 1px solid #e1e3e6;
}
.maincontents .solutionlist .solutiontxt {
	width: 515px;
	float: left;
}

.maincontents .solutionlist .solutiontxt dt {
	font-weight: bold;
	background: url(../images/productsarr.gif) no-repeat 0 5px;
	padding-left: 10px;
	font-size: 15px;
}
.maincontents .solutionlist .solutiontxt dd {
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.maincontents .solutionlist p a {
	background: url(../images/linkarrow.gif) no-repeat 0 0;
	padding-left: 35px;
}

/*工事中*/
.construction {
	border: 1px solid #ccc;
	padding: 50px 50px 20px 50px;
	text-align: center;
	margin-bottom: 30px;
}
.construction a {
	background: url(../images/linkarrow.gif) no-repeat 0 0;
	padding-left: 35px;
}


#contents .contentsin {
	text-align: left;
}