/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

#page {}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #607b88;
}

#content {
	width:700px;
	float:left
}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
}

#sidebar {
	width: 265px;
	float:right
}

#featured-cats {
	width:182px;
	float:left
}

#more-posts {
	width:700px;
}

h2.posttitle{
	color:#037C8B;
	font-size:30px;
	background-image:url(images/h2_posttitle.gif);
	width:700px;
	height:53px;
	display:block;
	background-repeat:no-repeat;
}

h3 {
	margin: 2em 0 1em ! important;
	border-bottom: #037C8B solid 1px;
	color:#037C8B;
}

p.banner {
	margin-bottom: 2em;
	line-height: 1.2em;
	color: #666;
}

p.banner img {
	display: inline;
	margin: 0 10px 10px 0;
}


/* ---------- @ Content Styles -----------*/

/* Misc */
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
}
	
#more-posts img {
	margin:3px 12px 4px 0;
}

.recent-excerpts {
	padding-bottom:10px;
}

#featured-cats ul {
	margin:3px 0 22px 0;
}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
}

#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
}

#lead img {
	float:left;
	margin-right:22px;
}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
}

#lead h2 .commentcount {
	font-size:0.4em;
}

.postmetadata .commentcount {
	font-size:1em;
}

.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
}

#featured-cats .date {
	margin: 2px 3px 0 0;
}

/* Sidebar and Widgets */
#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
}

#wp-calendar td {
	text-align:center;
	padding:3px;
}	
	
#recentcomments {
	color: #787878;
}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
}

.textwidget {
	margin: 15px 0;
	line-height:160%;
}

.widget td {
	background:none;
}

.widget table {
	border:none
}

/* Single Posts */
#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
}

#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
}

#tags a, #tags a:visited {
	text-decoration: none
}

/* Archives */
h2.pagetitle {
	position: relative;
	color:#333333;
	font-size:30px;
	background-image:url(images/h2_pagetitle.gif);
	width:700px;
	height:53px;
	display:block;
	background-repeat:no-repeat;
}

h2.pagetitle img {
	margin-left: 2em;
	vertical-align: middle;
}

.archive-list li {
	list-style:none;
	margin: 8px 25px 18px 0;
	padding-bottom: 10px;
	border-bottom:1px dotted #b1b1b1;
}

.archive-list img {
	margin:0 14px 0 0;
}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	text-align: right;
}
		
#pagination {
	height: 1.2em;
	width: 675px;
	margin-top:30px;
}

#pagination .left {
	float: left;
}

#pagination .right {
	float: right;
}

/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
}

.postmetadata {
	padding: 7px 0 0;
	margin: 0;
	font-size: 0.9em;
	color:#7a7a7a;
}

.bookmark {
	margin: 0 0 20px;
}

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
}

/* Images */
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
}

img.alignleft {
	margin:0 10px 10px 0;
	float:left;
	vertical-align: bottom;
}

img.alignright {
	margin:0 0 10px 10px;
	float:right;
	vertical-align: bottom;
}

.wp-caption.alignleft {
	float:left;
	margin:0 22px 10px 0;
}

.wp-caption.alignright {
	float:right;
	margin:0 0 10px 22px;
}

.wp-caption.aligncenter, img.aligncenter {
	margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
}

p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
}

.wp-caption img {
	float:none;
	margin:0;
}	

.gallery {
	margin:15px 0;
	display:block;
}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
}

.gallery-item {
	padding:12px 0;
}

.gallery-caption {
	padding:10px;
}


/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
}

.reply a:active {
	background:#CCC;
}

.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
}

#trackbacklist li {
	margin: 10px 0 10px 35px;
}

#trackbacklist cite {
	font-style:normal
}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}

.says {
	display:none;
}

.commentmetadata {
	float:left
}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
}



/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
}

#author, #email, #url {
	width:220px;
}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
}

.button:active {
	background:#000;
}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
}


/* Reset
------------------------------------------*/
html,
body,
div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
p, blockquote, address, 
table, th, td,
pre, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
address,
caption, th {
	text-align:left;
	font-weight:normal;
}

a {
	color:#017B8A;
	text-decoration: none;
}

em, strong {
	font-style:normal;
	font-weight:normal;
}

