@charset "utf-8";
/*
Theme Name: 経営革新審査支援機構
Theme URI: http://xxx.xxx.xxx/
Description: –Management Innovation Group-
Author: xxx
*/


/*		Styles for all
----------------------------------------------------------*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote
{
		margin: 0;
		padding: 0;
}

body {
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
		font-size:0.8em;
		background: #fff;
		color:#444;
		line-height:1.5em;;
}

img {
		border: 0;
}

a{
		color:#0000FF;
}

a:hover{
		color:#800080;
}



/* ____ フロートボックス解除用。<br class="clear"> ____ */
.clear {
	clear:both;
}

.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/


#wrapper {
		width: 960px;
		margin: 10px auto 10px;
		text-align:left;
		border:1px solid #ccc;
}

/*----------------------------------------------------------
|                                   　　　　                |
|            　　　    全体共通部分　　　　　　　           |
|                                                           |
-----------------------------------------------------------*/
/*---------------------------
  ▼header
---------------------------*/
#header {
	margin: 0 0 0;
	width: 100%;
	height: 100px;
	background-color:#607856;
}

#headerwrap {
	margin: 0 auto;
	position:relative;
	width: 960px;
	height: 100px;
	text-align: left;
}

ul#description {
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
}

#headerwrap h1 {
	position: absolute;
	top: 20px;
}

ul#official {
	margin: 30px 0 0;
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
}

ul#official li {
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	float: left;
	list-style: none;
}

ul#official li a {
	color: #eee;
	text-decoration: underline;
}

ul#official li a:hover {
	color: #9FCF8E;
	text-decoration: underline;
}


/*---------------------------
  ▼top image
---------------------------*/
#main_image{
	width:100%;
	height:240px;
	background:url(images/img_common/main_img.jpg) no-repeat;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	clear:both;
	position: relative;
	top: 0;
	left: 0;
}

#top_link{
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.top_link{
	font-size:0.8em;
	line-height:200%;
	font-weight:600;
	text-align:left;
}

.top_link a {
	color:#ffffff;
}
.top_link a:hover {
	color: #a6b900;
}

#main_image2{
	width:100%;
	height:180px;
	background:url(images/img_common/main_imgs.jpg) no-repeat;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	clear:both;
	position: relative;
	top: 0;
	left: 0;
}
/*---------------------------
  ▼Gナビ
---------------------------*/
ul{
	list-style-type: none;
}

#gnavi {
	position:relative;
	width: 960px;
	height: 30px;
	background-color:#607856;
}

#gnavi ul {
	position:absolute;
	padding-left: 27px;
	top: 6px;
	text-align:center;
}

.navi1 {
	width: 130px;
	float: left;
	list-style-type: none;
	color:#eee;
	font-size:1.1em;
}

.navi1 a{
	color:#eee;
	text-decoration: none;
}

.navi1 a:hover{
	color:#9FCF8E;
	text-decoration: none;
}

.navi2 {
	width: 220px;
	float: left;
	list-style-type: none;
	color:#eee;
	font-size:1.1em;
}

.navi2 a{
	color:#eee;
	text-decoration: none;
}

.navi2 a:hover{
	color:#9FCF8E;
	text-decoration: none;
}


/*---------------------------
  ▼フッター
---------------------------*/
#footer {
	clear: both;
	width:100%;
	height: 25px;
	background-color:#607856;
	position: relative;
	top: 0;
	left: 0;
}

#fnavi {
	padding: 4px 0 0 10px;
}

#ff {
	float: left;
	width: 510px;
	color: #eee;
	font-size:0.9em;
}

#ff a {
	color: #eee;
	text-decoration: none;
}

#ff a:hover {
	color: #9FCF8E;
	text-decoration: none;
}

#copy {
	float: right;
	color:#eee;
	font-style:normal;
	position: absolute;
	right: 5px;
	bottom: 3px;
}


/*---------------------------
  ▼コンテンツ大枠
---------------------------*/
#contents{
	padding:10px 10px 10px 15px;
}



#left_contents {
	width: 695px;
	height:auto;
	float: left;
}

#right_contents {
	width: 230px;
	height:auto;
	padding-left:10px;
	text-align:left;
	float: right;
}


/*----------------------------------------------------------
|                                   　　　　                |
|            　　　    トップページ　　　　　　　           |
|                                                           |
-----------------------------------------------------------*/
/*---------------------------
  ▼トップ活動報告枠
---------------------------*/
#topnews{
	width:640px;
	margin:10px 0 20px;
}

#topnews h2{
	margin:0;
	padding:5px 5px 5px 15px;
	background-color:#90C3B0;
	color:#fff;
	font-size:0.9em;
}

#topnews div{
	border:solid 1px #ccc;
	overflow:auto;
	height:120px;
}

#topnews ul{
	font-size:0.9em;
	margin:5px 20px;
	padding:0;
}

#topnews ul a{
	color:#00657d;
}

#topnews ul a:hover{
	color:#993366;
}


