body {
	background: #cccccc;
	color: #000;
	margin: 0px 0px 0px 0px;
}

a			{ color: #414d7b; text-decoration: none; }
a:link		{ color: #414d7b; text-decoration: none; }
a:visited 	{ color: #FF3300; text-decoration: none; }
a:active		{ color: #ff9966; }
a:hover		{ color: #ff9966; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#banner {
	font-family: Hiragino Kaku Gothic Std, verdana;
	color: #fff;
	text-shadow: #666 0px 2px 10px;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	background: #ccc;
	padding: 10px;
	border-bottom: 1px solid #999;
}

#banner a,
#banndr a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-family: Hiragino Kaku Gothic Std, verdana, arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.description {
	font-family: verdana, arial;
	color: #fff;
	font-size: small;
	font-weight: bold
}

#content {
	width: 730px;
	margin: 0px auto;
	text-align: left;
}

#main {
	width: 730px;
	background: url("image/bottom.jpg") no-repeat center bottom;
	padding: 40px 0px 0px 0px;
	color: #000;
	font-size: 97%;
	line-height: 1.0em;
}

#main2 {
	width: 100%;
	background: url("image/top.jpg") no-repeat center top;
	padding: 50px 0px 50px 0px;
}

#main3 {
	background: url("image/middle.jpg") repeat-y center;
	padding: 0;
}

.blog {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
}

.blogbody {
	font-family: Trebuchet MS, verdana;
	color: #333;
	font-size: normal;
	font-weight: normal;
	line-height: 140%;
	margin: 0px 10px 0px 10px;
	padding: 5px;
}

.tagcloud {
	font-family: Trebuchet MS, verdana;
	color: #333;
	font-size: normal;
	font-weight: normal;
	line-height: 200%;
	margin: 0px 10px 0px 10px;
	padding: 5px;
}

.title {
	font-family: Hiragino Kaku Gothic Std, verdata;
	font-size: large;
	color: #fff;
	font-weight: bold;
	text-shadow: #666 0px 2px 10px;
	line-height: 120%;
	border-bottom: 1px solid #fff;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}