@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
H1{
	font-size:160%;
}
H2{
	font-size:140%;
}
H3{
	font-size:120%;
}
H4{
	font-size:100%;
}
H5{
	font-size:100%;
	font-weight:normal;
}
H6{
	font-size:100%;
	font-weight:normal;
}
.new{
	color:#FFFFFF; 
	background-color:#FF0000; 
	padding:3px
}
A{
	text-decoration: none;
}
/*DW対策… orz*/
body{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
UL{
}
OL{
}
LI{
    list-style-image:url(../img/common_img/list.gif);
}
p{
    line-height:1.4em;
}
dl{
    line-height:1.2em;
}

.mado{
    width:100%;
    height:600px;
    overflow-y:scroll;
    padding:0.5em;
    line-height:1.4em;
}
.caption,.note{
	font-size:80%;
}
.note{
	color:#333;
}
#toGT{
	overflow: hidden;
	position:absolute;
	visibility: visible;
	z-index: auto;
	height: 40px;
	width: 170px;
	left: 0px;
	top: 0px;
}
#footer{
    margin:0px 15px 0px;
    padding:1em;
    border-top:1px solid #000;
    font-size:80%;
    text-align:center;
}
#copyright{
    margin:0.5em 1em 3em;
    padding:0.3em;
    font-size:80%;
    text-align:center;
}

.clear{
	clear:both;
}
