@charset "utf-8";
/*  -----  /present/css/index.css ------   */


/*  -------------
     index
-----------------  */

#presentBox {
	border: solid 1px #666;
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	margin: 0 5px 0 5px;
}

#presentBox h2 {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-size: 100% !important;
	font-weight: bold !important;
}

.presentBox01 {
	overflow: hidden;
	zoom: 1;
}

.presentBox01 table {
	width: 575px;
	margin: 10px 0 0 5px;
	border-collapse: collapse;
}

.presentBox01 td {
	font-size: 84%;
	line-height: 1.5;
	border: solid 1px #888;
	padding: 10px;
}

.presentBox01 td.td01 {
	width: 80px;
	background-color: #d7e366;
}

.presentBox01 td.td02 {
	width: auto;
}

.present p.presentp {
	clear: both;
	margin: 10px 0 0 5px;
}


#mail_form {
	clear: both;
}











