/*******************************************
トップページ
*******************************************/


/*******************************************
main_img
*******************************************/

/*******************************************
slider
*******************************************/
#slider {
	width: 940px; /* important to be same as image width */
	height: 340px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 40px;
}
#sliderContent {
    width: 940px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 940px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}





 
 
 
#top_left {
	float: left;
	width: 600px;
	margin-bottom: 50px;
}




/*******************************************
top_news
*******************************************/
#top_news {
	width: 600px;
	margin-right: 30px;
	margin-bottom: 40px;
	background-image: url(../images/line01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}
#top_news .top_news_tit {
	background-image: url(../images/index_tit01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
/*******************************************
top_text
*******************************************/
#top_left .top_text {
	width: 600px;
}
/*******************************************
top_twitter
*******************************************/
#top_twitter{
	width:300px;
	margin-top:20px;
	margin-bottom:30px;
	float: right;
}
