@charset "utf-8";
/* CSS Document */

@import "default.css";
@import "basic.css";
@import "under_index.css";
@import "side.css";
@import "side_media.css";
@import "side_staff.css";@import "side_history.css";
@import "side_holiday.css";@import "side_link.css";


/* * * * * * * * * * * * * * * * * 
+ #concept
* * * * * * * * * * * * * * * * */
#concept {
	width: 460px;
}
#concept .inner {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/index_intro_bg.gif);
	background-repeat: repeat-y;
}
#concept .inner h2 {
	line-height: 1;
	background-image: url(../images/h2_concept.gif);
	text-indent: -9999px;
	display: block;
	height: 50px;
	margin: 0px;
}
#concept .inner h3 {
	line-height: 1;
	background-image: url(../images/concept_h3.gif);
	text-indent: -9999px;
	display: block;
	height: 80px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#concept .inner .text {
	margin-left: 10px;
	margin-bottom: 15px;
}


#concept .footer {
	background-image: url(../images/index_intro_footer.gif);
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
