@charset "UTF-8";
/* CSS Document */

html {
	overflow:scroll;
}

.left {
	float:left;
}

.right {
	float:right;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#707070;
}

a:hover {
	text-decoration:underline;
}

a.docLink {
    background: url(../images3rd/icon_doc.gif) no-repeat scroll left center transparent;
    padding-left: 17px;
}

h3 {
	color:#727069;
	margin-bottom:10px;
}

h3.news {
	background:url(../images3rd/img_news.gif) left top no-repeat;
	text-indent:-9999px;
}

h3.blog {
	background:url(../images3rd/img_blog.gif) left top no-repeat;
	text-indent:-9999px;
}

div#wrapper {
	background-color:#FFF;
	padding:0 20px;
}

div#container {
	width:960px;
	margin: 0 auto;
}

div#r_container {
	width:826px;
}

div#pickup_event {
	height:393px;
	padding:10px 0px 10px 10px;
	border:1px solid #A09A5E;
	margin-bottom:25px;
}

div#news {
	width:305px;
	margin-top:10px;
	margin-right:37px;
	margin-bottom:20px;
}

div#news ul {
	height:280px;
	overflow-y:scroll;
	margin:5px 0;
	border-top:1px solid #A09A5E;;
	border-bottom:1px solid #A09A5E;
	padding:10px 0 10px 5px;
}

div#news li {
	line-height:1.3em;
	border-bottom:1px dotted #A09A5E;
	color:#707070;
	padding-bottom:10px;
	margin-bottom:10px;
}

div#blog {
	width:305px;
	margin-top:10px;
	margin-right:37px;
	margin-bottom:110px;
}

/*
div#blog ul {
	height:270px;
	overflow-y:scroll;
}
*/
/*
div#blog li {
	line-height:1.3em;
	border-bottom:1px dotted #A09A5E;
	color:#707070;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}
*/
div#blog_feed {
	border-top:1px solid #A09A5E;;
	border-bottom:1px solid #A09A5E;
	padding-left:5px;
}

div#blog_feed h4 {
	text-decoration:underline;
	padding-bottom:5px;
}

div#banner {
	width:233px;
}

div#banner img {
	margin-bottom:10px;
}

div#teikyu_info {
	width:233px;
	margin-bottom:20px;
	
}

div#button {
	width:233px;
}

div#top_event {
	
}

div.top_iframe_cf {
	margin-top:-100px;
	background-color:#FFF;
}

div.sub_event {
	width:180px;
	overflow:hidden;
}

div#teikyu_info .rh_border{
	border-left:1px solid #f7bb80;
	border-right:1px solid #f7bb80;
}

div#teikyu_info table td{
	padding:5px 5px;
	line-height:1.3em;
}

div#teikyu_info table th{
	padding:5px 5px;
	line-height:1.3em;
	white-space:nowrap;
}

/* IE6,7用th改行防止 */
.nowrap_ie67 {
	white-space:nowrap;
}

/* グローバルナビ関連 */
#globalNavi, #globalNavi ul {  
	position:relative;
	z-index:5000;
} 

#globalNavi {
	padding-top:33px;
	xmargin-left:14px;
}

#globalNavi li  {  
	float:left;  
	position:relative;  
} 

#globalNavi ul {  
	width: 175px;  
	position: absolute;
	top: 33px;  
	left: 3px;  
	display: none;  
}

#globalNavi ul li a {  
	width: 118px;  
	display: block;  
	background: #EFEFEF url(../images3rd/icon.gif) no-repeat;  
	padding: 7px 5px 8px 27px;  
	border-bottom: 1px dotted #B5B5B6;  
	color: #333;  
	text-decoration: none;  
}

#globalNavi ul li a:hover   {  
	background: #666 url(../images3rd/icon_on.gif) no-repeat;  
	color: #FFF;
}

#globalNavi ul li.first a   {  
	background: #EFEFEF url(../images3rd/bg_navi.gif) no-repeat;  
	padding: 16px 5px 7px 27px;  
}

#globalNavi ul li.first a:hover {  
	background: #666 url(../images3rd/bg_navi_on.gif) no-repeat;  
}

#globalNavi ul li ul {  
	width: 175px;  
	position: absolute;  
	top: 0px;  
	left: 175px;  
}

div#address {
	display:inline;
	color:#000000;
}

li.new {
	background:url(../images3rd/icon_new.gif) top left no-repeat;
	padding-left:25px;
}

#languageMenu{
	width:960px;
	margin:10px auto 0;padding:0;
	text-align:right;}