@charset "utf-8";
/* CSS Document */

h1 { margin: 0px;}

/* ===== header ===== */
div#flash { margin-bottom: 10px;}

div#index {
	width: 660px;
	float: left;
}

div#purposeNavi {
	border: 1px solid #B9B9B9;
	background-color: #EBF0FA;
	padding: 6px 6px 4px;
	margin-bottom: 10px;
}

div#purposeNavi table th, div#purposeNavi table td {
	border-bottom: 2px solid #E1EDFF;
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
}

div#purposeNavi table th {
	background-color: #698AB6;
	color: #FFFFFF;
	width:110px;
}

div#purposeNavi table td {
	background-color: #FFFFFF;
	width:536px;
}

div#purposeNavi ul {
	width:536px;
	margin:0px;
	padding:0px;
}
div#purposeNavi ul li {
	float: left;
	white-space: nowrap;
	margin:0px;
	padding:0px;
}
div#purposeNavi ul li a {
	background-image: url(../img/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 19px;
}

div.newsBox {
	position: relative;
	width: 650px;
	padding: 0px 5px;
	margin-bottom: 10px;
}

div.newsBox p.newsTitle {
	margin: 0px -5px 5px;
}

div.newsBox p.more {
	position: absolute;
	top: 9px;
	right: 15px;
}

div.newsBox table { margin: 0;}

div.newsBox table th, div.newsBox table td {
	text-align: left;
	vertical-align: top;
}

div.newsBox td a {
	display: block;
	background-image: url(../img/arrow.gif);
	background-position: left 0.4em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

div.newsBox td a:hover { background-image: url(../img/arrow_2.gif);}

div.newsBox td.icon { white-space: nowrap;}
div.newsBox td.icon a {
	background-image: none;
	padding-left: 0;
	display: inline;
}
div.newsBox td.icon a:hover { background-image: none;}

p.pressTitle {
	float: left;
	padding: 10px 7px;
}

div#corpRelease {
	float: right;
	width: 546px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	border-left: 2px solid #AFD986;
}

div#researchRelease {
	float: right;
	width: 546px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	border-left: 2px solid #DCADBD;
}

div#corpRelease th, div#researchRelease th {
	background-image: none;
	padding: 5px 10px 0px 5px;
}
div#corpRelease td, div#researchRelease td { padding: 3px 10px 5px 5px;}

p.bn {
	clear: both;
	text-align: right;
}

/* ===== side ===== */
div#sideTop {
	float: right;
	width: 210px;
	margin-bottom: 23px;
	border-top: 3px solid #00174F;
}

div#sideNavi {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	padding: 6px 5px 4px;
	margin-bottom: 10px;
}

div#banner {
	border: 1px solid #B9B9B9;
	background-color: #FFFFFF;
}

div#banner p { border-bottom: 1px solid #B9B9B9;}

div#banner li { padding: 5px 10px;}

div#banner li a {
	background-image: url(../img/arrow.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

div#banner li a:hover { background-image: url(../img/arrow_2.gif);}

div#shoutcut ul{
	margin-bottom: 15px;
	text-align: center;
}

div#shoutcut ul li{
	margin-bottom: 5px;
	text-align: center;
}

div#portal,div#qr {
	font-size: 85%;
	padding: 0px 9px 10px 0;
}

div#portal p,div#qr p { margin-bottom: 10px;}

div#portal li {
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(../img/arrow_g.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

/* ===== bottom banner ===== */
table#banner2 {
	clear: both;
	border-left: 1px solid #CCCCCC;
	height: 58px;
	margin: 15px 0px 35px;
}

table#banner2 td {
	border-right: 1px solid #CCCCCC;
	padding: 0px 20px;
}
/* ===== Link ===== */
a:link, a:visited { color: #266F99; text-decoration: underline;}
a:hover, a:active { color: #266F99; text-decoration: none;}
