@charset "utf-8";

/** 基本設定 **/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url("./../img/base_background.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	color: #404040;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
}

a img {
	border-style: none;
}

/** 横並びグローバルメニュー設定 **/
div.global_menu_outline {
	display: table;
	width: 900px;
	color: #333333;
	border-bottom: 1px solid #333333;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
div.global_menu {
	width: 900px;
	margin: 0px;
}
ul.global_menu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
li.global_menu_left {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
}
li.global_menu_right {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: right;
}
span.global_title {
	display: block;
	color: #606060;
	padding: 10px 10px 5px 0px;
	text-decoration: none;
	width: 150px;
	margin: 0px 0px;
	text-align: right;
}
a.global_menu {
	display: block;
	color: #606060;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	width: 130px;
	margin: 0px 0px;
	text-align: center;
}
a.global_menu_selected {
	display: block;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	width: 100px;
	margin: 0px 0px;
	text-align: center;
}
a:hover.global_menu {
	color: #67A7CC;
}

/** メニュー設定 **/
div.menu_outline {
	display: table;
	width: 900px;
	background-color: #ffffff;
	background-image: url("./../img/menu_background.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #606060;
	border-radius: 5px;
	box-shadow: 2px 4px 10px #cacada;
	behavior: url("./css/PIE.htc");
}
div.menu {
	width: 900px;
	margin: 0px;
}
ul.menu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
li.menu_left {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
}
li.menu_right {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: right;
}
span.title {
	display: block;
	color: #606060;
	padding: 10px 10px 5px 0px;
	text-decoration: none;
	width: 130px;
	margin: 0px 0px;
	text-align: right;
}
a.menu {
	display: block;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #606060;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
	width: 129px;
	margin: 0px 0px;
	text-align: center;
}
a.menu_mostleft {
	border-radius: 5px 0px 0px 5px;
	behavior: url("./css/PIE.htc");
}

a.menu_end
{
	border-radius: 0px 5px 5px 0px;
	behavior: url("./css/PIE.htc");
	width:130px;
	border-right:none;
}

a.menu_selected {
	display: block;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
	width: 100px;
	margin: 0px 0px;
	text-align: center;

}
a:hover.menu {
	color: #606060;
	background-color: #ffffff;
	font-weight: bold;
}

a.menu_locked {
	display: block;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #606060;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
	width: 130px;
	margin: 0px 0px;
	text-align: center;
}
a:hover.menu_locked {
	color: #606060;
	background-color: #ffffff;
	font-weight: bold;
	background-image: url("./../img/locked_content.png");
	background-position:left;
	background-repeat:no-repeat;
}

/** トップ部位設定 **/
div.top_area {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #606060;
	background-color: #ffffff;
	box-shadow: 2px 4px 10px #cacada;
	behavior: url("./css/PIE.htc");
}

/** 見出し設定 **/
h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 13px;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin-top: 13px;
	margin-bottom: 13px;
}

/** コンテンツ用DIV **/
div.contents {
	display: table;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	background-image: url("./../img/background.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #606060;
	border-radius: 5px;
	box-shadow: 2px 4px 10px #cacada;
	behavior: url("./css/PIE.htc");
	padding: 30px;
}
div.section_header {
	display: table;
	width: 900px;
	height: 20px;
	border-top: 1px solid #606060;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div.separaetd_contents_middle {
	display: table;
	width: 100%;
	margin: 0px;
	vertical-align: middle;
}
div.section_separater {
	display: table;
	line-height: 1px;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #606060;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.section_separater_noborder {
	display: table;
	line-height: 1px;
	width: 100%;
	height: 1px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
div.content_bg1 {
	background-image: url("./../img/div_background_01.png");
	background-repeat: no-repeat;
}
div.content_bg2 {
	background-image: url("./../img/div_background_02.png");
	background-repeat: no-repeat;
}
div.content_bg_l_t {
	background-position: left top;
}
div.content_bg_l_c {
	background-position: left center;
}
div.content_bg_l_b {
	background-position: left bottom;
}
div.content_bg_c_t {
	background-position: center top;
}
div.content_bg_c_c {
	background-position: center center;
}
div.content_bg_c_b {
	background-position: center bottom;
}
div.content_bg_r_t {
	background-position: right top;
}
div.content_bg_r_c {
	background-position: right center;
}
div.content_bg_r_b {
	background-position: right bottom;
}

img.border {
	border: 1px solid #000000;
}
img.border_reverse {
	border: 1px solid #ffffff;
}

/** フッタ用部位 **/
div.bottom_area {
	display: table;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 2px 4px 10px #cacada;
	behavior: url("./css/PIE.htc");
}
div.bottom_area_header {
	display: table;
	width: 900px;
	height: 5px;
	border-top: 1px solid #606060;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div.small {
	font-size: 11px;
	line-height: 17px;
}

/** コンテンツ2カラム用DIV **/
div.nopadding {
	width: 900px;
	padding: 0px;
}

div.inline_contents {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

div.inline_contents.top_aligned {
	vertical-align: top;
}
div.inner_section_separater {
	display: table;
	line-height: 1px;
	width: 95%;
	height: 1px;
	border-top: 1px dotted #606060;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
div.inner_contents {
	display: table;
	width: 840px;
	padding: 25px 30px 25px 30px;
}

div.left {
	text-align: left;
}
div.center {
	text-align: center;
}
div.right {
	text-align: right;
}

/** 仕様表 **/
table.spec {
	width: 800px;
	border: none;
	border-spacing: 0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #606060;
}
tr.spec {

}
th.spec {
	width: 170px;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	text-align: right;
}
td.spec {
	border-bottom: 1px solid #606060;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 25px;
	text-align: left;
}

/** スタッフ表 **/
table.staff {
	width: 800px;
	border: none;
	border-spacing: 0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #606060;
}
tr.staff {

}
th.header_staff {
	width: 230px;
	font-weight: bold;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	text-align: center;
}
td.header_staff_name {
	font-weight: bold;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 25px;
	text-align: center;
}

th.staff.icon {
	width:50px;
	padding-right:7px;
}

th.staff {
	width: 260px;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	text-align: right;
}
td.staff_name {
	border-bottom: 1px solid #606060;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 25px;
	text-align: left;
}



table.takus {
	width: 800px;
	border: none;
	border-spacing: 0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #606060;
}

.takus th {
	width: 140px;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	text-align: right;
}

.takus th.icon {
	width:50px;
	padding-right:0;
	text-align: center;
}

.takus td {
	border-bottom: 1px solid #606060;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 25px;
	text-align: left;
}

/** イラスト・サウンド一覧表 **/
td.staff_list {
	width: 25%;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
td.staff_list_mostright {
	width: 25%;
	border-bottom: 1px solid #606060;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}

/** リンクタグ設定 **/
a {
	color: #408888;
}
a:hover {
	color: #A3D8F6;
}
a:visited {
}
a:active {
}
/** 画像まわり設定 **/
img.float_left {
	float: left;
	margin-right: 20px;
}
img.float_right {
	float: right;
	margin-left: 20px;
}

.inner_contents dl dt {
	margin-top: 0.5em;
	font-weight: bold;
}
.inner_contents dl dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

small {
	font-size: 90%;
}
