body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";	
}

*html div#container{
    width:100%;
	margin:20px;
}

div#container{
    width:auto;
	margin:20px;
}

div#content{
    width:70%;
	float:left;
}

div#sidebar{
    width:30%;
	float:right;
}

h1{
   background-image:url(/support/img/nst_header_bk.gif);
   font-size:140%;
   margin:0 0 0.5em;
   padding:0.2em 0.2em 0.1em;
   border-right:1px solid #6ECE88;
   border-bottom:1px solid #6ECE88;
}

h2{
   font-size:120%;
   margin:0 0 0.2em;
   padding:0;
   line-height:1.2em
}

h3{
   font-size:100%;
   margin:0 0 0.2em;
   padding:0;
   line-height:1.2em
}

p{
   margin:0 0 0.5em;
   padding:0;
   line-height:1.4em;
}

.caption {
   font-size:100%;
   line-height:1.4em;
}

ul{
   margin:0 0 0 2em;
   list-style-image: url(/img/list.gif);
}

ol{
   margin:0 0 0 3em;
}

li{
   margin:0 0 0.3em 0;
   line-height:1.3em;
}

dl{
   margin:0;
   line-height:1.4em;
}

dt{
   font-weight:bold;
   margin:0 0 0.2em;
}

dt.answer{
	font-weight: bold;
	color:#c00;
}

dt.ques{
	font-weight: bold;
	color:#06c;
}

dd{
   margin:0 0 0.4em 1em;
}

#footer{
   margin:0;
   padding:1em 0 0;
   border-top:1px solid #000;
   font-size:80%;
   text-align:center;
   width:100%;
   height:50px;
   background-color:#fff;
}

#copyright{
   margin:0.5em 0 3em;
   padding:0.3em;
}

