@charset 'UTF-8';
/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	color: #666633;
	background:url(images/uc_stripe_01.gif) repeat-y #FFFFFF;
	font-family:Verdana,"HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 100%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
blockquote
{
	background: #ededed;
	padding: 1em;
	overflow: auto;
}
blockquote pre
{
	font-size: 95%;
	line-height: 1.2;
	font-family: 'Courier', monospace;
	white-space: pre;
}
dl dt {
	font-weight: bold;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul ul
{
	list-style: none;
	padding-left: 2em;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}


/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #000000;
}
#header a {
	text-decoration: none;
}
#header a:link, #header a:visited
{
	color: #000000;
}
#header a:hover, #header a:active
{
	color: #474747;
}
#copyrights a:link, #copyrights a:visited
{
	color: #ffffcc;
}
#copyrights a:hover, #copyrights a:active
{
	color: ffcccc;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 100%;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	background: url(images/sidebar_bg_01.gif) repeat-y right;
	width: 100%;
	/* large header image is defined below */
	margin: auto;
}
#header h1
{
	margin: 0 auto;
	padding: 20px 0 10px 0;

	font-size: xx-large;
	text-align: center;
	letter-spacing:0.5em;
}
#header .summary {
	text-align: center;
	margin: 0 auto;
	font-size: medium;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 100%;
	margin: auto;
	background: url(images/sidebar_bg_01.gif) repeat-y right;

}
#wrapper
{
	width: 100%;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 100%;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 4px 0 0 0;
	margin-right: -200px;
}
.content
{
	padding: 0;
	margin: 40px 250px 40px 80px;
}
h2.category {
	border-left: 10px solid #444422;
	font-size: x-large;
	padding: 5px 10px;
	background: #ffff33;
	color: #444422;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(images/title_bg_01.gif) repeat-y #EEEEEE;
	font-size: large;
	padding: 4px 8px 4px 14px;
	margin: 0;
}
.contenttitle h2 a {
	text-decoration: none;
}
.contentbody
{
	font-size: medium;
	text-align: left;
	padding: 0 0 1em 1em;
}
em {
	font-style: normal;
	font-weight: bold;
}
.contentbody table {
	width: auto;
	border-width: 0px;
	border-collapse: collapse;
	margin:2em 0;
}
.contentbody td, th {
	padding: 2px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
}
.contentbody th {
	font-weight: bold;
}
.contentbody ul
{
	list-style-type: disc;
	list-style-position: outside;
}
.contentbody ul ul
{
	list-style-type: circle;
}
.contentbody li
{
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 0 2em;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/category_01.gif) center left no-repeat;
	font-size: small;
	line-height: 1.2;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/posted_01.gif) center left no-repeat;
	font-size: small;
	line-height: 1.2;
	padding: 0 10px 0 14px;
}
.contentitemcomments
{
	background: url(images/comment_01.gif) center left no-repeat;
	font-size: small;
	line-height: 1.2;
	padding: 0 10px 0 14px;
}
.contentitemtb
{
	background: url(images/trackback_01.gif) center left no-repeat;
	font-size: small;
	line-height: 1.2;
	padding: 0 10px 0 14px;
}

.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: small;
	line-height: 1.2;
	padding: 0 10px 0 14px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 14px;
	border-bottom:1px solid #cccccc;
}
.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;
}
.contentitem-tb
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}
.contentitem-date {	/* オリジナル */
	margin-top: 1em;
	border-top:1px solid #DDDDDD;
	text-align: right;
	font-size: small;
	color: #808080;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	padding: 6px 2em;
	margin: 10px 0 0 0;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background-position: 6px 9px;
}
.itemcomment h3
{
	font-size: medium;
	margin-bottom: 0.5em;
}

/*-------------------------------------------------
  TrackBacks
-------------------------------------------------*/
.tb .head{
	clear: both;
	background: #DDDDEE;
	font-size: large;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0;
}
.tb .empty {
	margin:1em auto;
	text-align:center;
	font-size: medium;
}
.tb .name {
	
}
.tb .body {
	
}
.tb .date {
	
}
.tb .info {
	margin: 1em;
}
/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 200px;
	padding: 10px 0 0 0;
	background-color:#484848;
}
.sidebar
{
	color: #21262A;
	margin: 0 0 4px 0;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 6px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #333333;
	color: white;
	font-size: medium;
	font-weight: bold;
	padding: 2px 10px;
}
.sidebardl dd
{
	background: #FFFF33;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0;
	border-left: 2px solid #333333;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
.rollup {
	text-align: right;
	margin-bottom: 2em;
	background: url(images/rollup_01.gif) no-repeat right bottom;
	padding-right: 18px;
}
#footer
{
	width: 100%;
	background: #333333;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
}

#copyrights
{
	color: #ffffff;
	line-height: 1.5;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.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;
}

/* For Nucleus 3.3 */
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield { 
    display: block; 
} 
/* end of For Nucleus 3.3 */

.formfield
{
	font-size: small;
	background: white;
	color: #444411;
	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
{
	font-size: small;
	background: white;
	color: #444411;
	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;
}
.searchform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* ¥*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

.pageswitch {
	text-align: right;
	margin-bottom: 1em;
}

em.newitem {
	color: #FF0000;
}
