/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background-image: url("images/bg.jpg");
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	font-family: "Century Gothic";
	margin-top: 0;
}
address
{
	font-style: normal;
}
img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h1
{
	color: #333;
	margin: 2px 0px;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-weight: 100;
	text-align: left;
}
h2
{
	color: #333;
	font-size: 110%;
	margin-top: 18px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
h3
{
	color: #333;
	font-size: 100%;
	font-weight: 900;
	line-height: 26px;
	margin-top: 18px;
	margin-bottom: 0px;
	padding: 1px 4px 0 4px;
	clear: both;
	background: url(images/h3_bg.gif) repeat-x;
}
h4
{
	color: #333;
	font-size: 100%;
	margin-top: 18px;
	margin-bottom: 0px;
	padding-top: 12px;
	clear: both;
}
h5
{
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr
{
	text-align: center;
	margin-top: 24px;
	margin-bottom: 4px;
	width: 100%;
	float: none;
	clear: both;
}

/* Lists */
ul
{
	font-size: 95%;
	margin-top: 0;
}
ul ul {
	font-size: 100%;
}
ol ul {
	font-size: 100%;
	margin: 4px;
	padding: 4px;
}
ol ul li {
	list-style-type: disc;
}
li
{
	padding-bottom: 4px;
}

/* Links */
a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:hover
{
	color: white;
	background-color: #FF6100;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#omidashi
{
	width: 752px;
	margin: auto;
	text-align: center;
}
#header
{
	position: relative;
	width: 752px;
	height: 120px;
	background: url(images/header.png) no-repeat;
	margin: auto;
}
#header ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 3px 1px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: 18px;
	bottom: 0px;
	left: 0px;
	float: none;
}
#header li
{
	font-size: 12px;
	line-height: 100%;
	margin: 0 1px 0 0;
	text-align: center;
	width: 149px;
	padding-bottom: 0px;
	float: left;
	background-image: none;
}
#header li a
{
	display: block;
	width: 100%;
	background-color: transparent;
}
#header li a:hover
{
	background-color: #FF6100;
}
#urhere
{
	color: #999;
	background-color: white;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 750px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
	margin: auto;
}
#wrapper
{
	width: 750px;
	background-color: white;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	font-size: 95%;
	width: 720px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 4px 0 0 0;
	margin-right: -204px;
}

.content
{
	padding: 0;
	line-height: 140%;
	margin: 7px 224px 30px 20px;
}

.content p
{
	margin-top: 0.5em;
}

.content dd
{
	font-size: 90%;
	margin-bottom: 0.5em;
	margin-left: 3em;
}

.content dd dd
{
	font-size: 100%;
}

.content dl
{
	margin-top: 0.5em;
}

.content dt
{
	font-size: 95%;
	font-weight: 600;
	margin-left: 1em;
}

.content dl dl
{
	font-size: 100%;
	margin-left: -15px;
}

.content ol
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.content ul
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 110%;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	font-size:100%;
	text-align: justify;
	padding: 0px;
}
.contentbody dt
{
	font-size: 90%;
	margin: 0 0 0 4px;
	padding: 0 0 0 4px;
}
.contentbody dd
{
	font-size: 90%;
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}
.contentbody ol
{
	margin: 0 0 6px 6px;
	padding: 0 0 0 24px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 80%;
	line-height: 130%;
	padding: 0 2px 0 10px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 80%;
	line-height: 130%;
	padding: 0 2px 0 10px;
}
.contentitemposteddate
{
	background: url(images/bgposteddate.gif) center left no-repeat;
	font-size: 80%;
	line-height: 130%;
	padding: 0 2px 0 10px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 80%;
	line-height: 130%;
	padding: 0 2px 0 10px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 80%;
	line-height: 130%;
	padding: 0 2px 0 10px;
}
.contentitem
{
	color: gray;
	padding: 0px;
	margin: 0 0 6px 0;
}
.contentitem1
{
	display: inline;
	padding: 0 0 0 0px;
}
.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;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  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;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
/*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
.id1
{
	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: 85%;
}

/*-------------------------------------------------
  Side Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 220px;
	padding: 2px 0 0 0;
	font-size: 75%;
	margin-right: 0px;
}
.sidebar
{
	color: #21262A;
	margin: 18px 0px 0px 0px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebar h4
{
	background: #E5E5E5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 4px 10px;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.sidebardl dt
{
	background: white url(images/sidetitlebg.gif);
	color: #333;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EFEFE7;
	padding: 6px 13px 6px 10px;
	margin: 1px 0 0 0;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	font-size: 95%;
	width: 750px;
	background: #09c;
	text-align: center;
	padding: 3px 0;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #99c;
	margin: 0 auto;
}
#copyrights
{
	color: white;
	font-size: 80%;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield
{
/*	display:block;	*/
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	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: 0 0 8px 0;
}
.formbutton
{
	font-size: 12px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	background: white;
	color: #0000ff;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 0 0 2px 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton
{
	display: block;
}
.searchform .formfield
{
	width: 145px;
	padding: 2px;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 40px;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 180px;
	padding: 2px;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
	width: 300px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
	width: 300px;
	padding: 2px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.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
{
	font-weight: 900;
	background: none;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox
{
	font-size: 80%;
	line-height: 110%;
	margin-top: 4px;
	background-color: white;
}
.leftbox
{
	float: left;
	margin-right: 5px;
	padding: 6px;
	border: 1px solid #999;
	clear: both;
}
.rightbox
{
	float: right;
	margin-left: 5px;
	padding: 6px;
	border: 1px solid #999;
}
.leftbox a:hover, .rightbox a:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

/*-------------------------------------------------
  Original Style
-------------------------------------------------*/
/* Site Navigation */
.snavitop
{
	padding: 3px 4px;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	clear: both;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}
.snavibottom
{
	padding-top: 20px;
	text-align: right;
	line-height: 2em;
	font-size: 80%;
	clear: both;
}

/* Touhaba */
.touhaba
{
	font-family: monospace;
}

/* more */
.more
{
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* kakure kugiri */
.dummy
{
	margin: 3px 0;
	padding: 0;
	clear: both;
}
.dummy hr
{
	display: none;
}

/* Phone To Link */
a.phoneto
{
	color: black;
}

/* Content Item Wrap */
.contentitemwrap
{
	background-image: url("images/bgcontentitemwrap.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 10px 0 15px 0;
}

/* Taiken Sanka */
#taiken
{
	width: 478px;
	height: 170px;
	margin-top: 12px;
	padding-bottom: 12px;
	font-size: 0.9em;
	background-image: url("images/bg_taiken.gif");
}

#taiken h2
{
	height: 30px;
	margin: 0;
}

#taiken ul
{
	list-style-type: square;
}

#taiken_honbun
{
	padding: 0 12px;
	margin: 0px;
}

#taiken_button ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 0 0;
	padding-left: 0;
	position: absolute;
	float: none;
}

#taiken_button li
{
	line-height: 100%;
	margin-right: 2px;
	text-align: center;
	width: 85px;
	padding-bottom: 0px;
	float: left;
	border: 1px solid #999;
	background-image: none;
}

#taiken_button li a
{
	display: block;
	width: 100%;
	background-color: #f5f5f5;
}
#taiken_button li a:hover
{
	background-color: #FF6100;
}

.pnavi
{
	font-size: 80%;
	width: 750px;
	background: white;
	text-align: center;
	padding: 3px 0;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #ccc;
	margin: 0 auto;
}

#global ul
{
	position: absolute;
	width: 170px;
	top: 0px;
	left: 577px;
	margin: 4px 2px 2px 2px;
	padding: 0px;
	background: none;
}
#global li
{
	width: 49px;
	margin-right: 2px;
	padding: 0px;
	float: right;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	line-height: 5px;
	border: 1px solid #999;
	background-image: none;
}
#global li a
{
	width: 100%;
	display: block;
	background-color: #f5f5f5;
}
#global li a:hover
{
	background-color: #FF6100;
}

#catch
{
	width: 750px;
	height: 182px;
	background: url(images/catch.jpg) no-repeat;
}

#catch ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 20px 0;
	position: relative;
	top: 0px;
	left: 480px;
	width: 261px;
	float: none;
	background: none;
}

#catch li a:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

.schedule
{
	width: 100%;
}

.schedule td
{
	font-size: 90%;
	text-align: center;
	padding: 2px;
	width: auto;
	border: solid 1px #999;
	vertical-align: top;
}

.schedule th
{
	font-size: 90%;
	text-align: center;
	padding: 2px;
	width: auto;
	border: solid 1px #999;
}

.sunday
{
	background-color: #fcf;
}

.saturday
{
	background-color: #cff;
}

iframe
{
	margin-top: 0.5em;
	border: 1px solid #999;
}

/* Giji Table for Link */
.pseudotable4l
{
	width: 100%;
}
.pseudotable4l dl
{	
	font-size: small;
	line-height: 150%;
	margin: 0;
}
.pseudotable4l dt
{
	margin-left: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	width: 11.7em;
	background: url(images/leader.gif) repeat-x;
}
.pseudotable4l dt a
{
	background: white;
}
.pseudotable4l dd
{
	margin: -2.8em 0 0;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 13em;
	height: 3em;
	text-valign: top;
}

/* Giji Table for General */
.pseudotable
{
	width: 100%;
}
.pseudotable dl
{	
	font-size: small;
	line-height: 150%;
	margin: 0;
}
.pseudotable dt
{
	margin-left: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	width: 10em;
	background: url(images/leader.gif) repeat-x;
}
.pseudotable dt a
{
	background: white;
}
.pseudotable dd
{
	margin: -2.8em 0 0;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 11em;
	text-valign: top;
}

.pseudotable ul
{
	font-size: 100%;
	margin: 0 0 4px 8px;
	padding: 0 0 4px 8px;
}

.pseudotable li
{
	font-size: 100%;
	margin: 0 0 4px 0;
}

.yougo
{
	background-color: white;
}

.tsuduki
{
	clear: both;
	margin: 0 0 1em 0;
}

/* main biz gallery */
#gallery {
	float: left;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#gallery a {
	border-style: none;
}

#gallery img {
	margin: 0;
	padding: 0;
	border-style: none;
}

#gallery li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery p {
	margin: 0;
	padding: 0;
}

