﻿body {
	height: 1920px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/back.jpg);
	right: auto;
}
.sidebar_l {
	background-color: #999999;
	background-image: url(img/bar_l.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 40px;
	height: 1920px;
}
.sidebar_r {
	background-color: #999999;
	background-image: url(img/bar_r.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1920px;
	width: 40px;
}

.main {
	vertical-align: baseline;
	float: none;
	background-repeat: repeat;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/back.jpg);
	margin-right: auto;
	margin-left: auto;
}
.main .top {
	background-image: url(img/ryubaiji.png);
	height: 160px;
	width: 1000px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main .nav {
	background-image: url(img/nav_back.jpg);
	background-repeat: repeat-x;
	height: 120px;
	margin-right: auto;
	margin-bottom: auto;
}
.main .contents {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main .contents #shion {
	font-size: 24px;
	width: 962px;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


.main .contents .working {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1370px;
	width: 1000px;
	vertical-align: middle;
}


.main .footer {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
.main 

.bottom    {
	background-color: #990033;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}


a:link {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
