/*トップマージンゼロ*/
*{	margin:0;
}

/*見出し*/
h1 {
	font-size: 0px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #F6AD00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size:16px;
	font-weight: bold;
}
.h5{
	font-size:11px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 510px;
	margin-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009966;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 2px;
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
}
.small {
	font-size: 10px;
	line-height: 11px;
}
.mini {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}


.big {
	font-size: 14px;
	line-height: 16px;
}
.nomal
{
	font-size: 12px;
	line-height: 14px;
}
/*マージン*/
.margin0 {margin: 0px;}
.margin5 {margin: 5px;}
.margin10 {margin: 10px;}
.margin20 {margin: 20px;}
.topmargin0 {margin-top: 0px;}
.topmargin5 {margin-top: 5px;}
.topmatgin8	{margin-top: 8px;}
.topmargin10 {margin-top: 10px;}
.topmargin20 {margin-top: 20px;}
.topmargin30 {margin-top: 30px;}
.leftmargin5 {margin-left: 5px;}
.leftmargin10 {margin-left: 10px;}
.leftmatgin30 {margin-left:30px;}
.rightmargin5 {margin-right: 5px;}
.rightmargin10 {margin-right: 10px;}
.bottommargin0 {margin-bottom: 0px;}
.bottommargin5 {margin-bottom: 5px;}
.bottommargin10 {margin-bottom: 10px;}
.bottommargin20 {margin-bottom: 20px;}
.pdfmargin{	margin-top: 20px;
			margin-bottom:20px;
}


area {
	cursor: hand;
}
.nomal_li {
	list-style-image: none;
}
.suji {
	list-style-image: none;
	list-style-type: decimal;
}
.romasu {
	list-style-image: none;
	list-style-type: lower-roman;
}
.gyo11h {
	line-height: 11px;
}
.gyo12h {
	line-height: 12px;
}
.gyo15 {
	line-height: 16px;
}
.noborder_lr {
	border-left-style: none;
	border-right-style: none;
}
.noborder_lro {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
.border_lru {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.indent5px {
	padding-left: 5px
}
.size_normal {
	font-size: 12px;
}

.box_blue {
	color: #FFFFFF;
	background-color: #003399;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
body {
	padding: 0px;
	height: 100%;
	width: 100%;
}
/*リンク*/
a:link {
	color: #cc0033;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #aaaaaa;
}
.noborder_lou {
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
.noborder_ou {
	border-top-style: none;
	border-bottom-style: none;
}
/*定義リスト*/
dl{
	margin:0;
	padding: 0px;
}
dt{
	margin: 0px;
	padding: 0px;
}
dd{
	margin: 0px;
	padding: 0px;
}

/*無駄にマージンが取られるので予防策*/
div{
	margin: 0px;
	padding: 0px;
}
/*リスト*/
ul{
	list-style-type: none;
}
li{
}
