@charset "utf-8";

/* homeImage
-----------------------------------------------*/
#homeImage-bg {
width: 100%;
background: url(../../images/background_bg.png) 0 0 repeat;
}
#homeImage-bginner {
width: 100%;
padding: 20px 0 20px;
background: url(../../images/background.png) center top no-repeat;
border-bottom: #222 1px solid;
}
#homeImage {
margin: 0 auto;
width:888px;
height: 122px;
overflow: hidden;
}
#homeImage div#homeImage-main {
width:720px;
height: 122px;
overflow: hidden;
position: relative;
float: left;
}
#homeImage div#homeImage-main div {
top: 0;
left: 0;
position: absolute;
}

#homeImage ul {
width: 148px;
overflow: hidden;
float: right;
}

#homeImage ul li {
width: 148px;
margin-bottom: 15px;
}

#homeImage .active {
filter:alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}


/* globalNav
-----------------------------------------------*/
#glboalNav{
overflow: hidden;
}

/* homeContent
-----------------------------------------------*/
#homeContent{
margin:0 auto 30px;
width:920px;
}

#homeContentColumn{
margin-top: 20px;
zoom:1;
}
#homeContentColumn:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0; 
}
#homeContentColumnPrimary{
width:756px;
float:left;
}
#homeContentColumnSecondary{
width:148px;
float:right;
}


/* homeCategory
-----------------------------------------------*/
/*homeCategorytitle*/
#homeCategorytitle {
	clear:both;
}
#homeCategorytitle h2{
	font-size:131%;
	font-weight: bold;
	margin:15px 0 0 10px;
	float:left;
	display: inline;
}

#homeCategorytitle a{
	background-image:url(../images/ico_file.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
}


.homeCategory{
	margin-top: 5px;
	position: relative;
	background: none;
	zoom: 1;
}
.homeCategory:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0; 
}
.homeCategoryInnner{
background:#f4efea;
padding:14px 8px;
_padding-right:7px;
width:290px;
float:left;
}
.homeCategoryInnner.odd {
background:#ebe1d7;
}
.homeCategory h2 {
margin-bottom:3px;
margin-left: 5px;
font-size: 108%;
border-bottom: #734f2c 1px dotted;
}
.homeCategory h2 a {
color:#734f2c;
font-weight:bold;
text-decoration:none;
}
.homeCategory p.lead{
margin-left: 10px;
text-align:left;
font-size: 108%;
}
.homeCategory .txtLink {
margin-top:7px;
margin-left: 10px;
}
.homeCategory .txtLink li{
margin-bottom:3px;
padding-left:16px;
background:url(../images/ico_arrow04.gif) no-repeat left 0.5em;
font-size: 93%;
}
.homeCategory .txtLink li a{
text-decoration:none;
color: #725a49;
}
.homeCategory .txtLink li a:hover{
text-decoration:underline;
}
.homeCategory .bnrLink{
position:absolute;
bottom:0;
}


/* homeTopics
-----------------------------------------------*/
.homeTopics{
border:1px solid #e3d4c5;
}
.homeTopics h2{
position:relative;
}
.homeTopics h2 a{
position:absolute;
top:12px;
right:19px;
}
.homeTopics h3{
margin-bottom:10px;
}
.homeTopicsInner{
padding:15px 15px 5px;
min-height: 96px;
height: auto !important;
height: 96px;
zoom:1;
}
.homeTopicsInner:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0; 
}
.homeTopicsInner01{
width:354px;
float:left;
}
.homeTopicsInner02{
width:354px;
float:right;
}


/* uemoto added
-----------------------------------------------*/
#homeImage-bg #homeImage-bginner #homeImage-slide {
	width: 1000px;
	height: 176px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.flexslider ul.slides {
	margin-bottom: 0;
}
