@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : home.css
=================================================================== */
/*** 韓国・中国の方への挨拶部 ***/
#captionArea{
	position: relative;
}
#salutation{
	padding: 10px 0 0 0;
}
#salutation li{
	padding-left: 20px;
	display: inline;
}

/*** ニュース部 ***/
#newsArea{
	padding: 20px 0 5px;
	width: 630px;
	position: relative;
	text-align: left;
}
#newsArea h3{
	background: url("../images/home/newsTitleBg.gif") no-repeat left top;
	height: 43px;
	text-indent: -9999px;
}
#newsArea ul{
	padding-top: 5px;
	background: url("../images/home/newsBodyBg.gif") repeat-y left top;
	border: 1px solid #ddd;
	height: 155px;
	overflow: auto;
}
#newsArea li{
	margin: 0 5px 5px;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px dotted #999;
	line-height: 1.2em;
	font-size: 12px;
}
#newsArea li span{
	margin-right: 10px;
	padding-right: 20px;
	background: url("../images/arrowSet.gif") no-repeat right 3px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#newsArea li a{
	color: #9e6907;
}
#newsArea li a:hover{
	color: #9e6907;
	text-decoration: underline;
}
#giRss{
	position: absolute;
	top: 35px;
	right: 5px;
}
#giMore{
	position: absolute;
	top: 35px;
	left: 270px;
}
#giMore a{
	background-color: #fafafa;
}
/*** 紹介部 ***/
.menuList3{
	margin: 0 15px;
	width: 840px;
	background: url("../images/home/boxMenuListBottom3.gif") no-repeat center bottom;
}
.menuList2{
	margin: 0 15px;
	width: 540px;
	background: url("../images/home/boxMenuListBottom2.gif") no-repeat center bottom;
}
.menuList1{
	margin: 0 15px;
	width: 270px;
	background: url("../images/home/boxMenuListBottom1.gif") no-repeat center bottom;
}
.itemBox{
	float: left;
	width: 280px;
	background: url("../images/home/boxMenuListTop.gif") no-repeat center top;
}
.itemBox h2{
	padding: 15px 0 0 45px;
	font-size: 14px;
}
.itemBox div{
	margin-bottom: 0;
	padding: 18px 15px 20px;
}
.itemBox div p{

}
.itemBox div a img{
	margin: 3px;
	float: right;
	border: 3px solid #ddd;
}
.itemBox div a:hover img{
	border: 3px solid #c00;
}
.itemBox div p img
,.itemBox div p a:hover img{
	border: none;
}
