

/*** article ********************************************************************/

#article{
	float	: right;
	width	: 775px;
	margin-bottom	: 20px;
}

/*** 見出し ***/
#article h2{
	clear	: both;
	width	: 775px;
	height	: 32px;
	background-repeat	: no-repeat;
	background-position	: left top;
	
	/* text-hidding */
	overflow		: hidden;
	text-indent		: -5000px;
}
#article h2#h2_omoi	{	background-image:url("./common_images/h2_omoi.png");	}
#article h2#h2_hoken{	background-image:url("./common_images/h2_hoken.png");	}
#article h2#h2_case	{	background-image:url("./common_images/h2_case.png");	height:55px;	}


#article h3{
	width	: 635px;
	height	: 20px;
	background-repeat	: no-repeat;
	background-position	: left top;
	
	/* text-hidding */
	overflow		: hidden;
	text-indent		: -5000px;
}
#article h3#h3_reason{	background-image:url("./common_images/h3_reason.png");	}
#article h3#h3_omoi{	background-image:url("./common_images/h3_omoi.png");	}



/*** セクション ***/
#article .section{
	background-color: white;
	padding			: 15px 0px 5px 15px;
	margin			: 0 auto 10px;
	overflow		: auto;
	height			: 100%;
	border-right	: 1px solid silver;
	border-left		: 1px solid silver;
	border-bottom	: 1px solid silver;
}
	#article .section p,
	#article .section img,
	#article .section table{
		margin	: 0 10px 10px 0;
	}


/*** 注釈 ***/

#article .end_notice{
	text-align		: right;
	color			: #cc3333;
}


/*** 表 ***/
#article table{
	border-collapse	: collapse;
	width			: 635px;
}
	#article table th{
		background-color	: #cccc99;
		color		: #666600;
		border		: 1px solid #a7a77a;
		padding		: 10px;
		text-align	: center;
		white-space	: nowrap;
		font-weight	: normal;
		vertical-align	: top;
	}
	#article table td{
		border	: 1px solid #a7a77a;
		padding	: 10px;
	}
	#article table input,
	#article table textarea{
		border	: 1px solid #cccc99;
	}

/*** レイアウト用table ***/
#article table.layout{
	margin	: 0;
	padding	: 0;
}
	#article table.layout td{
		border	: none;
		margin	: 0;
		padding	: 0;
		vertical-align	: top;
	}


#article strong{
	color	: #ff3333;
}


/*** article - 単発もの ********************************************************************/

#article .case{
	list-style-type	: none;
}
#article .case li{
	float	: left;
}
	#article .case li img{
		margin	: 0 8px 0 0;
	}

#article .hoken dt{
	height		: 25px;
	text-indent	: -9999px;
	overflow	: hidden;
	background	: transparent none no-repeat scroll left top;
}
#article .hoken dt#hoken01{	background-image	: url("./common_images/hoken01.png");	}
#article .hoken dt#hoken02{	background-image	: url("./common_images/hoken02.png");	}
#article .hoken dt#hoken03{	background-image	: url("./common_images/hoken03.png");	}


#article .hoken dd{
	padding-bottom	: 20px;
	padding-left	: 20px;
}

#article .section.omoi{
	background	: transparent url("./common_images/president.jpg") no-repeat scroll right top;
}
