@charset "UTF-8";

/* 「ホーム」用CSS */

/* 共通要素 */
/* @group
---------------------------------------------------------------------------
*/

/* テキストの両端揃え */
div.lead {
	text-align: justify;
}

/* 右肩のリンク */
div.moreLink {
	position: absolute;
	top: 17px;
	right: 21px;
}

/* 見出し */
div.heading {
	padding: 5px;
	padding-bottom: 4px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}
div.heading h3 {
	float: left;
	width: 325px;
	letter-spacing: 0.17em; /* 2px */
}
div.heading h3 a {
	display: block;
	text-decoration: none;
	color: #666;
}
div.heading a.rss {
	float: right;
	width: 40px;
}


/* サムネイル画像
   画像縦：130px
   画像横：なりゆき、ただし幅が161px以上になる場合は右端が切り取られる
   ボックス全体： 縦142px／横173px
*/
div.thumb {
	width: 161px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div.thumb a {
	display: block;
	width: 161px;
	overflow: hidden;
	text-align: center;
	background-color: #ddd;
}
div.thumb img {
	height: 130px;
	overflow: hidden;
	margin: 0px auto;
}

div#learning div.thumb { width: 118px; }

div#learning div.thumb a { width: 118px; }

div#learning div.thumb a img { height: 95px; }

/* リンク見出し */
div.subLink {
	text-align: center;
}
div.subLink a {
	padding-left: 15px;
	font-weight: bold;
	background: transparent url(/__img/arrow/gtLred.gif) 0px 1px no-repeat;
	color: #666;
}
div.subLink a:hover {
	color: #666;
}


/* @end */


/* トヨタ・アートマネジメント*/
/* @group
---------------------------------------------------------------------------
*/

div#sub div.column h2,
div#sub div.column div.inner {
	padding-left: 12px;
	padding-right: 12px;
}
div#about div.lead {
	font-size: 0.91em; /* 11px */
}

div#tam {
	padding: 0px 3px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cd0505;
}
div#tam h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#toyota {
	padding: 0px 3px;
}
div#toyota h3 {
	padding: 7px 0px;
}

/* @end */

/* バナー */
/* @group
---------------------------------------------------------------------------
*/

div#banner {
	margin-top: 10px;
}

div#banner ul {
	list-style-type: none;
	padding-left: 5px;
}

div#banner li {
	width: 160px;
	margin-bottom: 7px;
	line-height: 0;
	font-size:0.91em;
}

li#gbfund { margin-bottom: 17px !important; }

li#social_contribution {
	border-bottom: 1px solid #cfcfcf;
	padding-top: 10px;
	margin-bottom: 17px !important;
}

li#social_contribution img { vertical-align: bottom; }

li#social_contribution hr {
	margin: 0;
	border-color: #999;
}

li#social_contribution div.area {
	padding: 0px 3px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	line-height: 20px;
	background-color: #fff;
}

li#social_contribution div.banner {
	padding: 6px 0px;
}
li#social_contribution div.alt_banner {
	padding: 0px 0px 3px;
}

li#social_contribution div.title,
li#social_contribution div.body {
	padding: 0px 6px 6px;
	line-height: 1.4em;
}

li#social_contribution div.title {
	font-weight: bold;
}

li#social_contribution div.body span.detail {
	white-space: nowrap;
}

li#social_contribution div.body span.detail a {
	color: #dc0505;
}


/* @end */


/* 新着情報 */
/* @group
---------------------------------------------------------------------------
*/

div#news ol {
	list-style: none;
	margin-bottom: 0px;
}

div#news ol li {
	padding: 10px 5px;
	background: transparent url(/__img/separator/dotline1red.gif) left bottom repeat-x;
}

div#news ol li div.date {
	float: left;
	width: 50px;
	font-weight: bold;
}

div#news ol li div.entry {
	float: left;
	width: 235px;
}

div#news div.rss {
	padding: 5px 5px 0px 0px;
	text-align: right;
}

/* @end */


/* ネットTAMブログ */
/* @group
---------------------------------------------------------------------------
*/

div#blog div.lead {
	padding: 10px 5px;
}

div#blog div.entry {
	padding: 10px 0px 0px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}

div#blog div.entry div.thumb { margin-left: 21px; }

div#blog div.entry div.text {
	width: 175px;
	padding: 12px 12px 0px 12px;
}
div#blog div.entry div.text div.title {
	font-weight: bold;
}
div#blog div.entry div.text div.title a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

