body,th,td {
	color: #333333;
	margin: 0px;
	font-size: small;
	line-height: 1.6em;	/* マージン */}		/* 文字色 */
th { 
	font-weight: bold; 
	text-align: right;
}

body { background-color: #ffffff;	/* 背景色 */}

a:link	{ color: #000066;}			/* 普通のリンク色 */
a:visited{ color: #000066;} 	/* すでに見たリンク色 */
a:active{ color: #000066; } 	/* クリックしたときのリンク色 */
a:hover	{ color: #000066; text-decoration: none;}	/* カーソルが乗ったときのリンク色 */

h2{
	clear: both;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.4em;
	border-style: solid;
	border-color: #666666;
	border-width: 0 0 1 0px;
	margin-top:50px;
	padding: 0 0 5px 0 ;
}

h2 a:link{ color: #000066; text-decoration: none;}
h2 a:visited{ color: #000066; text-decoration: none;}
h2 a:active{ color: #000066; text-decoration: none;}
h2 a:hover{ color: #000000; text-decoration: none;}

h3{
	font-weight: bold;
	font-size: 100%;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1 0px;
/*	background-color: #CCCCCC; */
	padding: 0 0 0 2px ;	
	margin:1.5em 0 0.7em 0;
}

strong{
	font-weight: bold;
	font-size: 110%;
	line-height: 1.6em;
}

p {
	margin:0px;
	padding: 0 1.5em 0 0;
}

ul{
margin:0px;
padding-left:25px;
}

li{
	padding: 5px 5px 5px 5px;
}

#main {
	padding: 12px 16px 20px 20px;
	font-size: small;
	line-height: 1.6em;
	color: #333333;
}

#menu{
	padding: 5px 15px 5px 10px;
	font-size: small;
	color: #333333;
}

#menulink ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#menulink li{
	list-style-type: none;
	background-color: #cccccc;	
	padding: 5px 5px 5px 5px;
	margin: 4px;
	margin-left: 0px;
    font-weight: bold;
}

#menulink a:link{color: #333333;}
#menulink a:active{color: #333333;}
#menulink a:visited{color: #333333;}
#menulink a:hover{color: #333333; text-decoration: none;}

#menufooter{
	text-align: right;
	font-size: x-small;	
	line-height: 1.1em;
	margin-top:15px;
}

#guide{
	font-size: small;
	float: left;
}

h1{
	font-size: small;
	font-weight: normal;
	display: inline;
}



#titleborder{
	margin-top: 0px;
	margin-bottom: 5px;
	border-style: solid; 
	border-width: 6px 0;
	height: 6px;
	border-color: #cccccc;
	background-color: #cccccc;
}

#footer{margin-top:35px;
	text-align: center;
	font-size: x-small;
}

#footer a:link		{ color: #000066;}
#footer a:visited	{ color: #000066;}
#footer a:active	{ color: #000066;}
#footer a:hover		{ color: #000066;text-decoration: none;}

.f1 {font-size: xx-small; line-height: 1.6em;}
.f2 {font-size: x-small; line-height: 1.6em;}
.f3 {font-size: small; line-height: 1.6em;}
.f4 {font-size: medium; line-height: 1.6em;}
.f5 {font-size: large; line-height: 1.6em;}
.f6 {font-size: x-large; line-height: 1.6em;}
.f7 {font-size: xx-large; line-height: 1.6em;}
