/* CSS Document */

body{
	font-size:13px;
	background:#F9C;
	}

a{
	color:#40bab5;
	text-decoration:underline;
}

#social_btn{/*ソーシャルボタン成形用*/
	position: absolute;
	overflow: hidden;
	text-align: left;
	width: 378px;
	/*width: 375px; はてぶ反映時*/
	height: 20px;
	top: 13px;
	height: 20px;
	left: 523px;
}

strong{
	font-weight:bold;
}

h1{
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
}

#caption{
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	font-size:12px;
}

#contens {
	position:relative;
	margin:0 auto;
	width: 900px;
	background-color: #FFF;
	box-shadow:1px 1px 8px #000000;
	overflow:hidden;
}

#header{
	text-align:center;
	font-size:15px;
	line-height:1.9em;
}

	#header strong{
		font-weight:bold;
		text-decoration:underline;
		color:#F00;
	}


.sentBox{
	font-size:14px;
	padding: 20px;
	margin: 20px;
	border: #999 solid 1px;
}



	dl{
		margin-left:10px;
	}
	
	dt{
		font-weight:bold;
	}
	
	dd{
		margin:3px 10px 12px 10px;
	}
	
h3{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:2px solid #F00;
	padding-bottom:-8px;
}

h4{
	color:#666;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}


#caution strong{
	font-weight:bold;
	text-decoration:underline;
}

li{
	margin-left:13px;
	font-size:12px;
	list-style:outside;
}

#footer{
	text-align:center;
	font-size:12px;
	color:#999;
	padding:0px 10px 30px 10px;
}