@charset "utf-8";
/*index===================================
recent topics Layout

_1. page title
_2. text area
  2_1. container
_3. photo style
  3_1. common style
  3_2. float left 200px
  3_3. float right 200px
  3_4. float left 300px
  2_5. float right 300px
  2_6. full size 535px

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

/*=========================================
_1. page title
=========================================*/

div#main h2.page-title{
	height:110px;
	background:#333 url(../minseikoron/image/page_title.jpg) no-repeat;
	}

/*=========================================
_2. text area
=========================================*/

/*_2-1. container*/

div#text-area {
	background:url(../common/text_area_bg.gif) repeat-y;
	}

/*=========================================
_3. photo style
=========================================*/

/*_3-1. common style*/


#text-area .caption{
	clear:both;
	display:block;
	font-size:12px;
	line-height:1.35em;
	margin:5px 0 5px 0;
	padding:5px;
	text-indent:0em;
	border:1px solid #CCC;
	}


#text-area dl{
	margin:1em 0 0 20px;
	padding:0 0 0 13px;
	background:url(../common/side_navi_arrow.gif) no-repeat 0 7px;
	}
	
#text-area dd{
	font-size:12px;
	}

div#iguazuMenue{
	float:left;
	width:535px;
	margin:10px 20px 1em 20px;
	padding:0 0 10px 0;
	text-align:right;
	border-bottom:1px solid #CCC
	}

div#text-area .navi{
	display:block;
	float:right;
	width:535px; 
	margin:0 20px 0.5em 0;
	text-align:right
	}