html, body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #f9f8f7;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	float:left;
	overflow:hidden;
	display:inline-block;
	height:37px;
	width:100%;
	margin-top: 15px;
}
#home {
	height: 35px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
	width: 172px;
}

#ing {
	width:948px;
	overflow:hidden;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 35px;
	border: 1px solid #cfd9e2;
	background-image: url(images/bg_s.png);
	background-repeat: repeat-x;
	top: 0px;
}
#ing a{color:#666;line-height:18px;text-decoration:none;}
#ing a:hover{
	color:#43afd2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43afd2;
}

#ing_info {
	float:left;
	overflow:hidden;
	display:inline-block;
	width:579px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	font-size: 12px;
	color: #006699;
	height: 35px;
	line-height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	background:url(images/underone_logo.gif) no-repeat;

}

#ing_info a {
	font-size:20px;
	margin:0 8px 0 0;
	color:#f60;
	position:relative;
	*bottom:6px;
}

#ing_info span {
	position:relative;
	*bottom:6px;
}

#ing_s {
	float:left;
	overflow:hidden;
	display:inline-block;
	width:350px;
	height:35px;
	background-color: #878787;
}

#page {
	width:950px;
	display:block;
	margin: 0 auto;
	padding:0;
}

#content {
	overflow:hidden;
	display:inline-block;
	width:580px;
	float: left;
	position:relative;
	bottom:14px;
}

#comments {
	overflow:hidden;
	display:inline-block;
	width:580px;
	float: left;
}

.content {
	overflow:hidden;
	display:inline-block;
	width:538px;
	border: 1px solid #e0e0e0;
	background-color: #FFFFFF;
	color: #4E4E4E;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 10px;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.post {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
.mypost a{
	font-size:14px;
	color:#369;

}
.mypost a:link {
	text-decoration: none;
	color: #578cca;
}

.mypost a:visited {
	text-decoration: none;
	color: #578cca;
}

.mypost a:hover {
	color:#8DAB3B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8DAB3B;
}

.mypost a:active {
	color:#BC4F0C;
	text-decoration: none;
}

.post h2,
.post h1 {
	font-size: 16px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	padding:0px;
	color:#FF8B00;
	background-image: url(images/post.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 12px;
	line-height: 22px;
}

.post h2 a,
.post h1 a{
	font-weight:bold;
	color:#FF8B00;
	text-decoration: none;
}

.post h2 a:hover,
.post h1 a:hover{
	font-weight:bold;
	color:#43afd2;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #43afd2;
	border-bottom-style: dashed;
}


.entry{
	font-size: 12px!important;
	font-size: 12px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-indent: 12px;
	line-height: 16px;
	margin: 0px;
}

.mypost img {
	max-width:500px;
	width:expression(this.width > 500 && this.height < this.width ? 500: true);
	border:1px solid #ccc;
	padding:2px;
}

.date{
	font-size: 12px!important;
	font-size: 12px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-indent: 12px;
	line-height: 16px;
	margin: 0px;
}
.entry a, .postdate a{
	color: #578cca;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #578CCA;
}

.postdate {
	color: #578cca;
}

.comments {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	font-size: 12px;
}


#searchform {
	margin: 0px;
	height: 35px;
	float: left;
}
#searchform br {
	display: none;
}

#searchform #s {
	width: 161px;
	height: 21px;
	border: 1px solid #CFD9E2;
	margin-right: 2px;
	color: #CFD9E2;
	font-weight: normal;
	background-color: #fffffe;
	background-image: url(images/search_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 18px;
	display: inline-block;
	margin-top: 5px;
	float: left;
}

#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: 1px none;
	width: 46px;
	height: 26px;
	color: #006699;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 4px;
}

#sidebar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	overflow:hidden;
	display:inline-block;
	width:370px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	position:relative;
	bottom:14px;
}

#sidebar img {border:0;}
a img {border:0;}



#sidebar a{
	color:#666;
	text-decoration:none;
	font-size:12px;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
	
#sidebar a:link{
	text-decoration: none;
}
#sidebar a:active {
	text-decoration: none;
	color: #8DAB3B;
}
#sidebar a:visited{
	text-decoration: none;
} 
#sidebar a:hover{
	text-decoration: underline;
	color: #8DAB3B;
}


#sidebar ul {
	font-size: 12px;
	color: #7A7A7A;
	padding: 0px;
	list-style:none;
	margin-top:0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#sidebar li ul{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar li{
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/sidebar_line1.gif);
	background-repeat: no-repeat;
	background-position: 1px 20px;
	margin-bottom: 15px;
}

