/*-------------------------------------------------
  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: #494949;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #0033FF;
	text-decoration: none;
}
a:hover, a:active
{
	color: #FFCC33;
}
#header a:link, #header a:visited
{
	color: #FFFF00;
}
#header a:hover, #header a:active
{
	color: #FF9900;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 800px;
	height: 10px;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/header/header_bg_repeat.gif);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-bottom-style: none;
	height: 103px;
}
#header .text {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#header #header_logo_box {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(images/header/header_victim.gif);
	background-repeat: no-repeat;
	height: 72px;
}
#header #header_logo_box h1 {
	font-size: 10px;
	margin: 0px;
	color: #FF0000;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#header_1line {
}


#header_logo {
	float: left;
	padding-top: 4px;
}
#header_submenu {
	padding-left: 50px;
	padding-top: 34px;
	float: left;
}
#gNav {
	background-image: url(images/header/gNav_bgRepeat.gif);
	background-repeat: repeat-x;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: left;
}

#gNavBox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.gNavMenu {
	height: 28px;
}
.gNavMenu ul {
	margin: 0px;
	padding: 0px;
}
.gNavMenu li {
	float: left;
	font-size: 12px;
	color: #FFFF00;
	display: block;
	background-image: url(images/header/gNav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 26px;
	padding-top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 20px;
	padding-right: 10px;
}



#counter {
	text-align: center;
}




/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 800px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../../../ginkouhigai/images/bg_lb.gif);
	background-repeat: repeat-y;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper
{
	width: 800px;
	margin: auto;
	background-image: url(images/bg/side_bg/bg_lb.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 800px;
	height: 1%;
	overflow: visible;
	float: right;
	margin-left: -204px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.content
{
	padding: 0;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 220px;
	width: 560px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle
{
	clear: both;
	margin: 0;
	padding-top: 2px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

.contenttitle h2
{
	font-size: 16px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #000099;
	font-weight: bold;
}
.contenttitle h2 a
{
	color: #000099;

}
.contenttitle h2 a:hover
{
	color: #FF0000;

}
.contentbody
{
	font-size:14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.contentbody strong {
	font-weight: normal;
}

.contentbody a:link,a:visited,a:active {
	color: #0033FF;
}

.contentbody a:hover {
	color: #FF9900;
}
/*-------------------------------------------------
  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;
}
.contentitem
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.contentitem a
{
	color: #000066;
}
.contentitem a:hover
{
	color: #0066FF;
}
.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;
}
.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: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.sidebar
{
	color: #21262A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	background-image: url(images/side_title.gif);
	border: 1px solid #999999;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.sidebar_rc_cl .sidebardl dt {
}

.sidebardl dd
{
	background-color: #FFFFFF;
	font-size: 12px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.sidebardl dd a:hover
{
	color: #FF0000;
	background-color: #FFFFCC;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	padding: 0 0 0 10px;
	background-position: left center;
	color: #003399;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #000000;
	margin: 0px;
	background-color: #000099;
}
#copyrights
{
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer #copyrights a {
	color: #FFCC00;
}
#footer #copyrights a:hover {
	color: #FF3300;
}

/*-------------------------------------------------
  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;
}
.formfield
{
	display:block;
	font-size: 11px;
	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
{
	font-size: 11px;
	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, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	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;
}
.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
{
	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;
}
.content .pageswitch {
	text-align: center;
}

.sidebar_rc_cl {
	background-color: #FFFFFF;
	margin-left: 5px;
	width: 170px;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}


.sidebar_rc_cl .sidebardl ul,li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sidebar_rc_cl .sidebardl ul.commenttree {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.sidebar_rc_cl .sidebardl dt {
	background-image: url(images/side_title.gif);
	background-repeat: no-repeat;
}
.sidebar_rc_cl .sidebardl .commenttree .item a {
	font-size: 11px;
	padding-left: 3px;
	color: #3366CC;
	font-weight: normal;
}
.sidebar_rc_cl .sidebardl ul.commenttree li.item {
	padding: 0px;
	margin: 0px;
}
.sidebar_rc_cl .sidebardl ul.commenttree li.item ul.commenttree li.comment a {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.sidebar_rc_cl .sidebardl ul.commenttree li.item ul.commenttree li.comment {
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;
}
.sidebar_rc_cl .sidebardl ul.commenttree li.item ul.commenttree li.comment a:hover {

	font-size: 11px;
	color: #FF9900;
}
.sidebar_rc_cl .sidebardl .commenttree .item a:hover {
	font-size: 11px;
	padding-left: 3px;
	color: #FF0000;
	font-weight: normal;
}
.1columnBox .cap1columnTitle {
	margin-left: 150px;
}
.1columnBox .text1columnBox {
	margin-right: 150px;
	margin-left: 180px;
	font-size: 14px;
	line-height: 2em;
}

