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

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 14px/24px "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	background-color: #f7f1dc;
}
p {
	margin-bottom: 1em;
}
.red {
	color: #a92f36;
}
a:hover {
	color: #54accc;
}
/* header */

#header-wrapper {
	width: 100%;
	height: 187px;
	background-image: url(../images/bg_header_gr.jpg);
	background-repeat: repeat-x;
}
#header-container {
	width: 1100px;
	height: 187px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right 6px;
}
h1 {
	position: absolute;
	left: 0px;
	top: 31px;
}
#social {
	position: absolute;
	left: 559px;
	top: 80px;
}
#social iframe {
	width: 110px !important;
	display: inline;
}
#social iframe:first-child {
	width: 100px !important;
}
#header-banner {
	position: absolute;
	left: 882px;
	top: 41px;
}
#header-roadshow {
	position: absolute;
	left: 641px;
	top: 132px;
}
/* menu */

#menu-wrapper {
	width: 100%;
	height: 43px;
	background-color: #1e5062;
}
#menu-wrapper ul {
	display: block;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
#menu-wrapper ul li {
	display: inline-block;
}

/* contents */

#content-wrapper {
	width: 100%;
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat-x;
	background-color: #f7f1dc;
}
#content-container {
	margin: 0px auto;
	width: 1100px;
	height: 100%;
	min-height: 800px;
	padding: 26px 0px 50px 0px;
}
#main-container {
	width: 1100px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 10px;   /* FirefoxÍÑ */
	box-shadow: 0px 0px 7px 0px rgb( 132, 110, 59 );
	overflow: hidden;
}
/*index*/

#main-container.index {
	width: 850px;
	height: 100%;
	background-color: #FFF;
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 10px;   /* FirefoxÍÑ */
	box-shadow: 0px 0px 7px 0px rgb( 132, 110, 59 );
	overflow: hidden;
}
#beling {
	margin: 15px;
}
#banner-jyouei {
	width: 220px;
	float: right;
	margin-bottom:20px;
}
#widget {
	width: 220px;
	float: right;
}


/* content tpl*/

#main-container.intro {
	background-image: url("../images/intro_bg_top.jpg"), url("../images/intro_bg_bottom.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
}
#main-container.news {
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-y;
}
#main-container.comments {
	background-image: url(../images/bg_comments.gif);
	background-repeat: repeat-y;
}
#main-container.characters {
	background-image: url(../images/bg_characters.gif);
	background-repeat: repeat-y;
}
#main-container.staff {
	background-image: url(../images/bg_staff.gif);
	background-repeat: repeat-y;
}
#main-container.trailer {
	background-image: url(../images/bg_trailer.gif);
	background-repeat: repeat-y;
}
#main-container.theater {
	background-image: url(../images/bg_theater.gif);
	background-repeat: repeat-y;
}
#left-container {
	float: left;
	width: 280px;
	position: relative;
	min-height: 630px;
}
#left-container h2 {
	position: absolute;
	left: 35px;
	top: 40px;
}

#banner-jyouei-side {
	position: absolute;
	left: 35px;
	top: 140px;
}

#right-container {
	float: right;
	width: 720px;
	margin-right: 50px;
	padding: 70px 0px 50px 0px;
}
/* news */

#main-container.news #right-container {
	padding-bottom: 100px;
}
#right-menu {
	margin-top: 150px;
	margin-left: 50px;
	width: 180px;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
#right-menu h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #fff;
}
#right-menu ul li {
	list-style: url(../images/allow.gif) outside;
	line-height: 20px;
}
#right-menu ul li a {
	text-decoration: none;
	color: #fff;
}
#right-menu ul li a:hover {
	text-decoration: underline;
	color: #54accc;
}
#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: #000;
	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: #54accc;
}
#articles-wrapper {
	float: left;
	width: 720px;
	margin-top: -2em;
}
#articles-wrapper h2#page-name {
	display: block;
	width: 100%;
	margin-top: 2em;
	font: bold 1.4em/1.2em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
#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;
	font-family: "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", serif;
}
#articles-wrapper h3 a {
	text-decoration: none;
	color: #8c714a;
}
#articles-wrapper h3 a:hover {
	color: #54accc;
}
#articles-wrapper div.date {
	display: block;
	width: 100%;
	font: 0.8em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	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;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	background: url(../images/dotline.gif) repeat-x left bottom;
	height: 3em;
}
#articles-wrapper div.category a:hover {
	color: #54accc;
}
#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ÍÑ */
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
#articles-wrapper div#navi div#back a {
	background: #000;
}
#articles-wrapper div#navi div#next a {
	background: #000;
}
#articles-wrapper div#navi div#back a:hover {
	background: #54accc;
	color: #FFF;
}
#articles-wrapper div#navi div#next a:hover {
	background: #54accc;
	color: #FFF;
}
#articles-wrapper div#navi div#back a {
	float: left;
}
#articles-wrapper div#navi div#next a {
	float: right;
}
/* introduction */

#main-container.intro {
	padding: 410px 0px 260px 0px;
}
#center-container {
	width: 998px;
	margin: 0 auto;
 padding
}
#main-container.intro h3 {
	margin-bottom: 2em;
}
#main-container.intro p {
	margin-bottom: 2em;
}
/* comments */
.comment-p {
	margin-bottom: 2.5em;
}
.comment-p h3 {
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« ProN W6",  "HiraMinProN-W6",  "HGÌÀÄ«E",  "£Í£Ó £ÐÌÀÄ«",  "MS PMincho",  "MS ÌÀÄ«",  serif;
	font-weight: bold;
	font-size: 28px;
	color: #836033;
	margin-bottom: 0.5em;
}
.comment-p h4 {
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« ProN W6",  "HiraMinProN-W6",  "HGÌÀÄ«E",  "£Í£Ó £ÐÌÀÄ«",  "MS PMincho",  "MS ÌÀÄ«",  serif;
	font-size: 16px;
	color: #836033;
	margin-bottom: 0.5em;
}
/* characters */

#main-container.characters h3 {
	margin-bottom: 2em;
}
.ch-pics img {
	margin-right: 6px;
	margin-bottom: 4px;
	margin-bottom: 1.6em;
}
.ch-box {
	margin-bottom: 1.6em;
}
.ch-box img {
	float: left;
	margin-right: 30px;
}
/* staff */

#main-container.staff h3 {
	margin-bottom: 1.6em;
}
#main-container.staff p {
	margin-bottom: 3em;
}
/* trailer */

#main-container.trailer #left-container {
	background-image: url(../images/trailer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main-container.trailer #right-container {
	padding-top: 100px;
}
.pic-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* theater */

#main-container.theater #right-container img {
	margin-bottom: 1.2em;
}
#main-container.theater h3 {
	color: #8c4e4d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.2em;
}
table#porepore-table, table#theater-table {
	width: 720px;
}
table#porepore-table tr td {
	padding: 5px 8px;
	border: 1px solid #c3c3c3;
	background: #FFF;
	text-align: center;
}
table#porepore-table tr.header td {
	color: #FFF;
	background: #8c4e4d;
}
table#theater-table tr td {
	padding: 5px 8px;
	border: 1px solid #c3c3c3;
	background: #FFF;
}
table#theater-table tr.header td {
	color: #FFF;
	background: #0e5b77;
}
