#contents #main #detail .titleboard {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #090;
	padding: 10px;
	background: #EFEFEF;
}
#contents #main #detail .titleboard h1 {
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1em;
}
#contents #main #detail .titleboard h2 {
	font-size: 1.0em;
	line-height: 1em;
}
#contents #main #detail .titleboard h2 a {
	font-weight: bold;
	color: #090;
	text-decoration: none;
}
#contents #main #detail .titleboard {
	margin-bottom: 15px;
}
#contents #main #detail p {
	line-height: 150%;
	margin-bottom: 5px;
	font-size: 90%;
}
#contents #main #detail p img {
	width: 200px;
	height: 150px;
	margin-right: 20px;
}
#contents #main #detail .centerAds {
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C0;
	border-bottom-color: #0C3;
	background: #F5F5F5;
}


/* infoTable */

#contents #main #detail table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-top: 20px;
	width: 530px;
}
#contents #main #detail table tr th {
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #CCC;
	color: #FFF;
	width: 100px;
	background-color: #090;
}
#contents #main #detail table tr td {
	font-size: 90%;
	padding: 2px;
	border: 1px solid #CCC;
}


#contents #main #detail table tr th .twittericon {
	background-image: url(../img/favicon/twitter.png);
	background-repeat: no-repeat;
	height: 18px;
	background-position: 1px;
	padding-left: 22px;
	line-height: 18px;
}
#contents #main #detail table tr th .fbicon {
	background-image: url(../img/favicon/facebook.png);
	background-repeat: no-repeat;
	height: 18px;
	background-position: 1px;
	padding-left: 22px;
	line-height: 18px;
}



/* related site */
#contents #side #related dl {
	margin-top: 7px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 7px;
	padding-left: 5px;
}
#contents #side #related dl dt {
	font-weight: bold;
	line-height: 100%;
}
#contents #side #related dl dt a {
	text-decoration: none;
	color: #000;
}
#contents #side #related dl dt a:hover {
	text-decoration: underline;
	color: #999;
}
#contents #side #related dl dd {
	font-size: 80%;
	line-height: 130%;
}
#contents #side #related #divRerated1 dl dd a {
	color: #900;
}
#contents #side #related #divRerated2 dl dd a {
	color: #009;
}
#contents #side #related #divRerated3 dl dd a {
	color: #F60;
}
#contents #side #related  h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}

#contents #side #related .STA {
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #900;
	margin-bottom: 20px;
	background: #EFEFEF;
}

#contents #side #related .STA h4 a {
	font-size: 0.9em;
	color: #900;
	line-height: 1em;
}

#contents #side #related .STA dl {
}

#contents #side #related .EG {
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #090;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#contents #side #related .EG h4 a {
	font-size: 0.9em;
	color: #090;
	line-height: 1em;
}
#contents #side #related .LW {
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #009;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#contents #side #related .LW h4 a {
	font-size: 0.9em;
	color: #009;
	line-height: 1em;
}
#contents #side #related .MSN {
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F90;
	margin-bottom: 20px;
	background: #EFEFEF;
}
#contents #side #related .MSN h4 a {
	font-size: 0.9em;
	color: #F60;
	line-height: 1em;
}
#contents #side #related img {
	margin-right: 5px;
}
#contents #side #related p {
	text-align: right;
	margin-bottom: 15px;
	font-size: 90%;
}
#contents #side #related p a {
	color: #666;
}
#contents #side #related p a:hover {
	color: #36F;
}


/* google map api */
#contents #main #detail #GmapArea {
	padding: 5px;
	margin-top: 20px;
	width: 520px;
	height: 400px;
	background: #CCC;
}
#contents #main #detail #GmapArea #map {
	width: 520px;
	height: 400px;
	background-image: url(../images/mapunavailable.gif);
}

/* IE6.0hack */


* html #contents #side #related dl dt {
	_margin-left:20px;
}

* html #contents #side #related dl dd {
	_margin-left:20px;
}

* html #contents #side #related .LW h3 {
	_margin-left:20px;
}

* html #contents #side #related .LW h4 {
	_margin-left:20px;
}

* html #contents #side #related #divRerated2 dl dt {
	_margin-left:40px;
}

* html #contents #side #related #divRerated2 dl dd {
	_margin-left:40px;
}

* html #contents #side #related .MSN h3 {
	_margin-left:40px;
}

* html #contents #side #related .MSN h4 {
	_margin-left:40px;
}

* html #contents #side #related #divRerated3 dl dt {
	_margin-left:60px;
}

* html #contents #side #related #divRerated3 dl dd {
	_margin-left:60px;
}