/*-------------------------------------
  ▼トップページ　レフトコンテンツ
-------------------------------------*/
.top_caption{
	width:695px;
	background:url(images/layout_images/top_midasi.gif) no-repeat;
	margin:0 auto 10px;
	padding:10px 0 0 0;
	line-height:2.0em;
	clear:both;
}

.top_caption h1{
	_ font-size:1.6em;
	color: #666666;
	margin-bottom:10px;
}
*:first-child+html h1{
		font-size:1.6em;
		color: #666666;
}
html[xmlns] h1{
		font-size:1.6em;
		color: #666666;
}
.top_caption h2{
		_ font-size:1.2em;
		color: #7FB2CD;
}
*:first-child+html h2{
		font-size:1.2em;
		color: #7FB2CD;
}
html[xmlns] h2{
		font-size:1.2em;
		color: #7FB2CD;
}

.left_box1{
	color:#607856;
	font-size:1.2em;
	width:430px;
	margin:10px 0 0 0;
}

.left_box1 a{
	color:#607856;
}

.left_box1 a:hover{
	color:#94E373;
}


/*-------------------------------------
  ▼トップページ　ライトコンテンツ
-------------------------------------*/
#related_link {
	margin:10px 0 15px;
	width: 208px;
	padding:10px;
	border:1px solid #bbb;
	background-color:#DDD6D9;
}

#related_link ul{
	padding-top: 6px;
}

#related_link li{
	list-style-type: none;
}


/*----------------------------------------------------------
|                                   　　　　                |
|            　　　    セカンドページ　　　　　　           |
|                                                           |
-----------------------------------------------------------*/
/*-------------------------------------
  ▼PAGE　コンテンツ大枠
-------------------------------------*/
#subcontents{
	padding:10px 10px 10px 15px;
}

#subleft_contents {
	width: 684px;
	height:auto;
	float: left;
	margin-bottom:10px;
	padding-right:10px;
	border-right:1px dotted #ccc;
}

#subright_contents {
	width: 230px;
	height:auto;
	padding-left:10px;
	text-align:left;
	float: right;
}


/*-------------------------------------
  ▼PAGE　コンテンツ詳細
-------------------------------------*/
#subleft_contents h1{
	color:#666666;
	font-size:1.6em;
	font-weight:600;
	line-height:2.0em;
}


#subleft_contents h1{
	color:#666666;
	font-size:1.6em;
	font-weight:600;
	line-height:2.0em;
	width:660px;
	margin:10px 0 20px 0;
	background: url(images/layout_images/title_bg.jpg) no-repeat;
	border-bottom:2px solid #607856;
}

#subleft_contents h2{
	color:#7FB2CD;
	font-size:1.3em;
	font-weight:600;
	line-height:1.8em;
}

#subleft_contents h3{
	color:#607856;
	font-size:1.2em;
	font-weight:600;
	margin:10px 0 0 0px;
}

#subleft_contents h4{
	color:#E5B84D;
	font-size:1.1em;
	font-weight:600;
}

#bread{
	color:#5B927E;
}

#bread a{
	color:#5B927E;
}

#bread a:hover{
	color:#7EAE6A;
}

.about_mig_cont{
	margin:0 0 15px 0;
	line-height:1.5em;
}

.about_mig_img{
	margin:0 auto 15px;
	text-align:center;
}

.representative_cont{
	margin:0 0 15px 0;
	line-height:1.5em;
}

.representative_name{
	margin:15px 0 0 10px;
	line-height:2.0em;
	text-align:right;
}








.service_sentence{
	margin:15px 0 30px 0;
}

.service_text{
	margin:0 0 15px 20px;
}

.profile_title{
	margin:15px 0 0 10px;
	line-height:2.0em;
}

.profile_cont{
	margin:0 0 15px 20px;
	line-height:2.0em;
}

.menu_text{
	margin:0 0 20px 20px;
}

.menu_text2{
	margin:0 0 20px 0;
}

#right_box01{
	margin:10px auto 50px;
}

#right_box01 a{
	color:#0000FF;
}

#right_box01 a:hover{
	color:#800080;
}

#right_box02{
	margin:10px auto 20px;
}

#right_box02 a{
	color:#0000FF;
}

#right_box02 a:hover{
	color:#800080;
}
/*-------------------------------------------
  ▼コンサルティングサービス7つのカテゴリ枠
-------------------------------------------*/
#consulting_box{
	width:630px;
	height:auto;
	color:#666;
	line-height:150%;
	margin:0px 0px 0 0px;
}
.consulting_box5{
	width:50px;
	height:200px;
	background: url(images/layout_images/ya_red.gif) no-repeat;
	margin:0px;
	float:left;
}
.consulting_box{
	width:240px;
	height:auto;
	margin:0px 20px 10px 0px;
	padding:10px;
	background:#f7fdff;
	border:solid 1px #607856;
	float:left;
}
.consulting_box4{
	width:240px;
	height:auto;
	margin:0px 0px 20px 20px;
	padding:10px;
	background:#f7fdff;
	border:solid 1px #607856;
	float:left;
}
.consulting_box2{
	margin-top:7px;
	margin-left:3px;
	margin-right:auto;
}
.consulting_box3{
	font-weight:bold;
	margin-top:7px;
	margin-left:3px;
	margin-right:auto;
}

