@charset "utf-8";
/* font setting ----------------------------------*/
* {
	font-family:"ＭＳ Ｐゴシック";
	font-size:13px;
}
/*------------------------------------------------*/

/* shared css ------------------------------------*/
body {
	background-color:#FFF;
}

body,div,
h1,h2,h3,h4,
p {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.xalt {
	position:absolute;
	left:-999px;
	top:-4000px;
}

.clear {
	clear:both;
}
/*------------------------------------------------*/

#container {
  width:810px;
  margin:10px auto 10px auto;
}

/* header ----------------------------------------*/
#header {
	width:800px;
  height:50px;
}

#header #teny_logo {
	float:left;
	height:50px;
	width:112px;
  margin-right:7px;
}

#header div.global_nav {
  float:left;
  width:680px;
  height:50px;
}

#header div.global_nav ul {
  float:right;
  position:relative;
  top:20px;
  right:10px;
}

#header div.global_nav li {
	float:left;
	display:block;
  margin-left:5px;
  padding-left:5px;
  border-left:1px solid #CCC;
}
/*------------------------------------------------*/

/* contents --------------------------------------*/
#contents {
	clear:both;
  padding:5px 0px 5px 0px;
  background:#B7D88A;
}
/*------------------------------------------------*/

/* content ---------------------------------------*/
#content {
  width:800px;
  margin:0px auto 0px auto;
  background:#FFF;
}

#content #title {
 width:800px;
 height:190px;
}

#content div.main {
  clear:both;
  width:770px;
  margin:0px auto 0px auto;
}

#content div.left_column {
	float:left;
  width:230px;
  margin-right:15px;
}

#content div.right_column {
	float:left;
  width:520px;
  padding-bottom:15px;
}

#title h1 {
	float:left;
	width:350px;
  height:190px;
	background:url(../img/title.jpg) no-repeat;
}

#title h2 {
	float:left;
	width:450px;
  height:190px;
	background:url(../img/oa.jpg) no-repeat;
}

/* menu ------------------------------------------*/
#menu {
	width:220px;
  margin:5px auto 20px auto;
	background:#F3F3F3;
}

#menu ul.main {
	width:220px;
	margin:0px auto 0px auto;
	padding-bottom:10px;
}

#menu ul.main li {
	display:block;
	padding:0px;
	margin:0px;
}

#menu li.top a {
	display:block;
	width:220px;
	height:40px;
	background-image:url(../img/menu_top.jpg);
}

#menu li.top a:hover {
	background-position:0px -40px;
}

#menu li.story {
	display:block;
	width:210px;
}

#menu li.story div {
	width:210px;
	height:40px;
	background-image:url(../img/menu_story.jpg);
}

#menu li.story ul {
  width:170px;
  margin-left:40px;
  margin-bottom:10px;
}

#menu li.story ul li {
  display:block;
  padding-bottom:3px;
  border-bottom:1px dotted #666;
  color:#333;
}

#menu li.story ul li a {
  color:#666;
  text-decoration:none;
}

#menu li.story ul li a:hover {
  color:#72A135;
}

#menu li.cast a {
	display:block;
	width:210px;
	height:40px;
	background-image:url(../img/menu_cast.jpg);
}

#menu li.cast a:hover {
	background-position:0px -40px;
}

#menu li.official a {
	display:block;
	width:210px;
	height:40px;
	background-image:url(../img/menu_official.jpg);
}

#menu li.official a:hover {
	background-position:0px -40px;
}
/*------------------------------------------------*/
#main_content {
  width:520px;
  background:#EEE;
}

#main_content div.rect {
  width:500px;
  margin:0px auto;
  padding:10px 0px;
}

#main_content div.image {
  width:250px;
  height:167px;
  padding:3px;
  background:#FFF;
  border:1px solid #999;
}

#main_content p {
	margin:0.3em 0px;
	line-height:1.5em;
  text-indent:1em;
}

#main_content p span {
	border-bottom:1px #CCC dashed;
}

#main_content div.cast ul {
  list-style-image:url(../img/list-icon.gif);
  margin-bottom:20px;
  padding-left:20px;
}

#main_content div.cast li {
  margin:5px;
  color:#000;
}
#main_content div.cast li span {
  color:#639127;
}
/*------------------------------------------------*/

/* footer ----------------------------------------*/
#footer {
	clear:both;
}

#footer div.global_nav {
}

#footer div.global_nav ul {
  width:415px;
	display:block;
  margin:10px auto 10px auto;
  padding-bottom:10px;
}

#footer div.global_nav li {
	float:left;
	display:block;
  margin-left:5px;
  padding-left:5px;
  border-left:1px solid #CCC;
}

#footer div.global_nav li.tail {
  margin-right:5px;
  padding-right:5px;
  border-right:1px solid #CCC;
}

#footer div.copyright {
  clear:both;
  margin:10px 0px 10px 0px;
  text-align:center;
}
/*------------------------------------------------*/

