@charset "utf-8";

/* 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

/* 全体
------------------------------*/

/* CSS Document */

/* メニュー部分
-------------------------------------------------------------------------------------*/
#subtop {
		float:left;
		width: 900px;
		height: 100px;
		padding: 10px 50px 45px;
}


/* メイン部分
-------------------------------------------------------------------------------------*/
#job {
	float:left;
	width:950px;
	height: auto;
	padding-left: 50px;
	margin-bottom: 20px;
}

.textindent {
	float:left;
	width:580px;
	height: auto;
	padding-top: 15px;
}

.listblock {
	float:left;
	width:595px;
	height: auto;
	padding-bottom: 10px;
}

#detail {
	float:left;
	width:595px;
	height: auto;
}

#detail h2 {
	float:left;
	width:520px;
	height: 20px;
	display: block;
	color: #FF33CC;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF33CC;
}

#detail p {
	float:left;
	width:595px;
	height: auto;
}

#detail p.right {
	float:left;
	width:575px;
	height: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	display: block;
}

#detail table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 100%; /* ボックスの幅を指定 */
	float: left;
	margin-top: 10px;
}

#detail td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}

#detail th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #F3F3F3; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */	
	width: 200px; /* ボックスの幅を指定 */
}

#list {
	float:left;
	width:595px;
	height: auto;
	padding-right: 0px;
}

#list h2 {
	float:left;
	width:520px;
	height: 20px;
	display: block;
	color: #FF33CC;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF33CC;
}

#list table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 100%; /* ボックスの幅を指定 */
	float: left;
	margin-top: 10px;
}

#list td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}

#list th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #F3F3F3; /* セルの背景色を指定 */
	font-weight: bolder; /* フォントを通常の太さに指定 */
	padding: 10px; /* ボックスの幅を指定 */
	font-size: 110%;
}
