* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #b1f0db;
 font-size: 14px;
}
img {
 border:0;
 margin:3px:
}

a {
 color:#FF3399;
 text-decoration:none;
}

a:visited {
 color:#9966CC;
}

a:hover {
 color:#FF99CC;
}

#wrapper {
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 background:#b1f0db;
 color: #333;
 font: 1.0em/150% Arial, Helvetica, sans-serif;
 text-align:center;
 	

}
dl,dt,dd{
margin:0;
paading:0;
}



/* Header */
#header {
 width: 800px;
 height: 292px;
 margin: 0px;
 padding: 0px;
 background:#baf0db url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/header_h.jpg) no-repeat top center;
}

#header #title {
   padding:100px 0 0 350px;
   color:#000066;
   font: bold 2.5em 'arial black', sans-serif;
   text-align:left;
   }

#header #title a {
 color:#000066;
}

#header div#description {
 margin: 5px 0px 0px 350px;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}

#main{
	width:760px;
	background:#85bba9 url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/wrp_h_h.gif) no-repeat top left;
	margin:0 auto;
	text-align:center;
	}
/* Main contents */
#contents{
 float:left;
 width:530px;
 margin:30px auto 10px 8px;
 background: #fff url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/main_h_h.jpg) no-repeat top left;
 font-size: 1.0em;
 text-align: left;
}
html > body #contents{
margin:30px auto 10px 15px;
}

#contents .time{
	font: bold 120%  'Tahoma', sans-serif;
	text-align:right;
        margin:15px 10px 0;
	padding:5px 2px 0 0;
}


#contents h2 {
 margin: 15px 10px 0 60px;
 padding:10px 0 0 60px;
 border-bottom:2px solid #85bba9;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #000000;
text-decoration:none;
}

#contents .contents_body {
 margin: 10px 2px;
 padding:9px;
}

#contents  .fc2_footer {
 margin: 15px 25px;
 padding: 0px;
}

#contents h2.comment_title,
#contents h3 {
 height:61px;
 margin-left:20px;
 padding: 10px 150px 0 0px;
 background:url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/co_tb_20080614192641.jpg) no-repeat top left;
 font: bold 150% 'arial', sans-serif;
 text-align:right;
 color:#85bba9;
 border:0;
}
#contents h3.comm{
	height:100%;
border-bottom:#85bba9 6px double;
background:#fff;
margin:3px 10px 0px 20px;
padding:1px;

}
#contents p{
 padding:0 0 0 5px;
 line-height:1;
}

#contents blockquote {
 padding: 10px;
 background: #ccc;
 border:#000 double 3px ;
}

#contents .content_f{
background:url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/main_f_h.gif) no-repeat top left;
padding-top:8px;
text-align:right;
}

/* Sidebar */
#firstSide { float: right}

.sidebar {
 width: 190px;
 margin:20px 5px 8px 0;
 text-align: left;
}
html>body #firstSide.sidebar{
 margin:35px 10px 15px 0;
} 
.sidebar dt{
 margin: 0px;
 padding:30px 0 0 70px;
 height:50px;
 background:url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/miku.gif) no-repeat top left;
 color:#663300;
 font: bold 1.0em 'Tahoma', sans-serif;
 text-align:left
 inline-height:10em;;
}

.sidebar dd {
｡｡overflow:hidden;
  width: 189px;
  margin:0px;
  padding:0px 2px 8px 2px;
  background:url(http://blog-imgs-21.fc2.com/n/a/g/nagisan74/side_h.gif) no-repeat bottom left;
  text-align:left;
 color:#fff;

}
.sidebar ul {
 list-style-type:none;
 width: 189px;
}

.sidebar p {
 padding: 0 0 0 9px;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
margin:0 8px;
 padding: 3px 0px 3px 8px;
 border-bottom: 1px dashed #fff;
 color: #fff;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #999;
 color: #999;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 80px;
 margin: 0px;
 padding: 20px 0px 0px;
 background: #000;
 color:#fff;
 font-size: 90%;
 text-align: center;
}
