/* -------------------------------------------------------------------
color scheme
#ffffff
#333333
------------------------------------------------------------------- */



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



/* 
basic
------------------------------------------------------------------- */
body {
	background-color: #ffffff;
/*	background-image: url(/common/bg.gif);
	background-position: center;
	background-repeat: repeat-y;*/
	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: auto;
	margin: 20px auto;
	padding: 10px 0px;
	border: 1px solid #cccccc;
	width: 90%;
	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: #305600;
}

a:visited {
	color: #578023;
}

a:hover, a:active {
	color: #5F2610;
}

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;
}

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


/* 
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 #a4c490;
/*	background-image: url(/common/entry_ttl_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	font-size: 18px;
	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 #a4c490;
/*	background-image: url(/common/entry_ttl_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}


/*
#mainArea .entry .entryTitle a:link,
#mainArea .entry .entryTitle a:visited {
	color: #305600;
}

#mainArea .entry .entryTitle a:hover,
#mainArea .entry .entryTitle a:active {
	color: #5F2610;
}
*/

#mainArea .entry .entrySocialLinkTop {
/*	margin: 5px 0 0 0;*/
	padding: 5px 0 0 0;
	text-align: right;
}

#mainArea .entry .entrySocialLinkTop img {
	vertical-align: middle;
}

#mainArea .entry .entryDate {
	margin: -16px 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #a4c490;
/*	background-image: url(/common/entry_ttl_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	font-size: 10px;
	line-height: 1.5;
}

#mainArea .entry .entryDate a:link,
#mainArea .entry .entryDate a:visited {
	color: #333333;
	text-decoration: none;
}

#mainArea .entry .entryDate a:hover,
#mainArea .entry .entryDate a:active {
	color: #333333;
	text-decoration: underline;
}

#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 th,
#mainArea .entryBody td {
	font-size: 14px;
	line-height: 1.8;
}

#mainArea .entryBody h2.heading {
	margin: 20px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #a4c490;
	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: #fcefdd;
}

#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: 10px;
	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: 10px;
	line-height: 1.5;
}

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

#mainArea .entry .entryState {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	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 .entrySocialLink {
	clear: both;
	margin: 40px 0 20px 0;
}

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

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

#mainArea .entry .profile {
	clear: both;
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.5;
}

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

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

#mainArea ul.entryNav {
	clear: both;
	margin: 40px 0;
	padding: 10px;
	background-color: #e8efe4;
}

#mainArea ul.entryNav li {
	font-size: 10px;
	line-height: 1.5;
}

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

#mainArea #relatedEntries {
	margin: -40px 0 40px 0;
}

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

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

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

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

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

#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 .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 {
/*	margin: 0 0 10px 0;*/
}

#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: #f6f6f6;
	border: 1px dotted #a4c490;
	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;
/*	background-color: #fff9e2;*/
}

#sideArea2 {
	float: right;
	margin: 0 10px 0 0;
	width: 200px;
/*	background-color: #efffe2;*/
}

#sideArea .banner,
#sideArea2 .banner {
	margin: 10px 0 30px 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 #a4c490;
/*	background-image: url(/common/side_ttl_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	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: 11px;
	line-height: 1.5;
}

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

#sideArea dl.profile dd p,
#sideArea2 dl.profile 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 #a4c490;
}

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

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

#sideArea dl.feed dd ul#feedreader,
#sideArea2 dl.feed dd ul#feedreader {
	margin: 10px 0 0 15px;
}

#sideArea2 .trackword ul li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 1.5;
}

#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;
}


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

#footerArea .copyright,
#footerArea .powered,
#footerArea .link {
	margin: 5px 0;
	font-size: 10px;
	line-height: 1.5;
}

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



/* 
footerArea
------------------------------------------------------------------- */
#footerLinkArea {
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: solid 1px #cccccc;
}

#footerLinkArea ul {
	clear: both;
	list-style-type: none;
}

#footerLinkArea ul li {
	display: inline;
	margin: 0 1px 0 0;
}



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

.adwords01 {
	clear: both;
	margin: 20px 0;
}

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




