@charset "utf-8";
/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	background-color: #E4E4EB;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



a:link {
	text-decoration: none;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
    border-style:none;
}

#outerGroup {
	margin: 0px auto;
	padding: 0px;
	width: 680px;
	height: 100%;
	background-image: url(../image/common/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#outerGroup #header {
	background-image: url(../image/common/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 20px;
	padding: 0px;
	height: 180px;
	width: 640px;
	left: auto;
	right: auto;
}

#outerGroup #menu {
	text-align: right;
	background-color: #FFFFFF;
	height: 20px;
	width: 620px;
	padding-right: 20px;
	margin: 0px 20px;
	
}

#outerGroup #menu img {
	border: 0px;

}


#outerGroup #topContent {
	height: 400px;
	background-image: url(../image/top/contentback.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 640px;
	margin: 0px 20px;
}
#outerGroup #topContent #new {
	background-image: url(../image/top/new.gif);
	float: right;
	height: 180px;
	width: 210px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 180px;
	margin-right: 20px;
}
#outerGroup #topContent #new #counter {
	margin-top: 135px;
	margin-left: 170px;
}
#outerGroup #outerContent {
	height: auto;
	width: 640px;
}
#outerGroup #outerContent #ContentTitle {
	height: 30px;
	width: 620px;
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
}

#outerGroup #outerContent #ContentAbout {
	height: auto;
	width: 200px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-left: 100px;
	margin-bottom: 300px;
}
#outerGroup #outerContent #ContentAboutme {
	margin-left: 320px;
	text-align: left;
}




#outerGroup #outerContent .floatclear {
	display: block;
	clear: left;
}
#outerGroup #outerContent #ContentLink {
	height: auto;
	width: 640px;
	text-align: left;
	margin-bottom: 200px;
}

#outerGroup #outerContent #ContentPhoto {
	height: auto;
	width: 640px;
}







#outerGroup #footer {
	background-color: #0066CC;
	margin: 0px 20px 0px;
	width: 640px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
