div#contents {
	float: left;
	width: 700px;
	margin: 0 0 0 20px;
}

div#contents div.section {
	overflow: hidden;
	margin-bottom: 1em;
}

div#contents div.section h3 {
	margin-bottom: 20px;
	padding: 10px 5px 10px 20px;
	line-height: 130%;
	color: #FFFFFF;
	font-size: 150%;
	background: url("../images/h3_bottom.gif") no-repeat scroll left bottom transparent;
}

div#contents p#topicpath {
	margin: 1em 0;
	padding-bottom: 10px;
	font-size: 80%;
	border-bottom: 1px solid #CBCBCB;
}

div#contents p#topicpath span {
	font-weight: bold;
	color: #FF8A00;
}

/* business
---------------------------------------------------------------------------------------------------------- */
div#contents div#page {
	height: 350px;
}

div#contents div.section p.explain {
	padding: 50px 0 25px 115px;
	line-height: 150%;
	font-size: 90%;
}

div#contents p.machine {
	overflow: hidden;
}

/* sign
---------------------------------------------------------------------------------------------------------- */
div#mv.sign h2 {
	height: 100%;
	background: url(../images/business/mv-sign.gif) center 15px no-repeat;
}

div#contents.sign div.section p.explain {
	background: url("../images/business/sign-bgi.gif") no-repeat scroll 0 0 transparent;
}

/* ink
---------------------------------------------------------------------------------------------------------- */
div#mv.ink h2 {
	height: 100%;
	background: url(../images/business/mv-ink.gif) center 15px no-repeat;
}

div#contents.ink div.section p.explain {
	background: url("../images/business/ink-bgi.gif") no-repeat scroll 0 0 transparent;
}

div#contents.ink div.section table#feature {
	line-height: 150%;
	width: 700px;
	font-size: 80%;
}

div#contents.ink div.section table#feature tbody tr th {
	padding: 10px 15px;
	border: solid 1px #CBCBCB;
	text-align: center;
	background: #F0F0F0;
	
}

div#contents.ink div.section table#feature tbody tr td {
	padding: 10px 15px;
	border: solid 1px #CBCBCB;
	text-align: center;
	font-size: 200%;
}

/* sculpture
---------------------------------------------------------------------------------------------------------- */
div#mv.sculpture h2 {
	height: 100%;
	background: url(../images/business/mv-sculpture.gif) center 15px no-repeat;
}

div#contents.sculpture div.section p.explain {
	background: url("../images/business/sculpture-bgi.gif") no-repeat scroll 0 0 transparent;
}

/* cut
---------------------------------------------------------------------------------------------------------- */
div#mv.cut h2 {
	height: 100%;
	background: url(../images/business/mv-cutting.gif) center 15px no-repeat;
}

div#contents.cut div.section p.explain {
	background: url("../images/business/cut-bgi.gif") no-repeat scroll 0 0 transparent;
}

/* stamp
---------------------------------------------------------------------------------------------------------- */
div#mv.stamp h2 {
	height: 100%;
	background: url(../images/business/mv-stamp.gif) center 15px no-repeat;]
}

div#contents.stamp div.section p.explain {
	background: url("../images/business/stamp-bgi.gif") no-repeat scroll 0 0 transparent;
}




/* design
---------------------------------------------------------------------------------------------------------- */
div#mv.design h2 {
	height: 100%;
	background: url(../images/business/mv-event.gif) center 15px no-repeat;
}

div#contents.design div.section h3 {
	margin-bottom: 10px;
}

div#contents.design div.section ul {
	overflow: hidden;
}

div#contents.design div.section ul li {
	float: left;
	margin: 0 13px 25px 0;
}

div#contents.design div.section p#event.explain {
	margin-bottom: 1em;
	background: url("../images/business/event-bgi.gif") no-repeat scroll 0 0 transparent;
}

div#contents.design div.section p#venue.explain {
	margin-bottom: 1em;
	background: url("../images/business/venue-bgi.gif") no-repeat scroll 0 0 transparent;
}


/* profile
---------------------------------------------------------------------------------------------------------- */
div#mv.profile h2 {
	height: 100%;
	background: url(../images/profile/mv-profile.gif) center 15px no-repeat;
}

div#contents.profile div.section {
	margin-bottom: 2em;
}

div#contents.profile div.section div#concept {
    margin: 0 0;
    padding: 15px 10px 5px 10px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 70px #E9E9E9 inset;
}

div#contents.profile div.section p#principle {
	margin-bottom: 1em !important;
	text-align: center;
}

