/* CSS for Tokyo College of Music Official Web Site */

/* -------------------- 基本タグ ------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(image/bg.gif);
	color: #333333;
	font-size: 12px;
	/*font-family: sans-serif;*/
	text-align: center;
	line-height: 1.5;
}

a:link    { color: #0099FF; text-decoration: underline; font-weight: normal !important; }
a:visited { color: #0066CC; text-decoration: underline; font-weight: normal !important; }
a:hover   { color: #990033; text-decoration: underline; font-weight: normal !important; }
a:active  { color: #FF9900; text-decoration: underline; font-weight: normal !important; }

table {
	font-size: 12px;
	/*font-family: sans-serif;*/
	line-height: 1.5;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* -------------------- テキスト関連 ------------------- */
h2 { /* ページタイトル */
	color: #7F0030;
	font-size: 20px;
	font-family: serif;
	line-height: 100%;
}
h3 { /* 大見出し */
	color: #003366;
	font-size: 18px;
	/* hide from Mac IE \*/
	font-family: serif; /* end */
}
/* hide from Mac IE \*/
h3:first-letter {
	margin-right: 2px;
	padding: 4px;
	background-color: #003366;
	color: #FFFFFF;
	font-size: 24px;
}
/* end */
h4 { /* 小見出し */
	color: #003366;
	font-size: 14px;
}
h4 a { color: #003366 !important; text-decoration: none !important; }
h4 a:hover { color: #990033 !important; }
div#news h4, div#lecture_list h4 {
	margin-top: 2.5em;
	margin-bottom: 0px;
	padding-left: 15px;
	border-bottom:1px solid #DDDDDD;
	background-image: url(image/sitemap_bg.gif);
	background-repeat: no-repeat;
	font-weight: normal;
}
div#news h4 a, div#lecture_list h4 a { font-weight: bold !important; }
div#news p, div#lecture_list p { margin: 6px 39px; }
h5 {
	color: #003366;
	font-size: 12px;
}

div.text p { /* 地の文は段落ごとに字下げ */
	text-indent: 1em;
}

span.em { color: #FF3300; }


p#pageback { margin-top: 36px; }
p.signature { /* 署名 */
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
span.title { /* 肩書き */
	display: block;
	width: 99%; /* Win IE バグ回避 */
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
img.geturl { margin: 0px 3px; }


/* -------------------- リスト ------------------- */
/* UL */
ul#index { margin-left: 200px; font-size: 14px; list-style-image: url(image/icon_geturl.gif); }

ul.targetlink { margin-top: -1em; margin-left: 0px; padding-left: 50px; list-style-image: url(image/icon_geturl.gif); }

div#ulCols { width: 270px; float: left; }
div#ulCols ul { list-style-type: none; }

/* DL */
dl.define dt { margin-top: 8px; font-weight: bold; }

dl.profile { width: 495px; }
.profile dt { color: #7F0030; font-family: serif; font-size: 18px; font-weight: bold; }
.profile dd { color: #003366; font-style: italic; }

dl#curriculum { margin-left: 50px; margin-right: 50px; }
#curriculum dt { margin-top: 0.7em; border-bottom: 1px dashed #DDDDDD; font-weight: bold; }

dl#inline03 { padding-left: 40px; }
dl#inline03 dt { float: left; width: 3.5em; font-weight: bold; text-align: right; }
dl#inline03 dd { margin-left: 4.5em; }

dl#inline04 { padding-left: 40px; }
dl#inline04 dt { float: left; }
dl#inline04 dd { margin-left: 5em; font-weight: bold; }

dl#inline06 { padding-left: 50px; }
dl#inline06 dt { float: left; width: 10em; border-bottom: 1px dashed #DDDDDD; color: #7F0030; }
dl#inline06 dd { margin-left: 10em; border-bottom: 1px dashed #DDDDDD; font-family: monospace; }

dl#tour { width: 480px; border: 1px solid #006633; background-color: #EEFFEE; }
dl#tour dt { padding-left: 5px; background-color: #339966; color: #FFFFFF; font-weight: bold; }
dl#tour dd { padding-right: 5px; font-size: 10px; }

dl#graduatePresident { float: right; width: 250px; }

dt#inqUniv { font-family: serif; font-size: 18px; font-weight: bold; }


/* -------------------- 汎用クラス ------------------- */
.column1 { margin: 10px; padding: 10px; border: 1px solid #DDDDDD; background-color: #FFFFF8; }
.column2 { margin: 10px; padding: 10px; border: 1px solid #DDDDDD; background-color: #FFF8F8; }

.indent { margin-left: 50px !important; margin-right: 50px !important; }
.notes { font-size: 80%; font-weight: normal; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.middle { vertical-align: middle; }

.clear { clear: both; }
.lclear { clear: left; }
.rvlear { clear: right; }
/* hide from Mac IE \*/
.lfloat { float: left; margin-right: 5px; }
.rfloat { float: right; margin-left: 5px; } /* end */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* -------------------- ヘッダーレイアウト ------------------- */
div#header {
	height: 49px;
	background-image: url(image/head_bg.gif);
	vertical-align: top;
}
div#headIndex {
	width: 740px;
	height: 49px;
	margin: 0px auto;
	background-image: url(image/head_bg2.gif);
	text-align: right;
}
div#headContent {
	width: 740px;
	height: 49px;
	margin: 0px auto;
	background-image: url(image/head_bg3.gif);
	text-align: right;
}
#header h1 {
	float: left;
	margin:0px;
	text-align: left;
	line-height: 100%;
}
#header input {
	vertical-align: middle;
}
input#search {
	margin-top: 4px;
}
#searchwindow {
	border: none;
}

/* -------------------- メインレイアウト ------------------- */
div#main {
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
}
div#indexMain {
	position: relative;
	width: 740px;
	/*height: 393px;*/
	margin: 0px auto;
	padding: 0px;
	background : #ffffff url(image/home.jpg) no-repeat right top;
	text-align: left;
	background-image: url(image/T0009.JPG);
}
div#indexMainM {
	position: relative;
	width: 740px;
	/*height: 393px;*/
	margin: 0px auto;
	padding: 0px;
	background : #ffffff url(image/home_mod.jpg) no-repeat right top;
	text-align: left;
}
div#indexMainM2 {
	position: relative;
	width: 740px;
	/*height: 393px;*/
	margin: 0px auto;
	padding: 0px;
	background : #ffffff url(image/home_mod2.jpg) no-repeat right top;
	text-align: left;
}
div#menu {
	float: left;
	width: 180px;
}
div#mainContent {
	/* hide from Mac IE \*/
	float: left; /* end */
	width: 560px;
	padding-bottom: 50px;
	border-bottom: 1px solid #DDDDDD;
	background : #ffffff url(image/maincontent.gif) repeat-y;
}
#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent p, #mainContent dl {
	margin-left: 9px;
	margin-right: 10px;
}
#mainContent ul, #mainContent ol {
	margin-right: 10px;
}
#mainContent hr {
	width: 540px;
	margin-left: 9px;
	margin-right: 10px;
	color: #DDDDDD;
}

