/* main contents - topCont */

#contents #topCont {
	background-color: #efefef;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	}

#contents #topCont a {
	color:#990000;
}

#contents #topCont .Box {
	width: 830px;
}

#contents #topCont .wrapper {
	position: relative;
	width: 276px;
	text-align: left;
	float: left;
}

#contents #topCont .inleft {
	position: relative;
	width: 126px;
	float: left;
	text-align: center;
}
 
#contents #topCont .inleft img {
}

#contents #topCont .inright {
	position: relative;
	width: 150px;
	float: left;
	overflow: hidden;
}
#contents #topCont .inbox {
	position: relative;
	width: 150px;
	overflow: hidden;
}
#contents #topCont .title {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height:150%;
	word-break: break-all;
}
#contents #topCont .text {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12px;
	line-height:150%;
	word-break: break-all;
	
}



#contents .adspace {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:10px;
}

#contents .adspace ul {
}

#contents .adspace ul li {
	display:block;
	float:left;
	background-color:#CCCCCC;
	width:200px;
	height:75px;
	margin-left:5px;
	margin-right:5px;
}

#contents .admes {
	font-size:80%;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
	font-weight:bold;
	
}




/* main contents - areaLink */

#contents #main #areaLink {
	margin-bottom: 30px;
}
#contents #main #areaLink ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#contents #main #areaLink ul li {
	display: inline;
	padding-left: 3px;
	color: #333;
	font-size: 90%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin: 0 1px 0 0;
	line-height: 150%;
}

#contents #main #areaLink ul li a {
	text-decoration:none;
}

#contents #main #areaLink ul li a:hover {
	text-decoration:underline;
}
#contents #main #areaLink ul li a span {
	font-weight: bold;
	color: #000;
}
#contents #main #areaLink ul li:first-child {
	border: none;
}


/* main contents - spotLink */

#contents #main #spotLink {
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents #main #spotLink dl
{
	position: relative;
	width: 122px;
	text-align: left;
	float: left;
	margin-right:10px;
}
#contents #main #spotLink dl dt {
	margin:0;
	padding:0;
}

#contents #main #spotLink dl dt img {
	border: 1px solid #CCC;
}


#contents #main #spotLink dl dd {
	font-size:80%;
	margin:0;
}

#contents #main #spotLink dl dd.stName {
	background-color: #EFEFEF;
}

#contents #main #spotLink dl dd a {
	font-weight:bold;
}


#contents #main .centerAds {
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #36F;
	border-bottom-color: #36F;
}




/* main contents - tagLink */

#contents #main #tagLink {
	margin-bottom: 20px;
}
#contents #main #tagLink table {
	margin-bottom: 15px;
}
#contents #main #tagLink table tr td h3 {
	color: #000;
	width: 142px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #9CF;
}
#contents #main #tagLink table tr td ul li {
	font-size: 90%;
	line-height: 150%;	
}

/* main side */
#contents #side h4 {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	background: #CCC;
	padding: 1px 1px 1px 5px;
	margin-bottom:10px;
}

#contents #side #blogEntrey ul li {
	font-size: 80%;
	line-height: 150%;	
	border-bottom-color: #CCC;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#contents #side #blogEntrey h4 a {
	color: #000;
	text-decoration: none;
}


