/****************基本設定****************/

html {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: #fff;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	padding: 7px 0 0 0;
	margin: 0;
}

h2 {
	font-size: 17px;
	color: #373737;
	height: 30px;
	line-height: 30px;
	background: url(./img/h2.jpg) left top no-repeat;
	padding-left: 13px;
}

span.h2date {
	font-size: 14px;
	color: #969696;
	position: absolute; right: 20px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}

ul {
	list-style-type: none;
}

div {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #0076ff;
}

a:visited {
	text-decoration: none;
	color: #0076ff;
}

a:hover {
	text-decoration: none;
	color: #00c9ff;
}

#all {
	width: 100%;
}

#main {
	width: 800px;
	margin: 0 auto;
	border-left: 20px solid #ffc300;
	border-right: 5px solid #ffc300;
}


/****************indexヘッダー****************/

#logo {
	width: 320px;
	margin: 0 auto;
}

#history {
	font-size: 12px;
	line-height: 8px;
	margin: 0 0 0 550px;
}

#history table {
	padding: 0;
	margin: 0;
}

#history #histxt {
	font-size: 11px;
	width: 200px;
	height: 120px;
	border: 4px solid #b6b6b6;
	overflow: auto;
}

#history #histxt p {
	padding: 4px 0 6px 2px;
	line-height: 11px;
}

#history #histxt span.date {
	font-size: 8px;
	color: #00a4ff;
	padding-right: 5px;
	float: right;
}

#menu {
	margin: -130px 0 0 0;
	width: 650px;
}

#menu ul li.msc {
	margin: 0 0 0 100px;
}

#menu ul li.stf {
	margin: 0 0 0 200px;
}

#menu ul li.scr {
	margin: 0 0 0 300px;
}

#menu a#linkint {
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(./img/menuint.jpg) top left no-repeat;
}

#menu a#linkint:hover {
	background: url(./img/menuinthv.jpg) top left no-repeat;
}

#menu a#linkmsc {
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(./img/menumsc.jpg) top left no-repeat;
}

#menu a#linkmsc:hover {
	background: url(./img/menumschv.jpg) top left no-repeat;
}

#menu a#linkstf {
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(./img/menustf.jpg) top left no-repeat;
}

#menu a#linkstf:hover {
	background: url(./img/menustfhv.jpg) top left no-repeat;
}

#menu a#linkscr {
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(./img/menuscr.jpg) top left no-repeat;
}

#menu a#linkscr:hover {
	background: url(./img/menuscrhv.jpg) top left no-repeat;
}

#down {
	width: 220px;
	margin: -170px 0 40px 35px;
}

#down a#dlbutton {
	display: block;
	width: 220px;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(./img/down.jpg) left top no-repeat;
}

#down a#dlbutton:hover {
	background: url(./img/downhv.jpg) left top no-repeat;
}

#down a#demo {
	display: block;
	width: 220px;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	margin-top: 8px;
	background: url(./img/demo.jpg) left top no-repeat;
}

#down a#demo:hover {
	background: url(./img/demohv.jpg) left top no-repeat;
}


/****************コンテンツ****************/

#contents {
	position: relative;
}

.text {
	color: #414141;
	width: 620px;
	margin: 0 0 0 35px;
	padding: 0 0 30px 0;
}

.text img {
	padding: 1px;
}

a.testpack {
	display: block;
	height: 80px;
	width: 300px;
	background: url(./img/testpack.jpg) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

a.testpack:hover {
	background: url(./img/testpackhv.jpg) left top no-repeat;
}

#twaccount {
	font-size: 11px;
	padding: 12px;
	width: 230px;
	margin-left: 540px;
}

#twaccount a {
	color: #7f7f7f;
}

#twaccount a:hover {
	color: #00c9ff;
}

#twaccount p {
	padding: 4px;
}


/****************フッター****************/

#footer {
	width: 800px;
	background: #363636;
	color: #8b8b8b;
	padding: 2px 0;
	margin: 0 auto;
	border-left: 20px solid #363636;
	border-right: 5px solid #363636;
}

address {
	font-style: normal;
	font-size: 9px;
	text-align: center;
}


/****************他ページヘッダー****************/

#header {
	height: 100px;
}

#menuoth ul {
	font-size: 11px;
	height: 39px;
	padding: 0;
	margin: 0;
}

#menuoth ul li {
	width: 200px;
	line-height: 36px;
	float: left;
}

#menuoth ul li a {
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#menuoth ul li a#linkint {
	display: block;
	background: url(./img/hdint.jpg) left top no-repeat;
}

#menuoth ul li a#linkint:hover {
	background: url(./img/hdinthv.jpg) left top no-repeat;
}

#menuoth ul li a#linkmsc {
	display: block;
	background: url(./img/hdmsc.jpg) left top no-repeat;
}

#menuoth ul li a#linkmsc:hover {
	background: url(./img/hdmschv.jpg) left top no-repeat;
}

#menuoth ul li a#linkstf {
	display: block;
	background: url(./img/hdstf.jpg) left top no-repeat;
}

#menuoth ul li a#linkstf:hover {
	background: url(./img/hdstfhv.jpg) left top no-repeat;
}

#menuoth ul li a#linkscr {
	display: block;
	background: url(./img/hdscr.jpg) left top no-repeat;
}

#menuoth ul li a#linkscr:hover {
	background: url(./img/hdscrhv.jpg) left top no-repeat;
}

#navi {
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 46px;
	margin: 0;
	background: url(./img/nvleft.jpg) left top no-repeat;
}

#navi a.hispage {
	padding: 0 13px 0 0;
	background: url(./img/nv.jpg) right top no-repeat;
}


/****************ミュージック****************/

table.msclist {
	width: 400px;
	margin-bottom: 17px;
}

table.msclist td.msctitle {
	font-size: 17px;
	height: 42px;
	line-height: 42px;
	background: url(./img/msclistbar.jpg) left top no-repeat;
	padding-left: 10px;
}

table.msclist td.mscimg {
	width: 62px;
	height: 81px;
}

table.msclist td.mscoj {
	color: #f5f5f5;
	font-size: 11px;
	width: 48px;
	padding-left: 8px;
	background: url(./img/mscojbar.jpg) left center no-repeat;
}

img.mscpreimg {
	border: 1px solid #d5d5d5;
	padding: 1px;
	margin: 3px;
}


/****************スタッフ****************/

p.stfname {
	font-size: 16px;
	background: url(./img/stficon.jpg) left top no-repeat;
	line-height: 40px;
	padding: 0 0 0 42px;
	float: left;
}

.stflink {
	width: 367px;
	margin: 4px 0 0 0;
	float: right;
}

p.stfjb {
	font-size: 9px;
	line-height: 9px;
	border-top: 1px solid #afafaf;
	padding: 3px 0 0 0;
	margin: 0 0 0 40px;
	width: 240px;
	text-align: right;
	clear: both;
}

