@charset "ISO-8859-1";
/*Color&Structure-Planning*/
body {
	font-family: Verdana,Arial;
	font-size:13px;
	font-weight:normal;
	color:black;
	background-color:white;
	margin-top:20px;
	margin-left:60px;
	margin-right:15px;
	padding:0px;
}
#mainNavWrapper,
#mainPicWrapper,
#mainNavLogo,
#mainNavItems,
#sideNavWrapper,
#sideNavFirstLevel,
#sideNavSecondLevel,
#footerWrapper
 {
	display:none;
}
#contents h1 {
	font-size:130%;
	font-weight:bold;
	
	margin:20px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
#contents h2 {
	font-size:120%;
	font-weight:bold;
	
	margin:50px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
#contents h3 {
	font-size:120%;
	font-weight:bold;
	
	margin:50px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
p{
	text-align:left;
	word-wrap:break-word;
	margin:10px 50px 10px 10px;
}
a{
	color:black;
	text-decoration:underline;
}
a:active,#contents a:focus,#contents a:hover{
	color:black;
}