@charset "utf-8";

/* ========================================================
 *
 *		NEMS Activity Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/05/20
 *
 *		color scheme:
 *
 *		Green		#8FC536
 *		DeepGreen	#437514
 *		Orange		#FF840A
 *		Red			#990000
 *
 ========================================================*/

/* =====================================
	装飾リスト
===================================== */


/*	Guide List 01	
------------------------------------- */
.guide_list_01 {
	margin: 0 0 20px;
	background: url(../../../common/images/common/dot_bg_horizon.gif) repeat-x left top;
}

.guide_list_01 dt {
	clear: both;
	float: left;
	width: 7em;
	padding: 0.5em 0 0.5em 1em;
	text-indent: 13px;
	font-weight: bold;
	background: url(../../../common/images/common/arrow_orange_02.gif) no-repeat 10px center;
}

.guide_list_01 dd {
	/*margin: 0 0 0 8em;*/
	padding: 0.5em 1em 0.5em 9em;
	background: url(../../../common/images/common/dot_bg_horizon.gif) repeat-x left bottom;
}

.guide_list_01 dd div {
	padding: 0 0 0 1em;
	background: url(../../../common/images/common/dot_bg_vertical.gif) repeat-y left top;
}

* html .guide_list_01 dd div {
	height: 1%;
}

.guide_list_01 dd dl {
	margin: 0;
}

.guide_list_01 dd dl dt {
	clear: none;
	float: none;
	width: auto;
	padding: 0;
	text-indent: 0;
	background: none;
}

.guide_list_01 dd dl dd,
#mainarea .guide_list_01 dd p {
	margin: 0;
	padding: 0;
	background: none;
}

.guide_list_01 dd ul {
	margin: 0 0 0 1.25em;
}



/* =====================================
	装飾テーブル
===================================== */

/*	sell color	
------------------------------------- */
.tb_gray { background: #f6f6f6; }
.tb_orange { background: #FFF0D0; }

/*	Guide Table 01	
------------------------------------- */
.guide_table_01 {
	width: 100%;
	margin: 0 0 20px;
}

.guide_table_01 th,
.guide_table_01 td {
	padding: 0.5em;
	border: solid 1px #ccc;
}

#contents .reset {
	margin: 0;
}



/* =====================================
	装飾ブロック
===================================== */
.apply_box {
	margin: 0 0 20px;
	padding: 10px;
	background: url(../../../common/images/common/grid_bg_01.gif) repeat;
}

#mainarea .section .apply_box p {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
}

/* =====================================
	装飾テーブル
===================================== */
.table01 {
	margin-bottom: 20px;
}

.table01 th,
.table01 td {
	padding: 10px 20px;
	border: solid 1px #ccc;
}

.table01 th {
	background: #f6f6f6;
}

/* =====================================
	事業一覧
===================================== */
#activity_link {/* 558px */
	margin-right: 1px;
	border: solid #fff;
	border-width: 1px 0 0 1px;
}

#activity_link li {
	float: left;
	width: 279px;
	text-align: center;
}

#activity_link li a,
#activity_link li span {
	display: block;
	padding: 20px 0;
	font-size: 18px;
}

#activity_link li a {
	background: #437514;
	color: #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	font-weight: bold;
}

#activity_link li a:hover {
	background: #E3F3CD;
	color: #333;
	text-decoration: none;
}

#activity_link li span {
	background: url(../../../common/images/common/grid_bg_01.gif);
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}





