

/* スクロールバー常時表示  */
html {
    margin-bottom:1px;
    height:100%;
    }

/*リセット */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

/* セッティング */

body {
background-color: #FFFFFF;
}

body{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  
table {
  border-collapse: collapse;
}

legend {
  color: #333;
}

div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table {
  margin: 1em 0;
}

/* 全体リンク指定  */
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #666666;
}

/* 区切り線 */
hr.ten { 
border-style: dotted none none none; 
border-top-width: 1px; 
border-top-color:#999999; 
height: 1px; 
} 

.topicsBOX {
width:350px;
margin-left:5px;
margin-top:10px;
}