p#globalNav {
	margin: 30px 0px 0px 12px;
}
p#globalNavTop {
	margin: 30px 0px 0px 12px;
}
p.globalNavOther {
	margin: 5px 0px 0px 12px;
}
p#privacy {
	margin: 5px 0px 0px 12px;
}
p#menu_bulletin {
	margin: 30px 0px 0px 36px;
}
p#menu_gakusei,
p#menu_100th,
.menu_bnr {
	margin: 10px 0px 0px 36px;
}
p#banner_act {
	position: absolute;
	top: 550px;
	right: 20px;
	margin: 0px;
}
p#banner_soep2009 {
	position: absolute;
	top: 546px;
	left: 216px;
	margin: 0px;
}


/* -------------------- サブメニュー ------------------- */
p#submenu {
	margin: 0px;
	padding: 0px 3px;
	border: 1px solid #E0E0E0;
	border-width: 1px 0px 1px 1px;
	background-color: #F8F8F8;
	color: #BBBBBB;
	font-size: 10px;
}
#submenu a {
	padding: 0px;
	color: #003366;
	text-decoration: none;
	white-space: nowrap;
}
#submenu a:hover {
	color: #990033;
}

p#subsub {
	font-size: 10px;
	text-align: right;
}


/* -------------------- フッター ------------------- */
div#bottom {
	width: 740px;
	margin: 0px auto 20px auto;
	/*padding: 40px 0px 0;*/
	padding: 80px 0px 0;
	border-bottom: 7px solid #C0C0C0;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
	font-family: monospace;
	text-align: right;
}
#bottom img {
	margin: 10px;
	margin-bottom: 50px;
}


