/* CSS Document */

body{
	text-align:center;
	}

.maintexts {
	font: normal x-small "ＭＳ Ｐゴシック", "Osaka";
	text-align: left;
	padding: 10px;
	color: #666666;
}

.name {
	font: bold 15px "ＭＳ Ｐ明朝", "細明朝体";
	padding: 0px 0px 1px 35px;
	color: #000000;
}
a {
text-decoration:none;
}
a:link{
  color:#000;
 }

a:visited{
 color:#036;

 }
 
/*a:hover{
  color:#333;
 background-color:#fc3;
 }*/
 
 a:active{
  color:#333;
 /*background-color:#fc3;*/
 }
.copyright {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: xx-small;
	text-align: center;
	color: #666666;
}
.title {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul{List-style-type:decimal;}
.text02 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: medium;
	font-weight: normal;
	line-height: 180%;
	padding-left: 0px;
}
.maintexts02 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
	font-style: normal;
	padding: 10px;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
}
