@charset "UTF-8";
/*------------------------------------------------------
	Art Corporation Homelayout Styles
	Version:  28th Sep. 2010
	
	3-1.commonstyle
	3-2.reason
	3-3.concept
	3-4.flow
	3-5.release
--------------------------------------------------------*/

/*------------------------------------------------------
	3-1.commonstyle
--------------------------------------------------------*/
#home div.headingwithbtn {
	position: relative;
	margin: 0;
	padding: 0;
	width: 560px;
}

#home div.headingwithbtn p.detail {
	position: absolute;
	top: 10px;
	right: 12px;
}


/*------------------------------------------------------
	3-2.reason
--------------------------------------------------------*/
#home div.reason {
	position: relative;
	background: url(/img/reason_bg.jpg) left top no-repeat;
	margin: 0 0 30px 0;
	width: 560px;
	height: 365px;
}

#home div.reason p#performance {
	position: absolute;
	top: 132px;
	left: 120px;
	width: 211px;
	height: 105px;
}

#home div.reason p#jisseki {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 211px;
	height: 105px;
}

#home div.reason p#plan {
	position: absolute;
	top: 14px;
	left: 233px;
	width: 211px;
	height: 105px;
}

#home div.reason p#service {
	position: absolute;
	top: 250px;
	left: 10px;
	width: 211px;
	height: 105px;
}

#home div.reason p#option {
	position: absolute;
	top: 250px;
	left: 233px;
	width: 211px;
	height: 105px;
}
#home div.reason p.t01{
	position: absolute;
	text-align: center;
	top: 100px;
	left: 26px;
}
#home div.reason p.t02{
	position: absolute;
	text-align: center;
	top: 175px;
	left: 96px;
}
/*------------------------------------------------------
	3-3.concept
--------------------------------------------------------*/
#home div.concept {
	position: relative;
	background: url(/img/concept_bg.jpg) left top no-repeat;
	margin: 0 0 30px 0;
	width: 560px;
	height: 162px;
}

#home div.concept h3 {
	position: absolute;
	top: 19px;
	right: 14px;
}

#home div.concept ul {
	margin: 0 5px 0 0;
	padding-top: 61px;
}

#home div.concept ul li {
	display: inline;
	margin-left: 5px;
	width: 133px;
}


/*------------------------------------------------------
	3-4.flow
--------------------------------------------------------*/
#home div.flow {
	position: relative;
	background: url(/img/flow_bg.jpg) left top no-repeat;
	margin: 0 0 30px 0;
	width: 560px;
	height: 386px;
}

#home div.flow h3 {
	position: absolute;
	top: 18px;
	right: 16px;
}

#home div.flow div.flasharea {
	position: absolute;
	bottom: 9px;
	left: 9px;
}

#home div.flow2 {
	margin: 0 0 30px 0;
	width: 560px;
}


#home div.flow div.flasharea2 {
	position: absolute;
	bottom: 0;
	left: 0;
}


/*------------------------------------------------------
	3-5.release
--------------------------------------------------------*/
#home div.release {
	margin: 0 0 30px 0;
	width: 560px;
}

#home div.release h2 { padding-bottom: 10px;}

#home div.release dl {
	background: url(/img/dotline_bg.gif) left bottom repeat-x;
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}

#home div.release dt {
	float: left;
	width: 7em;
}

#home div.release dd {
	margin-left: 7em;
}

#home div.release dd a {
	display: block;
	padding-right: 30px;
}

#home div.release dd a.pdf {
	background: url(/img/pdficon.gif) right center no-repeat;
}

#home div.release p.irrelease {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#home div.release p.irrelease a.detail {
	background: url(/common/img/arrow_detail.gif) 0 1px no-repeat;
	margin-top: 10px;
	padding-left: 15px;
}

/*------------------------------------------------------
	3-6.notice
--------------------------------------------------------*/
#home div.notice {
	background: #fffcfc;
	border: solid 2px #ff0000;
	margin-bottom: 10px;
	padding: 10px 15px;
}

#home div.notice p.title {
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#home div.notice p.support {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#home div.notice p.support a.detail {
	background: url(/common/img/arrow_detail.gif) 0 1px no-repeat;
	margin-top: 10px;
	padding-left: 15px;
}

#home div.resume {
	background: #fffcfc;
	border: solid 2px #0060ae;
	margin-bottom: 10px;
	padding: 10px 15px;
}

