/* ★ */


/* 
reset elements
------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}



/* 
basic
------------------------------------------------------------------- */
body {
	background-color: #ffffff;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, address {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, ul, ol, li, dl, dt, dd {
	list-style-type: none;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

table, caption, th, td {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}

pre {
	overflow: scroll;
	margin: 20px auto;
	border: 1px solid #cccccc;
	width: 98%;
	background-color: #f5f5f5;
}

code {
	font-family: monospace;
	font-size: 12px;
	line-height: 1.5;
}



/* 
common
------------------------------------------------------------------- */
em {
	color: #cc0000;
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #800019;
}

a:visited {
	color: #9a6400;
}

a:hover, a:active {
	color: #dc6000;
}

input, label {
	vertical-align: middle;
}

del {
	color: #666666;
	font-style: normal;
	text-decoration: line-thorough;
}

blockquote {
	font-style: normal;
}

cite {
	font-style: normal;
}

q {
	font-style: italic;
}

address {
	font-style: normal;
	font-weight: normal;
}



/* 
misc
------------------------------------------------------------------- */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight {
	float: right;
	margin: 0 0 5px 10px;
}

.clearBoth {
	clear: both;
}

.pict {
	float: left;
	margin: 0 10px 5px 0;
}

.pict2 {
	float: right;
	margin: 0 0 5px 10px;
}



/* 
wrapper
------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}



/* 
headerArea
------------------------------------------------------------------- */
#headerArea {
	margin: 0 0 20px 0;
	position: relative;
}

#headerArea #headerLogo {
	margin: 20px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
}

#headerArea p.description {
	font-size: 11px;
	line-height: 1.0;
	z-index: 999;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* 
contentsArea
------------------------------------------------------------------- */
#contentsArea {
	background-image: url(/common/contents_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	overflow: auto;
}



/* 
mainArea
------------------------------------------------------------------- */
#mainArea {
	float: left;
	width: 500px;
}

#mainArea #topicPath {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .entry {
	margin: 0 0 80px 0;
}

#mainArea .entry .entryTitle {
	padding: 15px 0 0 0;
	border-top: 7px solid #c7ad91;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea #entryArchive .entryTitle,
#mainArea #commentReserve .entryTitle,
#mainArea #commentError .entryTitle,
#mainArea #pageNotFound .entryTitle {
	margin: 0 0 20px 0;
	padding: 14px 0 14px 0;
	border-bottom: 2px solid #c7ad91;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea .entry .entryDate {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #c7ad91;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .entry .entryDate .date {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(/common/icon_calendar.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#mainArea .entry .entryDate .comment {
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_comment.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#mainArea .entryBody p {
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.8;
}

#mainArea .entryBody p.entryMoreLink {
	font-weight: bold;
}

#mainArea .entryBody ul,
#mainArea .entryBody ol {
	margin: 20px 0;
}

#mainArea .entryBody ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	font-size: 14px;
	line-height: 1.8;
}

#mainArea .entryBody ol li {
	list-style-type: decimal;
	margin: 0 0 0 30px;
	font-size: 14px;
	line-height: 1.8;
}

#mainArea .entryBody ul li ul {
	margin: 0;
}

#mainArea .entryBody ul li ul li {
	list-style-type: circle;
}

#mainArea .entryBody ul.profile li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	background-position: left;
	background-repeat: no-repeat;
}

#mainArea .entryBody ul.profile li.twitter {
	background-image: url(/common/icon_twitter.gif);
}

#mainArea .entryBody ul.profile li.tumblr {
	background-image: url(/common/icon_tumblr.gif);
}

#mainArea .entryBody ul.profile li.flickr {
	background-image: url(/common/icon_flickr.gif);
}

#mainArea .entryBody ul.profile li.youtube {
	background-image: url(/common/icon_youtube.gif);
}

#mainArea .entryBody ul.profile li.ldr {
	background-image: url(/common/icon_ldr.gif);
}

#mainArea .entryBody ul.profile li.hatebu {
	background-image: url(/common/icon_hatebu.gif);
}

#mainArea .entryBody ul.profile li.buzzurl {
	background-image: url(/common/icon_buzzurl.gif);
}

#mainArea .entryBody ul.profile li.crossreview {
	background-image: url(/common/icon_crossreview.gif);
}

#mainArea .entryBody ul.profile li.iddy {
	background-image: url(/common/icon_iddy.gif);
}