body{
	font: 13px Helvetica, Arial, Geneva, Verdana, "Hiragino Kaku Gothic Pro", sans-serif;
	*font-size: small;
	*font: x-small;
	line-height:1.8;
	font-family:'ＭＳ Ｐゴシック',Helvetica, Geneva, Verdana, "Hiragino Kaku Gothic Pro", sans-serif;
}

*+html body{
	font-family:"Meiryo",sans-serif;	/* Windows Vista */
}

table {
	font-size:inherit;
	font:100%;
}

select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

blockquote {
	background-color: #f4f4f4;
	padding: 1px 10px;
}


/* Elements
------------------------------------------*/
/* Html */

/* Body */
body {
	background-color:#007E8D;
	font-size: medium;
	color:#333333;
}



/* Hr */
hr {
	display: none;
}

/* P */
p {
	margin:.8em 0;
	line-height: 1.6;
}


/* UL, OL */
ul,
ol {
	display:block;
	list-style-position: outside;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

	ul ul,
	ul ol,
	ol ol,
	ol ul {
}
		
	li li {
		margin-left: 0;
		margin-bottom: 0;
}

	li p {
		margin-top: 0;
}



/* DL, DT, DD */
dl {
	margin:1em 0;
	line-height:1.4;
}

	dl dt {
		font-weight: bold;
	}

	dl dd {
		margin-bottom: 1em;
}

	dl ul,
	dl ol,
	dl p {
		margin-top: 0;
		margin-bottom: 0;
}

	dl ul {
		margin-left: 1em;
}

	dl ol {
}

address {
	font-size: 90%;
	font-style: normal;
	line-height: 1.6;
}

	li{
	list-style:none;
	padding:0;
	margin:0;
}

/* STRONG, EM */
strong,
em {
	font-weight: bold;
}


/* IMG */
img {
	vertical-align: bottom;
	border:none;
}

a img {
  padding: 0;
  border: none;
}


/* TABLE */
table {
	margin:1em 0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	width:99%;
}

table th,
table td {
	vertical-align:top;
}

table.layout {
	margin: 0;
	border: none;
	width:100%;
}

table.layout th,
table.layout td {
	border: none;
	padding: 0;
}

/* CLEAR */
.clearboth {
		clear:both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* CONTENTS */

/*HEADER---------------------*/

div#header{
	width:100%;
	height:115px;
	background-image:url(images/H_bg.gif);
	background-repeat:repeat-x;
}

div#header div#In{
	width:950px;
	height:105px;
	display:block;
	background-image:url(images/H_bg2.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	padding-top:10px;
}

h1{
	font-size:12px;
	font-weight:normal;
	height:14px;
	line-height:14px;
	width:950px;
	display:block;
}

div#header div#In div.logo{
	float:left;
	margin-top:10px;
}

div#header div#In div.box{
	float:right;
}

div#header div#In div.box div.search{
	width:269px;
	height:40px;
	display:block;
	background-image:url(images/H_search.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:17px;
	float:right;
}

div#header div#In div.box div.search input{
	float:left;
}

div#header div#In div.box div.search input.form{
	width:172px;
	border:1px #CDB99A solid;
	padding:2px;
	margin-right:5px;
	height:20px;
}

div#header div#In div.box div.menu{
	padding-right:15px;
	padding-top:7px;
}
div#header div#In div.box div.menu a{
	float:right;
	margin-left:10px;
}

/*CONTENT---------------------*/

div#content{
	float:left;
	width:700px;
}

div#ct{
	width:910px;
	margin:0 auto;
	padding:20px;
	background-color:#FFFFFF;
}

div#ct div#left{
	float:left;
	width:700px;
}


div#left ul li.con{
	margin-bottom:20px;
}

div#left ul li.MainImage{
	width:692px;
	height:402px;
	border:2px #333333 solid;
	padding:2px;
	display:block;
}

div#left ul li.con div.title{
	width:694px;
	height:38px;
	display:block;
	background-image:url(images/Ct_head1.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-right:6px;
	padding-top:0px;
}
div#left ul li.con div.title h2{
	float:left;
}
div#left ul li.con div.title a{
	float:right;
	vertical-align:top;
	margin-top:11px;
}

div#left ul li.con div.data{
	border-left:2px #333333 solid;
	border-right:2px #333333 solid;
	border-bottom:2px #333333 solid;
	width:690px;
	padding:6px 3px 0 3px;
}
*:first-child+html div#left ul li.con div.data{
	padding:6px 3px;
}

