@charset "UTF-8";

/* 
property reset
*/
@import url("../common/reset.css");

/* 
clear tool
*/
@import url("../common/tool.css");

/* 
linkColor
*/
@import url("../common/linkColor.css");

/* 
body,wrapper
*/
@import url("../common/body.css");

/* 
headSection
*/
@import url("../common/headSection.css");

/* 
naviBar
*/
@import url("../common/naviBar.css");

/* 
bodySection
*/
@import url("../common/bodySection.css");

/* 
footSection
*/
@import url("../common/footSection.css");

/* 
content
*/
@import url("../common/content.css");



#naviBarSection li.care a {
	background-position: 0 -36px;
}



/*
content
*/

#content h2 {
	background-image: url(img/ttl_main.jpg);
}


/*greeting*/
#greeting {
	padding: 0 16px 0 50px;
}

#greeting img {
	float: right;
}

#greeting h3 {
	width: 107px;
	height: 18px;
	background: url(img/ttl01.gif) no-repeat;
	text-indent: -9999em;
}

#greeting p {
	font-size: 92%;
	line-height: 150%;
	margin-top: 1em;
	width: 340px;
}


/*movieLink*/
#movieLink {
	width: 325px;
	height: 148px;
	margin-top: 1em;
	background: url(img/bg01.gif) no-repeat;
	position: relative;
}

#movieLink img {
	position: absolute;
	padding-top: 10px;
	padding-left: 23px;
}

#movieLink .right {
	position: absolute;
	top: 10px;
	left: 145px;
	width: 157px;
}

#movieLink h4 {
	width: 120px;
	height: 29px;
	background: url(img/txt01.gif) no-repeat;
	text-indent: -9999em;
}

#movieLink p {
	width: 97px;
	height: 12px;
	background: url(img/txt02.gif) no-repeat;
	text-indent: -9999em;
	margin-top: 7px;
	font-size: 10px;
	line-height: 100%;
}

#movieLink a {
	display: block;
	width: 157px;
	height: 33px;
	background-repeat: no-repeat;
	text-indent: -9999em;
	text-decoration: none;
	margin-top: 5px;
}

#movieLink a.s300k {
	background-image: url(img/btn01.gif);
}

#movieLink a.s100k {
	background-image: url(img/btn02.gif);
}


/*material*/
#material {
	padding: 30px 16px 0 50px;
}

#material img {
	float: right;
}

#material h3 {
	width: 211px;
	height: 44px;
	background: url(img/ttl02.gif) no-repeat;
	text-indent: -9999em;
}

#material p {
	font-size: 92%;
	line-height: 150%;
	margin-top: 1em;
	width: 340px;
}