#mainArea .entryBody th,
#mainArea .entryBody td {
	font-size: 14px;
	line-height: 1.8;
}

#mainArea .entryBody h2.heading {
	margin: 20px 0;
	padding: 15px 0 15px 10px;
	border-left: 5px solid #c7ad91;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

#mainArea .entryBody h3.heading {
	margin: 20px 0;
	border-bottom: 1px dotted #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}

#mainArea .entryBody blockquote {
	margin: 20px 0;
	padding: 1px 10px;
	background-color: #efefef;
	border: 1px solid #cccccc;
}

#mainArea .entryBody table.searchKeyword,
#mainArea .entryBody table.dataTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 1px;
	empty-cells: show;
	margin: 0 0 10px 0;
}

#mainArea .entryBody table.searchKeyword th,
#mainArea .entryBody table.dataTable th {
	padding: 3px;
	background-color: #fcefdd;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#mainArea .entryBody table.searchKeyword td,
#mainArea .entryBody table.dataTable td {
	padding: 3px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 0px;
	font-size: 11px;
	line-height: 1.5;
}

#mainArea .entryBody table.searchKeyword td li,
#mainArea .entryBody table.dataTable td li {
	margin: 0 0 0 20px;
	font-size: 11px;
	line-height: 1.5;
}

#mainArea .entry .facebook {
	margin: 20px 0;
}

#mainArea .entry .facebookTop {
	margin: 10px 0;
}

#mainArea .entry .entryState {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	line-height: 1.5;
}

#mainArea .entry .entryState a:link,
#mainArea .entry .entryState a:visited {
	color: #333333;
}

#mainArea .entry .entryState a:hover,
#mainArea .entry .entryState a:active {
	color: #999999;
}

#mainArea .entry .entryState a.permalink {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_document.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#mainArea .entry .entryState a.comment {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_comment.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#mainArea .entry .entryState img,
#mainArea .entry .entryState iframe {
	vertical-align: middle;
}

#mainArea .entry #thispageurl {
	padding: 10px;
	background-color: #eee6de;
}

#mainArea .entry #thispageurl p {
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .entry #thispageurl .thisPageUrlLink {
	width: 470px;
}

#mainArea .entry .entrySocialLink {
	clear: both;
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top:  1px dotted #c7ad91;
	font-size: 12px;
	line-height: 1.0;
}

#mainArea .entry .entrySocialLink img,
#mainArea .entry .entrySocialLink iframe {
	vertical-align: middle;
}

#mainArea .entry .entrySocialLink a.comment {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_comment.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#mainArea .entry p.entrySummary {
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .entry p.profile,
#mainArea .entry p.company {
	clear: both;
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #c7ad91;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .entry .profile img {
/*	float: left;
	margin: 0 10px 5px 0;*/
}

#mainArea .entry .profile a.profile {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_profile.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#mainArea .entry .profile a.mail {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_mail.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#mainArea .entry .profile a.misc {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	background-image: url(/common/icon_misc.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#mainArea .entry a.amazon {
	background-image: url(/common/icon_amazon.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
}

#mainArea .toArchive {
	clear: both;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea dl.relatedEntry {
	margin: 20px 0;
	padding: 10px;
	border: 1px dotted #c7ad91;
}

#mainArea dl.relatedEntry dt {
	font-size: 12px;
	line-height: 1.8;
}

#mainArea dl.relatedEntry dd ul li {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_entry_related.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.8;
}

#mainArea dl.entryNav {
	clear: both;
	margin: -60px 0 20px 0;
	padding: 10px;
	border: 1px dotted #c7ad91;
}

#mainArea dl.lastYearNav {
	clear: both;
	margin: 20px 0;
	padding: 10px;
	border: 1px dotted #c7ad91;
}

#mainArea dl.entryNav dt,
#mainArea dl.lastYearNav dt {
	font-size: 12px;
	line-height: 1.8;
}

#mainArea dl.entryNav dd ul li,
#mainArea dl.lastYearNav dd ul li {
	padding: 0 0 0 15px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.8;
}

#mainArea dl.entryNav dd ul li.prev {
	background-image: url(/common/icon_entry_prev.gif);
}

#mainArea dl.entryNav dd ul li.next {
	background-image: url(/common/icon_entry_next.gif);
}

#mainArea dl.lastYearNav dd ul li.lastyear {
	background-image: url(/common/icon_entry_related.gif);
}

