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

/*-----------menu-----------*/
#menu {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	text-align:center;font-family: 'PT Serif', serif;}

.myList {
  list-style-type: none;
}

#options {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

#options img {
	margin-left:-22px;
}

#menu ul {
	margin-left:-20px;
}

#menu li {
	list-style-type:none;
	display:inline;
	padding:10px;
	padding-right:30px;
	font-size:14px;
}

#title {
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

#menu a:link {
  color: #000;
  text-decoration: none;
}

#menu a:hover {
  color:#999;
}

#menu a,
a:visited {
  text-decoration: none;
  decoration: none;
  color:#000;
}

#top_right a:link {
  color: #000;
  text-decoration: none;
}

#top_right a:hover {
  color:#999;
}

#top_right a,
a:visited {
  text-decoration: none;
  decoration: none;
  color:#000;
}

#divider1 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#divider1 img{
	width:800px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
}

/*-----------index-----------*/

#front_img {
	margin-top:30px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666;
}

#front_img img {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

/*-----------info-----------*/

#info {
	height:500px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;font-family: 'PT Serif', serif;text-align:justify;
	font-size:14px;
}

/*-----------work-----------*/

#work_wrap {
	width:90%;
	height:640px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:50px;
}


#left {
	width:50%;
	height:600px;
	float:left;
	font-size:12px;
	color:#333;
	font-family: 'PT Serif', serif;
}

#left img {
	margin-bottom:10px;
	max-width:500px;
}


table {
	max-width:700px;
}

#right {
	width:50%;
	height:610px;
	float:right;
	overflow:scroll;
	overflow-x:hidden;
}

#top_right {
	height:30px;
	width:50%;
	float:right;
	text-align:center;
	padding-top:5px;
}

#top_right p {
	display:inline;font-family: 'PT Serif', serif;
	font-size:18px;
}

#right img {
	width:150px;
	margin-left:auto;
	margin-right:auto;
}

#right td {
	width:150px;
}

#main {
	float:right;
	width:90%;
	height:580px;
	margin-top:15px;
}

#main img {
	height:580px;
}