@charset "utf-8";

/* -----------------------------------------------------------
 Created:        2007-05-31
 Last update:    2007-05-31
 Style Info:     掲載させていただいた企業さま一覧のスタイル
----------------------------------------------------------- */

@import url("base.css");
@import url("clear.css");


/* --------------------------------------------------
	インデックス
----------------------------------------------------*/

#publishIndex #wrapperContent #mainContent .section p {
	margin: 0.5em 0 1em 10px;
}

#publishIndex #wrapperContent #mainContent .section table {
	width: 600px;
	margin: 10px;
	border-collapse: collapse;
	font-size: 85%;
}

#publishIndex #wrapperContent #mainContent .section table th {
	padding: 5px 5px 10px 5px;
	border-left: 1px solid #C4AE8B;
	border-right: 1px solid #C4AE8B;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: url(../img/publish/background_border.gif) 0px 100% repeat-x;
}

#publishIndex #wrapperContent #mainContent .section table td {
	padding: 5px;
	border-left: 1px solid #C4AE8B;
	border-right: 1px solid #C4AE8B;
	vertical-align: top;
}

/*--- セルの横幅指定 ---*/

#publishIndex #wrapperContent #mainContent .section table .name {
	width: 170px;
}

#publishIndex #wrapperContent #mainContent .section table .brand {
	width: 120px;
	text-align: center;
}

#publishIndex #wrapperContent #mainContent .section table .url {
	width: 240px;
	overflow: hidden;
}


/*--- 矢印の背景処理 ---*/

#publishIndex #wrapperContent #mainContent .section table th.arrow {
	width: 70px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	text-align: left;
	border-left: none;
}

#publishIndex #wrapperContent #mainContent .section table th.arrow span {
	padding: 0 0 0 20px;
	background: url(../img/publish/arrow_publish.gif) 0 50% no-repeat;
}

/*--- しましまの背景処理 ---*/

#publishIndex #wrapperContent #mainContent .section table .first td {
	background-color: #FCF8EC;
}

#publishIndex #wrapperContent #mainContent .section table .first .even td {
	background-color: #FFF;
}

#publishIndex #wrapperContent #mainContent .section table .second td {
	background-color: #FFF;
}

#publishIndex #wrapperContent #mainContent .section table .second .even td {
	background-color: #FCF8EC;
}

#publishIndex #wrapperContent #mainContent .section table .bottom td {
	padding: 5px 5px 15px 5px;
	border-left: 1px solid #C4AE8B;
	border-right: 1px solid #C4AE8B;
	background-image: url(../img/publish/background_border.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

/*--- 最下部のボーダ処理 ---*/

#publishIndex #wrapperContent #mainContent .section table .last th,
#publishIndex #wrapperContent #mainContent .section table .last td {
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #C4AE8B;
	border-bottom: 1px solid #C4AE8B;
	background-image: url(../img/publish/background_border_last.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
