@charset "UTF-8";
/*
 * 2016.04.28 W220画像をW180に表示させる
 */
 
/*--------------------------------------
　企業ページ専用CSS
---------------------------------------*/
*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666666;
	font-size: 72.5%;/* IE */
	line-height: 150%;
	letter-spacing:1px;
	background-image:url("../img/collabo/bk.jpg");
	background-repeat: repeat-x;
}

html>/**/body {
  font-size: 14px; /* Except IE */
}

#wrap{	
	width:930px;
	background-color:#fff;
	margin:0 auto 0 auto;
	padding:0px;
	border-left-color::#aa9657;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color::#aa9657;
	border-right-style:solid;
	border-right-width:1px;
}

#container{
	border-top-width:5px;
	border-top-style: solid;
	border-top-color:#339966/*-- ロゴ下ボーダー下-*/
}

/*--------------------------------------
 フロート回り込み解除
---------------------------------------*/
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


/*--------------------------------------
　共通リンク
---------------------------------------*/
a { color:#333399;
	text-decoration:underline;
}

a:hover{
	color:#333399;
}


/*--------------------------------------
　見出しタグ
---------------------------------------*/
h1{
	width:900px;
	height:44px;
	margin:0;
	font-size:20px;
	font-weight:bold;

	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image:url("../img/collabo/bk_h1.jpg");　　
	background-repeat: repeat-x;
}

h1 a {color:#FFFFFF;
	}

h2{
	
	background-color:#fff;/*#ffcc00;--417-*/
	font-size:14px;
	color:#FFF;
	text-indent:10px;
	vertical-align:top;
    display:block;
	width:180px;
	border-left-width:10px;
	border-left-style: solid;
	border-left-color:#ffffff;/*#ff9933;--417-*/
	
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/

#header_cm20{
	margin: 0px;
	padding:15px 30px 5px;
	width:870px;
	background-color:#fff;
	border-bottom:5px;
	border-bottom-style: solid;
	border-bottom-color:#99CC33;/*--ロゴ下ボーダー上-*/
}

#header_cm20 img#logo {
	margin: 0px;
	padding:0px;
	width: 170px;
	height:35px;
	float: left;
}

#header_cm20 ul {
	padding-top: 13px;
	margin: 0;
	float: right;
	width: 625px;
}

#header_cm20 li	{
	display: inline;
	/*margin-left: 15px;
	padding-left: 19px;*/
	float: right;
	list-style-type: none;
	/*background-image: url(<!--{$TPL_DIR}-->img/rinri/arrow.jpg);
	background-repeat: no-repeat;*/
}


/*--------------------------------------
　メイン
---------------------------------------*/

/* 2カラム設定 */
div#two_maincolumn {
	float: left;
	width: 610px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 30px;
}

div#two_maincolumn h2 {
    padding:  10px 0;
	margin-bottom:10px;
}

/*---企業概要イメージエリア---------------*/
#gaiyou{
	padding-bottom:15px;
}

.imagearea {
	margin-top:10px; 		
}

.imagearea li {
	width:180px;
	float:left;
    display:inline;
    margin:0 10px 0 10px; 		
}

.imagearea li img {
	width:auto;
	max-width:100%;
}

.imagearea li p{
	margin:10px 0px 0px 0px;
	font-size:0.8em;
	line-height:140%;
		
}

.article01{margin-right: 5px;}		
.article02{margin-right: 5px;}



/*---耳寄り情報エリア---------------*/
div#two_maincolumn h2.mimi {
    padding:  0;
	margin : 0 0 5px 0;
	width:600px;
	height:80px;
	border-left:none;
	background-image:url("../img/collabo/mimi.jpg");
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-color:none;
}
#mimi table {
   table-layout: fixed;     
   border-collapse: collapse;
   border: 2px solid #336600;
  /*-417-- border: 3px solid #ff6600; セルの外側ライン*/   
   margin-bottom:5px;
   witdh:594px;
}

