/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';


/** Global Header
-----------------------------------------*/
#global_header h1 {
	background: url(../images/corporate/header_title.gif) right 135px no-repeat;
}




/** Contents
-----------------------------------------*/
h2 {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 3px solid #ccc;
}

#primary h3 {
	margin: 0 0 0.5em;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #999;
	font-size: 100%;
	color: #333;
}
#primary h3 span {
	margin-left: 1.5em;
	font-size: 80%;
	font-weight: normal;
	color: #999;
}
#primary p {
	margin-bottom: 2.5em;
	padding-left: 2px;
	font-size: 77%;
}

#newslist h3 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#newslist h3 a {
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
}
#newslist ul li {
	margin-bottom: 0.3em;
	font-size: 77%;
}
#newslist ul li span {
	display: block;
	font-size: 110%;
	color: #333;
}