#gallery ul {
	margin: 0;
	padding: 0;
}

#largeimg {
	margin: 0;
	padding: 0;
	float: right;
}

#largeimg img {
	vertical-align: bottom;
}

#mainbizmenu {
	margin: 0;
	float: left;
}

#mainbizmenu img {
	vertical-align: bottom;
}

#mainbizmenu a:hover {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

#oshirase {
	margin-top: 18px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#news {
	margin-top: 18px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#news h3 {
	margin-top: 0px;
}
#news ul {
	list-style: none;
	margin: 0.5em 0 1em 20px;
	padding: 0;
}
#news li {
	margin: 0;
	padding: 0 0 6px 20px;
}
li.blogid1 {
	background: url("images/blogid1.png") 0 0.35em no-repeat;
}
li.blogid2 {
	background: url("images/blogid2.png") 0 0.35em no-repeat;
}
li.blogid3 {
	background: url("images/blogid3.png") 0 0.35em no-repeat;
}
li.blogid4 {
	background: url("images/blogid4.png") 0 0.35em no-repeat;
}
li.blogid5 {
	background: url("images/blogid5.png") 0 0.35em no-repeat;
}


/* sidebar image mouse over */
.sidebardl dd img
{
	display: block;
}

/*-------------------------------------------------
  Plug-in
-------------------------------------------------*/
/* NP_ArchiveIndex */
.archiveindex table
{
	width: 100%;
	margin: 0 0 2em;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}
