@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}

h1		{ font-size: 18px; margin: 0px 15px 15px 15px; color: #000000; }
h2		{ font-size: 18px; margin: 0px 15px 15px 5px; color: #AAAAAA; padding-bottom: 5px; border-bottom: 1px solid #EEEEEE; }

p		{ margin: 0px 15px 10px 15px; }
p.ind	{ margin: 0px 15px 10px 15px; padding-left: 15px; border-left: 4px solid #CCCCCC; }
p.exc	{ margin: 0px 15px 10px 15px; padding-left: 15px; border-left: 4px solid #DC0000; color: #DC0000; }
p.check	{ margin: 0px 15px 10px 15px; padding-left: 25px; background: url('images/check.gif') no-repeat left center; }
p.x		{ margin: 0px 15px 10px 15px; padding-left: 25px; background: url('images/x.gif') no-repeat left center; }
p.add	{ margin: 10px 0px 10px 0px; padding-left: 25px; background: url('images/add.gif') no-repeat left center; }
p.plus	{ margin: 0px 15px 10px 15px; padding-left: 25px; background: url('images/add.gif') no-repeat left center; }
strong	{ color: #000000; font-weight: bold; }

input, textarea, select {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	padding-left: 3px;
	height: 16px;
}

input.submit {
	font-size: 16px;
	height: 30px;
	text-align: center;
	background: #CCCCCC;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

select {
	height: auto;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#head {
	width: 100%;
	height: 143px;
	background: url('images/bg.gif') repeat-x;
}
#header {
	background: url('images/account_01.gif') no-repeat;
	width: 760px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
}
#header-home {
	background: url('images/account_01_home.gif') no-repeat;
	width: 760px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 660px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #f2f2f2;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#menu ul li {
	float: left;
	display: block;
	text-align: center;
	width: 20%;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #757575;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}
#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#page {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	float: left;
	width: 200px;
}
#right {
	float: left;
	width: 450px;
}
#left-half {
	float: left;
	width: 300px;
}
#right-half {
	float: left;
	width: 350px;
}
div#right div.article {
	width: 450px;
	padding-top: 15px;
	text-align: justify;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

div#left div.article {
	width: 180px;
	text-align: left;
}

div.ind { 
	margin: 0px 15px 20px 15px; 
	padding-left: 15px; 
	border-left: 4px solid #CCCCCC; 
}

.submitclear {
	text-align: right; 
	padding: 5px; 
	margin-right: 30px;
	clear: both;
	background: #F3F3F3;
}
#footer {
	clear: both;
	margin-top: 15px;
	padding-bottom: 10px;
	height: 61px;
}
#footercontent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	color: #cccccc;
	height: 70px;
}

#footercontent a, #footercontent a:hover {
	color: #cccccc;
	text-decoration: none;
}

.first {
	margin-top: 15px;
}

.formwide {
	width: 350px;
}

.formleft {
	width: 100px;
	min-height: 20px;
	_height: 20px;
	text-align: right;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	background: #F3F3F3;
	padding-right: 3px;
}
.formright {
	min-height: 20px;
	text-align: left;
}

ul.sidemenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.sidemenu li {
	border-left: 4px solid #EEEEEE;
	background: #f9f9f9;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 10px;
}

ul.sidemenu li:hover {
	border-left: 4px solid #000000;
	background: #f5f5f5;
}

ul.sidemenu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu a:hover {
	text-decoration: none;
}