@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

img {
	border: 0;
}

a:link, a:visited { color: #2C6485; text-decoration: underline;}
a:hover, a:active { color: #254AB8; text-decoration: none;}

/* ======= LAYOUT ===============================*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 83%;
	line-height: 140%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
}

div#wrapNews {
	width: 490px;
	background-color: #FFFFFF;
}

table#news {
	margin-bottom: 10px;
}

table#news td {
	text-align: left;
	vertical-align: top;
	padding: 2px 3px 2px;
	background-image: url(../img/whats_border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

table#news td.icon {
	padding-top: 4px;
	text-align: center;
}

p#listLink {
	text-align: right;
}

p#listLink a {
	padding-left: 10px;
	background-image: url(../img/whats_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
