@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}
#wrapper #contens {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


.no_display{
	display:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper{
	width: 470px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#title {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}


#header{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 10px;
	clear: both;
	margin-top: 0px;
	margin-left: 10px;
}

/*
#header_right{
	width: 180px;
	height: 26px;
	float: right;
	margin-top: 0px;
	background-image: url(../images/privacyporicy_title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
*/

ol {
	list-style-position: outside;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
a:hover
{
        color:#666666;
        text-decoration:underline;
}
a:link
{
	color:#666666;
	text-decoration:none;
}
a:visited
{
	color:#666666;
	text-decoration:none;
}
a:active
{
	color:#666666;
	text-decoration:underline;
}
.sub_title{
	width: 400px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3B349C;
	border-left-color: #36309A;
	line-height: 1.5em;
	color: #3D369D;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

*html body {
	text-align: center;
}

*html ul, *html div.sub_title {
	text-align: left;
}