div#left ul li.con div#event ul li{
	float:left;
	margin: 0 3px 6px;
	overflow:hidden;
}
* html div#left ul li.con div#event ul li{
	margin: 0 2px 6px;
}

div#left ul li.con div#event ul li p {
	margin:0 ! important;
}

div#left ul li.con div#event ul li a{
	width:325px;
	height:94px;
	display:block;
	border:2px #D4D4D4 solid;
	color:#333333;
	font-size:12px;
	padding:5px;
	line-height:140%;
}

div#left ul li.con div#event ul li a:hover{
	border:2px #007E8D solid;
}

div#left ul li.con div#event ul li a img{
	border:5px #F3F3F3 solid;
	float:left;
	margin-right:5px;
}

div#left ul li.con div#event ul li img {
	max-width: 80px;
	max-height: 80px;
}
* html div#left ul li.con div#event ul li img {
	width: expression(this.width >= this.height ? "80px" : "auto");
	height: expression(this.width <= this.height ? "80px" : "auto");
}

ul.archive-list li a img {
	max-width: 80px;
	max-height: 80px;
}
ul.archive-list li a img {
	width: expression(this.width >= this.height ? "80px" : "auto");
	height: expression(this.width <= this.height ? "80px" : "auto");
}

span.bold{
	font-weight:bold;
}
span.green14{
	font-size:16px;
	color:#0B8A99;
	font-weight:bold;
}
div#left ul li.con div#event ul li a p {
	color:#666666;
	line-height:150%;
}

div#left ul li.con div#event ul li span.text,
div#left ul li.con div#event ul li span.green14 {
	float: right;
	display: block;
	width: 230px;
}


/*---------------NANBEIsan*/

div#nanbei div{
	width:684px;
	margin: 0 3px 6px;
}

div#nanbei div ul li a{
	background-color:#F5F5F5;
	border:2px #EBEBEB solid;
	width:660px;
	display:block;
	padding:6px 10px;
	font-size:14px;
	line-height:160%;
	vertical-align:top;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

div#nanbei div ul li a:hover{
	border:2px #017B8A solid;
	background-color:#F5F5F5;
}

div#nanbei div ul li a img{
	border:5px #FFFFFF solid;
	margin-right:10px;
	float:left;
}

div#nanbei div ul li a img {
	max-width: 110px;
	max-height: 110px;
}
* html div#nanbei div ul li a img {
	width: expression(this.width >= this.height ? "110px" : "auto");
	height: expression(this.width <= this.height ? "110px" : "auto");
}

div#nanbei div ul li a span {
	display: block;
	color:#017B8A;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px #017B8A dotted;
	background: none;
}

div#nanbei div ul li a p{
	font-size:12px;
	line-height:150%;
	color:#666666;
}

/*---------------top Twitter*/

div#juitterContainer{
	padding: 6px 6px 0;
	border:2px #333333 solid;
}

div#juitterContainer ul li {
	clear: left;
	margin-bottom: 6px;
	font-size: 12px;
}
div#juitterContainer ul li:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
/* MacIE begin \*/
*+html div#juitterContainer ul li { height: 1%;}
* html div#juitterContainer ul li { height: 1%;}
div#juitterContainer ul li { display: block;}
/* Mac IE end */

div#juitterContainer ul li div.twitter-img {
	float:left;
	width: 77px;
	background: url(images/TopTwitter_1.gif) right 2px no-repeat;
}

div#juitterContainer ul li img{
	float: left;
	border:5px #017B8A solid;
	margin-top:5px;
}

div#juitterContainer ul li div.twitter-top {
	float: right;
	
	padding-top: 4px;
	background:url(images/TopTwitter_2.gif) top right no-repeat;
}

div#juitterContainer ul li div.twitter-bottom {
	padding-bottom: 4px;
	background:url(images/TopTwitter_3.gif) bottom right no-repeat;
}

div#juitterContainer ul li p {
	background:url(images/TopTwitter_4.gif) top left repeat;
	width: 597px;
	min-height:60px;
	padding:0 5px;
	margin:0;
	font-size:14px;
	line-height:160%;
}
* html div#juitterContainer ul li p {
	height:60px;
}

div#juitterContainer ul li a {
	color:#007E8D;
	font-weight:bold;
}

