@charset "utf-8";
/* CSS Document */

/*テキスト選択色
----------------------------------------------*/
/*反転時の文字色・背景色 */
::selection {
background: #FCF;　　/* 背景色*/
color: #000;　　/* 文字色*/
}
/* Firefox対応*/
::-moz-selection {
background: #FCF;　　/* 背景色*/
color: #000; 　　/* 文字色*/
}


#page {
	background: url(../img/main.jpg) no-repeat 50% 0;
}

#menu {
	background: url(../img/calendar_top.png) no-repeat 50% 0;
}


/*コンセプト
----------------------------------------------*/
#con {
	background: #e95377;
}
h1 {
	background: url(../img/concept_title.png) no-repeat;
	width: 620px;
	height: 96px;
}
#conFoot {
	background: url(../img/calendar_bottom.png) no-repeat 50% 0;
	height: 149px;
}

/*情報
----------------------------------------------*/
#check {
	background: url(../img/info_chara.png) no-repeat;
	width: 419px;
	height: 272px;
	position: absolute;
	top: 350px;
	left: 40px;
	z-index: 10;
}

#info {
	background: url(../img/info_data.png) no-repeat;
	width: 514px;
	height: 727px;
	position: absolute;
	top: -26px;
	left: 430px;
}

#ec {
	position: absolute;
	top: 530px;
	left: 400px;
	z-index: 15;
}

/*バナー
----------------------------------------------*/
#banner {
	background: url(../img/banner.png) no-repeat;
	width: 940px;
	height: 415px;
}
#banner textarea {
	width: 198px;
	height: 40px;
	border: 1px solid #40210f;
	background: #f8f1e1;
	font-size: 10px;
	color: #40210f;
	overflow: hidden;
}

#b180 {
	position: absolute;
	top: 285px;
	left: 374px;
}

#b200 {
	position: absolute;
	top: 285px;
	left: 625px;
}

/*SNS
----------------------------------------------*/
#tw {
	position: absolute;
	top: 400px;
	right: 80px;
}
#fb {
	position: absolute;
	top: 400px;
	right: 0px;
}