@charset "UTF-8";



/*
	1 : layout
	2 : header
	3 : sideBar
	4 : content
*/



/* **********************************************************************
1 : layout
********************************************************************** */
#header {
height: 121px;
margin: 30px 0 20px 0;
}

#mainImage {
height: 500px;
margin-bottom: 30px;
}

#container  {
padding-bottom: 230px;
background: url(../img/bg_container.jpg) center bottom no-repeat;
}

#container div#sideBar {
float: left;
width: 290px;
margin-right: 20px;
}

#container div#content {
float: left;
width: 550px;
} 

#footer {
padding: 10px;
border-top: #FFFFFF 1px solid;
text-align: center;
}


/* **********************************************************************
2 : header
********************************************************************** */
#header h1 {
float: left;
width: 401px;
margin-right: 120px;
}

#header div.headCopy {
padding-top: 45px;
}

#header div.headCopy p.copy1 {
margin-bottom: 15px;
}

#header div.headCopy p.copy2 {
float: left;
margin-right: 20px;
}

#header div.headCopy p.feed {
float: left;
}


/* **********************************************************************
3 : sideBar
********************************************************************** */
#sideBar dl.sideBarInner {
margin-bottom: 30px;
}

#sideBar dl.sideBarInner dt {
margin-bottom: 15px;
}

#sideBar dl.sideBarInner ul.links li {
padding-left: 10px;
background: url(../img/list_ic_triangle.gif) no-repeat left 0.6em;
}


/* **********************************************************************
4 : content
********************************************************************** */
#content div.radio {
padding: 10px;
background: url(../img/bg_radio.gif) left top repeat;
margin-bottom: 20px;
}

#content div.radio p.num {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
}

#content div.radio p.date {
padding-left: 53px;
background: url(../img/ic_date.gif) left 2px no-repeat;
margin-bottom: 10px;
}

#content div.radio p.title {
font-size: 14px;
font-weight: bold;
padding-left: 53px;
background: url(../img/ic_title.gif) left 4px no-repeat;
margin-bottom: 10px;
}

#content div.radio p.download {
margin-bottom: 10px;
}