* {
	margin: 0;
	padding: 0;
/*vista対策*/
	font-size:100%;
}

body {
	background: #fff url(./template/room/img/bg_all.gif) left top repeat;
	line-height:140%;
	color: #666;
	font-size:80%;
}

a img {
	border:0;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */


h2,h3 {
	font-size: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*----画像----*/

.pict {
border:0;
margin:5px 0;
}

/*------------------------------------
  レイアウト
--------------------------------------*/

#all{
	position:relative;
	margin:0 auto;
	width:800px;
	text-align:left;
	background: #fff url(./template/room/img/bg_head.jpg) left top no-repeat;
}

/*--------左側--------*/


#leftbox{
	margin:0px 0px;
	width:560px;
	padding:0px 30px;
	float:left;
}

/*タイトル--------*/

#title{
	position:relative;
	margin:0 auto 3em;
	width:560px;
	text-align:left;
	height:300px;
	display:block;
}

#title h1 {
	font-size: 200%;
	font-weight: bold;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#043c78;
	padding:25px 0 0 0;
}

#title h1 a,a:link,a:visited,a:active,a:hover {
	color:#043c78;
	text-decoration:none;

}

#title p {
	color:#cc9999;
	padding-bottom:2em;
	margin:220px 0 0 0;
}

/*ブログ記事の題名--------*/

#leftbox h2{
	font-size: 120%;
	font-weight: bold;
	margin:0 0 1em 0;
	padding-bottom:0.3em;
	color:#00608d;
	border-bottom:1px dotted #88B0D8;
}

#leftbox h2 a,a:link,a:visited,a:active {
	color:#00608d;
	text-decoration:none;
}

#leftbox h2 a:hover {
	color:#008db7;
}

/*ブログ記事--------*/

.blogbox {
	width:560px;
	margin:0 0 2em 0;
	background-color: #fff;
}

.blogbox a,a:link {
	text-decoration:none;
	color:#4D94A6;
}

.blogbox a:visited{
	color:#95C6C8;
}

.blogbox a:hover {
	text-decoration: underline;
	color:#008db7;
}

.blogbox p{
	margin:0.5em 0;
}

ul.listmenu li {
	display:inline;
	margin:0px;
	list-style: none;	
}

.day {
	text-align:right;
	margin:0.6em 0;
	list-style: none;
	background: #fff url(./template/room/img/bg_date.gif) 0 5px no-repeat;
}

.day ul{
	margin:0 0;
}

.blogbox h3 {
	font-size: 120%;
	font-weight: bold;
	margin:1em 0;
	color:#cc9999;
}

blockquote {
	color: #cc9966;
	margin: 0.5em 2em 0;
	padding:0.5em 0.5em;
	background-color:#fcfcf2;
}

.commentbox {
	width:560px;
	margin:0 0 1em 0;
}

.commentbox h3 {
	font-size: 120%;
	font-weight: bold;
	margin:1em 0 0.5em;
	color:#409ecc;
	background-color:transparent;
}

.commentbox h4 {
	font-size: 86%;
}

.commentbox ul{
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border-bottom:1px dotted #88B0D8;
}

.gotop {
	text-align: right;
	margin:1em 1em;
}

.mgt1 {
margin-top:1em;
}

/*--------右側--------*/

#rightbox{
	margin:0 0;
	width:180px;
	float:left;
	background-color: #fff;
}

#rightbox a:link {
	text-decoration: none;
	color:#4D94A6;
}

#rightbox a:visited{
	text-decoration: none;
	color:#95C6C8;
}

#rightbox a:hover {
	text-decoration: underline;
	color:#00BBBB;
}

#rightbox h4 {
	margin:0 0 0 6px;
}

#rightbox ul{
	margin:0.5em 0 1.5em 2em;
}

/*CALENDAR--------*/

.calendarbox {
	width:150px;
	margin:40px auto 0;
	padding-bottom:0.5em;
	border:1px solid #eee;
}

.calendar{
	width:142px;
	margin:0 0 0 8px;
}

td.weekday{
	width: 13px;
	font-size: 80%;
	text-align:center;
	color:#7c4e4e;
}

.cell {
	width: 13px;
	height: 15px;
	font-size: 90%;
	text-align:center;
}

.calendar_month{
	text-align:center;
	font-weight:bold;
	padding:5px 0px;
}

.menuTitle {
	width:146px;
	margin:80px auto 0px;
}

.menuTitle2 {
	width:146px;
	margin:10px auto 0;
}

.menubox1,
.menubox2 {
	width:144px;
	margin:0px auto 10px;
	padding:0 0;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}


/*AMAZON recommende--------*/

.amazon{
	text-align: center;
	font-size:90%;
	margin:0.5em auto 2em;
}

/*Search--------*/

.search {
	text-align: center;
	font-size:95%;
	margin:0.3em auto 2em;
	line-height:180%;
}

/*Copyright--------*/

#copyright p{
	color:#9ebbdd;
	padding:20px 0px 10px 25px;
}