#mainArea .contentsAd {
	clear: both;
	margin: 20px 0;
	padding: 8px;
	border: 1px dotted #c7ad91;
}

#mainArea .contentNav {
	margin: 20px 0;
	padding: 10px;
	background-color: #eee6de;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

#mainArea .categoryNav {
	margin: 20px 0;
	padding: 10px;
	background-color: #eee6de;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea .categoryNav .current_page {
	padding: 3px 4px;
	border: 1px solid #800019;
	color: #eee6de;
	font-weight: bold;
	background-color: #800019;
}

#mainArea .categoryNav a {
	padding: 3px 4px;
	border: 1px solid #800019;
	text-decoration: none;
}

#mainArea .categoryNav a:hover,
#mainArea .categoryNav a:active {
	color: #eee6de;
	background-color: #800019;
}


#mainArea #trackback,
#mainArea #comments {
	margin: 40px 0;
}

#mainArea #trackback h3,
#mainArea #comments h3 {
	margin: 40px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}

#mainArea #trackback .trackbackInfo {
	margin: 20px 0;
	padding: 10px;
	background-color: #eee6de;
}

#mainArea #trackback .trackbackContent,
#mainArea #comments .commentContent {
	margin: 20px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #c7ad91;
}

#mainArea #trackback .trackbackInfo dt,
#mainArea #trackback .trackbackInfo dd,
#mainArea #trackback .trackbackContent dt,
#mainArea #trackback .trackbackContent dd,
#mainArea #comments .commentContent dt,
#mainArea #comments .commentContent dd {
	font-size: 12px;
	line-height: 1.5;
}

#mainArea #comments .commentContent dd p {
	margin: 10px 0;
}

#mainArea #trackback .trackbackInfo dd.note {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.5;
}

#mainArea #trackback .trackbackTitle,
#mainArea #comments .commentName {
	font-weight: bold;
}

#mainArea #comments .commentDate {
	font-size: 10px;
}

#mainArea #comments .commentNotice {
	margin: 0 0 20px 0;
	font-size: 10px;
	line-height: 1.5;
}

#mainArea #comments #commentsOpenData dt {
	margin: 0 0 5px 0;
	width: 100px;
	font-size: 12px;
}

#mainArea #comments #commentsOpenData dd {
	margin: 0 0 10px 0;
	font-size: 12px;
}

#mainArea #comments #commentsOpenData #comment-author,
#mainArea #comments #commentsOpenData #comment-email {
	width: 150px;
}

#mainArea #comments #commentsOpenData #comment-url {
	width: 300px;
}

#mainArea #comments #commentsOpenData #comment-text {
	width: 500px;
}

#mainArea #comments #commentsOpenData #comment-preview,
#mainArea #comments #commentsOpenData #labelCommentPreview {
	display: none;
}

#mainArea #entryArchive ul {
	margin: 20px 0;
}

#mainArea #entryArchive ul li {
}

#mainArea #entryArchive ul li dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea #entryArchive ul li dd {
	font-size: 12px;
	line-height: 1.5;
}

#mainArea #entryArchive ul li dd.entryState {
	margin: 3px 0 10px 0;
	background-color: #fcf9f2;
	border: 1px dotted #c7ad91;
	font-size: 10px;
	line-height: 1.5;
}

#mainArea #commentReserve p,
#mainArea #commentError p,
#mainArea #pageNotFound p {
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.8;
}



/* 
sideArea
------------------------------------------------------------------- */
#sideArea {
	float: left;
	margin: 0 0 0 30px;
	width: 160px;
}

#sideArea2 {
	float: right;
	margin: 0 10px 0 0;
	width: 200px;
}

#sideArea .banner,
#sideArea2 .banner {
	margin: 10px 0 20px 0;
}

#sideArea .banner ul li,
#sideArea2 .banner ul li {
	margin: 5px 0;
}

#sideArea dl,
#sideArea2 dl {
	margin: 10px 0 20px 0;
}

#sideArea dt,
#sideArea2 dt {
	clear: both;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #c7ad91;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
}

#sideArea dd,
#sideArea2 dd {
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

#sideArea dd ul li,
#sideArea2 dd ul li {
	font-size: 12px;
	line-height: 1.5;
}

#sideArea dd ol li,
#sideArea2 dd ol li {
	margin: 0 0 0 25px;
	font-size: 12px;
	line-height: 1.5;
	list-style-type: decimal;
}