/* -------------------- テーブル ------------------- */
table.style01 {
	padding: 5px;
	border: 1px solid #339966;
	background-color: #EEFFEE;
}
.style01 caption {
	padding: 5px;
	background-color: #006633;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.style01 th {
	padding: 3px;
	background-color: #339966;
	color: #FFFFFF;
}
.style01 td {
	padding: 3px;
	vertical-align: top;
}
.nowrap, .nowrap th, .nowrap td {
	white-space: nowrap;
}

table#history { width: 520px; margin: 20px; }
table#history th { width: 1em; }
table#history td.nowrap { color: #339966; font-weight: bold; }

table#winner { width: 540px; margin: 10px; }
table#winner td { border-bottom: 1px solid #339966; font-size: 10px; }
table#winner tr.nowrap td { font-weight: bold; }

table#support01 { /* hide from Mac IE \*/ float: left; /* end */ width: 259px; margin-left: 5px; }
table#support01 tr, table#support02 tr { border-bottom: 1px solid #339966; }

table.teachers { width: 539px; margin: 20px 10px; }
.teachers th { padding-left: 4px; border: 2px solid #006633; border-width: 0px 0px 1px 2px; color: #006633; font-size: 12px; text-align: left; }
th.divisions { border-width: 0px; background-color: #339966; color: #FFFFFF; font-size: 12px; }
.teachers td { width: 20%; padding-left: 9px; line-height: 100%; vertical-align: top; }

table#events { /* hide from Mac IE \*/ float: right; /* end */ margin: 10px; }

table#dormitory { margin: 10px; font-size: 10px; }

table#after { /* hide from Mac IE \*/ float: right; /* end */ width: 260px; margin: 10px; font-size: 10px; }
#after th { width: 50%; }

table#librarybooks { /* hide from Mac IE \*/ float: left; /* end */ width: 260px; margin-left: 10px; }
tr.itemtop td { border-top: 1px solid #339966; }
tr.total td { border-top: 2px solid #339966; }
table#librarydata { width:260px; margin-left: 10px; }
#librarydata td { border-top: 1px solid #339966; }

table.concerts { width: 539px; margin: 10px; }
.concerts th { white-space: nowrap; }
.concerts td { border: 1px solid #AACCBB; }

/* -------------------- その他個別スタイル設定 ------------------- */

/* sekcss 追加 */
.imgpadl {
	margin-left: 15px;
	margin-bottom: 10px;
}
.imgpadr {
	margin-right: 15px;
	margin-bottom: 10px;
}
.line1 {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	border-bottom:1px solid #DDDDDD;
	background-image: url(image/sitemap_bg.gif);
	background-repeat: no-repeat;
}
.line2 {
	margin-left: 150px;
	margin-right: 20px;
	padding-left: 15px;
	border-bottom:1px solid #DDDDDD;
	background-image: url(image/sitemap_bg.gif);
	background-repeat: no-repeat;
}
.line3 {
	margin-left: 280px;
	margin-right: 20px;
	padding-left: 15px;
	border-bottom:1px solid #DDDDDD;
	background-image: url(image/sitemap_bg.gif);
	background-repeat: no-repeat;
}
.txt1 {
	font-size: 14px;
	font-weight: bold;
}
.txt2 {
	font-size: 14px;
	font-weight: bold;
}
.txt3 {
	font-size: 14px;
}

/* 資料請求フォーム */

table.requestform {
	width: 520px;
	margin: 20px 0px 20px 20px;
	border-top: 1px solid #CCCCCC;
}
table.requestform th,
table.requestform td {
	padding: 0px 2px;
	border-bottom: 1px solid #CCCCCC;
}
table.requestform th {
	text-align: left;
	white-space: nowrap;
}
table.requestform input,
table.requestform select {
	border: 1px solid #804000;
	background: #FFF9F3;
	color: #804000;
}
table.requestform input.sentok,
input.sentok {
	border: 1px solid #408000;
	background: #F9FFF3;
	color: #408000;
}
table.requestform input {
	margin: 2px 0px;
	padding: 2px;
}
table.requestform p {
	margin: 12px 0px;
}
table.requestform input#sexfemale,
table.requestform input#sexmale,
table.requestform label input {
	border: 0px;
	background: #FFFFFF;
}
table.requestform em {
	color: #FF3333;
	font-style: normal;
	font-weight: normal;
}
table.requestform label {
	white-space: nowrap;
}
table.requestform .notes {
	color: #808080;
}

ol.financial {
	margin-left: 0px;
	padding-left: 60px;
	padding-right: 60px;
}
ol.financial li {
	margin-left: 0px;
	padding: 0.5em 0px;
	border-bottom: 1px dashed #CCCCCC;
}
ol.financial li ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
	border: none;
	list-style: lower-roman;
}

dl#invmusician dt{
float:left;
padding:3px;
width:70px;
white-space:nowrap;
}
dl#invmusician dd{
	padding:3px;
	white-space:nowrap;
	margin: 0px 0px 3px;
	border-bottom: 1px dotted #CCCCCC;
}

/* 校友会 */
#linkindex { 
	margin-left: 0px; 
	font-size: 14px;  
	padding-left: 1em;
}
#linkindex li {
	list-style-type:none;
	margin-bottom:0.5em;
	background: url(image/icon_geturl.gif) no-repeat left 0.3em;
	padding-left: 20px;
	font-weight: bold;
}
#linkindex li a{
	font-weight: bold !important;
}
#linkindex li ul#info {
	margin-left: 0; 
	font-size: 12px;  
	padding-left: 0;
}
#linkindex li ul#info li {
	list-style-type:none;
	margin-bottom:0.3em;
	background: url(image/icon_arrow_1.gif) no-repeat left 0.4em;
	padding-left: 10px;
	font-weight: normal;
}
#linkindex li ul#info li a {
	font-weight: normal !important;
}

