@charset "UTF-8";
/* CSS Document */

#contents{
	margin: 0 auto;
	padding: 5px 0 50px; 
	width: 800px;
	height: 400px;
	/*background-color: #CCCCCC;*/
}
	
/*============================
共通帯
=============================*/
#contentsIcon{
	width: 50px;
	height: 50px;
	}
.absolute {
    position: absolute;
    left: 60px;
    bottom: 40px;
}
.relative {
	position: relative;
	width: 35px;
}

/*============================
見出し
=============================*/
h3{
	font-size: 1.2em;
	position:relative;
	padding: .25em 0 .5em .75em;
	border-left: 10px #55CA52 solid;
	border-bottom: 1px #000000 solid;
	margin: 20px 0;
	}
/*============================
メールボタン
=============================*/
.btn{
	width: 150px;
	height: 40px;
	text-align:center;
	margin:10px 0;
	padding-top:13px;
	background: -moz-linear-gradient(top,#74B62D 0%,#B3CA23);
	background: -webkit-gradient(linear, left top, left bottom, from(#3DC318), to(#5A8F1D));
	border: 1px solid #DDD;
	border-radius: 5px;
	}
.btn a{
	color: #FFFFFF;
	}