@charset "utf-8";
/*
**********************************************************************/

* {
	margin-top: 0;
	font-size: 100%;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: baseline;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.4;
}


/*間隔設定*/

.top10{
	margin-top:10px;
}

.top15{
	margin-top:15px;
}

.top20{
	margin-top:20px;
}

.top30{
	margin-top:30px;
}

.bottom10{
	margin-bottom:10px;
}

.bottom20{
	margin-bottom:20px;
}

.bottom50{
	margin-bottom:50px;
}

.bottom100{
	margin-bottom:100px;
}

.bottom150{
	margin-bottom:150px;
}

.bottom200{
	margin-bottom:200px;
}

.left10{
	margin-left:10px;
}

.left20{
	margin-left:20px;
}


/*フロート設定*/

.fLeft{
	float:left;
}

.fRight{
	float:right;
}


/*文字設定*/

.bLetter{
	font-weight:bold;
	color:#000066;
}


/* 全体
**********************************************************************/

div#wrapper {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

div#top {
	background-image: url(../img/top_bg.jpg);
	width: 850px;
	padding-right: 17px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}


/* ヘッダ
**********************************************************************/

div#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 81px;
	position: relative;
	width:850px;
}

div#header * {
	margin: 0;
	padding: 0;
}

div#header h1 {
	position: absolute;
	left: 15px;
	top: 33px;
}

div#header-navi {
}

div#header-navi ul {
	overflow: hidden;
	zoom: 1;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#header-navi ul li {
	float: left;
}


/* グローバルナビ
**********************************************************************/

div#global {
	width: 850px;
	height: 35px;
	overflow: hidden;
	zoom: 1;
}

div#global ul{
	margin:0;
	padding:0;
}


div#global ul li{
	float:left;
	width:170px;
	height:35px;
	list-style:none;
}

div#global ul li#home{
	width:101px;
}

div#global ul li#bar{
	width:69px;
}

div#global ul li a {
	display: block;
	width: 100%;
	height: 35px;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
}
div#global ul li a:hover,
div#global ul li a.current {
	background-position: 0 -35px;
}
div#global ul li#home a{	background-image: url(../img/bt_home.gif); }
div#global ul li#about a{ background-image: url(../img/bt_about.gif); }
div#global ul li#mission a{ background-image: url(../img/bt_mission.gif); }
div#global ul li#case a{ background-image: url(../img/bt_case.gif); }
div#global ul li#outline a{	background-image: url(../img/bt_outline.gif); }
div#global ul li#bar{ background-image: url(../img/bar.gif); }


/* パンくず
**********************************************************************/

div#breadCrumbs {
	line-height: 34px;
	height: 34px;
	color: #707070;
	padding-left: 10px;
	font-size: 90%;
}

div#breadCrumbs * {
	margin: 0;
	padding: 0;
	zoom: 1;

}

div#breadCrumbs img {
	vertical-align: middle;
}

div#breadCrumbs a.current {
	text-decoration:none;
	color:#707070;
}



/* メイン
**********************************************************************/

div#main {
	position:relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width:850px;
}

p#banner_news{
	position: relative;
	line-height: 0;
	margin: 0;
	padding: 0;
}

p#banner_news a {
	position: absolute;
	left: 641px;
	top: -107px;
	
}


/* 左コンテンツ
**********************************************************************/

div#contents {
	width: 635px;
	float: left;
}


/* 左コンテンツ内タイトル部分
**********************************************************************/

div#contents_title01 {
	background-image:url(../img/general_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:111px;
	text-indent:-9999px;
}

div#contents_title02 {
	height:40px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#949494;
}

div#contents_title02 h1 {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-top:5px;
}


/* idで切り替える部分(mission)*/

body#about div#contents_title01 {
		background-image:url(../img/about_img.jpg);
}

/* idで切り替える部分(mission)*/

body#mission div#contents_title01 {
		background-image:url(../img/mission_img.jpg);
}