/* 大学案内 */
#getreader img {
	vertical-align: middle;
	margin-right: 1em;
}
#getreader {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
}
#jiheeLink {
	margin: 3em 0 0 1em;
	padding: 0;
}
#jiheeLink li {
	list-style-type: none;
	padding-left: 15px;
	background: url(about/image/arrow01.gif) no-repeat left 0.4em;
	margin-bottom: 0.5em;
	font-size: 14px;
}
#jiheeLink li img {
	vertical-align: middle;
	margin-left: 30px;
}

/* 学内検索 */
#search-results {
	margin-left: 10px;
}

/* Intro panel */
.infoPanel {
	padding: 5px 10px;
	background-color: #F0F0F0;
	text-align: left;
}
.infoPanel h2 {
	margin: 5px 0 0.5em;
}
.infoPanel p {
	margin: 0.5em 0 0.5em 5px;
}
.infoPanel ul {
	margin: 0.5em 0 0.5em 5px;
	padding: 0;
}
.infoPanel li {
	background: url(image/info_panel/info_panel_arrow.png) no-repeat left 0.5em;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1em;
}

/* hyouka-top */
#jihee {
	margin: 0 10px;
}
#jihee #jiheeMark {
	text-align: center;
}
#jihee #jiheeMark img {
	border: none;
}
#jihee ol {
	margin: 0 0 3em;
	padding: 0;
}
#jihee li {
	margin-bottom: 1em
}
#jihee li#no1, #jihee li#no2, #jihee li#no3, #jihee li#no4, #jihee li#no5 {
	list-style-type: none;
	padding-left: 25px;
}
#jihee li#no1 {
	background: url(about/image/jihee_no1.gif) no-repeat left 0.1em;
}
#jihee li#no2 {
	background: url(about/image/jihee_no2.gif) no-repeat left 0.1em;
}
#jihee li#no3 {
	background: url(about/image/jihee_no3.gif) no-repeat left 0.1em;
}
#jihee li#no4 {
	background: url(about/image/jihee_no4.gif) no-repeat left 0.1em;
}
#jihee li#no5 {
	background: url(about/image/jihee_no5.gif) no-repeat left 0.1em;
}
#jihee li img {
	vertical-align: middle;
}
#jihee li dl {
	margin-top: 0.5em;
}
#jihee li dt {
	padding-left: 1.5em;
}
#jihee li dt span {
	margin-left: -1.5em;
	margin-right: 0.5em;
}
#jihee li dd {
	margin: 0.5em 0 1em 4em;
	font-size: 90%;
}
#jihee .pageLink {
	margin: 0.5em 0 0 1em;
	padding: 0;
}
#jihee .pageLink li {
	list-style-type: none;
	padding-left: 15px;
	background: url(about/image/arrow01.gif) no-repeat left 0.3em;
	margin-bottom: 0.5em;
}

