@charset "shift_jis";

/*
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/

	#topImgLayer {
		height: 385px;
		background: #e26b02 url(topimglayerbg.gif) repeat-x;
	}
	
	#topImgArea {
		margin: 0 auto;
		width:920px;
		height: 385px;
	}


	#leftBox {
		float:left;
		width:560px;
	}

	#rightBox{
		float:right;
		width:300px;
	
	}

	img.topTitle{
	display:block;
	margin: 0px 0px 10px 0px;
	}

	div.infoBoxWide {
		margin:5px 0px 5px 0px;
		width:560px;
		height:110px;
		border-bottom:1px dotted #000000;
	}

	div.infoBoxWide div.newsImg{
		float:left;
		width:150px;
		height:110px;
	}

	div.infoBoxWide div.newsInfo{
		float:right;
		width:395px;
		margin:5px 0px 5px 15px;
	}
	
	div.infoBoxWide div.newsInfo p{
		font-size:12px;
		line-height:15px;
	}
	
	p.newsDate{
		font-weight:bold;
	}

	p.newsDetail{
		clear:both;
	}

	div.infoBox {
		margin:5px 0px 5px 0px;
		width:300px;
		border-bottom:1px dotted #000000;
	}

	div.infoBox h4{
		font-size:13px;
		font-weight:bold;
	}

	div.infoBox p{
		margin: 5px 0px 5px 10px;
		font-size:12px;
		line-height:15px;
	}

	span.mediatitle {
		font-weight:bold;
	}

	p.list{
		font-size:12px;
	}

