@charset "UTF-8";
/*------------------------------------------------------------*/
/*目次　INDEX
	=0 heading
	=1 home
	=2 example
	=3 faq
	=4 flow
	=5 seven

search key "="+"n"

//last update 080829

--------------------------------------------------------------
base color 
-------------------------------------------------------------
red	color:#9D1513;
blue	color:#00A4B4;
-------------------------------------------------------------*/

/*=0 home
-------------------------------------------------------------*/
#home #allWrapp {
	margin-top:10px;
}
#home #primary {
	padding:0;
	margin-bottom:10px;
	background:none;
}
/*=1 company
-------------------------------------------------------------*/
#company table {
	width:100%;
}
#company th {
	padding-right:20px;
}
#company td {
	padding-right:15px;
}
#company .mainInfo {
	width:360px;
}
/*=2 greeting
-------------------------------------------------------------*/
#greeting h2,#greeting h3 {
	clear:both;
}
#greeting .doubleCol h2 {
	background-position:4em;
}
#greeting .doubleCol div li,#greeting .doubleCol div dl {
	font-size:0.9em;
}
#greeting .doubleCol div dt {
	float:left;
	clear:both;
}
#greeting .doubleCol div dd {
	padding-left:10em;
}

/*=3 product
-------------------------------------------------------------*/
#product #primary {
	padding:0;
	background:none;
	width:100%;
}
#product h1 {
	xmargin-left:-150px;
	margin-bottom:15px;
}
#product dl {
	border-top:1px solid #5A5757;
	padding-top:10px;
	clear:both;
}
#product dt {
	clear:both;
	background:none;
	color:#00A5C8;
	font-weight:bold;
	font-family: ヒラギノ明朝 Pro W3,ＭＳ Ｐ明朝,serif;
	font-size:1.2em;
}

#product #primary dd {
	width:680px;
	padding-left:190px;
}
#product #primary li {
	float:left;
	list-style:none;
	width:75px;
	height:150px;
	font-size:10px;
	line-height:11px;
	margin-left:10px;
	margin-bottom:10px;
	position:relative;
	}
#product #primary li span {
	display:block;
	width:75px;
	padding-top:4px;
	background:url(../img/common/dotLine.gif) repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}
#product #primary li img {
	margin-bottom:5px;
}
/*=4 contact
-------------------------------------------------------------*/
#contact #primary dt {
	float:left;
	clear:both;
	}
#contact #primary dd {
	padding-left:10em;
	margin-bottom:10px;
}
#contact #primary span {
	color:#00A5C8;
	font-weight:bold;
	}
.child #allWrapp {
	margin-top:20px;
}
/*=5 sitemap
-------------------------------------------------------------*/
#sitemap #primary ul {
	margin-bottom:15px;
}
#sitemap #primary li {
	float:left;
	width:20%;
	margin-right:10px;
	border-left:8px solid #00A5C8;
	margin-bottom:10px;
	padding-left:3px;
}