/* idで切り替える部分(work)*/

body#work div#contents_title01 {
		background-image:url(../img/work_img.jpg);
}

/* idで切り替える部分(corporate)*/

body#corporate div#contents_title01 {
		background-image:url(../img/corporate_img.jpg);
}


/* 左コンテンツ内本文部分
**********************************************************************/

div#contents_body {
	padding-top:20px;
	padding-bottom:40px;
	zoom: 1;
}


/* 代表メッセージ(/about/message.html)部分*/

div#contents_body div.section01{
	padding-left:27px;
	padding-right:33px;
	width:575px;
	overflow:hidden;
	zoom: 1;
}

div#contents_body div.section01 div.col01{
	float:left;
	width:260px;
	padding-right:15px;
}

div#contents_body div.section01 div.col02{
	float:right;
	width:300px;
}


/* アドバンテッジパートナーズの特長(/about/feature.html)部分*/
	
div.section_feature p{
	padding:10px 0 0.3em 0;
	margin:0;
	color:#000066;
	font-weight:bold;
}

div.section_feature ul,
div.section_feature ul li{
	padding:0;
	margin:0;
	list-style-type:none;
}

div.section_feature ul li{
	background-image:url(../img/icon-square.gif);
	background-repeat:no-repeat;
	background-position:10px 0.4em;
	padding-left:23px;
}


/* 外部からの評価(/about/eval.html)部分*/

div.section_eval p{
	padding:0.3em 0 0.3em 0;
	margin:0;
	font-weight:normal;
	background-image:url(../img/icon-square.gif);
	background-repeat:no-repeat;
	background-position:left 0.7em;
	padding-left:13px;
}

div.section_eval ul,
div.section_eval ul li{
	padding:0;
	margin:0;
	list-style-type:none;
}

div.section_eval ul li{
	background-image: url(../../about/img/list_bar.gif);
	background-repeat:no-repeat;
	background-position:10px 0.2em;
	padding-left:23px;
}


/* ミッションステートメント(/mission/index.html)部分*/

div#contents_body div.section_mission{
	padding-left:25px;
}

div#contents_body div.section_mission h2{
	margin-bottom:10px;
}

div#contents_body div.section_mission div#des01{
	display:block;
	width:510px;
	height:58px;
	margin-left:5px;
	background-image:url(../../mission/img/4_advantages.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

div#contents_body div.section_mission div#des02{
	display:block;
	width:510px;
	height:165px;
	margin-left:5px;
}

div#contents_body div.section_mission div#des02 div#col_m01{
	display:block;
	float:left;
	width:273px;
	height:165px;
	background-image:url(../../mission/img/description.gif);
	background-repeat:no-repeat;
	background-position:left top;
	/*text-indent:-9999px;*/
}

div#contents_body div.section_mission div#des02 div#col_m02{
	float:right;
	width:237px;
	height:165px;
}

div#contents_body div.section_mission div#des02 div#col_m02 p{
	margin:0;
	padding:0;
	padding-top:14px;
}

div#contents_body div.section_mission div#des02 div#col_m02 p.line_m{
	padding-top:19px;
}


/* 投資先企業一覧(/work/year.html その他)部分*/

div#contents_body div.section_work01{
	display:block;
	margin-left:10px;
	margin-bottom:18px;
	width:600px;
	border-bottom:2px solid #000066;
}

div#contents_body div.section_work01 img{
	vertical-align:bottom;
}

table.inv {
	margin-left: 10px;
	width: 600px;
	border-collapse: collapse;
}

table.inv tr th,
table.inv tr td {
	border-top: 1px solid #9f9f9f;
}
table.inv tr.last th,
table.inv tr.last td {
	border-bottom: 1px solid #9f9f9f;
}

table.inv th,
table.inv td {
	padding-top: 0.3em;
}

table.inv th {
	width: 130px;
	text-align: left;
	vertical-align: top;
}

