body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin:0; 
	padding:0; 
	font-size:12px;
	font-family: "Lucida Grande", verdana;
	line-height:1.3em;
color:#333;
}
div {
    word-wrap: break-word;
}
table
{
	margin:0px;
	padding:0px;
/*
	border-collapse:collapse; 
  border-spacing:0; 
*/
} 

fieldset,img
{
	border:0;
} 
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal; 
} 
ol,ul
{
	list-style:none;
} 
caption,th
{
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6
{
	font-size:100%; 
	font-weight:normal; 
}

q:before,q:after
{
	content:''; 
} 
abbr,acronym
{
	border:0; 
}

a:link
{
    color: #0F5FA4;
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}

a:hover,a:active
{
  color: #ff9900;
	text-decoration:none;
}
img {
   display:block;
   margin:0; padding:0;
}


/* --- 新着情報エリア --- */
div.update {
width: 500px; /* 新着情報エリアの幅 */
font-size: 80%;
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 6.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;
}