* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "MS UI Gothic", Osaka;
	font-size: 77%;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: 0px auto 20px;
	width: 750px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #333333;
}
h4 {
	background-color: #CCFFFF;
	padding-left: 5px;
	border-left: 5px solid #0033FF;
	line-height: 2em;
	margin-bottom: 1em;
	font-size: 121%;
}
h5 {
	line-height: 1.5em;
	margin-bottom: 5px;
	font-size: 100%;
}
h1 {
	color: #FFFFFF;
	padding-left: 40px;
}
#wrapper #header p {
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}



#left_nav {
	float: left;
	width: 200px;
}
.p {
	line-height: 1.5em;
	background-color: #F6F6F6;
	margin-bottom: 10px;
	padding: 5px;
}

#cont {
	float: right;
	width: 540px;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00CCFF;
}
li {
	line-height: 1.5em;
	margin-left: 10px;
	list-style: none;
}


#header {
	background-image: url(img/top_back.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 750px;
}

h2 {
	line-height: 2em;
	padding-left: 5px;
	border-bottom: 1px solid #0033FF;
	border-left: 10px solid #0033FF;
	clear: both;
	font-size: 139%;
}

A:LINK  { color : #0000ff; underline; text-decoration : none ;}
.cont_p {
	line-height: 2em;
	background-color: #EEFFFF;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
}
a:visited {
	text-decoration: none;
}
.cont_p_img {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}



A:ACTIVE  { color : ff0000; underline;text-decoration :}/*NNΉ*/
A:HOVER {text-decoration : underline; color : ff0000;}/*NNΉ*/
ul {
	margin-bottom: 2em;
}
a:hover {
	color: #FF0000;
}
