body	{
	color: #000000;
	background-color: #FFFFFF;
	font-size:16px;
}
a:link	{
	text-decoration:none;
}
a:visited	{
	text-decoration:none;
}
a:active	{
	text-decoration: underline;
	color:#009933;
}
a:hover		{
	text-decoration: underline;
	color:#009933;
}
p {
	line-height: 130%;
}
li {
	line-height: 130%;
}

.bg-yellow	{
		background-color: #FFFFCC;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.copyright {
    font-size: 13px;
	font-weight: 200;
	text-align: right;
	margin: 0px;
}
.footer-navi {
    font-size: 15px;
	font-weight: 200;
	text-align: center;
	margin: 1px;
}

.sengen-title{
	border-style : none none solid solid;
	border-width: 0px 0px 2px 5px;
	border-color: #330099;
	padding-left : 100px;
}
.sengen {
	margin: 1em 30px;
}

.title1 {
	border-style: none none solid solid;
	border-width: 0px 0px 2px 10px;
	border-color: #009933;
	padding-left : 30px;
}
.intro-text {
	margin: 0px 30px 0px 30px;
	padding: 1px 1em 1px 1em;
	border-style: none none none solid;
	border-width: 2px;
	border-color : #3333CC;
}