﻿@charset "uft-8"
/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	margin:auto;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


div#list01, #list02, #list03, #list04{height:300px}
.blank{height:400px}
p {
	text-align:right;
	}
p a{
	text-decoration:none;
	color:#666666;
	border:solid 1px #87cefa;
	}
p a:hover{background:#f0f8ff}

h1{width:100%;
	height:100%;
	margin:20px auto;
	font-size:30px;
	text-align:center;
	border:solid 1px #ffaacc;
	}
ul.tdftad{display:none;}	
/*----list 1-----*/	

div#list01 ul{
	list-style:disc;
	font-size: 75%;
	line-height:1.7;
	}

/*----list 2-----*/	
div#list02{width:130px;}	
div#list02 ul{
	font-size: 75%;
	line-height:1.7;
/*	list-style:url(../img/list_marker_red.gif);*/
	}
   #list02 li{
   padding-left:5px;
   background:url(../img/list_marker_red.gif) left center no-repeat;
	}
   #list02 a{
	margin-left:6px;
/*	padding:4px 0 4px 5px;*/
	}
		
/*----list 3-----*/	
	
div#list03{width:130px;}	
div#list03 ul, li{margin:0; padding:0;}
div#list03 ul{
	font-size: 75%;
	line-height:1.7;
	border-top:solid 1px #999999;
	}
   #list03 li{
	border-bottom:solid 1px #999999;
		}
   #list03 a{
	padding:4px 0 4px 10px;
	background:url(../img/list_marker_red.gif) left center no-repeat;
	display:block;
	width:120px !important;
	color:#333333;
	text-decoration:none;
	}
	
	
/*----list 4-----*/	
div#list04{width:130px;}	
   #list04 ul, li{margin:0; padding:0;}
   #list04 ul{
	font-size: 75%;
	line-height:1.7;
	border-top:solid 1px #999999;
	}
   #list04 li{
	border-bottom:solid 1px #999999;
	background:#cc0000 url(../img/list_marker_white.gif) left center no-repeat;
		}
   #list04 a{
	padding:4px 0 4px 10px;
	background:#ffffff url(../img/list_marker_red.gif) left center no-repeat;
	display:block;
	width:120px !important;
	color:#333333;
	text-decoration:none;
	}
   #list04 a:hover{
	color:#ffffff;
	background-image:none;
	background-color:transparent;
		}
