/*reset.css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
a { color:#006699 }
a:hover {
	color:#006699;
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after { content:''; }
abbr, acronym { border:0; }
/*fonts.css*/
body { font:100%; *font-size:small;
*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea { font:99%; }
pre, code { font:115% monospace; *font-size:100%;
}
body * { line-height:1.4em; }
/*standard theme stuff*/
.post img {
	float:left;
	border:1px solid #CCCCCC;
	margin:5px;
}
#s, textarea, input {
	border:1px solid #cccccc;
	padding:4px;
	margin:2px;
}
blockquote {
	font-style:italic;
	color:#666666
}
blockquote blockquote {
	margin-left:20px;
	color:black;
}
.navigation {
  display:block;
  clear:both;
  margin:20px 0px 20px 0px;
  overflow:hidden;
  text-align:right;
}
.navigation a {
	border:1px solid #cccccc;
	background-color:white;
	text-align:right;
	padding:10px;
	float:left;
	display:inline;
	margin-right:10px;
}
#submit {
	border:1px solid #cccccc;
	background-color:white;
	color:#999999;
	padding:3px;
}
.post ol, .commentlist ol {
	list-style:decimal;
	padding:5px 0px 5px 0px;
	list-style-position:inside;
}
.post ul, .commentlist ul {
	list-style:disc;
	list-style-position:inside;
	padding:5px 0px 5px 0px;
}
.post li, .commentlist li { padding-bottom:5px; }
.post strong, .post b { font-weight:bold; }
.post em, .post i { font-style:italic; }
.list_item .list_item, #sidebar ul.children {
	margin-left:0px;
}
#calendar_wrap td, #calendar_wrap thead tr th { padding:3px; }
#calendar_wrap thead {
	background-color:#666666;
	color:white;
}
#calendar_wrap caption { text-align:center; }
#searchsubmit { display:block; }

h3#comments, h3#respond, .pagetitle, h2.center {
	font-size:22px;
	color:#096594;
	padding-top:20px;
}
p { margin-top:10px; }
#searchsubmit {
	border:0px;
	position:relative;
	top:-4px;
}
/**********************/
div.clear {
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}
body {
	background-color:#3083AC;
	margin-top:35px;
	margin-bottom:15px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
#page {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
}
#header {
	width:840px;
	height:191px;
	padding-top:9px;
	background-image:url(../images/head_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#header #bread {
	margin-left:240px;
	margin-top:50px;
}
#header form input {
	float:left;
	display:inline;
}
#header #headerimg {
	background-image:url(../images/head.jpg);
	display:block;
	width:840px;
	height:191px;
}
#header #headerimg h1 { clear:both }
#header #headerimg h1 a {
	font-size:36px;
	color:white;
	text-decoration:none;
	position:relative;
	top:0px;
	left:30px;
}
#header #headerimg .description {
	position:relative;
	top:5px;
	left:40px;
}
#topmenu {
	position:relative;
	left:450px;
	width:390px;
}
#topmenu li {
	float:left;
	display:inline;
}
#topmenu li a {
	display:block;
	padding:10px 10px 8px 10px;
	color:#666666;
	text-decoration:none;
	border-right:1px solid #666666;
}
#topmenu li a:hover { color:#000000; }
/***The sidebar**/
#sidebar {
	float:left;
	display:inline;
	width:196px;
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	background-color:white;
	position:relative;
	left:20px;
	top:-44px;
	padding-top:20px;
}
#sidebar ul { padding:10px; }
#sidebar #side-footer {
	background-image:url(../images/side_footer.jpg);
	background-repeat:no-repeat;
	height:14px;
	position:relative;
	top:5px;
}
#sidebar h2 {
	font-size:16px;
	color:#003366;
	font-weight:bold;
}
/***The content**/
#content {
	float:right;
	display:inline;
	width:615px;
}
#content .post {
	margin-top:10px;
	background-image:url(../images/post.jpg);
}
#content .post .header {
	background-image:url(../images/post_header.jpg);
	height:20px;
	padding:7px 10px 3px 13px;
}
#content .post span.date {
	margin-left:7px;
	font-size:10px;
	background-position:0px 2px;
}
#content .post .footer {
	background-image:url(../images/post-bottom.jpg);
	height:16px;
}
#content .post .entry {
	color:#333333;
	padding:0px 10px 10px 15px;
}
.news li {
  background-image:url('../images/bullet.gif');
  background-position-x:0px;
  background-position-y:7px;
  background-repeat:no-repeat;
  list-style-type:none;
  padding-left:15px;
}
.news li { *+padding-left:0px; }
#content .post p.postmetadata {
  position:relative;
  text-align:right;
  padding-right:25px;
}
#footer { clear:both; }
.alignleft { text-align:left }
.alignright { text-align:right }


/*pin stop*/
#ad {
 position: fixed;
top:40px;right:0px;
width:160px;
height:600px;
background-color:#666666;
}
#toppin 	{width: 110px;
	height: 200px;
	display: block;
	position: absolute;
	top: -35px;
	left:-30px;
	background: url(../images/tape1.png) no-repeat;}
#underpin 	{
	width: 115px;
	height: 632px;
	display: block;
	position: absolute;
	top: 530px;
	left: -30px;
	background: url(../images/tape2.png) no-repeat;
}
.post h2  {
    font-size:19px;
    text-decoration:none;
    font-weight:bold;
    margin:30px auto 0px;
}
.post dt {
    padding-left:20px;
    padding-top:10px;
    font-weight:bold;
}
.post dd { padding-left:40px;}
.entry h2 {margin:5px 0 0 0;
padding:0;}

/*090328’Ç‰Á*/
#bread a{color:#000000;}
/*091109’Ç‰Á*/
.entry li span{font-size:80%;}