table.inv2 {
	width: 470px;
	border-collapse: collapse;
}

table.inv2 tr td {
	border-top: 0;
	border-bottom: 1px solid #d2d2d2;
}
table.inv2 tr.last td {
	border-bottom: 0;
}

table.inv2 td.image {
	padding-bottom: 0.5em;
	width: 160px;
	text-align: center;
}
table.inv2 td.text {
	padding-bottom: 0.6em;
	width: 310px;
}

/* 投資先各企業詳細ページ(/work/company/bmb.html その他)部分*/

div#contents_body div.section_work03 table.company{
	width:600px;
	margin-left:10px;
}

div#contents_body div.section_work03 table.company th{
	vertical-align:top;
	text-align:left;
}

div#contents_body div.section_work03 table.company th.m01{
	padding-top:0.3em;
}


div#contents_body div.section_work03 table.company td{
	padding-bottom:1em;
	vertical-align:top;
	text-align:left;
}

div#contents_body div.section_work03 table.company td.color01{
	color:#000066;
	font-weight:bold;
	padding-right:0.5em;
}


/* コーポレートアウトライン(/corporate/index.html)部分*/

div#contents_body div.section02{
	margin-left:10px;
	clear:both;
}

div#contents_body div.section02 h2{
	margin:0;
	padding:0;
}

div#contents_body div.section02 table{
	color:#535353;
	margin:10px 0 20px 10px;
	width:590px;
}

div#contents_body div.section02 table th{
	vertical-align:top;
	text-align:left;
}

div#contents_body div.section02 table td{
	padding-bottom:1em;
	vertical-align:top;
	text-align:left;
}

dl.corpOutline {
	width: 590px;
	margin: 10px 0 20px 10px;
	overflow: hidden;
}

dl.corpOutline dt {
	float: left;
	width: 9em;
	color: #535353;
	font-weight: bold;
}

dl.corpOutline dd {
	width: auto;
	margin-left: 9.5em;
	padding: 0;
}

div#contents_body div.section02 dl.corpOutline dd table {
	width: auto;
	margin: 0;
	color: #535353;
	border-collapse: collapse;
}

dl.corpOutline dd table th,
dl.corpOutline dd table td {
	padding: 0 0 1em 0;
	text-align: left;
	vertical-align: top;
}

dl.corpOutline dd table th {
	font-weight: normal;
	white-space: nowrap;
}

dl.corpOutline dd table td {
	padding-left: 1em;
}


/* 代表プロフィール（/corporate/profile.html）部分*/

div#contents_body div.section01 div.col03{
	float:left;
	width:120px;
	padding-right:15px;
}

div#contents_body div.section01 div.col04{
	float:right;
	width:440px;
}


/* 沿革（/corporate/history.html）*/

div#contents_body div.section02 table.corpT{
	width:90%;
	margin-left:20px;
}

div#contents_body div.section02 table.corpT th{
	color:#000066;
	padding:2em 2em 2em 0;
	border-bottom:1px dotted #CCCCCC;
}

div#contents_body div.section02 table.corpT td{
	padding:2em 0 2em;
	border-bottom:1px dotted #CCCCCC;
}


/*アクセスマップ（/corporate/access.html）部分*/

div#contents_body div.section02 table.mapT{
	width:416px;
	margin-left:100px;
}

div#contents_body div.section02 table.mapT th{
	color:#000066;
	padding-right:2em;
}

div#contents_body div.section02 table.mapT th img{
	padding-bottom:2em;
}

div#contents_body div.section02 table.mapT td ul{
	margin:0;
	padding:0;
}

div#contents_body div.section02 table.mapT td ul li{
	list-style:none;
		padding-left:1em;
}


/* プレスリリース（/news/index.html）部分*/

div#contents_body div.section02 table.news{
	width:590px;
	}

div#contents_body div.section02 table.news img{
	margin-right:5px;
	}