/* @end */

/* 震災復興の現場から */
/* @group
---------------------------------------------------------------------------
*/

div#fukkou div.lead {
	padding: 10px 5px;
}

div#fukkou div.entry {
	padding: 10px 0px 0px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}

div#fukkou div.entry div.thumb { margin-left: 21px; }

div#fukkou div.entry div.text {
	width: 175px;
	padding: 12px 12px 0px 12px;
}

div#fukkou div.text { line-height: 16px; }
div#fukkou div.number { font-weight: bold; }
div#fukkou div.title { 
	margin: 5px 0 1em 0;
	font-size: 1.1em;
 }
div#fukkou span.subtitle { 
	display: block;
	margin-top: 3px;
 }
div#fukkou div.position {
	margin: 0;
	color: #666666;
}
div#fukkou div.author {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */


/* トピックス：リレーコラム + TAM SEED */
/* @group
---------------------------------------------------------------------------
*/

div#topics div.subCategory {
	float: left;
}

div#topics h3 {
	padding: 15px 5px 0px;
}

div#topics div.lead {
	padding: 10px 5px 0px;
}

div#topics div.entry {
	padding: 10px 5px 0px;
}

div#topics div.entry div.text {
	float: right;
	width: 215px;
	padding: 5px 5px 0px 0px;
}
div#topics div.entry div.text div.date {
	font-size: 0.91em; /* 11px */
}
div#topics div.entry div.text div.title {
	font-weight: bold;
}
div#topics div.entry div.text div.title a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
div#topics div.entry div.text div.position {
	margin-top: 1em;
	font-size: 0.91em; /* 11px */
}
div#topics div.entry div.text div.author {
	font-size: 0.91em; /* 11px */
} 

div#topics div.entry div.thumb {
	float: left;
}


/* リレーコラム */
div#column {
	width: 375px;
	padding-right: 10px;
}

/* TAM SEED */

div#seed {
	width: 375px;
	padding-left: 15px;
	background: transparent url(/__img/separator/vline.gif) 3px 15px no-repeat; /* 垂直区切り */
}

/* @end */

/* トピックス：リレーコラム + TAM SEED + 芸術環境KAIZENファイル */ 
/* @group
---------------------------------------------------------------------------
*/

#topicsNew { font-size: 100%; }

div#topicsNew div.subCategory {
	float: left;
	width: 235px;
}

div#topicsNew h3 {
	padding-top: 15px;
}

div#topicsNew div.thumb {
	margin: 0px auto;
}

div#topicsNew div.lead {
	height: 61px;
	margin-top: 15px;
	padding-bottom: 1em;
	font-size: 0.91em; /* 11px */
}

div#topicsNew div.lead a {
	color: #666;
	text-decoration: none;
}

div#columnNew { margin-left: 5px; }

div#seedNew { float: left; width: 235px; }

div#seedNew, div#kaizenNew { margin-left: 30px; }

div#topicsNew div.text { line-height: 16px; }
div#topicsNew div.number { font-weight: bold; }
div#topicsNew div.title { 
	margin: 5px 0 1em 0;
	font-size: 1.1em;
 }
div#topicsNew span.subtitle { 
	display: block;
	margin-top: 3px;
 }
div#topicsNew div.position {
	margin: 0;
	color: #666666;
}
div#topicsNew div.author {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

/* 学ぶには */
/* @group
---------------------------------------------------------------------------
*/

div#learning div.inner {
	position: relative;
}

div#learning div.tab {
	width: 475px;
	background: transparent url(/main/_img/title/learning_bg0.gif) left center no-repeat;
}
div#learning div.tab.bl-hover {
	background-color: #eee;
}
div#learning div.tab.shown {
	background-image: url(/main/_img/title/learning_bg1.gif);
}
div#learning div.tab h3 {
	padding-top: 15px;
	padding-left: 25px;
}
div#learning div.tab div.lead {
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 0.91em; /* 11px */
	background: transparent url(/__img/separator/dotline1red.gif) left bottom repeat-x;
}

div#learning div.pane {
	position: absolute;
	width: 290px;
	top: 0px;
	left: 490px;
	padding: 15px 0px 0px 10px;
}

div#learning div.pane div.heading h3 {
	float: none;
	width: 285px;
}

div#learning div.pane div.entry {
	width: 285px;
	padding: 15px 0px 0px 5px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}

