/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://perola.sakura.ne.jp/blog/mt-static/themes/base-weblog.css);
@import url(http://perola.sakura.ne.jp/blog/mt-static/themes/theme-bonjour_chatette/theme-bonjour_chatette.css);
/* end StyleCatcher imports */

/* three-column tweaks */
	
	.layout-three-column2 #container
	{
		width: auto;
	}
	
	.layout-three-column2 #gamma
	{
		width: 200px;
		display: block;
		position: absolute;
		float: none;
		left: 0;
		top: 0;		
	}
	
	.layout-three-column2 #gamma-inner
	{
		border: 0;
		padding: 0px 0px 0px 0px;
		background: #FCDDEC;
	}
	
	.layout-three-column2 #alpha
	{
		display: block;
		float: none;
		width: auto;
		margin-left: 200px;
		margin-right: 200px;
	}
	
	.layout-three-column2 #alpha-inner
	{
		border: 0;
/*		border: 1px solid #F7A3C7; */
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-three-column2 #beta
	{
		width: 200px;
		display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	}
	
	.layout-three-column2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FCDDEC;
	}

iframe
{
	border: 0px;
	height: 2000px;
	width: 100%;
}

.left-menu
{
	width: 170px;
    text-align: left;
	margin: 0;
	color: #333333;
	background: #FCDDEC;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	padding: 15px 15px 15px 15px;
}

.left-menu .photo
{
	text-align: center;
}

.left-menu img
{
	border-width: 1px;
	border-style: solid;
	border-color: #FF3366;
	width: 130px;
}

.left-menu .header
{
	text-shadow: 1px 1px 1px #9f111a;
	margin: 5px 0;
	border: 0px solid #FF3366;
  	padding: 3px;
	color: #FF3366;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

.left-menu .content
{
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 5px;
	color: #FF3366;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;

	text-align: left;
}

#banner {
    border: 0px;
    height: 150px;
    background-image: url(images/top.jpg);
    background-color: #9EBCD6;
    background-repeat: no-repeat;
    background-position: right top;
    }

.entry-body img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    }
