@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background: #FFFFFF url(../img/body_bg.gif) center top repeat-x;
	width:100%;
	height:100%;
}

body,
td,
th {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a img{
	border:none;
	text-decoration:none;
	}

#headerBlock {
	position: relative;
	width: 940px;
	margin: 0px auto;
	text-align: left;
	background: transparent url(../img/headerBlock_bg.jpg) center top repeat-y;
}

#headerBlock h1 {
	position: absolute;
	left: 52px;
	top: 72px;
}

#headerBlock #viewMovieBtn{
	position: absolute;
	left: 50px;
	top: 270px;
}

#headerBlock h2 {
	position: absolute;
	left: 35px;
	top: 60px;
}

#headerBlock .description {
	width: 840px;
	margin: 0 10px;
	padding: 320px 40px 30px;
	background: transparent url(../img/headerBlock_imageshot.jpg) right bottom no-repeat;
}

#headerBlock .introduction {
	width: 560px;
	height: 180px;
	text-indent: -9999px;
	background: transparent url(../img/header_introduction.gif) left top no-repeat;
}

#headerBlock .summary {
	width: 560px;
	margin: 60px 0px 0px;
}

#headerBlock .imageshot {
	display: none;
}

#headerBlock .order {
	position: absolute;
	right: 36px;
	width: 260px;
	height: 210px;
	background: transparent url(../img/headerBlock_order.gif) right bottom no-repeat;
	bottom: 0px;
}

#headerBlock .order h2 {
	position: static;
}

#tabBlock {
	width: 900px;
	margin: 0px auto;
	padding: 0 20px;
	text-align: left;
	background: transparent url(../img/tabBlock_bg.gif) center top no-repeat;
}

#tabBlock ul.tabNav {
	position: relative;
	height: 45px;
	margin-left: 1px;
	list-style: none;
}

#tabBlock ul.tabNav li {
	display: block;
	position:absolute;
	width: 210px;
}

#tabBlock .tabNav #aboutTaijiTab {
	left:20px;
}

#tabBlock .tabNav #strongPointTab {
	left:230px;
}

#tabBlock .tabNav #tsubakiayanaProfileTab {
	left:440px;
}

#tabBlock .tabNav #contentsIndexTab {
	left:650px;
}

#tabBlock .tabNav .active {
	display: none;
}

#tabBlock div.block {
	height: 360px;
	padding: 35px;
	position: relative;
}

#tabBlock h2 {
	margin-bottom: 16px;
}

#tabBlock h4 {
	font-size: 100%;
}

#tabBlock .caption {
	font-size: 10px;
}

#tabBlock .description {
	width: 520px;
}

#tabBlock .imageshot {
	position: absolute;
	right: 70px;
	bottom: 70px;
}

#tabBlock .otherTabLink {
	text-align: right;
	margin: 20px 0;
}

#aboutTaiji  #aboutAFAA {
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 10px;
}

#strongPoint dd {
	margin-top: 2px;
	margin-bottom: 6px;
	padding-left: 34px;
}

#tsubakiayanaProfile h2,
#tsubakiayanaProfile .description {
	margin-left: 260px;
}

#tsubakiayanaProfile .imageshot {
	left: 35px;
	top: 35px;
	width: 211px;
}

#tabBlock .otherSiteLink {
	margin: 20px auto;
}

#contentsIndex .description div {
	position: relative;
}

#contentsIndex #dvdIndex {
	background: url(../img/contentsIndex_dvd_h3.gif) 0px 4px no-repeat;
}
#contentsIndex #bookIndex {
	background: url(../img/contentsIndex_book_h3.gif) 0px 4px no-repeat;
}

#contentsIndex .description h3 {
	float:left;
	height:0;
	text-indent:-9999px;
}

#contentsIndex .description ul {
	margin-top: 5px;
	padding-left: 95px;
	list-style-position: outside;
}
#contentsIndex .description p {
	padding-left: 75px;
}

#contentsIndex .description ol {
	margin-bottom: 10px;
	margin-left: 24px;
	list-style-position: outside;
}

#tabBlock #contentsIndex .imageshot {
	top: 35px;
}

#copyright {
	font-size: 10px;
	line-height: 14px;
	margin: 20px;
}

