body {
	background:#000;
	background-image:url(http://sayzehi.com/img/bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	font-size:80%;
	line-height:150%;
}
h2 {
	border-bottom:1px solid #fff;
}
h3 {
	border-bottom:1px dotted #fff;
}
img {
	border:0;
}
a:link,a:visited {
	color:#6cf;
	text-decoration:none;
}

a:hover {
	color:#39c;
	text-decoration:underline;
}

dt {
	font-weight:bold;
	border-bottom:2px solid #333;
}

div#wrapper {
	width:830px;
	background-image:url(http://sayzehi.com/img/bg-wrapper.gif);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:left;
	margin-left:225px;
}


div#headline {
	background-image:url(http://sayzehi.com/img/bg-headline.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:600px;
	float:left;
}


div#contents {
	width:600px;
	clear:left;
	float:left;
	text-align:left;
	color:#fff;
}
div.tl {
	margin:0;
	color:#000;
	background:#fff;
	padding:10px;
	overflow:auto;
	height:280px;
}
div.tl dd {
	border-bottom:1px dotted #ccc;
	margin-left:5px;
	padding-left:10px;
}

div.tl a:link,div.tl a:visited {
	color:#000;
	text-decoration:none;
}
div.tl a:hover {
	color:#39c;
	text-decoration:underline;
}

/*--------------------------サイド--------------------------*/

div#side {
	float:right;
	width:210px;
	padding-top:50px;
}
div.search {
	margin:0;
	background:#333;
	overflow:auto;
	height:180px;
	padding:5px;
}
div.search dd {
	margin:0;
	border-bottom:1px dotted #ccc;
}

div.navi {
	margin-top:10px;
}
div.navi dl {
	background:#333;
	padding:5px;
	margin:0;
}
div.navi dd {
	border-bottom:1px dotted #ccc;
	margin:0;
	padding-left:5px;
}

div.banner img {
	margin-top:10px;
}


div#footer {
	clear:both;
	color:#fff;
	text-align:center;
}

div#use {
	background-image:url(http://sayzehi.com/img/bg-zehi.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:180px;
}



/*--------------------------サムネイル--------------------------*/
div.thumb {
	width:110px;
	height:110px;
	padding:5px;
	font-size:90%;
	float:left;
	text-align:center;
}


