/* 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
===================================================*/
.img{
	vertical-align:top;
	}
	
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}

.campaign a{
color: #ff6f43!important;
text-decoration: none!important;
}

.campaign a:hover{
color: #ff6f43!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;
	} */


/* template
---------------------------------------------------*/
	

.campaign{
	text-align:left;
	margin:0 0 100px 0;
}

.campaign .head{
	margin:0 0 15px 0;
	height:300px;
	}	

.campaign .read p{
	font-size:16px;
	margin:0 0 30px 0;
	line-height:1.5;
	padding:0 20px;
	color:#382d0d;
	}
	
.campaign .note_block{
	background:url(../images/note_bk.gif)  top left repeat-y;
	clear:both;
	overflow:hidden;
	}
	
.campaign .section{
	width:740px;
	margin:0 0 40px 20px;
	clear:both;
	overflow:hidden;
}

/* backnumber
---------------------------------------------------*/
	
	
.campaign .backnumber ul{
	}
	

.campaign .backnumber ul li{
	font-size:15px;
	padding:5px 0;
	text-align:center;
	}
	

.campaign .backnumber ul li a{
	}
	

