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

body {
	background-color: #990099;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

img {
	border: none;
}

a {
	color: #990099;
	text-decoration: none;
}

a:visited { color: #990099; }
a:active { color: #990099; }
a:hover { color: #000000; }

p {
	margin-top: 10px;
}


/* BODY */

.container {
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;
	color: black;
	background-color: white;
	border: 2px solid black;
}


/* HEADER */

.header {
	height: 60px;
	padding: 5px;
}

.logo_top {
	margin-top: 13px;
	margin-left: 10px;
	float: left;
}

.ad_top {
	margin-left: 320px;
}

.menu_top {
	background-color: black;
	height: 24px;
	text-align: right;
}

.language_form {
	background-color: black;
	color: black;
}

.language_select {
	border: 1px solid black;
	margin-top: 2px;
	color: white;
	background-color: black;
}


/* CENTER */

.menu_right {
	background-color: black;
	color: white;
	width: 300px;
	float: right;
}

.menu_right a {
	color: #DFA1F7;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

.menu_right ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 200px;
	color: white;
	font-weight: bold;
	list-style: hiragana inside;
}

.menu_right a:visited { color: #DFA1F7; }
.menu_right a:active { color: #DFA1F7; }
.menu_right a:hover { color: #FFFFFF; }

.mr_heading {
	margin-top: 20px;
}

.content {
	background-color: white;
	margin-right: 300px;
	padding: 5px;
}

.content ul {
    list-style-position: inside;
    list-style-type: square;
}

.list_tab1 {
    padding-left: 15px;
}

.clear {
	clear: both;
}


/* FOOTER */

.footer {
	padding: 5px;
	text-align: center;
	font-size: x-small;
	color: white;
	clear: both;
}