div#juitterContainer ul li span.time{
	color:#666666;
}

div#juitterContainer ul li div.twitter-img img {
	width: 48px;
}


/*右メニュー-------------------------------------*/

div#ct div#right{
	float:right;
	width:200px;
}

div#ct div#right ul li{
	margin-bottom:10px;
}

div#wp-calendar table {
	font-size: 10px;
}

table.nav td {
	text-align:center;
	font-size:12px ! important;
	color:#333333;
	font-weight:bold;
	width:100px;
}

div#ct div#right ul li#calender div{
	border:2px #0B8A99 solid;
	width:180px;
	padding:8px;
}
div#ct div#right ul li#calender div table{
	border:none;
}
div#ct div#right ul li#calender div table td{
	border-bottom:none;
}

div#ct div#right ul li#calender table.month{
	width:180px;
	margin:0 auto;
	line-height:100%;
}

div#ct div#right ul li#calender table.month th{
	text-align:center;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	width:100px;
}

div#ct div#right ul li#calender table.month td.last{
	background-image:url(images/menu_ca_1.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:8px;
	font-size:10px;
	color:#0B8A99;
	width:32px;
}

div#ct div#right ul li#calender table.month td.next{
	background-image:url(images/menu_ca_2.gif);
	background-repeat:no-repeat;
	background-position:35px 4px;
	padding-right:8px;
	text-align:right;
	font-size:10px;
	color:#0B8A99;
	width:32px;
}
div#ct div#right ul li#calender table.month td.next a{
	color:#0B8A99;
}
div#ct div#right ul li#calender table.days{
	width:168px;
	font-size:10px;
	margin:0 auto;
	text-align:center;
}

div#ct div#right ul li#calender table.days th{
	width:24px;
	text-align:center;
}

div#ct div#right ul li#calender table.days td a{
	width:24px;
	text-align:center;
	color:#333333;
}

div#ct div#right ul li#calender table.days td.today{
	background-color:#EBEBEB;
}

/*Googlemap-------------*/
div.gm-map, div.gm-map  iframe {
	margin: 0;
	padding: 0;
	overflow: hidden ! important;
}

/*Twitter-------------*/
div#ct div#right ul li#r_twitter{
	width:200px;
}

div#ct div#right ul li#r_twitter div ul{}

ul#twitter-list li {
	margin-bottom:5px;
	padding-top: 14px;
	background-image:url(images/menu_twi_1.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#twitter-list li div {
	padding:0 5px 6px;
	background-image:url(images/menu_twi_2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#0B8A99;
	color:#FFFFFF;
	line-height:140%;
	font-size:14px;
}

ul#twitter-list li div a {
	display: block;
	text-decoration: underline;
	color: #fff;
}

/*Banner-------------*/
li.banner {
	padding-top: 20px;
	border-top: #ddd 1px dotted;
	text-align: center;
	font-size: 0.8em;
}


/*Fotter-------------*/

div#Footer{
	width:100%;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat;
}

div#Footer div{
	width:950px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

div#Footer div span.copy{
	width:310px;
	display:block;
	background-image:url(images/footer_copy_bg.gif);
	background-position:center;
	text-align:center;
	font-size:12px;
	height:22px;
	margin:0 auto;
	line-height:22px;
}

dl.scrapbooks {}

dl.scrapbooks dd.date {
	float: left;
	width: 110px;
}

dl.scrapbooks dd.description {
	float: left;
	width: 560px;
	border: none ! important;
	padding: 0 10px 10px;
	background-color: #f4f4f4;
}

dl.scrapbooks dd.description table {
	margin-top: 0px;
	border: none;
}

dl.scrapbooks dd.description table td img {
	border: none;
}

dl.scrapbooks dd.description table td div.lh {
	margin-top: -30px;
	padding-left: 10px;
}

p.postmetadata{
background-color: #FAF5F1;
padding-left: 10px;
padding-top:5px;
}
p.bookmark{
　　　width:700px;
padding-left: 10px;
background-color: #FAF5F1;
padding-bottom:5px;
}

/*アバウトアースデイ・プロフィール箇所*/

div.prof{
	font-size:14px;
}

div.prof span{
	font-size:14px;
}
h4.pfofh4{
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:15px;
}
div.prof img{
	float:left;
	margin-right:10px;
	border:none;
	margin-top:0;}

