A:link { /*color: #555555;*/ color:Black;}
A:visited { /*color: #555555;*/ color:Black;}
A:active { /*color: #555555;*/ color:Black;}
A:hover { color: red;}

a img
{
	border-style:none;	
}

Body{
	background-color:#fff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:10.5pt;
	/*color: #555555;*/
	color:Black;
	background-color:#9df;
}

h2
{
	font-size:13pt;
}
/*
table{
	width:90%;
	margin:auto;
	border-color:#555;
	border-width:2px;
	border-collapse:collapse;
	background-color:#ddd;
}
td, th 
{ 
	border: 4px #fff solid;	
}
*/

table{
	width:90%;
	margin:auto;
	background-color:#fff;
	border-color:Black;
	border-width:2px;
}

table.table1{
	border-color:#555;
	border-width:2px;
	border-collapse:collapse;
	background-color:#eee;
}
table.table1 td
{ 
	border: 3px #999 solid;	
}
table.table1 th 
{ 
	border: 3px #999 solid;	
}

ul{
	list-style-image:url(image/listBlue.gif);
}
li
{
	/*font-size:11pt;*/
	margin-top:8px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	margin-left:-1em;
}
ul ul{
	list-style-image:url(image/listGreen.gif);
}


.linkimg{
	display:block;
	background-image:url(image/link01.gif);
	background-repeat:no-repeat;
	background-position:right center;
	height:25px;
}

.linkpdf{
	display:block;
	background-image:url(image/iconPDF.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:25px;
}

.linkdoc{
	display:block;
	background-image:url(image/iconDOC.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:25px;
}

.blue1
{
	color:#fff;
	background-color:#98b2e8;
}
.red1
{
	color:#000;
	background-color:#ffccff;
}
.green1
{
	color:#fff;
	background-color:#669966;
}
.green2
{
	background-color:#ccff66;
}
.blue2
{
	background-color:#afeeee;
}

.pageindex{
	width:100%;
	position:relative;
	padding-bottom:0;
	margin-bottom:1em;
	border-width : 8px 0px 0px 8px;
	border-style : double double double double;
	border-color : #274e9e #274e9e #274e9e #274e9e;
}
.pageindex h2
{
	font-size:160%;
	position: absolute;
	top:0px;
	left:200px;
	padding-left:0px;
	margin-left:0px;
	color: #FFF;
	line-height: 62px;
}
.pageindex img{
  margin-top:0px;
  margin-left:0px;
}

.tab{
	width:600px;
	margin:auto;
	border: 6px dotted #336600;
	background-color: #FFFFFF;
	padding:10px 10px;
	margin-bottom:15px;
	text-align:center;
	font-size:120%;
}

.shadowbox{
	background-color: gray;
	position: relative;
	top:4px;
	left:4px;
}

.topbox{
	background-color: #d5d5d5;
	position: relative;
	top:-4px;
	left:-10px;
}

.box1{
	margin-top:0;
	margin-bottom:0;
	border-top:1px solid #7a9;
	border-right:0px double #8ba;
	border-bottom:1px solid #7a9;
	border-left:18px solid #8ba;
	background:#fff; color:#246;
}

.box2{
	margin-top:0;
	margin-bottom:0;
	border-top:1px solid #7a9;
	border-right:18px double #8ba;
	border-bottom:1px solid #7a9;
	border-left:18px double #8ba;
	background:#dff; color:#246;
}

.box3{
	border-top:2px solid #7a9;
	border-right:2px solid #8ba;
	border-bottom:2px solid #7a9;
	border-left:2px solid #8ba;
	background:#dff; color:#246;
}

ol
{
}

div
{
}

div.listindent
{
	text-indent:-1em;
	padding-left:1em;
}

div.indent
{
	text-indent:1em;
	padding-left:1em;
}
