* {
	margin:0px;
	padding:0px;
}

html, body {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:0.95em;
	text-align:center;
	margin:10px;
}

div#container_all {
	width:100%;
}

div#container_box {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#container_header {
	margin-bottom:10px;
}

div#container_navi {
	width:190px;
	background-color:#0D5C95;
	font-size:0px;
	text-align:left;
	float:left;
	/*margin-right:10px;*/
}

div#container_content {
	width:580px;
	/*float:right;*/
	margin-left:200px;
}

div.container_article {
	width:580px;
	margin-left:200px;
}

div.container_article_top {
	width:550px;
	background-color:#C0C0C0;
	background-image:url(../images/article_top.gif);
	background-repeat:no-repeat;
	padding:5px 15px 5px 15px;
	font-weight:bold;
}

div.container_article_middle {
	width:550px;
	background-image:url(../images/article_middle.gif);
	background-repeat:repeat-y;
	padding:0px 15px 0px 15px;
	font-size:0.9em;
}

div.container_article_bottom {
	width:580px;
	height:20px;
	background-image:url(../images/article_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

p {
	padding-top:15px;
}

img {
	border:none 1px black;
}

img.menubutton {
	width:180px;
	height:25px;
	margin-left:10px;
}

img.menu_separator {
	width:170px;
	height:1px;
	margin:5px 0px 5px 10px;
}

a:link {
	color:#0D5C95;
	text-decoration:none;
}
a:visited {
	color:#0D5C95;
	text-decoration:none;
}
a:focus {
	color:#0D5C95;
	text-decoration:underline;
}
a:hover {
	color:#0D5C95;
	text-decoration:underline;
}
a:active {
	color:#0D5C95;
	text-decoration:underline;
}

ul {
	margin-top:0.5em;
}

li {
	margin-left:2em;
	padding-left:0.5em;
}
