@charset "utf-8";


/*==================================================

	module
	
==================================================*/


/*==================================================

	base
	
==================================================*/

/*	table	*/
table.base {
	margin:20px 15px 0;
}
table.base th,
table.base td {
	padding:10px 20px;
	border:1px solid #CCC;
	text-align:left;
	vertical-align:top;
}
table.base th {
	background:#F0F0F0;
}
table.base td {
	text-align:right;
}

/*	ul	*/
ul.base {
	padding-top:10px;
	margin:0 20px;
}
ul.base li {
	background:url(../../img/ico_arrow_b.jpg) left 5px no-repeat;
	padding-left:10px;
	margin-top:5px;
}

/*	dl	*/
dl.base {
}
dl.base dt {
}
dl.base dd {
}


/*==================================================

	note
	
==================================================*/

/*	text	*/
small.note {
}

/*	list	*/
ul.note {
}
ul.note li {
}


/*==================================================

	float
	
==================================================*/

/*	clearfix	*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	display:block;
	clear:both;
	content:'';
}

/*	float	*/
.left {
	display:inline;
	float:left;
}
.right {
	display:inline;
	float:right;
}

/*	figure	*/
p img.right,
figure.right {
	margin-left:20px;
}
p img.left,
figure.left {
	margin-right:20px;
}