/* CSS Document */
#header {
	height:550px;
	background:url(../images/top/bg_header.jpg) center no-repeat;
	text-align:center;
}
#header h1, #header h2 {
	font-size:0em;
}
#cont_l {
	margin-top:10px;
	width:680px;
	float:left;
}
#cont_l h3 {
	padding:10px 20px 0 20px;
	background-color:#FFFBEC;
	border-right: #663300 4px solid;
	border-left: #663300 4px solid;
	font-size:24px;
}
#cont_l h4 {
	padding:10px 20px;
	background-color:#663300;
	border-radius: 10px 10px 0 0;
	color:#FFF;
}
#yokoku {
	padding:10px 20px;
	background-color:#FFFBEC;
	border-right: #663300 4px solid;
	border-bottom: #663300 4px solid;
	border-left: #663300 4px solid;
	border-radius: 0 0 10px 10px;
}
#yokoku p {
	border-bottom: 2px dotted #663300;
	line-height:2em;
	display:inline;
	padding: 2px 0;
}
#yokoku dt {
	font-weight:bold;
}
#yokoku img {
	margin-bottom:10px;
}
#cont_r {
	margin:0px 0 0 700px;
	padding-top:7px;
	width:280px;
}
#cont_r li.studio {
	width:280px;
	height:220px;
	background:url(../images/common/bnr_studio.png) center top no-repeat;
	font-size:0em;
}
#cont_r li.studio a {
	display:block;
	position:relative;
	margin: 0 auto;
	top:50px;
	width:161px;
	height:39px;
	background:url(../images/common/btn_studio_off.png) center top no-repeat;
}
#cont_r li.studio a:hover {
	background:url(../images/common/btn_studio_on.png) center top no-repeat;
}
#cont_r li.studio span {
	display:block;
	position:relative;
	margin: 0 auto;
	top:50px;
	width:161px;
	height:39px;
	background:url(../images/common/btn_studio_dis.png) center top no-repeat;
	opacity:0.5;
}

#cont_r li.gimon {
	width:280px;
	height:250px;
	background:url(../images/common/bnr_gimon.png) center top no-repeat;
	font-size:0em;
}
#cont_r li.gimon a {
	display:block;
	position:relative;
	top:160px;
	left:110px;
	width:161px;
	height:39px;
	background:url(../images/common/btn_gimon_off.png) center top no-repeat;
}
#cont_r li.gimon a:hover {
	background:url(../images/common/btn_gimon_on.png) center top no-repeat;
}
#cont_r li.gimon span {
	display:block;
	position:relative;
	top:160px;
	left:110px;
	width:161px;
	height:39px;
	background:url(../images/common/btn_gimon_dis.png) center top no-repeat;
	opacity:0.5;
}

#cont_r li.present {
	width:280px;
	height:210px;
	background:url(../images/common/bnr_present.png) center top no-repeat;
	font-size:0em;
}
#cont_r li.present a {
	display:block;
	position:relative;
	top:145px;
	left:120px;
	width:154px;
	height:38px;
	background:url(../images/common/btn_present_off.png) center top no-repeat;
}
#cont_r li.present a:hover {
	background:url(../images/common/btn_present_on.png) center top no-repeat;
}
#cont_r li.present span {
	display:block;
	position:relative;
	top:145px;
	left:120px;
	width:154px;
	height:38px;
	background:url(../images/common/btn_present_dis.png) center top no-repeat;
	opacity:0.5;
}
#cont_r .tweet {
	margin: 10px 0;
}