div#contents.profile div.section div#concept dl {
	padding: 20px 15px 15px;
	text-align: center;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff240d', endColorstr = '#990b00');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff240d', endColorstr = '#990b00')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ff240d, #990b00);
	background-image: -ms-linear-gradient(top, #ff240d, #990b00);
	background-image: -o-linear-gradient(top, #ff240d, #990b00);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff240d), to(#990b00));
	background-image: -webkit-linear-gradient(top, #ff240d, #990b00);
	background-image: linear-gradient(top, #ff240d, #990b00);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	color: #FFFFFF;
}

div#contents.profile div.section div#concept dl dt {
    margin: 0 0 20px;
    padding: 0 0 20px;
	font-size: 150%;
	background: url("../images/profile/principle-bgi.gif") no-repeat scroll center bottom transparent;
}

div#contents.profile div.section div#concept dl dd {
	line-height: 200%;
}

div#contents.profile div.section div#concept p {
	margin: 1em;
	text-align: center;
	font-size: 90%;
}

div#contents.profile table {
	line-height: 150%;
	width: 700px;
	font-size: 80%;
}

div#contents.profile table tbody tr th {
	padding: 10px 50px 10px 15px;
	text-align: left;
	background: #F0F0F0;
	border: solid 1px #CBCBCB;
}

div#contents.profile table tbody tr td {
	padding: 10px 20px 10px 15px;
	border: solid 1px #CBCBCB;
}

/*gallery
 ---------------------------------------------------------------- */
div#mv.gallery h2 {
	height: 100%;
	background: url(../images/gallery/mv-gallery.gif) center 15px no-repeat;
}

div#contents.gallery div.section embed {
	overflow: hidden;
}

div#contents.gallery div.section div#flashContent {
	margin: 0 auto;
	text-align: center;
}

/*contact
 ---------------------------------------------------------------- */
div#mv.contact h2 {
	height: 100%;
	background: url(../images/contact/mv-contact.gif) center 15px no-repeat;
}

div#contents.contact div.section form {
	
}

div#contents.contact form table {
	width: 700px;
	line-height: 150%;
	font-size: 80%;
}

div#contents.contact form table th {
	padding: 10px 15px;
	vertical-align: top;
    border: 1px solid #CBCBCB;
    text-align: left;
	color: #777777;
    font-weight: bold;
    background-color: #F0F0F0;
}

div#contents.contact form table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #CBCBCB;
}

div#contents.contact form table p.error-messeage {
	margin-bottom: 2px;
	padding-top: 5px;
}

div#contents.contact form table p.error-messeage span {
	padding: 0 10px 11px 10px;
	line-height: 150%;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}

div#content.contact table input {
	margin-bottom: 3px;
	line-height: 150%;
	vertical-align: middle;
}

div#content.contact table textarea {
	width: 365px;
	height: 150px;
}

div#contents.contact div.section em.required {
    color: #FF0000;
}

div#contents.contact div.section ul.error {
    font-size: 90%;
    margin-bottom: 1em;
    margin-left: 2em;
}

div#contents.contact div.section ul.error li {
	list-style-type: circle;
	line-height: 150%;
	color: #FF0000;
}

div#contents.contact div.section p {
	line-height: 150%;
	margin-bottom: 1em;
	font-size: 90%;
}

div#contents.contact div.section form fieldset {
	margin: 15px auto;
	text-align: center;
}

div#contents.contact div.section form fieldset input {
	padding: 5px;
}

/*information
 ---------------------------------------------------------------- */
div#mv.information h2 {
	height: 100%;
	background: url(../images/information/mv-information.gif) center 15px no-repeat;
}

div#contents.information div.section h3 {
	margin-bottom: 10px;
}

div#contents.information div.section div#feed dl {
	overflow: hidden;
	clear: left;
	font-size: 80%;
	border-bottom: 1px dashed #AAAAAA;
}

div#contents.information div.section div#feed dt {
	float: left;
	margin: 10px 10px 5px 20px;
	padding: 5px;
	color: #FFFFFF;
	background: #FF0000;
}

div#contents.information div.section div#feed dd {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 5px;
}

div#contents.information div.section dl#infolist {
	overflow: hidden;
	border-bottom: 1px dashed #AAAAAA;
	font-size: 80%;
}

div#contents.information div.section dl#infolist dt {
	float: left;
	margin: 10px 10px 5px 20px;
	padding: 5px;
	color: #FFFFFF;
	background: #FF0000;
}

div#contents.information div.section dl#infolist dd {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 5px;
}