@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

body {
    background: url(common/images/bg_top.jpg) left top repeat-x #0D0600;
}

#main {
	background: url(common/images/img_top.jpg) no-repeat;
}

#sub {
	background: url(common/images/top_leftbg.jpg) left top no-repeat;
}

#gnavi {
	background: url(common/images/bg_gnavi.jpg) left top no-repeat;
}

#flash {
    width: 1020px;
	height: 600px;
}

#top_bnr {
    width: 190px;
	_width: 225px;
	padding: 3px 0 0 35px;
	float: left;
}
#top_bnr ul,
#top_bnr li {
    margin: 0;
	padding: 0;
}
#top_bnr a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 

#top_cont {
    width: 783px;
	float: right;
	background: url(common/images/top_cont_bg.jpg) left top repeat-y;
}

#new {
    width: 380px;
	float: left;
}
#blog {
    width: 380px;
	_width: 398px;
	padding-right: 18px;
	float: right;
}
.new_txt {
    width: 360px;
	_width: 380px;
	height: 110px;
	_height: 130px;
	padding: 10px;
	overflow: auto;
}
.blog_txt {
    width: 360px;
	_width: 380px;
	height: 110px;
	_height: 130px;
	padding: 10px;
	overflow: auto;
}
.new_txt span {
	font-weight: bold;
	font-size: 0.9em;
	color: #960;
	display: block;
}
.new_txt p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #666;
	font-size: 0.9em;
}
.blog_txt li {
    margin-bottom: 7px;
	border-bottom: 1px dotted #666;
}












