@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(../rabaul/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;
	}

.200{
	width:200px;

	}
	
.300{
	width:300px;
	border:1px solid #CCC;
	}
	
.full{
	width:523px;
	}

/*_3-2. float left 200px*/

.left-200{
	float:left;
display:block;
	width:200px;
	margin:2em 1em 0 20px;
	}

/*_3-3. float right 200px*/

.right-200{
	float:right;
	width:200px;
	margin:2em 20px 0 0.5em;
	}
	
/*_3-4. float left 300px*/

.left-300{
	float:left;
	width:300px;
	margin:2em 1em 0 20px;
	}

/*_3-5. float right 300px*/

.right-300{
	float:right;
	width:300px;
	margin:2em 20px 0 1em;
	}

/*_3-6. full size 535px*/

.center-full{
float:left;
	clear:both;
	width:535px;
	margin:1.5em 0 1.5em 20px;
	}

#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#profile{
	clear:both;
	width:525px;
	height:90px;
	margin:2em 0 0 20px;
	padding:5px;
	border:1px solid #CCC;
	}

#proPhoto{
	float:left;
	width:90px;
	height:80px
	}
	
#proDetail{
	float:right;
	width:435px;
	font-size:12px;
	line-height:1.25em
	}

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
	}