@charset 'utf-8';

/*
--------------------------------------------------------------
   Kigoulab CSS for RealNZ
   created :2006/7/10
   Os: ALL
   Ua: ALL
   home.css
-------------------------------------------------------------*/


/*Base
-------------------------------------------------------------*/

@media screen {

body {
	background-image:url(../img/bg_big.gif);
}

}


/*header
--------------------------------------------------------------*/

#header #hm_promo {
	margin-top: 18px;
	margin-left: 25px;
	height:14px;
}

#header #hm_promo img {
	vertical-align: text-bottom;
	margin-bottom:3px;
}



/*home navi
--------------------------------------------------------------*/

#navi_hm {
	width: 768px;
	margin:0 auto;
	padding:6px 0;
	text-align:left;
	border:none;
	clear:both;
}

#naviInr_hm {
	line-height: 1.2;
	background-image: url(../../img/kiwi_tr.gif);
	background-repeat: no-repeat;
	background-position: 10px -1px;
	text-align: center;
	padding-left: 38px;
	height: 24px;
}

#naviInr_hm li.ac {
	text-align:center;
	font-weight:bold;
	padding:0 6px 0 4px;
	_padding:0 4px 0 6px;
	margin:0px;
	border-left:1px #87D300 solid;
	border-right:1px #FFFFFF solid;
	display:inline;
}

#naviInr_hm li.ac a:link,
#naviInr_hm li.ac a:visited {
	color:#FFFFFF;
}

#naviInr_hm li.ac a:hover,
#naviInr_hm li.ac a:active { 
	color:#CC0000;
	text-decoration:none; 
}


/* navi_big
--------------------------------------------------------------*/

#navi_big {
	text-align:center;
}

#naviInr_big {
	width: 768px;
	margin:0 auto;
	text-align:center;
}

#naviInr_big div.box {
	width:186px;
	text-align:left;
	margin:3px;
	float:left;
	display:inline;
}

#naviInr_big div.cap {
	margin-top:4px;
}



/* hotTopics 
--------------------------------------------------------------*/

#hotTopics {
	text-align:center;
	margin:0 auto;
	margin-top:12px;
	width:768px;
}

#hotTopicsTtl {
 background-image: url(../../img/hm_hottopics_bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	font-weight:bold;
	color:#FF9900;
}

#hotTopicsTtlInner {
	text-align: left;
	line-height: 1.2;
	padding-left:180px;
}

#hotTopicsInner{
	width:768px;
	line-height:1.3;
	text-align: left;
	margin-top:12px;
}

#hotTopicsLeft {
	width:370px;
	float:left;
	display:inline;
}

#hotTopicsRight {
	width:370px;
	float:right;
	display:inline;
}

div.topicbox {
	clear:both;
	height:100px;
	margin-bottom:12px;
}

div.topicbox h3 {
	margin:0 0 0.3em;
	font-size:14px;
	font-weight:bold;
	color:#2F729E;
}

div.topicbox span {
	vertical-align:top;
}

div.topicbox img.photo {
	margin-right:10px;
	background-color:#FFCCFF;
	float:left;
}

/* IE6 */
div.topicbnr {
	_float:right;
	_display:inline;
}

/* Modan UA */
html>body div.topicbnr {
	margin-left:142px;
}

div.topicbox a:link,
div.topicbox a:visited,
div.topicbox a:hover,
div.topicbox a:active {
	color:#333333;
	text-decoration:none; 
}


/*contents layout
--------------------------------------------------------------*/

#hm_mainImg { }

#hm_infoCol {
/*	background-image: url(../../img/hm_crux.gif);
	background-repeat: no-repeat;
	background-position: 0 10px ;
	padding-left: 48px;*/
	width: 580px;
	float: left;
}

#hm_infoColInner {
	border-left:4px #99CC00 solid;
	padding:0 8px;
	margin:0 0 10px;
}

#hm_subCol {
	width: 186px;
	float: right;
}

#hm_subCol_jp {
	width:186px;
/*	float:left; */
}

#hm_subColInner_jp {
	border-left:4px #99CC00 solid;
	padding:0 8px;
	margin:6px 0;
}

#hm_subCol_en {
	width:186px;
/*	float:right; */
}

#hm_subColInner_en {
	border-left:4px #99CC00 solid;
	padding-left:8px;
	margin:24px 0 12px 0;
}


*html #hm_subColInner_en {
	margin:12px 0 12px 0;
}



/* Information
--------------------------------------------------------------*/

/* updata  2007-07-31@tomix */

#information {
	height:278px;
	overflow:auto;
}

#information div.info {
  margin-top:10px;
	 margin-bottom: 12px;
	 padding-right:12px;
}

* html #information div.info {
  	margin-top:0; /* For IE */
}

#information div.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	padding-right: 6px;
	float: left;
}

#information div.text {
	line-height: 135%;
	margin-left: 70px;
}

.info .link {
	text-align: right;
	margin-right:25px;
}


/* Information Right
--------------------------------------------------------------*/

#hm_subColInner_jp .read {
	line-height:135%;
	margin-top:18px;
}

#hm_subColInner_jp .button {
	margin-top:18px;
}

#hm_subColInner_en .read {
	line-height:135%;
	margin-top:18px;
}

#hm_subColInner_en .button {
	margin-top:18px;
}


/* hm_footerBnr
--------------------------------------------------------------*/

#hm_footerBnr {
 clear:both;
	margin:6px 0;
	height:118px;
}

