/* reset elements */
* {
	margin: 0px;
	padding: 0px;
}



/* basic */
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p, th, td, ol, ul, li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover, a:active {
	color: #9999cc;
	text-decoration: underline;
}

pre {
	display: block;
	font-family: monospace;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #cc0000;
}

del {
	color: #666666;
	text-decoration: line-thorough;
	font-style: normal;
}

blockquote {
	color: #333333;
	background-color: #e6e6e6;
	font-style: normal;
	margin: 0px;
	padding: 10px;
	border: 1px solid #cccccc;
}

cite {
	font-style: normal;
}

address {
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}



/* images */
img {
	border: 0px;
}

img.pict {
	margin: 0px 10px 5px 0px;
	float: left;
}



/* header */
#header {
	margin: 0px;
	padding: 20px 0px;
}

h1 {
	color: #cc0000;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}



/* contents */
#contents {
}



/* main */
#main {
	float: left;
	width: 500px;
}


/* search */
#searchForm {
	width: 300px;
	margin: 20px 0;
}

#searchResults {
	width: 500px;
	margin: 20px 0;
}


.gsc-control {
	width: 500px !important;
}


.gsc-resultsHeader {
	display: none;
}

.gs-title {
	font-size: 14px;
/*	font-weight: bold;*/
	line-height: 1.5;
	overflow: visible !important;
	height: auto !important;
}

.gs-title a,
.gs-title a b {
	color: #333399 !important;
}

.gs-snippet {
	font-size: 11px;
	line-height: 1.5;
}

.gs-visibleUrl {
	font-size: 11px;
	line-height: 1.5;
}

.gsc-cursor-page {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	padding: 5px;
	border: 1px solid #ccc;
}

.gsc-trailing-more-results {
	display: none !important;*
}



div #main form {
	clear: both;
	margin: 0 0 20px 0;
}



/* link */
div #main h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px;
	font-size: 14px;
	background-color: #f0f0f0;
}

div #main dl.webList {
	margin: 0 0 20px 0;
}
div #main dl.webList dt {
	position: relative;
/*	width: 460px;*/
	margin: 0 0 5px 0;
	padding: 15px 0 0 110px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}

#main dl.webList dt.firstChild,
#main dl.webList dt:first-child {
	border-top: 0;
	padding-top: 0;
}

#main dl.webList dt img {
	position: absolute;
	top: 15px;
	left: 0;
}

#main dl.webList dt.firstChild img,
#main dl.webList dt:first-child img {
	top: 0;
}

#main dl.webList dd {
	margin-bottom: 10px;
	padding-left: 110px;
	height: 40px;
	font-size: 14px;
	line-height: 1.5;
}

#main dl.webList > dd {
//	min-height: 40px;
	height: auto;
}

#main dl.webList dd.entry {
}

#main dl.webList dd.entry p {
	padding: 2px;
	background-color: #fff9d3;
	font-size: 11px;
	line-height: 1.5;
}

#main dl.webList dd.entry ul {
	background-color: #fff9d3;
}

#main dl.webList dd.entry ul li {
	margin: 0 0 0 20px;
	font-size: 11px;
	line-height: 1.5;
}



/* side */
#side {
	float: right;
	width: 280px;
}

#side dl {
	margin: 0 0 40px 0;
}

#side dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: 1px dotted #cccccc;
}

#side dd {
}

#side dd p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

#side .profile dd img {
	margin: 0 5px 5px 0;
	float: left;
}

#side dd ul li {
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.5;
}






/* footer */
#footer {
	margin: 0px;
	padding: 20px 0px;
	clear: both;
}

#footer address {
	border-top: 1px solid #cccccc;
	font-size: 10px;
	padding: 5px 0 0 0;
}



