@charset "utf-8";

/* 070717 h-abe start */
/* contents */
/**************************************/
#contents h3.nai{
	border-bottom   : none;
	margin          : 20px 0px 10px 0px;
	padding         : 0px 3px 3px 0px;
}

#contents h3.img{
	border-bottom   : none;
}

p.under-arrow{
	text-align       : center;
}

p.caption{
	line-height     : 130%; 
}

p.column-image{
	text-align       : center; 
}

p.column-text{
	line-height       : 150%; 
}

div.column{
	background-color : #f5f5f5;
	border-bottom    : 2px solid #d6dcde;
	font-weight      : bold;
	margin           : 0px 0px 10px 0px;
	padding          : 5px 10px 5px 10px;
}

/* contents : div : float */
/**************************************/
div.left-float-intro {
	width            : 220px; /* -padding10px (for win-IE) */
	height           : 155px; /* height */
	float            : left;
	margin           : 0px 0px 0px 0px;
	padding          : 0px 10px 0px 0px;
}

div.right-float-intro {
	width            : 240px;
	float            : right;
}

div.left-float {
	width            : 305px; /* -padding10px (for win-IE) */
	float            : left;
	margin           : 0px 0px 0px 0px;
	padding          : 0px 10px 0px 0px;
}

div.right-float {
	width            : 155px;
	height           : 195px; /* height + text */
	float            : right;
}

div.clear {
	clear            : both;
}
