@charset "utf-8";

#container{
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	width:790px;
	height:100%;
	overflow:hidden;
	background:#fff;
	text-align:left;
	border:#fff solid 1px;
  color:#666;
}

p {
	font-size:12px;
	line-height:140%;
}

.mb-5 {
	margin-bottom:5px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-15 {
	margin-bottom:15px;
}


.clearFix{
	clear:both;
	}

.clearFix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}


*html .clearFix{
	height:1%;
	}

*:first-child+html .clearFix{
	height:1%;
	}



/*---------------------------------------------------------------- 
header
 ----------------------------------------------------------------*/
#header {
	width:750px;
	margin:0 20px 15px;
	background:none;
}

#header p.c-link {
	height:27px;
	line-height:27px;
	background:url(../agency_mailmag/img/am_tit_bg.gif) no-repeat left bottom;
	text-align:right;
}


#header h1,
#am_box h2 {
	background:none;
	margin:0;
	padding:0;
}


/*---------------------------------------------------------------- 
information,service
 ----------------------------------------------------------------*/
#am_box {
	width:734px;
	margin:0 28px 15px;
}

#am_box div.am_cont {
	width:700px;
	padding:10px 16px;
	background:url(../agency_mailmag/img/am_cont_bg.gif) repeat-x left top;
	border:#dcdcdc solid 1px;
}

#am_box div.am_cont .info_p {
	width:680px;
	margin:0 auto;
	padding:5px 10px;
	background-color:#a6c1db;
	font-size:100%;
	font-weight:bold;
	color:#333;
}

#am_box div.am_cont .info_box {
	width:678px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border:#e9e9e9 solid 1px;
}

#am_box div.am_cont .info_box_t1 {
	color:#ff0000;
	font-size:120%;
	line-height:1.2em;
	font-weight:bold;
}

#am_box div.am_cont .info_box_t2 {
  font-size:90%;
	line-height:135%;
}

#am_box div.am_cont .info_box_t3 {
	margin:5px 0 0;
	text-align:right;
	font-size:90%;
}

#am_box div.am_cont .img_t {
	vertical-align:bottom;
}

#am_box div.am_cont .img_l {
	margin:0 10px 10px 0;
	float:left;
}


/*---------------------------------------------------------------- 
mail
 ----------------------------------------------------------------*/
.am_ag {
	padding-bottom:15px;
	background:#ffeeb3 url(../agency_mailmag/img/am_ag_w-bottom.gif) no-repeat left bottom;
}

.am_ag_box {
	padding:0 18px;
	background:url(../agency_mailmag/img/am_ag_bg.gif) repeat-x left top;
}

.am_ag_box_w01 {
	padding:8px;
	background:#ff9460;
	border:#df8e56 solid 1px;
}

.am_ag_box_w02 {
	padding:5px;
	background:#fdffd6;
	border:#df8e56 solid 1px;
}