#sidebar .feed li{
	line-height:18px;
	text-indent:20px;
	background-image: url(images/rss_f.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


#sidebar .feed li a{font-family: Arial;font-size:12px;font-weight:normal;color:#BC4F0C; text-decoration:none;}

#sidebar .feed h2 {
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .pagenav h2 {
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .page_item, #sidebar .random li, #sidebar .r_comments li, #sidebar .archives li, #sidebar .statistics li, #sidebar .newpost li, #sidebar .related li, #sidebar .linkcat li{
	line-height:18px;
	text-indent:16px;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px!important;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar .categories li{
	line-height:16px;
	text-indent:16px;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px!important;
	font-size: 10px;
	margin-right: 0px;
	margin-left: 0px;
	color: #999999;
}

#sidebar .categories a{
	font-size: 12px;
}


#sidebar .random h2 {
	background-image: url(images/random.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .related h2 {
	background-image: url(images/related.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .newpost h2 {
	background-image: url(images/newpost.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}
#sidebar .linkcat h2 {
	background-image: url(images/blogroll.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .categories h2 {
	background-image: url(images/categories.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .r_comments h2 {
	background-image: url(images/comments.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}

#sidebar .statistics h2 {
	background-image: url(images/statistics.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
}
#sidebar .archives h2 {
	line-height: 16px;
	margin-bottom: 12px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/archives.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	*padding-left: 7px!important;
	*padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#sidebar .children {
	margin-bottom: 0px;
}
#sidebar .children li {
	background-image: url(images/li_ul.png);
	background-position: -2px;
}

#sidebar_1 {
	float:left;
	overflow:hidden;
	display:inline-block;
	width:186px;
	margin-right: 10px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	background-image: url(images/s_bg.gif);
	background-repeat: no-repeat;
	background-position: 34px 2px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#sidebar_2 {
	float:left;
	overflow:hidden;
	display:inline-block;
	background:#fff;
	width:130px;
	border: 1px solid #e0e0e0;
	font-size: 12px;
	color: #999999;
	padding-bottom: 10px!important;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar_2 a {
	font-size: 12px;
}
 
#sidebar .archives h2, #sidebar .pagenav h2, #sidebar .feed h2, #sidebar .random h2, #sidebar .categories h2, #sidebar .r_comments h2, #sidebar .statistics h2, #sidebar .newpost h2, #sidebar .related h2, #sidebar .linkcat h2{
	font-size: 14px;
	color: #43afd2;
	font-weight: normal;
}

#footer {
	float:left;
	overflow:hidden;
	display:block;
	width:100%;
	height: 40px;
	background-color: #fafbfc;
	background-image: url(images/bg_f.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #999999;
} 

.ftr {
	width:900px;
	overflow:visible;
	display:inline-block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 30px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/wp_logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
}

.ftr a:link {
	text-decoration: none;
	color: #578cca;
}

.ftr a:visited {
	text-decoration: none;
	color: #578cca;
}

.ftr a:hover {
	color:#BC4F0C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BC4F0C;
}
.ftr a:active {
	color:#BC4F0C;
	text-decoration: none;
}

.mypost {
	font-size: 14px;
	line-height: 17px;
	float: left;
	width: 528px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height:21px;
}

#pagenavi {
	overflow:hidden;
	font-size: 12px;
	width:570px!important;
	width:580px;
	float: left;
	margin-top: 8px;
	margin-left:4px;
	height:20px;
}
#pagenavi a{
	color: #578cca;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #578CCA;
	font-size: 12px;
}

#googlead1{
	float:left;
	position:relative;
	bottom:14px;
	left:150px;
}

#pagenavi1 {
	overflow:hidden;
	display:inline-block;
	font-size: 12px;
	width:570px!important;
	width:580px;
	float: left;
	margin-top: 10px;
	margin-left:4px;
	height:24px;
}
#pagenavi1 a{
	color: #578cca;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #578CCA;
	font-size: 12px;
}

.tag {
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	color: #999999;
}
#comments{
	color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 10px;
}

#comments h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8DAB3B;
}

.tag_tb{
	font-size: 12px!important;
	font-size: 12px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-left: 14px;
	padding-left: 10px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tag_tb a{
	color: #578cca;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #578CCA;
}

#comments a:link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #578cca;
	text-decoration: none;
	color: #578cca;
}

#comments a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #578cca;
	text-decoration: none;
	color: #578cca;
}

#comments a:hover {
	color:#8DAB3B;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#comments a:active {
	color:#BC4F0C;
	text-decoration: none;
}

#comment {
	height: 175px;
	width: 480px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8DAB3B;
}

#author, #email, #url{
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8DAB3B;
}
#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #43afd2;
	background-color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	margin-left: 10px;
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	width: 140px;
	border:none;
	cursor:pointer;
}
#content blockquote {
	background-color: #FFFFFF;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 25px;
	margin-left: 0px;
	padding-top: 0px;
}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#googlead3 {
	clear:both;
	padding:6px 0 10px 0;
}

#searchsubmit {
	cursor:pointer;
}

#commentform label small {
	font-size:12px;
}

/*google¹ã¸æ*/
#googleCont {
	border:1px dashed #ddd;
	float:right;
	width:250px;
	padding:5px;
	margin: 0 -6px 0 6px;
}

#googleT {
	text-align:right;
}

#googleC {
	height:250px;
}

.hl-surround {
	clear:both;
}