@charset "UTF-8";
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:90%;
	color:#353535;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
a:visited {
	color: #79191D;
}
a:visited:hover {
	color:#fff;
	background:#79191D;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'ＭＳ Ｐ明朝', serif;
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0;
	border:0;
}
form {
	margin: 0;
}

/* lists
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
*/

/* others */
blockquote {
    border: dotted 2px #7d7d55;
	padding: 2px;
}

code {
    white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
	white-space: -pre-wrap;      /* Opera 4 - 6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	white-space: pre;
	line-height: 100%;
	margin: 250% 0;
	word-wrap: break-word;       /* IE 5.5+ */
}

code br {
    display: none;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #999;
}
#header h1 {
	padding:5px 15px 0 15px;
	margin:0;
}
#header p,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.1em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#333;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

#blog-title, #blog-title a {
	background-color:transparent;
	color: #FFFFFF;
	text-decoration: none;
}

/* breadcrumbs */
#breadcrumbs {
	clear:both;
	background:#eee;
	border-top:2px solid #333;
	margin:0;
	padding:3px 15px !important;
	font-size: 75%;
	text-align:left;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
    color: #474747;
	text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #737373;
	background:#eee;
	text-decoration: underline;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:#e7f0ff;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-224px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
	border-right: 1px solid #999;
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:404px;         	/* Left column width + right column width */
	background:#eee;    	/* Left column background colour */
	border-right: 1px solid #999;
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:180px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin:0 234px 0 190px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:160px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:10px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:204px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #999;
	font-size: 80%;
	text-align:center;
}
#footer p {
	padding:10px;
	margin:0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

/* Basic classes */
.hidden {
	display: none;
}
.centerize {
	text-align: center;
}
		
.content
{
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.subnote {
	font-size: 75%;
	line-height: 140%;
}

.content ruby
{
    line-height: 100%;
}
.content rt
{
    line-height: 30%;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: #F8F2E8 url(images/dot.gif) bottom repeat-x;
	font-size: 130%;
    color: #e70;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	text-align: justify;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitemtrackback
{
	background: url(images/bgtrackback.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 18px;
}
.contentitemother
{
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 4px;
}

.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentfooteritem
{
	text-align: right;
	padding: 0 0 3px 0;
	margin: 12px 0 0px 0;
	clear: both;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
	font-size: 80%;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 120%;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-weight: bold;
    font-family: Georgia, Times, 'ＭＳ Ｐ明朝', serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	font-size: 75%;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:hover {
	color: #444;
}

.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.sidebarnb
{
	padding: 2px 10px;
	margin: 0;
	font-size: 75%;
}

.sidebarnb ol
{
	padding: 0 0 0 14px;
	margin: 0;
}
.sidebarnb ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebarnb li
{
	padding: 0;
	margin: 1px 0 0 0;
}
.sidebarnb dd {
	padding: 0 0 0 10px;
	margin: 1px 0 0 0;
}

div.sidebarnb div.title {
  margin: 0 0 0 10px;
}

div.sidebarnb div.feedTitle {
  margin: 0 0 0 14px;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
	font-size: 75%;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
  display:block;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
  display: block;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 2px;
	padding: 6px;
	font-size: smaller;
	width: auto;
}
.leftbox {
	float: left;
/*	border-right: 2px solid #ccc; */
}
.rightbox {
	float: right;
/*	border-left: 2px solid #ccc; */
}

/* Calendar */
table.calendar {
    font-size: 12px;
}
tr.calendardateheaders {
    font-weight: bold;
}
table.calendar td { text-align: center; }
table.calendar a {
	text-decoration: none;
}
table.calendar a:hover {
	background: #369;
}

/* Page Switch */
.pageswitch {
	text-align: center;
	padding: 15px 0;
	clear: both;
}

.pageswitch strong {
	padding: 3px 7px;
	line-height: 10px;
	text-align: center;
	border: 1px solid #FFF;
	background: #CCCCCC!important;
	color: #333333!important;
}

/* Trackback */
div.tb {
	background: #FFF;
}
div.tb div.head {
	clear: both;
	background: #F8F2E8 url(images/dot.gif) bottom repeat-x;
    font-family: Georgia, Times, 'ＭＳ Ｐ明朝', serif;
	font-size: 130%;
	font-weight: bold;
    color: #e70;
	padding: 0 0 6px 0;
	margin: 0;
}
div.tb div.empty {
	padding: 4px;
	font-size: 95%;
}
div.tb div.item {
	padding: 4px;
}
div.tb div.item div.name {
	margin-bottom: 8px;
	font-size: 120%; font-weight: bold;
}
div.tb div.item div.body {
	font-size: 95%;
}
div.tb div.item div.body a {
	font-weight: bold;
}
div.tb div.item div.date {
	margin-bottom: 8px;
	color: #888;
	font-size: 85%; text-align: right;
}
div.tb div.info {
	padding: 4px;
	color: #494949; background: #EEEEEE;
	font-size: 75%;
	line-height: 140%;
}

.similaritems {
	font-size: 75%;
}

.zenback {
	font-size:13px;
	background:#ffffff;
	padding:12px 0;
	line-height:18px;
	float:left;
	clear:none;
}
