/* init */
	* {
		font-size: 100%;
		font-weight: normal;
	}
	a img {
		border: 0;
	}
	ul, ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0;
		padding: 0;		
	}
	strong {
		font-weight: bold;
	}
/* global */
	body {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 18px;
		background: #f3f3f3 url(../imgs/bg.gif) repeat-x left top;
		color: #666666;
		font-family: Arial, Verdana, sans-serif;
	}
	a {
		color: #333333;
		text-decoration: none;
	}
	a:hover {
		color: #ff6600;
		text-decoration: underline;
	}
	
/* heder */
	#header {
		position: relative;
		height: 220px;
		margin-bottom: 10px;
		background: transparent url(../imgs/header.jpg) no-repeat center top;
	}
	#header .description {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	#header .siteTitle a {
		display: block;
		position: absolute;
		left: 20px;
		top: 0;
		width: 375px;
		height: 150px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
/* container */
	#container {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
	#contents {
		margin-bottom: 20px;
		background: transparent url(../imgs/contents-bg.gif) repeat-y center top;
	}
	#contentsInner01 {
		background: transparent url(../imgs/contents-bg-top.gif) no-repeat center top;
	}
	#contentsInner02 {
		width: 760px;
		padding: 40px;
		background: transparent url(../imgs/contents-bg-bottom.gif) no-repeat center bottom;
	}
	#mainContent {
		float: left;
		width: 595px;
	}
/* center */
	#center {
		float: right;
		width: 430px;
		overflow: hidden;
	}
	#center .contentTitle {
		margin-bottom: 20px;
		padding: 5px 0;
		padding-left: 28px;
		background: transparent url(../imgs/content-title-bg.gif) repeat-y left top;
		color: #000000;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
	}
	#center .entry {
		border: 1px solid #cccccc;
		border-top: 3px solid #f90;
		margin-bottom: 25px;
	}
	#center .entryInner {
		padding: 10px;
		padding-bottom: 0px;
	}
	#center .entry .entryTitle {
		color: #000000;
		font-weight: bold;
	}
	#center .entry .entryTitle a {
		font-weight: bold;
	}
	#center .entry .date {
		font-size: 10px;
		line-height: 15px;
		color: #999999;
	}
	#center .entry .meta {
		padding: 3px 10px;
		font-size: 10px;
		background: #f3f3f3;
		text-align: right;
	}
	
/* left */
	#left {
		float: left;
		width: 155px;
	}
	#left #bnrs li {
		margin-bottom: 10px;
	}
	#left #bnrs li a {
		display: block;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	#left #bnrs #contactBnr {
		position: relative;
		height: 195px;
		background: transparent url(../imgs/contact-bnr.gif) no-repeat left top;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	#left #bnrs #contactBnr #contactBtn {
		position: absolute;
		left: 15px;
		top: 128px;
	}
	#left #bnrs #contactBnr #contactBtn a {
		width: 128px;
		height: 32px;
		background: transparent url(../imgs/contact-btn.gif) no-repeat left top;
	}
	#left #bnrs #contactBnr #outlineBtn {
		position: absolute;
		left: 15px;
		top: 167px;
	}
	#left #bnrs #contactBnr #outlineBtn a {
		width: 128px;
		height: 16px;
		background: transparent url(../imgs/outline-btn.gif) no-repeat left top;
	}
	#left #bnrs li br { display: none; }
	
	#left #bnrs #searchBnr a {
		height: 50px;
		background: transparent url(../imgs/search-bnr.gif) no-repeat left top;
	}
	#left #bnrs #memberBnr a {
		height: 50px;
		background: transparent url(../imgs/member-bnr.gif) no-repeat left top;
	}
	#left #bnrs #sateiBnr a {
		height: 120px;
		background: transparent url(../imgs/satei-bnr.gif) no-repeat left top;
	}
	#left #bnrs #movieBnr a {
		height: 120px;
		background: transparent url(../imgs/movie-bnr.jpg) no-repeat left top;
	}
	#left #bnrs #sumaiBnr {
		height: 40px;
		background: transparent url(../imgs/sumai-bnr.gif) no-repeat left top;
	}
	
/* right */
	#right {
		float: right;
		width: 156px;
	}
	#right .categoryList {
		margin-bottom: 30px;
	}
	#right .categoryList strong {
		color: #000000;
	}
	#right .categoryList h3 {
		height: 51px;
		margin-bottom: 15px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	#right #categoryArea li {
		margin-bottom: 15px;
	}
	#right #categoryArea li li {
		margin-bottom: 0;
	}
	#right #categoryArea h3 {
		background: transparent url(../imgs/h-category-area.gif) no-repeat left top;
	}
	#right #categoryKodawari h3 {
		background: transparent url(../imgs/h-category-kodawari.gif) no-repeat left top;
	}
	#right #categoryPrice h3 {
		background: transparent url(../imgs/h-category-price.gif) no-repeat left top;
	}
	#right .categoryList li {
		line-height: 20px;
	}
	#right #staffArea h3 {
		height: 51px;
		margin-bottom: 15px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		background: transparent url(../imgs/h-staff.gif) no-repeat left top;
	}
	#right #staffArea li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		background: transparent url(../imgs/dot.gif) repeat-x left bottom;
		font-size: 10px;
		line-height: 14px;
	}
	#right #staffArea li .thumb {
		float:left;
	}
	#right #staffArea li .meta {
		height: 100px;
		width: 71px;
		float: right;
	}
	#right #staffArea li .name {
		margin-bottom: 5px;
	}
	#right #staffArea li .whareFrom {
		margin-bottom: 5px;
	}
	#right #staffArea li .hobby {
	}
	#right #staffArea li .link {
		clear: both;
		padding-top: 5px;
	}
	#right #staffArea li .link a {
		color: #777777;
	}
	#right #staffArea li .link a:hover {
		color: #ff6600;
	}
	#right li a {
		padding-left: 14px;
		background: transparent url(../imgs/blt-menu.gif) no-repeat left 3px;
	}
	#footer {
		clear: both;
	}
	#footer .copyright {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}

/* #trackbacks */
	#trackbacks {
		margin-bottom: 20px;
	}
	#trackbacks .trackbacks-header {
		border-bottom: 1px solid #efefef;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	#trackbacks .trackbacks-info {
		padding-left: 10px;
	}

/* #comments */
	#comments {
		margin-bottom: 20px;
	}
	#comments .comments-header {
		border-bottom: 1px solid #efefef;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}
	#comments .comment {
		padding: 10px;
		border: 1px solid #efefef;
		background: #f8f8f8;
		margin-bottom: 10px;
	}
	#comments .comments-open-header {
		border-bottom: 1px solid #efefef;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}
	#comments #comments-open-data label {
		display: inline-block;
		width: 100px;
	}
	#comments #comment-form-remember-me label {
		width: auto;
		display: inline;
	}
	#comments #comments-open-data div {
		margin-bottom: 5px;
	}


