@charset "utf-8";

body {
	background: #27B6E2 url(../images/bg.jpg) repeat;
} /* 全体の背景指定 */
#wrapper {
	background: url(../images/bg_top.jpg) repeat-x center top;
	padding-top: 20px;
	padding-bottom: 20px;
}


#wrapper #contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border: 10px solid #18aed4;
	padding-top: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
h1 {
	background: url(../images/title.gif) no-repeat center top;
	height: 114px;
	text-indent: -9999px;
	display: block;
}
#date {
	background: url(../images/date.gif) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 139px;
}
#poster {
	text-align: center;
	padding-top: 10px;
}
#copy1 {
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/line.gif) no-repeat center bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}
#copy2 {
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
#after {
	background: #119f48 url(../images/hh_logo.gif) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 720px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 140px;
}
#after a {

}
#attention {
	font-size: 12px;
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}



#list {
	background: url(../images/list_bg.gif);
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#list h2 {
	background: #FFF url(../images/list_title.gif) no-repeat center 10px;
	height: 45px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	display: block;
}
#list h3 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#list table {
	border: 5px solid #18AED4;
	background: #FFF;
	margin: 0px auto 10px;
	padding: 0px;
	width: 820px;
	font-size: 12px;
}
#list table tr th {
	background: #ececec;
	border: 1px solid #18AED4;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#list table tr td {
	padding: 10px;
	border: 1px solid #18AED4;
}
#list table tr td.name {
	width: 50%;
}
#innerlink-head {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#innerlink-head a {
	background: url(../images/return.gif) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 121px;
}












#btn-sbm {
	text-align: left;
	padding: 0px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */ 
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }
