@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
 __content   コンテンツ全体
-----------------------------------------------*/
/* #header は menu_btn.cssに記述 */
/* #main は base.cssに記述  */


/*-----------------------------------------------
 __「お仕事までの流れ」　タイトル画像表示エリア
-----------------------------------------------*/
#title {
	background: url(../image/rule_title.gif) no-repeat 40px 40px;
	float: left;
	height: 100px;
	width: 800px;
}

/*-----------------------------------------------
 __「お仕事までの流れ」　テキスト
-----------------------------------------------*/
#rule {
	float: left;
	height: 600px;
	width: 800px;
}

#text {
	float: left;
	height: 500px;
	width: 600px;
	margin-left: 80px;
	border: 1px solid #DDD;
	overflow: auto;
	padding: 20px;
	line-height: 1.4em;
	margin-top: 10px;
	letter-spacing: 1.5px;
}

.green {
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	background: url(../image/ul_list.gif) no-repeat 3px 0.1em;
	color: #669933;
	list-style: url(none) none;
}

.indent {
	margin-left: 6px;
	list-style: none inside;
	font-weight: normal;
	color: #666666;
}
.indent2 li {
	margin-left: 20px;
	list-style: decimal inside;
	font-weight: bold;
}


#text .list .green .indent a {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}

#text .list .green .indent a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

#text .list .green .indent .bold {
	font-weight: bold;
}


.red {
	color:#C00;
	font-weight:bold;
}