div#contents_body div.section02 table.news td{
	padding-top:1em;
	padding-bottom:1em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dotted #999999;
	}

div#contents_body div.section02 table.news td.news01{
	background-image:url(../../news/img/arrow_new.gif);
	background-repeat:no-repeat;
	background-position:left 1.4em;
	padding-right:2em;
	padding-left:14px;
	}

div#contents_body div.section02 table.news02 td{
	padding-top:1em;
	padding-bottom:1em;
	padding-right:10px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dotted #999999;
	}

div#contents_body div.section02 table.news02 td.news01{
	background-image:url(../../news/img/arrow_new.gif);
	background-repeat:no-repeat;
	background-position:left 1.4em;
	padding-right:2em;
	padding-left:14px;
	}



/* プレスリリース（/news/release/080612.html　以降）部分*/

div#contents_body div.section04,
div#contents_body div.com_info{
	margin-left:30px;
	margin-right:30px;
}

div#contents_body div.section04 h1{
	font-weight:bold;
	font-size:110%;
	color:#000066;
	text-align:center;
}

div#contents_body div.section04 h1.alignL{
	text-align:left;
}

div#contents_body div.section04 p.t_title{
	margin-bottom:0.5em;
	padding:0;
}


div#contents_body div.com_info{
	padding-top:2em;
}

div#contents_body div.com_info p.s_title{
	margin:2em 0 1em 0;
	padding:0;
	font-weight:bold;
	background-image:url(../img/icon-square.gif);
	background-repeat:no-repeat;
	background-position:left 0.4em;
	padding-left:13px;
}

div#contents_body div.com_info table td{
	text-align:left;
	vertical-align:top;
	padding:0.1em;
}

div#contents_body div.pagetop p{
	margin-top:1em;
	margin-right:30px;
	text-align:right;
}

div#contents_body div.pagetop p a{
	text-decoration:none;
}

div#contents_body div.section04 table.greyT,
div#contents_body div.com_info table.greyT{
	border-left:1px solid #9f9f9f;
	border-top:1px solid #9f9f9f;
}

div#contents_body div.section04 table.greyT th,
div#contents_body div.section04 table.greyT td,
div#contents_body div.com_info table.greyT th,
div#contents_body div.com_info table.greyT td{
	border-right:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	text-align:left;
	vertical-align:top;
	padding:0.5em;
}

div#contents_body div.section04 table.greyT th,
div#contents_body div.com_info table.greyT th{
	background-color:#CCCCCC;
}

div#contents_body div.section04 table.greyT td,
div#contents_body div.com_info table.greyT td{
	width:33%;
}


/* 募集要項（/recruit/description.html　以下）部分*/

div#contents_body div.section02 table.desT{
	width:590px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

div#contents_body div.section02 table.desT th, 
div#contents_body div.section02 table.desT td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0.5em 1em 0.5em 1em;
}

div#contents_body div.section02 table.desT th{
	color:#000066;
	vertical-align:middle;
	background-color:#dedef4;
}

div#contents_body div.section02 table.desT th.des01{
	background-color:#E3E3E3;
}


div#contents_body div.section02 table.desT td{
	vertical-align:middle;
}

div#contents_body div.section02 table.desT td.des02{
	background-color:#f2f2fe;
}

div#contents_body div.section02 table.desT td ul,
div#contents_body div.section02 table.desT td ul li{
	margin:0;
	padding:0;
}

div#contents_body div.section02 table.desT td ul li{
	margin-left:1em;
}

/* お問合せ（faq.html）部分*/

div#contents_body div.section02 table.faqT{
	width:590px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

div#contents_body div.section02 table.faqT th, 
div#contents_body div.section02 table.faqT td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0.5em 1em 0.5em 1em;
}

div#contents_body div.section02 table.faqT th{
	color:#1c1c1c;
	vertical-align:middle;
	background-color:#dedef4;
	width:28%
}

/* サイトマップ（site.html）部分*/

