@charset "UTF-8";

body {
	background-attachment: fixed;
	background-image: url(../img/common/bg_intro.jpg);
	background-repeat: repeat-x;
}

#left h2 {
	background-image: url(../img/common/ttlbg_intro.jpg);
	background-repeat: no-repeat;
	height: 60px;
	background-position: left top;
	text-decoration: none;
	font-size: 150%;
	color: #3300CC;
	width: 555px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 5px;
	text-indent: 10px;
}

#left h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3300CC;
	font-size: 130%;
	color: #3300CC;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 5px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3300CC;
	width: 540px;
}

#left h4 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 530px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-left: 10px;
}

#left h5 {
	font-size: 120%;
	color: #333333;
	padding-left: 10px;
}



#left td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


#left ul {
	margin-right: 10px;
	margin-left: 10px;	
}

#left ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 20px;
}


#left ol {
	margin-right: 10px;
	margin-left: 10px;	
}


#left ol li {
	list-style-type: decimal;
	margin-top: 10px;
	margin-left: 20px;
}

#left #link {
	width: 550px;
}

#left #link ol {
}

#left #link li {
	list-style-type: none;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 20px;
}


#left #textsize ul {
	list-style-type: none;
	
}


#left #textsize li {
	list-style-type: decimal;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;

}


#left #sitemap {
	width: 550px;
}

#left #sitemap ul {
	list-style-type: none;

}

#left #sitemap li {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	display: inline;
	padding-left: 20px;
	line-height: 2;
}