.consulting_box0{
	font-size:1.3em;
	color:#3578A6;
	font-weight:bold;
	line-height:170%;
	margin:0px 5px 20px auto;
}

/*-------------------------------------
  ▼WMOフレームワーク開発
-------------------------------------*/
#bottom_box{
	width:600px;
	height:auto;
	border:solid 1px #dadada;
	margin:10px 0 30px;
	padding:5px 15px 15px 15px;
}

.bottom_box{
	margin-top:10px;
	margin-bottom:20px;
}

.bottom_block{
	width:600px;
	height:151px;
	margin:30px 0 10px;
}

.image_left{
	width:100px;
	margin-right:20px;
	float:left;
}

.image_right{
	width:480px;
	height:125px;
	line-height:160%;
	float:left;
}

.image_right2{
	letter-spacing:1px;
	margin-bottom:10px;

}

.image_bottom{
	width:580px;
	font-weight:600;
	float:left;
	font-size:0.9em;
	margin:10px 0 0;
}

/*-------------------------------------
  ▼理事紹介テーブルデザイン
-------------------------------------*/
#director_table h3{
	color:#FF006C;
	line-height:100%;
	background-color:#FFF;
	border-left:7px solid #FF006C;

}

#director_table table{
	width:600px;
	margin:0 0 20px 0;
	border-right:1px solid #999;
	border-top:1px solid #999;
}

#director_table th{
	font-size:0.9em;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	font-weight:600;
	background-image:url(images/layout_images/director_table_bg.gif);
	color:#607856;
	padding:7px 10px;
	vertical-align:top;
}

#director_table td
{
	font-size:0.9em;
	color:#444;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
}

/*-------------------------------------
  ▼会社概要テーブルデザイン
-------------------------------------*/
#rec_table h3{
	color:#FF006C;
	line-height:100%;
	background-color:#FFF;
	border-left:7px solid #FF006C;

}

#rec_table table{
	width:600px;
	margin:0 0 20px 0;
	border-right:1px solid #999;
	border-top:1px solid #999;
}

#rec_table th{
	font-size:0.9em;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	font-weight:600;
	background-image:url(images/layout_images/rectable_bg.gif);
	color:#6495B7;
	padding:7px 10px;
	vertical-align:top;
}

#rec_table td
{
	font-size:0.9em;
	color:#444;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
}



/*----------------------------------------------------------
|                                   　　　　                |
|            　　　    ニュースコンテンツ　　　　　　       |
|                                                           |
-----------------------------------------------------------*/
/*-------------------------------------
  ▼ニュースコンテンツ
-------------------------------------*/
#monthmain{
	background-color:#fff;
	padding:0px 0 1px;
}

#montharchive ul ul{
	width:650px;
	margin:0;
	padding:0;
}

#montharchive li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#montharchive li strong{
	display:block;
	padding:10px 20px 0px;
	color:#666;
	border-bottom:1px solid #ccc;
	width:610px;
}

#montharchive li li{
	float:left;
	padding:5px 5px 5px 20px ;
	background-repeat:no-repeat;
	background-position:10px 10px ;
	font-size:0.9em;
	white-space:nowrap;
}

#montharchive li li a{
	color:#00f;
	text-decoration:none;
	border-bottom:dotted 1px #999;
}

#montharchive li li a:hover{
	color:#f00;

}

#monthcontent{
	width:570px;
	float:left;
	margin-left:20px;
	padding-bottom:20px;
}

#monthcontent.clear{
	background-image:url(images/sidebar.gif);
	background-repeat:repeat-y;
}


#monthcontent #date{
	font-size:1.3em;
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
	color:#7FB2CD;
	margin-top:20px;
}

#monthcontent #date2{
	font-size:1.0em;
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
	color:#7FB2CD;
	margin-top:20px;
}

#monthcontent #date img{
	vertical-align:middle;
	padding-right:10px;
}

#monthpost{
	padding-bottom:10px;
}

#monthpost h2{
	color:#7FB2CD;
	font-size:1.1em;
	padding:6px 10px;
	border-bottom:solid 4px #90C3B0;

}

#monthpost p{
	padding:0 10px;
	margin-top:10px;
	font-size:0.9em;
}

#monthlist h2{
	margin:15px 0 0;
	padding-bottom:5px;
	border-bottom:solid 4px #90C3B0;
	font-size:1.1em;
}

#monthlist h2 a{
	text-decoration:none;
	color:#00657d;
}

#monthlist h2 span{
	color:#888;
	font-size:smaller;
	font-family:Verdana,Helvetica,sans-serif;
}

#monthlist h2 a:hover{
	color:#00a0c6;
}

#monthlist p{
	margin-top:10px;
	font-size:0.9em;
	line-height:140%;
}
