@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3', 'KozMinStd-Regular','Meiryo','メイリオ','MS PMincho','ＭＳ Ｐ明朝','Georgia','Times New Roman','serif';
	background-color: #161312;
	background-image: url(../images/tt2010_body_back01.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 50% 0%;
}

/* header */
#header {
	height: 160px;
	width: 100%;
	min-width: 1000px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/tt2010_body_brick01.png);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	position: relative;
	z-index: 0;
}

#header-logo {
	height: 150px;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(../images/tt2010_body_logobk01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	left: -50px;
}

#header-logo h1 {
	margin: 0;
	padding: 40px 0 0 90px;
	text-align: left;
}

/* content */
#content {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	top: -60px;
	background-image: url(../images/tt2010_body_content01.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	-webkit-box-shadow: 0px 1px 10px #000000; 
	-moz-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
	position: relative;
	z-index: 1;
}

/* content-menuheader */
#content-menuheader {
	height: 32px;
	width: 700px;
	margin: 0;
	padding: 20px 0 0 300px;
	text-align: left;
	position: relative;
}
#content-menuheader #menu ul {
	margin: 0;
	padding: 0;
}
#content-menuheader #menu {
	margin: 0;
	padding: 0;
	position: relative;
}
#content-menuheader #menu li {
	 display: inline;
 }
#content-menuheader #menu li a {
	float: left;
	width: 155px;
	height: 0;
	padding-top: 32px;
	overflow: hidden;
	background-image: url(../images/tt2010_content_menu01.png); 
	background-repeat: no-repeat;
}
#content-menuheader #menu li#menu-download a {
	width: 155px;
	margin-right: 81px;
	background-position: 0 0;
}
#content-menuheader #menu li#menu-download a:hover {
	background-position: 0 -32px;
}
#content-menuheader #menu li#menu-download a:active {
	background-position: 0 -64px;
}
#content-menuheader #menu li#menu-feature a {
	width: 129px;
	margin-right: 95px;
	background-position: -236px 0;
}
#content-menuheader #menu li#menu-feature a:hover {
	background-position: -236px -32px;
}
#content-menuheader #menu li#menu-feature a:active {
	background-position: -236px -64px;
}
#content-menuheader #menu li#menu-documents a {
	width: 160px;
	background-position: -460px 0;
}
#content-menuheader #menu li#menu-documents a:hover {
	background-position: -460px -32px;
}
#content-menuheader #menu li#menu-documents a:active {
	background-position: -460px -64px;
}

/* content-index */

#content-indexleft {
	float: left;
	width: 330px;
	margin: 130px 0 50px 50px;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
}

#content-indexleft h2 {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 1em;
}

#content-indexleft p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 2em;
}

#content-indexdlbtn {
	width: 300px;
	height: 115px;
	margin: 30px 0 0 15px;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(../images/tt2010_index_dlbtn01.png); 
	background-repeat: no-repeat;
}

#content-indexdlbtn p {
	margin: 0 0 0 0;
	padding: 50px 0 0 115px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 2em;
}

#content-indexleft a{
	text-decoration: none;
}

#content-indexleft p.bit-comment {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	font-size: 10.5px;
	color: #534340;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
}

#content-indexright {
	float: right;
	width: 520px;
	margin: 50px 50px 50px 0;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
}

/* content-menufooter */
#content-menufooter {
	clear: both;
	width: 900px;
	height: 16px;
	margin: 0 50px;
	padding: 0 0 50px 0;
	text-align: right;
	position: relative;
}

#content-menufooter ul {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

#content-menufooter li.menufooter-text {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #A9A19F;
 }
#content-menufooter li.menufooter-icon {
	float: left;
	margin: 0;
	padding: 0  0 0 10px;
	border-right: 0px;
 }
#content-menufooter li  a{
	color: #534340;
	text-decoration: none;
}
#content-menufooter li  a:hover{
	color: #534340;
	text-decoration: underline;
}
#content-menufooter li  a:active{
	color: #1A1615;
	text-decoration: underline;
}

/* iPhone */
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none; 
	}
}
