@charset "utf-8";
/* レイアウト関連 */

* { padding: 0; margin: 0; }

html {
 overflow-y:scroll;
}

body {
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
	font-size: 13px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	width: 958px;
	height: 136px;
	margin: 0px;
}
#content {
	width: 958px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
#content_top {
	width: 958px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
#topcolumn {
	float: left;
	width: 938px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 52px;
	margin-top: 0px;
}
#leftcolumn {
	float: left;
	height: auto;
	width: 169px;
	padding-left: 29px;
	padding-top: 19px;
	padding-right: 7px;
}
#rightcolumn {
	float: left;
	width: 753px;
	overflow-x:hidden;
	padding-top: 19px;
	height: auto;
	overflow: visible;
}
#footer {
	width: 938px;
	height: 169px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

td img {
	display: block;
}

.inbox {
	margin: 10px;
}
.wait {
	font-size: 12px;
	color: #666666;
}

#rightcolumn_blog {
	float: left;
	width: 540px;
	overflow-x:hidden;
	padding-top: 19px;
	height: auto;
	overflow: visible;
}
#sidebar-right_blog {
	float: right;
	height: auto;
	width: 170px;
	padding-left: 19px;
	padding-top: 19px;
	padding-right: 20px;
}
