@charaset"EUC-JP";

* {
	line-height: 100%;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style:none;
	color:#EEEEEE;
}

ul, li{
	padding:0px;
	margin:0px;
}

body { 
	background-color:#000000;
	color:#EEEEEE;
}

td, img, div {
	border-width:0px;
}

/*********************************************/
/* リンクの設定 */
/*********************************************/
a:link {
	color: #6699ff;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	color: #6699ff;
	text-decoration: underline;
}

/*********************************************/
/* ページ上部コントロールボックスの設定 */
/*********************************************/

td#control {
	vertical-align: top;
	overflow: auto;
	background-image : url('/img/s0_wall.jpg');
}

td#menu {
	background-repeat : no-repeat ;
	height:14px;
}
/*********************************************/
/* ページ全体の設定 */
/*********************************************/

#main {
	
}

div.top_menu {
	position:absolute;
}


/*********************************************/
/* トップページの設定 */
/*********************************************/

#top TD.BOXA {
 background-image : url("/img/bb0.gif") ;
 background-repeat : no-repeat ;
 overflow : hidden ;
 color:#CCCCCC;
 font-size:10pt;
 line-height:110%;
}
#top TD.BOXB {
 background-image : url("/img/bb1.gif") ;
 background-repeat : no-repeat ;
 overflow : hidden ;
 color:#CCCCCC;
 font-size:10pt;
 line-height:110%;
}
#top TD.BOXC {
 background-image : url("/img/b05.gif") ;
 overflow : hidden ;
 color:#CCCCCC;
 font-size:10pt;
 line-height:110%;
}
#top TD.BOXD {
 background-image : url("/img/b05.gif") ;
 overflow : hidden ;
 color:#CCCCCC;
 font-size:10pt;
 line-height:110%;
}
#top DIV.TITA { color:#33CCBB; font-weight:bold; }
#top DIV.TITB { color:#3388DD; font-weight:bold; }
#top DIV.TITC { color:#6666FF; font-weight:bold; }

/*********************************************/
/* スタジオページの設定 */
/*********************************************/
#studio {
	display: block;
	text-align: left;
	padding: 10px;
	background-image: url(/img/bg_studio.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height:100%;
}

#studio dl.studio_menu{
	margin:20px;
}

#studio dl.studio_menu dt{
	margin-bottom:5px;
}

#studio dl.studio_menu dd{
	margin-left: 20px;
	margin-bottom:8px;
	font-size:80%;
}

/*********************************************/
/* 会社概要の設定 */
/*********************************************/

#company {
	display: block;
	width:100%;
}

#company table {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	color:#000000;
}

#company table td {
	line-height:120%;
	color:#000000;
}

table.company_detail{
	border-left:1px solid #000000;
}

table.company_detail td.top{
	background-color:;
	padding:3px;
	padding-left:5px;
	font-weight:bold;
	border-left:10px solid #0077FF;
	border-bottom:1px solid #0077FF;
}

table.company_detail td.head{
	border-right:2px solid #0077FF;
	padding:2px;
	padding-left:15px;
	font-size:80%;
}

table.company_detail td.detail{
	padding-left:10px;
	font-size:80%;
}


/*********************************************/
/* アクセスページの設定 */
/*********************************************/
#access {
	display: block;
	width:100%;
}

#access table {
	margin-left:auto;
	margin-right:auto;
}

#access table td {
	border: 0px solid #888888;
	text-align:center;
}

#access table td.head {
	padding:4px;
	vertical-align:center;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	font-weight:bold;
}

#access table td.data {
	padding:4px;
	border-bottom: 1px solid #888888;
	line-height:120%;
}

/*********************************************/
/* 印刷用アクセスページの設定 */
/*********************************************/
#access_print {
	display: block;
	width:100%;
	color:#000000;
}

#access_print table {
	margin-left:auto;
	margin-right:auto;
}

#access_print table td {
	border: 0px solid #888888;
	text-align:center;
	color:#000000;
}

#access_print table td.head {
	padding:4px;
	vertical-align:center;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	font-weight:bold;
}

#access_print table td.data {
	padding:4px;
	border-bottom: 1px solid #888888;
	line-height:120%;
}

/*********************************************/
/* 機材紹介ページの設定 */
/*********************************************/
div#peripherals {
	height:100%;
	display: block;
	text-align: left;
	padding: 10px 0px 10px 10px;
	background-image: url(/img/bg_peripherals.gif);
	background-repeat: no-repeat;
	background-position:left top;
}

#peripherals table {
	border-top:1px solid #888888;
	border-left:1px solid #888888;
}

#peripherals table td.list_head {
	display: block;
	padding: 5px;
	font-weight:bold;
	border-right:1px solid #888888;
	border-bottom: 1px solid #888888;
}

#peripherals table td.list {
	display: block;
	padding: 5px 5px 5px 5px;
	border-right:1px solid #888888;
	border-bottom: 1px solid #888888;
	line-height:120%;
}

/*********************************************/
/* ワークスの設定 */
/*********************************************/
ul.cddata{
	margin:10px;
}

ul.cddata li{
	font-size:10pt;
	line-height:120%;
}

span.title{
	font-size:14pt;
	font-weight:bold;
	color:#3388DD;
	line-height:20pt;
}

/*********************************************/
/* コピーライトの設定 */
/*********************************************/
td.cright {
	font-size: 12px;
	color:#666666;
}

td.cright hr {
	width:100%;
	height:1px;
	color:#444444;
}

