@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------------------*/
/*  事業計画用																*/
/*--------------------------------------------------------------------------*/
div.plan_link{
	width:600px ;
	margin:0 auto 0 auto ;
	text-align:right ;
}


	div.plan_link p{
		display:inline-block ;
		text-align:left ;
		/display:inline; /* ie用 */
		/zoom: 1;
	}



	
	p.renmei{
		background:url(../images/base/icon_renmei.gif) left no-repeat ;
		text-indent:1em ;
		width:190px;
	}

	p.hokushin{
		background:url(../images/base/icon_orange.gif) left no-repeat ;
		text-indent:1em ;
		width:135px;
	}

	p.chushin{
		background:url(../images/base/icon_green.gif) left no-repeat ;
		text-indent:1em ;
		width:135px;
	}

	p.toshin{
		background:url(../images/base/icon_blue.gif) left no-repeat ;
		text-indent:1em ;
		width:135px;
	}

	p.nanshin{
		background:url(../images/base/icon_pink.gif) left no-repeat ;
		text-indent:1em ;
		width:135px;
	}

	p.seinen{
		background:url(../images/base/icon_seinen.gif) left no-repeat ;
		text-indent:1em ;
		width:135px;
	}


div.plan_block{
	width:570px ;
/*	border:1px solid #727171 ; */
	margin:5px auto ;
	padding:0px 5px 10px 30px;
}

div.plan_block_seinen{
	width:570px ;
/*	border:1px solid #727171 ; */
	margin:5px auto ;
	margin-left:0px;
	padding:0px 5px 10px 0px;
}

div.plan_block ul{
	list-style:disc;
	margin-left:15px;
}	

/*  タイトル  */
h3.nendo{
	font-size:1.8em;
	font-weight:bold;
	color:#333399;
	margin-bottom:0px;
}

/*  タイトル  */
h4.hokushin{
	background:url(../images/base/shikaku_orange.gif) left no-repeat ;
}

/*  タイトル  */
h4.chushin{
	background:url(../images/base/shikaku_green.gif) left no-repeat ;
}

/*  タイトル  */
h4.toshin{
	background:url(../images/base/shikaku_blue.gif) left no-repeat ;
}

/*  タイトル  */
h4.nanshin{
	background:url(../images/base/shikaku_pink.gif) left no-repeat ;
}

/*  タイトル  */
h4.seinen{
	background:url(../images/base/shikaku_seinen.gif) left no-repeat ;
}

/*  タイトル  */
h5{
	font-weight:bold;
	font-size:1.1em;
	margin-top:15px;
}

table.plan{
	width:570px ;
	margin:5px auto ;
}

	table.plan th{
		width:110px ;
		line-height:11px ;
		text-align:left ;
		color:#231815 ;
	}

	table.nanshin th{
		background:#F7C7C6 ;
	}

	table.hokushin th{
		background:#FDE0A5 ;
	}

	table.chuchin th{
		background:#D7E7AF ;
	}

	table.toshin th{
		background:#C7E1F5 ;
	}

	table.seinen th{
		background:#91F4E3 ;
	}

	table.plan td{
	/*	width:250px ;*/
		line-height:135% ;
	}

	table.plan td.url{
		font-size:0.8em ;
	}

		/*テキスト関係*/
		table.plan td.url a:link{ 		text-decoration:none ; color:#06F ;}
		table.plan td.url a:visited{ 	text-decoration:none ; color:#06F ;}
		table.plan td.url a:hover{ 		text-decoration:none ; color:#E9A951 ;}
		table.plan td.url a:active { 	text-decoration:none ; color:#E9A951 ;}

div.top_link{
	width:600px ;
	margin:5px auto 0 auto ;
	text-align:right ;
}