div#contents_body div.sitebox{
	margin-left:25px;
	width:575px;
	padding-bottom:1em;
	border-bottom:1px dotted #CCCCCC;
	overflow:hidden;
	zoom:1;
}

div#contents_body div.sitebox p{
	color:#000066;
	font-weight:bold;
}

div#contents_body div.sitebox ul,
div#contents_body div.sitebox ul li{
	padding:0;
	margin:0;
}

div#contents_body div.sitebox ul{
	overflow:hidden;
	zoom:1;
}

div#contents_body div.sitebox ul li a{
	text-decoration:none;
}

div#contents_body div.sitebox ul li{
	list-style:none;
	background-image: url(../img/icon-arrow02.gif);
	background-repeat:no-repeat;
	background-position:10px 0.2em;
	padding-left:23px;
	float:left;
	white-space: nowrap;
}

div#contents_body div.sitebox ul.com{
	overflow:hidden;
	zoom:1;
}

div#contents_body div.sitebox ul.com li{
	background-image:url(../../news/img/arrow_new.gif);
	background-repeat:no-repeat;
	background-position:20px 0.2em;
	padding-left:33px;
	float:left;
	white-space: nowrap;
}


/* 右ナビゲーション
**********************************************************************/

div#navi {
	float: right;
	width: 215px;
}

div#navi * {
	margin: 0;
	padding: 0;
}

div#navi dl dt{
	background-image:url(../img/navi_about.gif);
}

div#navi dl dt a {
	height: 35px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div#navi dl dd {
	padding-top:10px;
	padding-right: 15px;
	padding-bottom: 90px;
	padding-left: 20px;
}

div#navi dl dd ul {
}

div#navi dl dd ul li {
	list-style-type: none;
	font-size:100%;
	padding-bottom:5px;
	background-image: url(../img/disc01.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position: left 0.5em;
}

div#navi dl dd ul li.current {
 background-image: url(../img/disc02.gif); 
}

div#navi dl dd ul li.current a{
	text-decoration: none;
	color: #9f9f9f;
}


/* idで切り替える部分(mission)*/

body#mission div#navi dl dt{
	background-image:url(../img/navi_mission.gif);
}

/* idで切り替える部分(work)*/

body#work div#navi dl dt{
	background-image:url(../img/navi_work.gif);
}

/* idで切り替える部分(corporate)*/

body#corporate div#navi dl dt{
	background-image:url(../img/navi_corp.gif);
}

/* idで切り替える部分(news)*/

body#news div#navi dl dt{
	background-image:url(../img/navi_news.gif);
}

/* idで切り替える部分(recruit)*/

body#recruit div#navi dl dt{
	background-image:url(../img/navi_recruit.gif);
}

/* idで切り替える部分(contact)*/

body#contact div#navi dl dt{
	background-image:url(../img/navi_contact.gif);
}

/* idで切り替える部分(faq)*/

body#faq div#navi dl dt{
	background-image:url(../img/navi_faq.gif);
}

/* idで切り替える部分(privacy)*/

body#privacy div#navi dl dt{
	background-image:url(../img/navi_privacy.gif);
}

/* idで切り替える部分(menseki)*/

body#menseki div#navi dl dt{
	background-image:url(../img/navi_menseki.gif);
}

/* idで切り替える部分(site)*/

body#site div#navi dl dt{
	background-image:url(../img/navi_site.gif);
}


/* フッタ
**********************************************************************/

div#footer {
	font-size: 90%;
	position: absolute;
	left: 0px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 850px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}

div#footer * {
	margin: 0;
	padding: 0;
	color: #666666;
}

div#footer-body {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	zoom: 1;
}

div#footer-navi {
	float: left;
}

div#footer-navi ul {
	list-style-type: none;
}

div#footer-navi ul li {
	float: left;
	background-image: url(../img/icon-arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 20px;
}

div#footer p {
	float: right;
	font-style: normal;
}
