@charset "UTF-8";

#main {
	width: 555px;
	margin: 0px 0px 20px 0px;
	padding: 12px 0px 0px 10px;
	float: left;
}

.main-contents {
	width: 545px;
	margin: 0px;
	padding: 0px 10px 0px 12px;
	background-image: url(../img/oshigoto_bg.gif);
	background-repeat: repeat-y;
}

.main-contents-left {
	width: 370px;
	margin: 0px 13px 0px 0px;
	padding: 0px;
	float: left;
}

.main-title {
	width: 370px;
	height: 31px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: url(../img/oshigoto_title_bg.gif);
	background-repeat: no-repeat;
}

.main-title-img {
	width: 120px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 3px 46px 0px 10px;
	text-align: center;
	float: left;
}

.main-title-text {
	width: 180px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 9px 9px 0px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #E69F23;
	float: left;
}

.box-contents {
	width: 350px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	background: #E8F1C6;
}

.box-contents-text {
	margin: 0px;
	padding: 0px 10px 20px 10px;
	line-height: 16px;
}
.box-contents-text a:link {
	color: #777777;
	text-decoration: none;
}
.box-contents-text a:visited {
	color: #777777;
	text-decoration: none;
}
.box-contents-text a:hover {
	color: #777777;
	text-decoration: underline;
}
.box-contents-text a:active {
	color: #777777;
	text-decoration: none;
}

.box-contents-text img {
	margin: 0px 0px 0px 5px;
}


.main-contents-right {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.right-box {
	width: 148px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #A6BC09;
	border-left: 1px solid #A6BC09;
	background-color: #A6BC09;
}

.right-box ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	list-style: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.right-box li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px; 
	list-style: none;
}

.right-box ul ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 8px;
	font-weight:bold;
	color: #A8815B;
	display: block; 
	text-align: left;
	text-decoration: none;
	background-color: #E8F1C6;
}

.right-box li li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	background-color: #E8F1C6;
}

.navi-last {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 8px;
	font-weight: bold;
	color: #A8815B;
	display: block;
	text-align: left;
	background-color: #E8F1C6;
}

.right-box a:link {
	font-weight: bold;
	color: #A8815B;
	text-decoration: none;
}
.right-box a:visited {
	font-weight: bold;
	color: #A8815B;
	text-decoration: none;
}
.right-box a:hover {
	font-weight: bold;
	color: #A8815B;
	text-decoration: underline;
}
.right-box a:active {
	font-weight: bold;
	color: #A8815B;
	text-decoration: none;
}

.brown-s {
	font-weight: normal;
	font-size: 10px;
	color: #A8815B;
}

#icon {
	width: 130px;
	margin: 0px;
	padding: 5px 10px 10px 15px;
}


.entry-box-title {
	width: 350px;
	margin: 0px;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A6BC09;
}

.entry-box {
	width: 328px;
	margin: 0px 0px 5px 0px;
	padding: 10px 20px 15px 20px;
	border-right: 1px solid #A6BC09;
	border-bottom: 3px solid #A6BC09;
	border-left: 1px solid #A6BC09;
}

.entry-title {
	margin: 0px;
	padding: 5px 0px 20px 0px;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
}

.entry-title img {
	margin: 0px 0px 0px 5px;
}

.entry-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

.pagetop {
	margin: 0px;
	padding: 0px 5px 15px 0px;
	text-align: right;
}
.pagetop a:link {
	color: #777777;
	text-decoration: none;
}
.pagetop a:visited {
	color: #777777;
	text-decoration: none;
}
.pagetop a:hover {
	color: #777777;
	text-decoration: underline;
}
.pagetop a:active {
	color: #777777;
	text-decoration: none;
}

