body {
	font-family: "Lucida Grande", "Lucida Sans Unicode","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック" Arial, Verdana, sans-serif;

	color: #4242a6; 
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: white url(../images/background.jpg) repeat-x;
}

#header_left {
	width: 735px;
	height: 10px;
	font-size: 12px;
	padding-left: 15px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#header_right {
	width: 235px;
	height: 10px;
	font-size: 10px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	text-align: right;
	padding-right: 15px;
	top: 0;
	left: 750px;
}

#logo {
	position: absolute;
	width: 200px;
	height: 100px;
	top: 105px;
	left: 15px;
	z-index: 20;
}

h1 {
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	height: 25px;
	margin: 0;
	padding-bottom: 15px;
}

h2 {
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
}

h3 {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding-bottom: 4px;
	padding: 0;
}

h4 {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding-bottom: 8px;
}

h5 {
	font-size: 10px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 6px;
}

p {
	font-size: 14px;
	line-height: 180%;
	margin: 0;
	text-align: left;
}

.spotlight {
	font-size: 150%;
}

.note {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	white-space: pre;
}

.item-action {
	position: absolute;
	margin: 2px 0 0 5px;
	padding: 0;
}

img  {
  border: 0;
  display: block;
  }

a:link {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4f4fbe;
}
a:visited {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #4545a5;
}
a:hover {
	text-decoration: none;
	color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:active {
	text-decoration: none;
	color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


  /* 頁面容器階層 */

#wrapper  {
  padding: 0;
  border: 0;
  width: 1000px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

#content  {
}
  
#main  {
  float: left;
  width: 750px;
  margin-left: 215px;
  padding-left: 20px;
  position: absolute;
  margin-top: 230px;
}

.post {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dotted #4242a6;
}

#sidebar  {
  width: 205px;
  position: absolute;
  margin-top: 230px;
	margin-left: 0;
	padding-left: 10px;
}

.sidebar_title {
	font-size: 16px;
	text-align: right;
	margin-bottom: 6px;
	margin-top: -4px;
}

.powered_by {
	width: 88px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	display: block;
	left: -88px;
}

/* Bottom layout */

#main .footer {
	font-size: 10px;
	line-height: 18px;
	text-align: justify;
	width: 750px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px dotted #4242a6;
}
  
#footer p  {
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: x-small;
  background-color: transparent;
  color: #999;
  }


  /* Default links   */

  
  /* Typography */
  
#main p, #sidebar p {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
}
  
.post-body {
	font-size: 14px;
	line-height: 180%;
	margin: 0;
	text-align: left;
}

.blogger-labels {
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 20px 0;
}

h3.post-title {
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding-bottom: 12px;
  }

ul  {
  margin: 0 0 25px 0;
  }


li  {
	font-size: 12px;
	line-height: 150%;
	text-align: right;
}

#sidebar ul   {
	padding-left: 0;
}

#sidebar ul li {
  list-style: disc url(http://www.tripviewbowl.com/images/dot.jpg) inside;
  vertical-align: top;
  padding: 0 0 4px;
  margin: 0;
}
  
dl.profile-datablock  {
  margin: 3px 0 5px 0;
  }
dl.profile-datablock dd {
  line-height: 140%;
  }
  
 .profile-img {display:block;}  /*關於我自己影像位置*/

.profile-img img {
  float:left;
  width: 102px;
  height: 113px;
  margin:0 10px 5px 0;
  border:0px solid #ccb;
  }
    
#comments  {
  border: 0;
  border-top: 1px dotted #4242a6;
  padding: 0;
}

#comments h3  {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  }

#comments dl  {
	font-size: 14px;
	line-height: 180%;
	margin: 0 0 30px;
	text-align: left;
	padding: 0;
	vertical-align: top;
}

#comments dl dt   {
  font-style: italic;
  margin-top: 20px;
  padding: 1px 0 0 18px;
  background: transparent url(http://www.blogblog.com/moto_mr/commentbug.gif) top left no-repeat;
  color: #bba;
	margin-bottom: 20px;
}

#comments dl dd p  {
	font-size: 14px;
	line-height: 180%;
	margin: 0;
	text-align: left;
	padding: 0;
}

.deleted-comment {
  font-style:italic;
  color:gray;
  }


.red {
	color: #996600;
}