/* CSS Document */

body{
	background-color:#99CCFF;
	margin:0;
	paddng:0;
	font-size:12px;
	}

a{
	text-decoration:underline;
	font-weight:bold;
	}
a:hover{
	text-decoration:none;
	}
img{
	border:0;
	}

#header{
	background-color:#FFFFFF;
	width:810px;
	margin:0 0 0 0;
	border-left:1px solid #0066CC;
	border-right:1px solid #006699;
	border-bottom:5px solid #0066CC;
	}
#header_menu{
	margin:2px;
	width:98%;
	text-align:right;
	vertical-align:bottom;
	}
#footer{
	text-align:center;
	margin:20px 0 0 0;
	padding:20px;
	border-top:1px solid #0066CC;
	}

#wrapper{
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
	width:800px;
	text-align:left;
	border-left:1px solid #0066CC;
	border-right:1px solid #006699;
	}

#headline_left{
	float:left;
	width:438px;
	}
#headline_right{
	float:right;
	width:350px;
	background:url('./img/top_tool_headline_bottom.gif') no-repeat bottom;
	padding-bottom:10px;
	}
	
#headline_make{
	float:left;
	width:350px;
	background:url('./img/top_tool_headline_bottom2.gif') no-repeat bottom;
	padding-bottom:10px;
	}
#headline_make h2{
	color:#FFFFFF;
	background:url('./img/top_tool_headline2.gif') no-repeat top left;
	margin:0;
	padding:3px 3px 3px 6px;
	}
		
#top_tool_box{
	background-color:#FFFFFF;
	padding:10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
#top_tool_box form{
	margin:16px 0 0 0;
	}
#headline_right h2{
	color:#FFFFFF;
	background:url('./img/top_tool_headline.gif') no-repeat top left;
	margin:0;
	padding:3px 3px 3px 6px;
	}

.side_line{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

h2{
	font-size:16px;
	background:url(./img/h3_back.gif) repeat-x bottom;
	padding:2px 0 0 8px;
	margin:0px 0 12px 0;
	}
h3{
	font-size:15px;
	background:url(./img/h3_back.gif) repeat-x bottom;
	padding:2px 0 0 8px;
	margin:5px 0 12px 0;
	}

ol li{
	margin:0 0 10px 0;
	}

#short_url_box h2{
	color:#FFFFFF;
	margin:0;
	padding:3px 3px 3px 6px;
	background:url('./img/short_url_box_headline.gif') no-repeat top left;
	}
#short_url_box{
margin-bottom:10px;
	padding:0 0 10px 0;
	background:url('./img/short_url_box_bottom.gif') no-repeat bottom;
	}

#sitemap_ul ul{
	margin:12px;
	}
#sitemap_ul li{
	margin:0 0 16px 0;
	}

#register_flow li{
	font-size:larger;
	font-weight:bold;
	color:red;
	}

.register{
	font-size:xx-large;
	font-weight:bold;
	margin:12px;
	}



