@charset "Shift_JIS";
/* CSS Document */

@import 'global.css';
@import 'menu.css';
@import 'rightmenu.css';
@import 'txt.css';

#left_mid ul{
	margin:0;
	padding:0;
	position:relative;
}
#left_mid ul li{
	padding:5px 5px 5px 50px;
	font-size:77%;
	border-bottom:#CCC 1px dotted;
}
#left_mid ul li a{
	color:#333;
}
#left_mid ul li a:hover{
	color:#666;
	text-decoration:underline;
}

#left_mid ul li.media{
	background:url(../images/news/media.gif) left 50% no-repeat;
}
#left_mid ul li.press{
	background:url(../images/news/press.gif) left 50% no-repeat;
}
#left_mid ul li.site{
	background:url(../images/news/site.gif) left 50% no-repeat;
}
#left_mid ul li.event{
	background:url(../images/news/event.gif) left 50% no-repeat;
}
#left_mid ul li.topics{
	background:url(../images/news/topics.gif) left 50% no-repeat;
}

h1{
	width:960px;
	margin:0 auto;
}
body#news #left_mid h4{
	border-left:#006BB1 3px solid;
	padding-left:10px;
	margin-bottom:0;
}
body#news #left_mid h6{
	margin:0 0 1em 0;
	border-bottom:#E6E6E6 1px solid;
	font-weight:normal;
	font-size:77%;
	padding:5px 0;
}
body#news #left_mid p{
	margin:0 0 1em 0;
}

body#news #left_mid p{
	margin:0 0 1em 0;
	font-size:100%;
}
body#news #left_mid #newstext{
	font-size:77%;
}
/*
body#news #left_mid p img{
	float:right;
	margin:0 0 20px 20px;
}
*/
body#news #left_mid p a{
	color:#006BB1;
}
body#news #left_mid p a:hover{
	color:#0083D9;
	text-decoration:underline;
}
