﻿* {
	margin : 0;
	padding : 0;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a:hover img {
	filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
body {
	background : url(images/bg.gif);
	height:100%;
}

.center {
	text-align : center;
}

.red {
	color : red;
}

.clear {
	clear : both;
}

img {
	vertical-align : bottom;
}

#wrapper {
}

#header {
	background : url(images/head_bg.gif) repeat-x fixed;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index : 999;
}

.headInner {
	width : 1140px;
	margin : 0 auto;
	position : relative;
	height : 30px;
	margin-bottom : 5px;
	padding-top : 0px;
}

.headInner .btt {
	display : block;
	position : absolute;
	top : 13px;
	left : 820px;
}

#contents {
	position : relative;
	width : 1140px;
	margin : 0 auto;
	padding-top : 35px;
}

.leftBox {
	position : fixed;
	width : 315px;
}

#gloNav {
	background : url(./images/menu_bg.png) no-repeat 100px 10px;
	margin-bottom : 15px;
}

#gloNav li {
	list-style : none;
	margin-bottom : 12px;
}

#mainContents {
	position : absolute;
	left : 315px;
	width : 500px;
	background : url(./images/tv.png) no-repeat fixed center 340px;
}

.information {
	border : 1px solid #ccc;
	padding : 5px;
	margin-bottom : 20px;
}

.inner {
	background : url(images/main_bg.png);
	padding : 5px;
	border : 1px solid #ccc;
}

.inner p {
	color : #fff;
	font-size : 12px;
	line-height : 150%;
	margin : 15px;
}

.inner a {
	color : red;
}

#about, #products , #voice , #link {
	margin : 600px 0;
}

#dvd li {
	list-style : none;
	margin-bottom : 10px;
	font-size : 12px;
	padding-bottom : 10px;
	color : #fff;
	border-bottom : 1px dashed #fff;
}

#dvd li img {
	float : left;
	padding-right : 10px;
}


#products li{
	list-style : none;
	width : 160px;
	font-size : 12px;
	color : #fff;
	float : left;
	text-align : center;
	padding-bottom : 15px;
}

#link li , #voice li {
	list-style : none;
	width : 160px;
	font-size : 12px;
	float : left;
	margin : 1px;
	text-align : center;
}

#link li a, #voice li a{
	color : #fff;
	text-decoration : none;
	display : block;
	border : 1px solid #fff;
}

#link li a:hover , #voice li a:hover {
	color : #666;
	background : #fff;
}

.topMovie {
	margin-top : 10px;
}

.topMovie img {
	float : left;
}

.topMovie p {
	background : url(images/main_bg.png);
	padding : 5px;
	width : 130px;
	float : right;
	color : #fff;
	font-size : 10px;
}


.rightBox {
	width : 320px;
	float : right;
}

#bbs {
	position : fixed;
}

iframe {
	border : 1px solid #ccc;
}

.twitter {
	width : 307px;
	margin-top : 10px;
	border : 1px solid #ccc;
	background : url(images/tw_bg.png);
}

.formTable {
	font-size : 14px;
	margin : 15px auto;
}

.formTable th, .formTable td {
	padding : 5px;
	border-bottom : 1px dotted #ccc;
	text-align :left;
}

.formTable input[type="text"] {
	font-size : 12px;
}

.formTable input {
	max-width : 400px;
	font-size : 14px;
}

.formTable textarea {
	max-width : 400px;
	font-size : 14px;
}

.formTable td.center {
	text-align :center;
}