#sideArea dd p,
#sideArea2 dl dd p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

#sideArea dl.profile dd p img,
#sideArea2 dl.profile dd p img {
	float: left;
	margin: 0 5px 2px 0;
	border: 1px solid #c7ad91;
}

#sideArea2 dl.profile dd ul li.profile a {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_profile.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sideArea2 dl.profile dd ul li.mail a {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sideArea2 dl.profile dd ul li.misc a {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_misc.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sideArea dl.archive dd {
	overflow: auto;
	height: 200px;
}

#sideArea2 dl.search p {
	font-size: 10px;
	line-height:1.5;
}

#sideArea .feed {
	margin: 10px 0 20px 0;
}

#sideArea .feed li {
/*	font-size: 11px;
	line-height: 1.5;*/
}

#sideArea .feed li.blogfeed a {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_feed.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sideArea dl.ad dt,
#sideArea dl.blogparts dt,
#sideArea2 dl.ad dt,
#sideArea2 dl.blogparts dt {
	display: none;
}

#sideArea dl.blogparts dd iframe,
#sideArea dl.blogparts dd p,
#sideArea2 dl.blogparts dd iframe,
#sideArea2 dl.blogparts dd p {
	margin: 10px 0;
}

#sideArea dl.recommends dd ul li,
#sideArea2 dl.recommends dd ul li {
	padding: 0 0 0 15px;
	background-image: url(/common/icon_entry_related.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#COM_FBLKIT_AREA {
	margin: 20px 0;
}


/* 
footerArea
------------------------------------------------------------------- */
#footerArea {
	clear: both;
	margin: 20px 0;
}

#footerArea .copyright {
	margin: 10px 0;
	font-size: 11px;
	line-height: 1.8;
}

#footerArea a:link,
#footerArea a:visited,
#footerArea a:hover,
#footerArea a:active {
}

#footerArea dl.link {
	margin: 10px 0;
	font-size: 11px;
	line-height: 1.5;
}

#footerArea dl.link dt {
	display: none;
}

#footerArea dl.link dd ul li {
/*	list-style-type: disc;
	margin: 0 0 0 30px;*/
	font-size: 11px;
	line-height: 1.5;
}

#footerArea dl.link dd ul li a {
/*	font-weight: bold;*/
}

/* 
ad
------------------------------------------------------------------- */
.amazonBlock {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	float: right;
	border: solid 1px #cccccc;
}

.adblock01 {
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
/*	border-top: 1px dotted #cccccc;*/
	border-bottom: 1px dotted #999999;
}

.adblock01 p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #666666;
	line-height: 1.0;
}

.adblock02 {
	clear: both;
	margin: 20px 0;
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 10px 0px;
}



/* 
yahoo site search
------------------------------------------------------------------- */
#srchBox {
/*	width:198px;
	_width:196px;
	margin-bottom:10px;
	background-color:#eee6de;
	border-style:solid;
	border-width:1px;
	border-color:#eee6de;*/
}

#srchBox * {
	margin:0;
	padding:0;
	font-size:12px;
	*font-size:small;
	*font:x-small;
}

#srchBox a img {
	border:none;
}

#srchBox #srch {
	padding:0px;
}

#srchBox #srchInput {
	width:120px;
}

#srchBox #srchBtn {
/*	width:115px;*/
}

*html #srchBox #srchBtn {
/*	padding-top:2px;*/
}

*:first-child+html #srchBox #srchBtn {
/*	padding-top:2px;*/
}

#srchBox ul {
	margin-top:6px;
	margin-bottom:6px;
	text-align:left;
}

#srchBox li {
	list-style-type:none;
	display:block;
}

#srchBox li input {
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}

*:+html #srchBox li input {
	margin:-4px 0 -4px -4px;
}

#srchBox #srchLogo {
	margin:6px 6px 6px 0;
	text-align:center;
}

#srchBox #srchLogo a {
	color:#666666;
	text-decoration:none;
	font-size:85%;
}

#srchBox #srchLogo a:hover {
	text-decoration:underline;
}

#srchBox.watermark {
	padding-bottom: 6px;
}

#srchBox.watermark #srchInput {
	padding:1px 1px 2px 1px;
	border:1px solid #a5acb2;
	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#srchBox.watermark #srchInput.nomark {
	background: #fff;
}

#srchBox.watermark #srchLogo {
	display: none;
}



