@charset "euc-jp";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fffded;
	background-image: url(../images/bg_ball.gif);
	background-repeat: no-repeat;
	background-position: -70px top;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #422b00;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #422b00;
}

.txt-midashi {
	font-size: 1.4em;
	font-weight: bold;
}

/*header*/

#header-wrapper {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

#header {
	margin:0 auto;
	width:1000px;
	height:350px;
	position:relative;
}

#header h1 img {
	margin:0 auto;
	display:block;
}

#header h2 {
	position:absolute;
	display:block;
	left: 306px;
	top:178px;
}

#header h3 {
	position:absolute;
	display:block;
	left:20px;
	top:229px;
}

#menu li {
	display:inline-table;
}

#menu li#btn-news,
#menu li#btn-intro,
#menu li#btn-trailer,
#menu li#btn-staff {
	margin-right:12px;
}

#menu li#btn-comments {
	margin-right:353px;
}

#wa1 {
	position:absolute;
	left:5px;
	top:154px;
}

#wa2 {
	position:absolute;
	left:163px;
	top:90px;
}


#wa3 {
	position:absolute;
	left:681px;
	top:192px;
}


#wa4 {
	position:absolute;
	left:760px;
	top:96px;
}

#wa5 {
	position:absolute;
	left:828px;
	top:146px;
}

#social {
	position: absolute;
	top: 300px;
	right: 0px;	
}

div#social iframe {
	width: 110px !important;
	display: inline;
}

iframe.twitter-share-button {
	width: 110px!important;
}

/*menu*/

ul#menu {
	position: absolute;
	left: 45px;
	top: 18px;
}

ul#menu li {
	margin-bottom:18px;
}

ul#menu li a img {
	margin:0px;
}

#banner-column {
	position: absolute;
	left: 817px;
	top: 328px;
	width: 187px;
}

/*content*/

#content-main {
	margin: 0px auto;
	width: 960px;
	position: relative;
}

/*news*//*news*/

#right-menu {
	float: right;
	width: 180px;
	margin-top:20px;
}

#right-menu h3{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#right-menu ul li {
	list-style: url(../images/allow.gif) outside;
}

#right-menu ul li a {
	text-decoration: none;
	
}

#right-menu ul li a:hover {
	text-decoration: underline;
}

#right-menu div#rss a {
	display:block;
	text-decoration: none;
	height: 30px;
	color: #FFF;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-top: 2em;
	background: #a40000;
	border-radius: 3px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 3px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 3px;   /* FirefoxÍÑ */
	font-size: 0.8em;
}

#right-menu div#rss a:hover {
	background: #520000;
	
}

#articles-wrapper {
	float: left;
	width: 700px;
}

#articles-wrapper h2#page-name {
	display: block;
	width: 100%;
	margin-top: 2em;
	font-size: 1.4em;
}

#articles-wrapper h3 {
	font-size: 1.8em;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 0.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
}

#articles-wrapper h3 a {
	text-decoration: none;
	color: #a40000;	
}

#articles-wrapper h3 a:hover {
	color: #830808;
}

#articles-wrapper div.date {
	display: block;
	width: 100%;
	margin-bottom: 0.8em;
}

#articles-wrapper div.article {
	line-height: 1.6em;
	margin-bottom:1.6em;
}

#articles-wrapper div.article p {
	margin-top:1.2em;
}

#articles-wrapper div.category {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	text-align: right;
	background: url(../images/dotline.gif) repeat-x left bottom;
	height: 3em;
}

#articles-wrapper div.category a:hover {
	color: #830808;
}

#articles-wrapper div.article-plugin {
	margin-top:-3.5em;
}

#articles-wrapper div#navi {
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 4em;
}

#articles-wrapper div#navi div#back a,
#articles-wrapper div#navi div#next a{
	display:block;
	text-decoration: none;
	height: 30px;
	color: #FFF;
	width: 130px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 3px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 3px;   /* FirefoxÍÑ */
}

#articles-wrapper div#navi div#back a {
	background: #a40000;
}

#articles-wrapper div#navi div#next a {
	background: #a40000;
}

#articles-wrapper div#navi div#back  a:hover {
	background: #520000;
	color: #FFF;
}

#articles-wrapper div#navi div#next a:hover {
	background: #520000;
	color: #FFF;
}

#articles-wrapper div#navi div#back a {
	float: left;	
}

#articles-wrapper div#navi div#next a {
	float: right;	
}

/*intro*/

#content-main.intro img.pic1 {
	margin:56px 0px20px 14px;
	
}

#content-main.intro img.pic2 {
	margin:10px 0px 20px 43px;
	
}

#content-main.intro img.pic3,
#content-main.intro img.pic4 {
	margin-top:20px;
	
}


#content-main.intro div.article {
	margin-top: 20px;	
}

/*comments*/

#content-main.comments {
	margin-top: 20px;
}

#content-main.comments section {
	margin-bottom:30px;
}

#content-main.comments section img {
	margin-bottom:1em;
}

/*trailer*/

#content-main.trailer {
	padding:50px 0px;
	
}

#content-main.trailer iframe {
	display:block;
	margin:0 auto;
	
}

/*staff*/

#content-main.staff {
	margin-top: 40px;	
}

#content-main.staff section {
	margin-bottom: 30px;	
}


#content-main.staff section img {
	float:left;
}

#content-main.staff section article {
	display:block;
	float:right;
	width:720px;
}

#content-main.staff section article h4 img {
	margin-bottom:1em;
}

#content-main.staff section article p {
	clear:both;
	margin-bottom:1em;
}

/*theater*/

#content-main.theater {
	margin-top: 40px;
}

#content-main.theater img {
	margin-bottom: 30px;	
}

div#theater-schedule {
	position: absolute;
	top:130px;
	left:580px;
}

table#theater-table {
	width:800px;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

table#theater-table tr td {
	padding: 5px 8px;
	border: 1px solid #c3c3c3;
	background: #FFF;
}

table#theater-table tr.header td {
	color: #FFF;
	background: #896436;
}

/*column*/

#content-main.column {
	margin-top: 20px;
}

#content-main.column img {
	margin-bottom:1em;
}

#content-main.column article {
	margin-bottom: 1.5em;
}

#content-main.column article div.left {
	float:left;
	width:460px;
}

#content-main.column article div.right {
	float:right;
}

#content-main.column div#profile {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:-1.5em;
	padding-top: 1.5em;
}

/*column*/

#content-main.uchida {
	margin-bottom:5em;
	width: 680px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content-main.uchida h3 {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:2.2em;
}

#content-main.uchida p {
	margin-bottom:1em;
}

p.aligin-right {
	margin-top:2em;
	text-align: right;	
}


/*footerr*/


#footer {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 40px;
	margin-bottom: 4px;
	margin-top: 40px;
}