@charset "utf-8";

/* navi index.css */

/*==========================================================================*
 *  [ mainText ] 
 *==========================================================================*/

#mainText {
	height: 150px;
	padding: 0;
	background: url(../../img/bg_title.png) no-repeat left bottom;
}
#mainText p {
	height: 57px;
	padding: 35px 0 0 15px;
	background: url(../../img/title_main.gif) no-repeat 15px 35px;
	text-indent: -9999px;
}
#contents {
	background: url(../../img/bg_contents.jpg) no-repeat right top;
}
#contents h2,
#contents h3 {
	text-indent: -9999px;
}

/*==========================================================================*
 *  [ about ] 
 *==========================================================================*/

#about h2 {
	width: 139px;
	height: 40px;
	margin-bottom: 10px;
	background: url(../../img/title_about.gif) no-repeat;
}
#about p {
	padding-bottom: 10px;
	line-height: 148%;
}
#about p span {
	font-size: 110%;
	font-weight: bold;
}

/*==========================================================================*
 *  [ service ] 
 *==========================================================================*/

#service {
	padding: 20px 0 40px 0;
}
.web, .sp-tool, .privacy {
	width: 180px;
	margin-right: 20px;
	background: url(../../img/bg_service.gif) no-repeat;
	float: left;
	position: relative;
}
.web h3, .sp-tool h3, .privacy h3 {
	height: 70px;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.web h3 a, .sp-tool h3 a, .privacy h3 a {
	height: 70px;
	display: block;
}
.web p, .sp-tool p, .privacy p {
	padding: 0 9px;
}
p.detail {
	width: 100px;
	height: 23px;
	padding: 32px 0 0 80px;
	text-indent: -9999px;
}
p.detail a {
	width: 92px;
	height: 15px;
	background: url(../../img/btn_detail.gif) no-repeat;
	display: block;
}
.web h3 {
	background: url(../../img/title_web.gif) no-repeat center;
}
.web p.detail {
	background: url(../../img/bg_web.gif) no-repeat bottom;
}
.sp-tool h3 {
	background: url(../../img/title_sp-tool.gif) no-repeat center;
}
.sp-tool p.detail {
	background: url(../../img/bg_sp-tool.gif) no-repeat bottom;
}
.privacy {
	margin-right: 0;
}
.privacy h3 {
	background: url(../../img/title_privacy.gif) no-repeat center;
}
.privacy p.detail {
	background: url(../../img/bg_privacy.gif) no-repeat bottom;
}

/*==========================================================================*
 *  [ new ] 
 *==========================================================================*/

#new {
	width: 278px;
	margin-right: 24px;
	background: url(../../img/line_title.gif) repeat-x;
	float: left;
}
#new h2 {
	height: 19px;
	margin-bottom: 4px;
	background: url(../../img/title_new.gif) no-repeat;
}
#new dl {
	padding-top: 19px;
}
#new dl dt {
	padding-left: 17px;
	background: url(../../img/icon_new.gif) no-repeat left center;
	font-weight: bold;
}
#new dl dd {
	padding: 0 0 10px 17px;
}

/*==========================================================================*
 *  [ works ] 
 *==========================================================================*/

#works {
	width: 278px;
	background: url(../../img/line_title.gif) repeat-x;
	float: left;
}
#works h2 {
	height: 19px;
	margin-bottom: 4px;
	background: url(../../img/title_works.gif) no-repeat;
}
#works p#btn_works {
	margin: -20px 0 30px 0;
	float: right;
	text-align: left;
}
#works p {
	text-align: center;
}
#works ul {
	width: 220px;
	margin: 15px auto 0 auto;
}
#works ul li {
	padding: 0 0 8px 17px;
	background: url(../../img/icon_new.gif) no-repeat 0 4px;
}
#works ul li a {
	color: #0077bd;
}

/*==========================================================================*
 *  [ contact ] 
 *==========================================================================*/

#contact {
	margin-top: 25px;
	padding: 6px 0;
	border: 1px solid #cbcbcb;
}
#contact h2 {
	width: 115px;
	height: 87px;
	background: url(../../img/title_contact.gif) no-repeat center;
	border-right: 1px solid #e2e2e2;
	float: left;
}
#contact p {
	float: left;
}
#contact img {
	margin: 12px 0 0 11px;
}

/*==========================================================================*
 *  [ clearfix ] 
 *==========================================================================*/

#contact:after, #service:after, #contact:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#contact, #service, #contact { display: inline-block; } /* IE7,MacIE */
#contact, #service, #contact { display: block; } /* Opera,Safari */

/* Mac版IEのみに適用 \*//*/
#contact, #service, #contact { overflow: hidden; }
/* */