/* idea */
#idea  {
	margin: 0 10px;
}
#mainContent #idea #signature {
	margin: 1em 0 2em;
	text-align: right;
}
		
#mainContent #idea h4 {
	margin: 3em 0 1em;
	padding: 0;
	font-size: 0;
	clear: both;
}
#idea h5 {
	margin: 1em 0 0.5em;
}
#idea .col01, #idea .col02, #idea .col03 {
	background: url(about/image/idea_col01_bg_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	clear: both;
}
#mainContent #idea .col01 dl, #mainContent #idea .col02 dl, #mainContent #idea .col03 dl {
	background: url(about/image/idea_col01_bg_top.gif) no-repeat left top;
	margin: 0;
	padding: 10px 10px 0;
}
#idea .colHalf01 {
	background: url(about/image/idea_colHalf01_bg_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	width: 260px;
}
#idea .colHalfL {
	float: left;
}
#idea .colHalfR {
	float: right;
}

#idea .colHalf01 dl {
	background: url(about/image/idea_colHalf01_bg_top.gif) no-repeat left top;
	margin: 0;
	padding: 10px 10px 0;
}
#idea .colHalf01 dd {
	margin: 0 0 1em 2em;
}
#idea .colHalf01 dd ul {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#idea .colHalf01 dd.lastEle  {
	margin-bottom: 0;
}
#idea .col01 dd {
	margin: 0 0 1em 2em;
}
#idea .col01 dd ul {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#idea .col01 dd.lastEle  {
	margin-bottom: 0;
}
#idea .colArrow01 {
	background: url(about/image/idea_col_arrow_bg.jpg) no-repeat left top;
	width: 540px;
	height: 72px;
	margin: 1em 0;
	text-align: center;
}
#idea .colArrow02 {
	background: url(about/image/idea_col_arrow02_bg.jpg) no-repeat left top;
	width: 540px;
	height: 102px;
	margin: 1em 0;
	text-align: center;
}
#idea .colArrow01 p, #idea .colArrow02 p {
	margin: 0 auto;
	width: 245px;
	padding: 10px 0;
	color: #003366;
}
#idea .col02 dl {
	position:relative;
}
#idea .col02 dt {
	width: 100px;
	text-align: center;
	height: 1em;
	background-color: #FFFFFF;
	top: -10px;
	left: 220px;
	font-size: 16px;
	position: absolute;
}
#idea .col02 dd, #idea .col03 dd {
	margin: 1em 1em 0;
}
#idea .col02 dd ol, #idea .col03 dd ol{
	margin: 0;
	padding: 0;
	background: url(about/image/idea_col_inn_arrow_bg.png) no-repeat center center;

}
#idea .col02 dd li, #idea .col03 dd li{
	list-style-type:none;
	width: 180px;
	padding-left: 1.5em;	
}
#idea .col02 dd li .aMark, #idea .col03 dd li .aMark{
	margin: 0 0 0 -1.3em;
}

