@charset "utf-8";
/* CSS Document */

h1 {
	padding-left: 10px;
	margin-top: 20px;
}

h2 {
	background-color: #DDDDDD;
	height: 20px;
	width: 520px;
	margin-bottom: 0px;
	font-size: 11pt;
}

h3 {
	background-color: #DDDDDD;
	height: 20px;
	width: 520px;
	margin-bottom: 0px;
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
	color: #0033cc;
	margin-bottom: 0px;
	height: 20px;
	margin-top: 0px;
}

a:active {
	text-decoration: none;
	color: #cd5c5c;
}
a:link {
	text-decoration: none;
	color: #cd5c5c;
}
a:visited {
	color: #cd5c5c;
}

a:hover {
	text-decoration: underline;
	color: #cd5c5c;
}

#intro {
	width: 700px;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#contents01 {
	height: 700px;
	width: 800px;
}

#conteLeft {
	width: 200px;
	padding-left: 20px;
	float: left;
}

#conteLeft img{
	padding-bottom: 20px;
}


#conteRight {
	width: 525px;
	padding-left: 25px;
	float: left;
}
#conteRight   th {
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#conteRight   td {
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}

.itembox {
	width: 525px;
	padding-bottom: 10px;
	padding-top: 20px;
	height: 120px;
}

.itembox01 {
	width: 130px;
	float: left;
}

.itembox02 {
	width: 130px;
	float: left;
	padding-top: 20px;
}
