/*----------------------------------------------------------------------------
 * Home
 */
#header_jp{
	width: 800px;
	height: 100px;
	background-image: url('../images/home/jp.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#header_jp h1{
	display: none;
}
#header_en{
	width: 800px;
	height: 100px;
	background-image: url('../images/home/en.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#header_en h1{
	display: none;
}
#contents #main #conversation{
	margin-bottom: 10px;
	height: 86px;
}
#contents #main #con01{
	float: left;
	width: 406px;
	height: 86px;
	background-image: url('../images/home/conversation01.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#contents #main #con01 a{
	display: block;
	width: 406px;
	height: 86px;
	font-size: 1px;
	text-indent: -5000em;
}
#contents #main #con02{
	float: left;
	padding-top: 14px;
	width: 123px;
	height: 65px;
	background-image: url('../images/home/conversation02.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #f00;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#contents #main #text{
	padding-left: 280px;
	width: 290px;
	height: 320px;
	background-image: url('../images/home/photo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#contents #main #text_en{
	padding-left: 280px;
	width: 290px;
	height: 390px;
	background-image: url('../images/home/photo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#contents #main ol{
	padding:0 0 30px 30px;
}
#contents #main ol li{
	color:#060;
	font-size:medium;
	text-decoration:underline;
	list-style-type:decimal;
}
#contents #main h3{
	color:#f00;
	font-size:medium;
}
