/* Font Setting 
--------------------------------------------------
px = percent

8 = 62
9 = 69
10 = 77
11 = 85
12 = 93 (was 93)
13 = 100
14 = 108 (was 107)
15 = 116 (was 114)
16 = 123.1 (was 122)
17 = 131 (was 129)
18 = 138.5 (was 136)
19 = 146.5 (was 144)
20 = 153.9 (was 152)
21 = 161.6 (was 159)
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197
*/

/* layout
===================================================*/
.campaign a{
/* color: #ffffff!important;
text-decoration: underline!important;
 */}

.campaign a:hover{
/* color: #00b7ee!important;
 */text-decoration: underline!important;
}

a:hover img.hoverImg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.float_r{ float: right;}
.float_l{ float: left;}

.t_center{ text-align:center;}
.r_center{ text-align:right;}

.mrgB20{ margin-bottom:20px;}

.pink{ color:#e7368e;}

/* contents
===================================================*/

/* body{
	background-color:#f2f6c7;
	}

.head_bar{
	width:100%;
	height:43px;
	background-color:#5b4e29;
	}

.wrapper {
	width:1040px;
	background-color:#FFF;
	margin:0 auto;
}

.head{
	background-color:#7c7154;
	height:100px;
	width:100%;
	}

#all_Content{
	width: 1000px;
	margin:20px 20px 0 20px;
	clear:both;
	overflow:hidden;
}


.right_block{
	width:200px;
	height:1000px;
	background-color: #666;
	float:right;
	}


.left_block{
	width:780px;
	float:left;
	}
	
.footer{
	background-color:#CCC;
	width:100%;
	height:140px;
	} */


/* list
---------------------------------------------------*/

	.campaign{
		text-align:left;
	}
	
	.campaign .selection{
		margin:0 0 50px 0;
		overflow: hidden;
	}

	.campaign .selection .unit_block{
		overflow: hidden;
		clear: both;
		margin:0 0 15px 0!important;
	}



	.campaign .selection .unit{
		width:185px;
		float:left;
		margin:0 12px 10px 0!important;
		padding:0!important;
	}



	.campaign .selection .pnone{
		margin-right:0!important;
	}



	.campaign .selection .unit h2{
		font-size:93%;
		margin:0 0 0 0!important;
		padding:4px 0 4px 0!important;
		text-align:left;
		color:#256aae;
		line-height:1.66;
	}



	.campaign .selection .unit p{
		font-size:77%;
		line-height:1.5;
	}
	

	.campaign .list_cat{
		margin:0 0 15px 0;
		}



	.campaign .selection .unit a{
		text-decoration:none;
	}