@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/common/back_top.png) center 5px no-repeat;
}
body,th,td {
	color:#4D4D4D;
	font-size:11px;
	font-family:Verdana, sans-serif;
	line-height:1.7em;
}
*html body {font-size:60%;}
*:first-child+html body {font-size:60%;}
html>/**/body {font-size /*\**/:60%\9;}

*html body th,*html body td {font-size:100%;}
*:first-child+html body th,*:first-child+html body td {font-size:100%;}
html>/**/body th,html>/**/body td {font-size /*\**/:100%\9;}

p {
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.7em;
}
a {
	color:#4D4D4D;
}

#wrap {
	width:900px;
	margin:0 auto;
}
/**/
#header {
	min-height:1px;
	margin-bottom:10px;
	padding-top:20px;
}
h1 {
	float:left;
}
#header p {
	float:right;
	margin:0;
	padding:5px 4px 0 0;
}
#headLogin {
	clear:right;
	float:right;
}
#header ul {
	clear:both;
	min-height:1px;
	padding-top:10px;
}
#header li {
	float:left;
	padding:0 3px 0 2px;
}
/**/
#bread {
	background:#F2F2F2;
	margin-bottom:10px;
	padding:3px 10px;
	color:#58ACC7;
}
#bread a {
	color:#58ACC7;
	text-decoration:none;
}
#bread a:hover {
	text-decoration:underline;
}
/**/
#main {
	width:720px;
	float:right;
}
#main h2 {
	margin-bottom:10px;
}
#main h3 a {
	display:block;
	padding-top:10px;
}
.txtArea {
	margin:10px auto 15px;
	padding:10px 15px;
	border:1px solid #CCCCCC;
	min-height:1px;
}
.name {
	text-align:right;
}
/**/
#side {
	background:url(../img/common/side_back.gif) right top repeat;
	width:130px;
	padding:10px;
	float:left;
}
#side ul {
	padding:10px 0;
}
#side li {
	margin:5px 0;
}
#side li a {
	text-decoration:none;
}
#side li a:hover {
	text-decoration:underline;
}
#login {
	margin-bottom:20px;
}
/**/
.pageTop {
	float:right;
}
.pageTop li {
	float:left;
	padding-left:10px;
}
/**/
#footer {
	background:url(../img/common/back_top.png) center 20px no-repeat;
	padding-top:40px;
}
#footer ul {
	width:900px;
	margin:0 auto;
	min-height:1px;
}
#footer li {
	float:right;
	padding-left:10px;
}
#footer img {
	vertical-align:top;
}
/* clearfix */
#wrap:after,
#header:after,
#header ul:after,
#main:after,
.txtArea:after,
.pageTop:after,
#footer ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #wrap,
* html #header,
* html #header ul,
* html #main,
* html .txtArea,
* html .pageTop,
* html #footer ul {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
} 

