/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */

/* ヘッダー */
#header { 
	
	background-image: url(http://ryugaku-expo.com.au/my_first_blog/header.jpg);
	

	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: black;
	border: none;
	}

#header-content {
	margin: 30px 20px 120px;
	width: auto;
	text-align: right;
	}

/* フッター */
#footer	{ 
	background-color: #000000; 
	}

/* コンテンツ */
.layout-wt #alpha	{
	width: 640px;
	}

/* サイドバー */
.layout-wt #beta	{
	width: 300px;
	}

/* 記事 */
.entry-title img	{
	vertical-align: middle;
	}

div.work	{
	border: solid 2px #a9cf59;
	padding: 10px;
	width: auto;
	}

div.hobby	{
	border: solid 2px #f08300;
	padding: 10px;
	width: auto;
	}

div.holiday	{
	border: solid 2px #7dcbdb;
	padding: 10px;
	width: auto;
	}

.asset-footer {
	border: none;
	}

#content a	{
	color: #000000;
	}

/* カテゴリー */
body.work h1	{
	background-color: #a9cf59;
	padding: 10px;
	}

body.hobby h1	{
	background-color: #f08300;
	padding: 10px;
	}

body.holiday h1	{
	background-color: #7dcbdb;
	padding: 10px;