div#learning div.pane div.entry div.text {
	float: right;
	width: 145px;
	padding: 5px 0px 0px;
}
div#learning div.pane div.entry div.thumb {
	float: left;
}

div#learning div.pane div.entry div.text div.title {
	font-weight: bold;
}
div#learning div.pane div.entry div.text div.title a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
div#learning div.pane div.entry div.text div.date,
div#learning div.pane div.entry div.text div.position,
div#learning div.pane div.entry div.text div.author {
	font-size: 0.91em; /* 11px */
} 

div#learning div.pane div.subLink {
	padding: 15px 0px 0px 10px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}
div#learning div.pane div.subLink ul {
	list-style-type: none;
}
div#learning div.pane div.subLink ul li {
	margin-bottom: 0.5em;
}


div#learning div.pane ul.categoryList {
	list-style-position: inside;
	width: 285px;
	padding: 15px 0px 0px 5px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}

div#learning div.pane ul.categoryList li li {
	display: inline;
	padding-left: 10px;
	font-size: 0.91em; /* 10px */
	background: transparent url(/__img/arrow/triangleLeftSgray.gif) 3px 2px no-repeat;
}

div#learning div.pane ul.categoryList ul {
	margin-bottom: 0.5em;
}

div#learning div.pane ul.categoryList ul ul {
	display: inline;
	margin-right: 0.5em;
}

div#learning div#links div.pane ul.categoryList li {
	display: inline;
	padding-left: 10px;
	background: transparent url(/__img/arrow/triangleLeftSgray.gif) 3px 2px no-repeat;
}
div#learning div#links div.pane ul.categoryList li div.paren {
	display: inline;
}
div#learning div#links div.pane ul.categoryList ul {
	display: inline;
}
div#learning div#links div.pane ul.categoryList li li {
	margin-right: 0.5em;
	padding: 0px;
	background: none;
}

div#learning .inner { height: 590px; } /* N add 110426 */


h3.intro,
h3.keyword,
h3.links,
h3.timeline,
h3.reference,
h3.education
 { position: relative; }

span.modifiedDate {
	position: absolute;
	top: 18px;
	font-size: 11px;
	color: #666666;
}

h3.intro span.modifiedDate { right: 120px; }
h3.keyword span.modifiedDate { right: 194px; }
h3.links span.modifiedDate { right: 65px; }
h3.timeline span.modifiedDate { right: 99px; }
h3.reference span.modifiedDate { right: 181px; }
h3.education span.modifiedDate { right: 59px; }

/* @end */


/* キャリアバンク + BBS */
/* @group
---------------------------------------------------------------------------
*/

div#cb div.lead {
	padding: 15px 5px;
}

div#cb ol {
	list-style: none;
	margin-bottom: 0px;
	background: transparent url(/__img/separator/dotline1red.gif) left top repeat-x;
}

div#cb ol li {
	padding: 10px 5px;
	background: transparent url(/__img/separator/dotline1gray.gif) left bottom repeat-x;
}

/* キャリアバンク */
div#career ol li div.date {
	float: left;
	width: 50px;
	font-weight: bold;
}

div#career ol li div.place {
	float: left;
	width: 55px;
}

div#career ol li div.entry {
	float: left;
	width: 260px;
}

/* BBS */
div#bbs ol li div.date {
	float: left;
	width: 50px;
	font-weight: bold;
}

div#bbs ol li div.entry {
	float: left;
	width: 315px;
}

/* @end */


/* アーカイヴ */
/* @group
---------------------------------------------------------------------------
*/

div#archive div.subCategory {
	float: left;
	width: 235px;
}
div#kaizen {
	margin-left: 5px;
}
div#forum, div#series {
	margin-left: 30px;
}

div#archive h3 {
	padding-top: 15px;
}
div#archive div.lead {
	margin-top: 15px;
	padding-top: 190px;
	padding-bottom: 1em;
	font-size: 0.91em; /* 11px */
}
div#archive div.lead a {
	color: #666;
	text-decoration: none;
}

div#kaizen div.lead {
	background: transparent url(/main/_img/thumb/archive_kaizen2011.gif) left top no-repeat;
}
div#forum div.lead {
	background: transparent url(/main/_img/thumb/archive_forum.jpg) left top no-repeat;
}
div#series div.lead {
	background: transparent url(/main/_img/thumb/archive_series.jpg) left top no-repeat;
}

/* @end */



/* ヘッダーバナー */
/* @group
---------------------------------------------------------------------------
*/

div#headBanner {
	display: block;
}

/* @end */








