@charset "shift_jis";

/* -----------------------------------------------
CSS file toyotahome.
FileName:library.css
Author:UNITEAIR
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
COMMON ELEMENTS
-------------- */

@import "module/default.css";

/* --------------
EACH ELEMENTS
-------------- */

/* definition_main_contents */
#maincont{
	width:862px;
	float:none;
}

/* definition_tab_navigation */
#tabnavi{
	margin:20px 0 0 0;
	width:862px;
	background:url(../images/bg_tabnavi.gif) repeat-x bottom #fff;
	height:38px;
}
#tabnavi li{
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	float:left;
}
#tabnavi a{
	display:block;
}
#tabnavi a#tnavi_01{
	width:125px;
	height:38px;
	background:url(../../library/images/tnavi_01.gif) no-repeat;
}
#tabnavi a#tnavi_01:hover{
	background-position:0px -38px;
	text-decoration:none;
}
#tabnavi a#tnavi_01_on{
	width:125px;
	height:38px;
	background:url(../../library/images/tnavi_01.gif) no-repeat;
	background-position:0px -76px;
}

#tabnavi a#tnavi_02{
	width:128px;
	height:38px;
	background:url(../../library/images/tnavi_02.gif) no-repeat;
}
#tabnavi a#tnavi_02:hover{
	background-position:0px -38px;
	text-decoration:none;
}
#tabnavi a#tnavi_02_on{
	width:128px;
	height:38px;
	background:url(../../library/images/tnavi_02.gif) no-repeat;
	background-position:0px -76px;
}


/* box */
.box {
	width: 850px;
	min-height: 350px;
	margin: 10px 0 0 10px;
	border: 1px solid #dddddd;
}
.box h4 {
	padding: 8px;
	background: #d9e8eb url(../../library/images/bg_ttl.gif) repeat-x;
	font-size: small;
}
.box .header {
	position: relative;
}
.box .header p {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em 1.0em 0 0;
}
.box .content {
	padding: 21px 19px 0 19px;
	background: url(../../library/images/bg_ttl_bottom.gif) repeat-x;
}
.box .object {
	float: left;
	width: 320px;
	height: 250px;
}
.box .object_w {
	float: left;
	width: 384px;
	height: 250px;
}
.box .news .object {
	float: left;
	width: 250px;
	height: 350px;
}
.box .news .object_w {
	float: left;
	width: 250px;
	height: 350px;
}
.box .summary {
	float: right;
	width: 470px;
}
.box .summary_w {
	float: right;
	width: 406px;
}
.box .news .summary{
	position: relative;
	float: right;
	width: 545px;
	height: 348px;
	min-height: 348px;
}
.box .news .summary_w{
	position: relative;
	float: right;
	width: 481px;
	height: 348px;
	min-height: 348px;
}
.box .news > .summary {
	height: auto;
}

.box .news > .summary_w {
	height: auto;
}
.box .text {
	padding: 0 0 20px 0;
	background: url(../../library/images/bdr_dashed.gif) repeat-x bottom;
}
.box .text p {
	line-height: 130%;
}
.box .text > p {
	line-height: 150%;
}
.box .link {
	margin: 11px 0 0 0;
}
.box .news .link {
	margin: 11px 0 50px 0;
}
.box .news .link h5 {
	line-height: 1.1;
}
.box .link ul {
	margin: 10px 0 0 10px;
}
.box .link li {
	width: 460px;
}

/*
.box .link li > a {
	margin: 0.5em 0 0 0;
}
*/

.box .link_w {
	margin: 11px 0 0 0;
}
.box .news .link_w {
	margin: 11px 0 50px 0;
}
.box .news .link_w h5 {
	line-height: 1.1;
}
.box .link_w ul {
	margin: 10px 0 0 10px;
}
.box .link_w li {
	width: 406px;
}
/*
.box .link_w li > a {
	margin: 0.5em 0 0 0;
}
*/

.box .property {
	margin: 20px 0;
	padding: 0 0 4px 0;
	background: url(../../library/images/bg_property_bottom.gif) no-repeat bottom;
}
.box .summary > .property {
	margin: 20px 0 0 0;
}
.box .property table {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.box .property caption {
	width: 470px;
	height: 4px;
	background: url(../../library/images/bg_property_top.gif) no-repeat;
}
.box .property caption span {
	display: block;
	width: 0;
	height: 0;
	font-size: 0%;
	line-height: 0%;
	text-indent: -99999px;
}
.box .property th ,
.box .property td {
	vertical-align: top;
}
.box .property th {
	width: 105px;
	padding: 0.2em 0 0.2em 0.2em;
}
.box .property td {
	padding: 0.2em 0.2em 0.2em 0;
}
.box .property tr.border th p ,
.box .property tr.border td p ,
.box .property tr.border td ul {
	padding: 0.5em 0 0 0;
	background: url(../../library/images/bdr_dot.gif) repeat-x;
}
.box .property li {
	padding: 0 0 0 0.5em;
	background: url(../../library/images/icn_list.gif) no-repeat 0 50%;
}
.box .button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 169px;
	height: 36px;
}
.box .button p {
	width: 169px;
	height: 31px;
	padding: 5px 0 0 0;
	background: url(../../library/images/bg_btn_01.gif) no-repeat;
	text-align: center;
}

/* tv_list */
.list {
	width: 862px;
}
.list li {
	margin-bottom:20px;
	padding-left:14px;
	float: left;
	width: 156px;
}
.list li a {
	display: block;
}
.list li img {
	padding: 5px;
	width: 146px;
	border: 1px solid #dddddd;
}
.list li p.inlink {
	width: 156px;
	padding: 5px 0 0 0;
	text-align: left;
}
/* newspaper_list */
.thumbs {
	width: 862px;
	
}
.thumbs li {
	margin-bottom:20px;
	padding-left:11px;
	float: left;
	width: 132px;
}
.thumbs li a {
	display: block;
}
.thumbs li img {
	padding: 3px;
	width: 124px;
	border: 1px solid #dddddd;
}
.thumbs li p.inlink {
	width: 132px;
	margin: 5px 0 0 0;
	text-align: left;
}

/* newspaper_bn_list */
.thumbs_bn {
	margin: 0 0 0 30px;
	width: 832px;
}
.thumbs_bn li {
	margin-right: 6px;
	margin-bottom: 20px;
	float: left;
	width: 132px;
}
.thumbs_bn li a {
	display: block;
}
.thumbs_bn li img {
	padding: 3px;
	width: 124px;
	border: 1px solid #dddddd;
}
.thumbs_bn li p.inlink {
	width: 132px;
	margin: 5px 0 0 0;
	text-align: left;
}


/* Windows Media Player */
.wmplink {
	width: 852px;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	background: url(../../library/images/bg_wmp_top.gif) no-repeat left top;
}
.wmplink p{
	width: 828px;
	padding: 10px 12px 10px 12px;
	background: url(../../library/images/bg_wmp_bottom.gif) no-repeat left bottom;
}
.wmplink p img{
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/* Adobe Reader */
.pdflink {
	width: 852px;
	padding: 2px 0 0 0;
	background: url(../../library/images/bg_wmp_top.gif) no-repeat left top;
}
.pdflink p{
	width: 828px;
	padding: 10px 12px 10px 12px;
	background: url(../../library/images/bg_wmp_bottom.gif) no-repeat left bottom;
}
.pdflink p img{
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


/* CSS Document */
