body {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
}
.line {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
.tbg {
	background-image:images/tbg.gif;
}

a:link {
	color: #0066FF;
}
div.column	{
	width: 500px;
	background: url(images/wnew_bottom.gif) no-repeat bottom left;
	margin-bottom: 10px;
}
div.column .inner	{
	background: url(images/wnew_top.gif) no-repeat;
	padding: 27px 0px 5px;
}
#navbar {
	width:490px;
	list-style-type:none;
	margin-left:1px;
	margin-bottom:1px;
	padding-left:1px;
	font-size:12px;
	margin-top:0;
}

ul#navbar li {
	float:left;
	width:455px;
	padding-left:15px;
	margin-left:5px;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	line-height:140%;
	background:url(images/arrow.gif) no-repeat 1px 40%;
	color:#666666;
}
ul#navbar li a {
	text-decoration:underline;
	color:#666666;
}
ul#navbar li a:hover {
	background-color:#333333;
	color:#FFFFFF;
}

#list2 {
	font-size:12px;
	color:#666666;
	margin-left:10px;
	padding-left:12px;
	list-style-type:none;
	background:url(images/arrow2.gif) no-repeat 1px 40%;
}
#list2 a {
	color:#666666;
}
#list3 {
	font-size:12px;
	color:#333333;
	margin-left:10px;
	padding-left:15px;
	padding-right:10px;
	list-style-type:none;
	background:url(images/arrow3.gif) no-repeat 1px 40%;
}
#list3 a {
	color:#333333;
}
.style1 {
	font-size:9px;
	color:#999999;
}

.style_11-666666 {
	font-size:11px;
	color:#666666;
}
.style_red_14_b {
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
h1 {
	font-weight:normal;
	font-size:11px;
	color:#666666;
	margin-top:3px;
	margin-bottom:0px;
	margin-right:30px;
}
#menu {
	margin-left:20px;
	font-size:14px;
	color:#666666;
}
#detail_ms {
	margin-left:20px;
	margin-right:20px;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	line-height:150%;
}
#detail_title {
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
	color:#666666;
	padding-left:15px;
	background:url(images/arrow2.gif) no-repeat 1px 40%;
	font-weight:bold;
}
#detail_readline {
	margin-left:25px;
	font-size:12px;
	color:#333333;
	line-height:150%;
}
#top {
	background-image: url(obc/images/tbar.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* --- 新着情報エリア --- */
div.update {
width: 500px; /* 新着情報エリアの幅 */
font-size: 80%;
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 170px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: #f9f9f9; /* 新着リストの背景色 */
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-bottom: 1px #c0c0c0 dotted; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
