@charset "utf-8";

@import url("../../css/common/common.css");

#global_menu_set {
	background-image: url(../../img/common/home_rep.gif);
}
#global_menu {
	background-image: url(../../img/common/home.gif);
}

/*文字色*/

#main_frame	{
	color: #666666;
}

/*種別選択*/

#contents_01_now,
#contents_01,
#contents_02_now,
#contents_02,
#contents_03_now,
#contents_03,
#contents_04_now,
#contents_04,
#contents_05_now,
#contents_05 {
	text-indent: -9999px;
}

#contents_01 a,
#contents_02 a,
#contents_03 a,
#contents_04 a,
#contents_05 a {
	display: block;
	float: left;
	overflow: hidden;
	width: 132px;
	height: 30px;
}

#contents_01_now,
#contents_01,
#contents_02_now,
#contents_02,
#contents_03_now,
#contents_03,
#contents_04_now,
#contents_04 {
	float: left;
	width: 132px;
	margin-right: 9px;
	margin-bottom: 24px;
}

#contents_05_now,
#contents_05 {
	float: left;
	width: 132px;
	margin: 0px 0px 24px;
}

#contents_01_now {
	background-image: url(../img/01/contents_01_now.gif);
	background-repeat: no-repeat;
}

#contents_01 {
	background-image: url(../img/01/contents_01.gif);
	background-repeat: no-repeat;
}

#contents_02_now{
	background-image: url(../img/02/contents_02_now.gif);
	background-repeat: no-repeat;
}

#contents_02 {
	background-image: url(../img/02/contents_02.gif);
	background-repeat: no-repeat;
}

#contents_03_now{
	background-image: url(../img/03/contents_03_now.gif);
	background-repeat: no-repeat;
}

#contents_03 {
	background-image: url(../img/03/contents_03.gif);
	background-repeat: no-repeat;
}

#contents_04_now{
	background-image: url(../img/04/contents_04_now.gif);
	background-repeat: no-repeat;
}

#contents_04 {
	background-image: url(../img/04/contents_04.gif);
	background-repeat: no-repeat;
}

#contents_05_now{
	background-image: url(../img/05/contents_05_now.gif);
	background-repeat: no-repeat;
}

#contents_05 {
	background-image: url(../img/05/contents_05.gif);
	background-repeat: no-repeat;
}