@charset "shift_jis";
/* common/css/common.css */


/*============================================================

	index

============================================================*/

div.contentArea{
	overflow:hidden;
	position:relative;
}

div.contentArea h3{
	font-size:16px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #FC0;
	border-left:3px solid #FC0;
	padding-left:10px;
}

div.contentArea ul{
	overflow:hidden;
	margin-bottom:5px;
}

div.contentArea li{
	width:295px;
	margin-right:10px;
	float:left;
}

div.contentArea p{
	padding:20px 20px 70px;
	background:#f3f1e9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	
}

div.contentBouttn{
	position:absolute;
	z-index:10;
	right:15px;
	bottom:15px;
}