/*======================================================================*
 *  h p img                                                             *
 *======================================================================*/

h3#business { background: url(/business/img/index/h3-business.gif) no-repeat; }
h3#merit { background: url(/business/img/merit/h3-merit.gif) no-repeat; }
h3#blog { background:  url(/business/blog/img/h3-blog.gif) no-repeat; }
h3#original { background:   url(/business/original/img/h3-original.gif) no-repeat; }
h3#form-blog { background:  url(/business/blog/img/h3-blog-form.gif) no-repeat; }
h3#form-original { background:   url(/business/original/img/h3-original-form.gif) no-repeat; }

/*======================================================================*
 *  business index                                                      *
 *======================================================================*/

ul.ul-disc li {
	list-style: disc;
}
#movabletype {
	margin: 0 18px 8px 18px;
	border: 1px solid #b1ccd8;
	font-size: 90%;
}
#movabletype img {
	vertical-align: top;
	display: block;
	float: left;
}
#movabletype p {
	width: 525px;
	padding: 5px 5px;
	float: left;
}

a#btn-business-merit {
	width: 229px;
	height: 43px;
	padding-right: 18px;
	background: url(../../img/index/btn-merit.gif) no-repeat left top;
	display: block;
	float: right;
}
a#btn-business-merit:hover { background-position: left bottom; }
a#btn-business-merit span { display: none; }

/*======================================================================*
 *  business blog                                                       *
 *======================================================================*/

a#btn-business-blog {
	width: 212px;
	height: 43px;
	padding-right: 18px;
	background:  url(../../blog/img/btn-form.gif) no-repeat left top;
	display: block;
}
a#btn-business-blog:hover { background-position: left bottom; }
a#btn-business-blog span { display: none; }


/*======================================================================*
 *  business original                                                   *
 *======================================================================*/

a#btn-business-original {
	width: 212px;
	height: 43px;
	padding-right: 18px;
	background:   url(../../original/img/btn-form.gif) no-repeat left top;
	display: block;
}
a#btn-business-original:hover { background-position: left bottom; }
a#btn-business-original span { display: none; }


/*======================================================================*
 *  business works                                                      *
 *======================================================================*/


ul.business-works li {
	width: 130px;
	height: 155px;
	margin: 0 5px 5px 0;
	padding: 15px 15px 5px 15px;
	background: #ededed;
	line-height: 120%;
	float: left;
}
ul.business-works li span {
	display: block;
	text-align: center;
	font-size: 80%;
}


