@charset "EUC-JP";
/* CSS Document */

/*-------------------------------------------------------

index.css

-------------------------------------------------------*/

#NewsArea {
    float: left;
	/*width: 610px;*/
	width: 530px;
	background-color: #FFFFFF;
	padding: 10px;
	color: #83732e;
	
}

#LeftBlock p.Text {
	margin: 0 0.5em 1em 0.75em;
	font-size: 12px;
}

/*mouse over*/
#NewsAria #GotoTopics {
	margin-top: -26px;
	margin-left: 401px;
}


#NewsAria #GotoTopics a {
	width: 165px;
	height: 23px;
	background-image: url(/j/images/top/news_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}
#NewsAria #GotoTopics a:hover      {
	background-position: 0px -23px;
	text-decoration: none;
}


/* ¥Þ¥¦¥¹¥ª¡¼¥Ð¡¼Æ©²á */
#indexConBox #thumBox a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

#LeftBlock #NewsArea .titleBox {
    border-bottom: solid 1px #c4bb8e;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#LeftBlock #NewsAria {
	width: 100%;
	padding-bottom:15px;
	margin:0 0 10px 0;
	border-bottom:solid 3px #FF0000;
}


#LeftBlock #NewsAria dl {

}

/*------------*/
#topics {
    /*width: 610px;*/
	width:100%;
    height: 170px;
	overflow: auto;
	margin-bottom:20px;
	margin: 0;
	padding: 0;					/* for Opera  */
	color: #000000;
	font-size: 74%; /*all font (sasaki)*/
	background-image: url(/j/images/common/background.jpg);
	background-repeat: repeat-y;
	font-family:  "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Futura, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka;
	line-height: 150%;
}

#topics a {
	background-image: url(/j/images/common/arrow_sub.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 7px;
	margin-left: -7px;
	*margin-left: 0px;
}
#topics a:link {
	color: #000000;
	text-decoration: none;
}
#topics a:visited {
	color: #000000;
	text-decoration: none;
}
#topics a:hover {
	color: #000000;
	text-decoration: underline;
}
#topics a:active {
	color: #000000;
	text-decoration: none;
}
#topics dt {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 5px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width:55px;
}
#topics dd {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 5px;
	display: block;
	margin-top: -22px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 75px;
	*padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bdbdbd;
	width:450px;
	*width:480px;
}

