﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

H1{
	font-size:160%;
}
H2{
	font-size:140%;
}
H3{
	margin-top:0.5em;
	font-size:120%;
}
H4{
	margin-top:0.3em;
	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{
	font-size:95%;
	list-style-type:none;
	margin:0.5em 0 0.5em 16px;
	list-style-position:outside;
}
/*FireFox対策*/
html>body li{
	text-indent:0em;
	margin-left:20px;
}

p{
	font-size:95%;
    line-height:1.4em;
	margin-bottom:0.5em;
}
dl{
    line-height:1.2em;font-size:95%;
}

a:hover{
	text-decoration: none;
	background-color:#e7eff7;
}