#idea .col02 dd ol li.acol01, #idea .col03 dd ol li.acol01{
		float: left;
}
#idea .col02 dd ol li.bcol01, #idea .col03 dd ol li.bcol01{
	float: right;	
}
#idea .col03 dt {
	margin: 0;
	font-weight: bold;
}
#idea .fWeightB {
	font-weight: bold;
}
#idea .innCol01 {
	margin: 1em 0 0;
}
#idea .innCol01 .block01 {
	display: block;
	margin-left: 2em;
}
#idea #flowArrow01 {
	background: url(about/image/idea_col_flow_arrow01.png) no-repeat left top;
	width: 273px;
	height:66px;
	margin:5px auto;
	padding: 40px 15px 0;
	text-align: center;	
	clear: both;
}
#idea .flowArrow02 {
	margin:5px 0;
	text-align: center;	
	clear: both;
}
#idea .col04 {
	background: url(about/image/idea_col02_bg_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	clear: both;
	margin-top: 1em;
}
#mainContent #idea .col04 dl {
	background: url(about/image/idea_col02_bg_top.gif) no-repeat left top;
	margin: 0;
	padding: 10px 10px 0;
}
#mainContent #idea .col04 dt {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#mainContent #idea .col04 dd {
	margin: 1em 0 0;
}
#idea #flowChart {
	margin:1em 0 3em;
	background: url(about/image/idea_flowchart_bg.png) no-repeat left 30px;
	width: 540px;
	height: 693px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#mainContent #idea #flowChart h5, #mainContent #idea #flowChart h6,
#mainContent #idea #flowChart p, #mainContent #idea #flowChart dl {
	margin-left: 0px;
	margin-right: 0px;
}
#idea #flowChart dd {
	margin:0;
}
#mainContent #flowChart ul {
	margin: 0;
	padding: 0;
}
#mainContent #flowChart li {
	background: url(about/image/idea_flowchart_bc_mark.gif) no-repeat left 0.4em;
	list-style-type: none;
	padding-left: 10px;
}
#mainContent #flowChart li.lastEle {
	background: none;
}
#idea #fChart01, #idea #fChart02, #idea #fChart03, #idea #fChart04, #idea #fChart05, #idea #fChart06,
#idea #fChart07, #idea #fChart08, #idea #fChart09, #idea #fChart10, #idea #fChart11, #idea #fChart12,
#idea #fChart13, #idea #fChart14, #idea #fChart15, #idea #fChart16 {
	position: absolute;
}