#mimi table th {
   text-align:left;
   padding-left:10px;
   width:150px;
   background-color:#99CC33;
   /*-- background-color:#ffcc99; --*/
   color:#fff;
   border-bottom:1px solid #336600;
    /*-417--border-bottom:1px solid #ff6600; --*/
}

#mimi table td {
	width: 423px;
	padding: 5px; 
	border-left:1px solid #336600;
	 /*-417--border-left:1px solid #ff6600;--*/
	border-bottom:1px solid #336600;
	 /*-border-bottom:1px solid #ff6600;--*/
}

#mimi table a {
      color:#00F;
	  font-size:13px;
}

.note {
      color:#336600;
	  font-size:80%;
	  margin:0;
	  padding:0;
}

/*---企業情報エリア---------------*/
#jyoho table {
   table-layout: fixed;     
   border-collapse: collapse;
   border: 2px solid #999933; /*セルの外側ライン*/   
   margin:15px 0;
   witdh:594px;
}

#jyoho table th {
   text-align:left;
   padding-left:10px;
   width:150px;
   background-color:#F6F6F6;
   color:#666;
   border-bottom:1px solid #cccc99;
}

#jyoho table td {
	width: 423px;
	padding: 5px; 
	border-left:1px solid #cccc99;
	border-bottom:1px solid #cccc99;
}

#jyoho table a {
      color:#00F;
   font-size:13px;
}


.main p{
	line-height:2.0em;
	margin:10 0 0px 0;
}
#main ul{
	color:#ff0000;
	line-height:140%;
	font-size:14px;
}

#touroku{clear:both;}

#touroku table {
   table-layout: fixed;     
   border-collapse: collapse;
   border: 4px solid #ddd;   
   margin-bottom:15px; 
}
#touroku table td {
	padding: 5px; 
	width:180px;/* セル内側の余白：3ピクセル */
}

#touroku table td a {  
   color:#00F;
   font-size:13px;
}



/*--------------------------------------
　右バナー
---------------------------------------*/

div#rightcolumn {
    float: right;
    width: 240px;
	margin-top: 25px;
	margin-right:30px;
}

div#rightcolumn h2 {
    padding: 15px 0 ;
}

#dandai_banner{
	background-color:#99cc33;
	   margin:15px 0;
	   padding-left:10px;
	
	}

/*2015.4.29変更 ----- */
#ichiran table {
   table-layout: fixed;     
   border-collapse: collapse;
   margin:15px 0 0 0;
  /* border: 2px solid #999933; セルの外側ライン 

   witdh:594px;*/  
}

#ichiran table th {
   text-align:left;
   padding-left:10px;
   width:150px;
   background-color:#339966;
   color:#fff;

}


#ichiran table a {
      color:#ffF;
   font-size:13px;
}

/*-----迄--------  */


/* 検索　
----------------------------------------------- */
#serch-bn {
	width:240px;
}

#searcharea {
	display:block;
	width:180px;
	padding:10px 29px;
	margin-bottom:10px;
	/*background:url(images/kensaku_kaiin.jpg) no-repeat;*/
	text-decoration:none;
	text-align:center;
	border:#cccc99;
	border-style:solid;
	border-width:1px;
}

div#searcharea p {
    text-align: center;
	padding-bottom: 8px;
}

div#searcharea .search_selecter{
    width: 180px;
}

div#searcharea .box170 {
    width: 170px;
    border: solid 1px #cccc99;
}

div#searcharea .btn {
	padding-bottom: 0px;
}


/*--------------------------------------
　フッター
---------------------------------------*/
#to_pagetop p {
	text-align:right;
	padding:10px 0;
	margin-right:30px;
	clear:both;
}

#footer {
	clear:both;
	text-align:center;
	font-size:12px;
	padding:20px 0;
	background-color:#669933;
	color:#ffffff;
	/*line-height:150%;*/
}

#footer a{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover{
	color:#33C;
	
}