.archiveindex tr.stripe
{
	background-color: #f5f5f5;
}
.archiveindex tr.more
{
	background: none;
	font-size: small;
}
.archiveindex td
{
	margin: 0;
	padding: 3px 2px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #999;
}
.archiveindex td.detail
{
	white-space: nowrap;
	text-align: right;
}
.archiveindex td span.title
{
}
.archiveindex td span.title-up
{
	color: red;
}
.archiveindex td span.catdesc
{
	font-size: small;
	color: gray;
}
.archiveindex td span.nomore
{
	color: #ccc;
}

.archiveindex ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	float: none;
}
.archiveindex li
{
	font-size: 95%;
	line-height: 100%;
	margin: 0 0 0 5px;
	text-align: left;
	padding-top: 20px;
}
.archiveindex li li
{
	font-size: 90%;
	margin: 0;
	padding-top: 0px;
}

/* NP_ShowBlogs */
.pageswitch
{
	padding-top: 20px;
	text-align: center;
	line-height: 2em;
	font-size: 80%;
	clear: both;
}
.pageswitch a
{
	margin: 0 3px;
	padding: 2px 6px;
	border: 1px solid #999;
}

.pageswitch strong
{
	margin: 0 3px;
	padding: 2px 6px;
	border: 1px solid black;
}

/* NP_PageSwitch */
.pswitch
{
	padding: 3px 6px 3px 6px;
}
.pswitch a
{
	display: block;
	width: 100%;
}
.purhere
{
	color: gray;
	padding: 3px 6px 3px 6px;
}

/* NP_MultipleCategories */
.nobullets li
{
	line-height: 2em;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.nobullets ul
{
	margin-left: 0px;
	padding-left: 0px;
}
.nobullets ul ul
{
	font-size: 100%;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
}
.nobullets ul ul li
{
	list-style-type: none;
}

/* NP_Calendar */
.sidebarcalendar
{
	background: #f5f5f5;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
table.calendar
{
	padding: 0 0 12px 10px;
}
td.days
{
	color: gray;
	width: 18px;
	text-align: center;
	background-color: white;
	border: solid 1px #999;
}
td.days a
{
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 100%;
}
td.today
{
	text-align: center;
	color: gray;
	background-color: white;
	border: solid 1px black;
}
td.today a
{
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 100%;
}

/* NP_TrimImage */
#trimimage img
{
	padding: 1px;
	margin-bottom: 3px;
	border: 1px solid #999;
}

#trimimage a:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}