#idea #fChart01 {
	top: 0px;
	left: 0px;
	width: 260px;
	text-align: center;
}
#idea #fChart02 {
	top: 90px;
	left: 45px;
	width: 16px;
	font-size: 0;
}
#idea #fChart03 {
	top: 325px;
	left: 28px;
	width: 189px;
	font-size: 16px;
}
#idea #fChart03 span {
	font-size: 14px;
}
#idea #fChart04 {
	top: 380px;
	left: 59px;
	width: 157px;
}
#idea #fChart05 {
	top: 490px;
	left: 35px;
}
#idea #fChart05 li {
	margin-bottom: 7px;
}
#idea #fChart06 {
	top: 70px;
	left: 110px;
	width: 130px;
	text-align: center;
	font-size: 16px;
}
#idea #fChart07 {
	top: 99px;
	left: 119px;
	width: 130px;
	text-align: center;
}
#idea #fChart08 {
	top: 0px;
	left: 280px;
	width: 260px;
	text-align: center;
}
#idea #fChart09 {
	top: 70px;
	left: 330px;
	width: 160px;
}
#idea #fChart09 li {
	margin-bottom: 7px;
}
#idea #fChart10 {
	top: 400px;
	left: 360px;
	width: 160px;
}
#idea #fChart11 {
	top: 180px;
	left: 100px;
	width: 120px;
	text-align: center;	
	font-weight: bold;
}
#idea #fChart12 {
	top: 220px;
	left: 100px;
	width: 120px;
	text-align: center;
}
#idea #fChart13 {
	top: 330px;
	left: 230px;
	text-align: center;
	width: 80px;
	font-weight: bold;
}
#idea #fChart14 {
	top: 400px;
	left: 230px;
	text-align: center;
	width: 80px;
}
#idea #fChart15 {
	top: 520px;
	left: 320px;
	text-align: center;
	width: 190px;
	font-weight: bold;
}
#idea #fChart16 {
	top: 560px;
	left: 320px;
	text-align: center;
	width: 190px;
}
#idea #flowChartB {
	margin:1em 0 2em 10px;
	background: url(about/image/idea_flowchart_b_bg.png) no-repeat left top;
	width: 530px;
	height: 368px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#mainContent #idea #flowChartB h5, #mainContent #idea #flowChartB p,
#mainContent #idea #flowChartB dl, #mainContent #flowChartB ul {
	margin: 0px;
	padding: 0px;
}
#idea #flowChartB dt {
	font-weight: bold;
}
#idea #flowChartB dd {
	margin:0;
}
#mainContent #flowChartB li {
	list-style-type: none;
}
#idea #fChartB01, #idea #fChartB02, #idea #fChartB03, #idea #fChartB04, #idea #fChartB05, #idea #fChartB06,
#idea #fChartB07, #idea #fChartB08, #idea #fChartB09, #idea #fChartB10, #idea #fChartB11, #idea #fChartB12,
#idea #fChartB13, #idea #fChartB14, #idea #fChartB15 {
	position: absolute;

}

#idea #fChartB01 {
	top: 70px;
	left: 505px;
	font-size: 0;
}
#idea #fChartB02 {
	top: 15px;
	left: 100px;
	width: 390px;
	text-align: center;
	color:#CC0000;
}
#idea #fChartB03 {
	top: 75px;
	left: 167px;
	width: 65px;	
	text-align: center;
}
#idea #fChartB04 {
	top: 75px;
	left: 242px;
	width: 65px;
	text-align: center;	
}
#idea #fChartB05 {
	top: 75px;
	left: 317px;
	width: 65px;
	text-align:center;
}
#idea #fChartB06 {
	top: 75px;
	left: 392px;
	width: 65px;
	text-align:center;
}
#idea #fChartB06 span {
	font-size: 12px;
}
#idea #fChartB07 {
	top: 80px;
	left: 10px;
	width: 130px;
	text-align: center;
	color:#CC0000;
}
#idea #fChartB08 {
	top: 200px;
	left: 10px;
	width: 110px;
}
#idea #fChartB09 {
	top: 200px;
	left: 120px;
	width: 340px;
}
#idea #fChartB10 {
	top: 290px;
	left: 10px;
	width: 110px;
}
#idea #fChartB11 {
	top: 290px;
	left: 120px;
	width: 340px;
}
