/*-------------------------------------------------
  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: #fff url(images/bg.png);
	color: #444;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",;
	font-size: 15px;
	padding: 0px 0;
	margin: 0;
}
img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #e95200;
	text-decoration: none;
}
a:hover, a:active
{
	color: #131133;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #000;
}
#copyrights a:link, #copyrights a:visited
{
	color: #FFFFFF;
}
#copyrights a:hover, #copyrights a:active
{
	color: #FFFFFF;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
height: 0px;
width: 800px;
clear: both;
line-height: 0px;
zoom: 1;
display: hidden;
font-size: 0px;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 1030px;
	height: 100%;
	background: #fff url(images/bg_header3.png) top center no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#header h1
{
	height: 30px;
	/*width: 500px;*/
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	color: #666;
	float: left;
}

.header_text01
{
	height: 16px;
	width: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.header_text02
{
	height: 16px;
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	font-size: 13px;
	/*font-weight: bold;*/
	text-align: left;
}
/*-------------------------------------------------
  トップページ最上段のなかの文字
-------------------------------------------------*/
.top_top
{
	margin-top: 10px;
	font-size: 15px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 1030px;
	background: white url() repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 0px 0px;
	margin: auto;
}
#wrapper
{
	width: 980px;
	background: url(images/bg_sidebar.png) left repeat-y;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#rightbox
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 150px;
	/*background: #ff0000;*/
	padding: 0px 0px 0px 0px;
	z-index: 100;	
}

.contactbox
{
	position: relative;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 80px;
	background: #cfcfcf; 
	margin: 0px 0px 0px 0px;
	z-index: 1000;	
}

.pagetop {
	width: 200px;
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 9000;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
} 

.pagetop a {
	display: block;
	color: #ffffff;
	padding: 15px 15px;
	margin: 0;
	background: #002870 url(images/);
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.pagetop a:hover {
	background: #002870 url(images/bg_gototop.png);
	color: #FFFFFF;
}

.area
{
	width: 580px;
	height: 100%;
	background: url(images/area.png) no-repeat;
	margin: auto;
	padding: 100px 60px 0px 340px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    30% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    30% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    30% {opacity:0.3;}
    100% {opacity:1;}
}



/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 760px;
	height: 1%;
	overflow: visible;
	float: right;
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0px 0px 0px 0px;

}
.content
{
	padding: 0;
	margin: 0px 0px 30px 30px;
}
.content2
{
	width: 192px;
	float:left;
	clear: none;
	padding: 0px;
	margin: 0px -1px 0px -5px;
/*	margin: 0px 2px 0px -5px; */
}

.works_trim
{
	width: 200px;
	height: 380px;
	float: left;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	display: inline;
	background: #fff url() bottom;
	border-width: 0px 0px 2px 0px; 
	border-style: solid; 
	border-color: #ff9037;
	box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;  
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px; 
}

/*-------------------------------------------------
  ホームのメイン画像スライダー
-------------------------------------------------*/

#viewer {
	margin: 0 auto;
	width: 637px;
	height: 420px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	left: 360px;
	top: 55px;
	z-index: 0;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}



/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	background: url(images/bg_sidebar.png);
	font-size: 15px;
	padding: 10px 0px 10px 25px;
	margin: 0;
	font-size: 21px;
	box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;  
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px; 
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 40px 45px 40px 45px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 20px;
	font-size: 15px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;
	max-width: 100%;
	height: auto;
}

.contentbody2
{
	background: url(images/);
	text-align: justify;
	padding: 40px 45px 40px 45px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	font-size:15px;
}

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

.contentbody3
{
	background: url(images/);
	font-size:15px;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*line-height: 180%;*/
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

.catdesc
{
	font-size: 16px;
	width:;
	height:;
	background: url(images/);
	padding: 20px 0px 20px 0px;
}

.works_index
{
	background: url(images/bg_sidebar.png);
	padding: 10px; 
	margin: 0px 0px 30px 0px;
	/*filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;*/
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;  
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px; 
}

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	background: url(images/nexts.png) right no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

/*カレンダー*/
table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited 
{
	background:none;padding:0;
}
table.calendar 
{
	margin:0 auto;
}



table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
.QA-Qbox01 {
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 {

	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 14px;
	padding-left: 45px;
}
.QA-Abox01 {
	background: #ffffff;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 15px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 0px 2px 2px 2px; 
	border-style: dotted; 
	border-color: #2b6d0e;
}
.QA-Qtext01 {
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 16px;
	color: #704d2a;
	padding-bottom: 5px;
	line-height: 2em;
	width: 600px;
	float: left;
	font-weight: regular;
}
.QA-textcolor {
	color: #704d2a;
}

.QA-Qbotton {
	float: left;
	border: 0;
}


/*メニューボタン*/
#menubutton a
{
	display:block;
	width:180px;
	background: #fff url(images/arrow.png) left no-repeat;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 5px 0px 0px 30px;
	margin: 3px 5px 2px 5px;
	border-width: 0px 0px 2px 0px; 
	border-style: solid; 
	border-color: #1da73e;
	box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;  
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px; 
}
#menubutton2 a
{
	display:block;
	width:180px;
	background: #fff url(images/arrow.png) left no-repeat;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 5px 0px 0px 30px;
	margin: 3px 5px 2px 5px;
	border-width: 0px 0px 2px 0px; 
	border-style: solid; 
	border-color: #1da73e;
	box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.156863) 0px 0px 3px 1px;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;  
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px; 
	color: #e95200;
}

#menubutton a:hover
{
	background:url(images/arrow.png) left no-repeat;
	height:40px;
	line-height:40px;
	vertical-align: middle;
}


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 220px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.sidebar
{
	color: #362779;
/*	margin: 0 0 4px 10px; */
	margin: 0 0 4px 10px;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl2
{
	width: 200px;
	padding: 0 0 10px 0;
	margin-right: 550px;
}
.sidebardl dt
{
	background: url(images/header_menu.gif);
	color: #362779;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 5px 0px 5px 15px;
}
.sidebardl dd
{
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
/*---------↓以下のスタイルは特に必要なと思われます----
.sidebardl dd:hover
{
	color: #FFFFFF;
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
----------------------*/
.sidebardl dd a:link, .sidebardl dd a:visited
{
	color: #444444;
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

.sidebardl dd div.leftbox30
{
	width: 100%; 
}
/* NP_List */
.current 
{
	color: #e95200;
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;
	font-weight: bold;

}
.list
{

	font-size: 12px;
	color: #3066B5;
	clear: both;
	padding: 5px 0px 10px 10px;


}
.list a:link
{
	color: #3066B5;
}
.list .current 
{
	/*width: 179px;*/
	float: left;
	color: #6e9a19;
	/*background: #ffffff;*/
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #888888;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}
dd.stripe 
{
	background-color: white;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	height: 460px;
	background: url(images/bg_footer.png) top center no-repeat;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

#copyrights
{
	width: 980px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	margin: auto;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	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;
}
.searchform .formfield
{
	width: 168px;
    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
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.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: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%; 
}
div.leftbox20 {
	float: left;
	width: 20%; 
}
div.leftbox30 {
	float: left;
	width: 160px; 
}
div.leftbox40 {
	float: left;
	width: 40%; 
}
div.leftbox45 {
	float: left;
	width: 45%; 
}
div.leftbox55 {
	float: left;
	width: 55%; 
}
div.leftbox60 {
	float: left;
	width: 60%; 
}
div.leftbox65 {
	float: left;
	width: 65%; 
}
div.leftbox70 {
	float: left;
	width: 70%; 
}
div.leftbox75 {
	float: left;
	width: 75%; 
}
div.leftbox80 {
	float: left;
	width: 80%; 
}

div.leftbox100px {
	float: left;
	width: 105px; 
}

div.leftbox150px {
	float: left;
	width: 155px; 
}

div.leftbox200px {
	float: left;
	width: 205px; 
}

div.leftbox250px {
	float: left;
	width: 255px; 
}

div.leftbox300px {
	float: left;
	width: 305px; 
}

div.leftbox350px {
	float: left;
	width: 355px; 
}
div.leftbox400px {
	float: left;
	width: 405px; 
}

div.leftbox450px {
	float: left;
	width: 455px; 
}
div.leftbox500px {
	float: left;
	width: 505px; 
}

div.leftbox550px {
	float: left;
	width: 555px; 
}
div.leftbox600px {
	float: left;
	width: 605px; 
}

div.leftbox650px {
	float: left;
	width: 655px; 
}
div.leftbox700px {
	float: left;
	width: 705px; 
}

div.leftbox750px {
	float: left;
	width: 755px; 
}

div.leftbox800px {
	float: left;
	width: 805px; 
}
*/

.leftbox10 {
	float: left;
	width: 10%; 
}
.leftbox20 {
	float: left;
	width: 20%; 
}
.leftbox30 {
	float: left;
	width: 160px; 
}
.leftbox40 {
	float: left;
	width: 40%; 
}
.leftbox45 {
	float: left;
	width: 45%; 
}
.leftbox55 {
	float: left;
	width: 55%; 
}
.leftbox60 {
	float: left;
	width: 60%; 
}
.leftbox65 {
	float: left;
	width: 65%; 
}
.leftbox70 {
	float: left;
	width: 70%; 
}
.leftbox75 {
	float: left;
	width: 75%; 
}
.leftbox80 {
	float: left;
	width: 80%; 
}

.leftbox100px {
	float: left;
	width: 105px; 
}

.leftbox150px {
	float: left;
	width: 155px; 
}

.leftbox200px {
	float: left;
	width: 205px; 
}

.leftbox250px {
	float: left;
	width: 255px; 
}

.leftbox300px {
	float: left;
	width: 305px; 
}

.leftbox350px {
	float: left;
	width: 355px; 
}
.leftbox400px {
	float: left;
	width: 405px; 
}

.leftbox450px {
	float: left;
	width: 455px; 
}
.leftbox500px {
	float: left;
	width: 505px; 
}

.leftbox550px {
	float: left;
	width: 555px; 
}
.leftbox600px {
	float: left;
	width: 605px; 
}

.leftbox650px {
	float: left;
	width: 655px; 
}
.leftbox700px {
	float: left;
	width: 705px; 
}

.leftbox750px {
	float: left;
	width: 755px; 
}

.leftbox800px {
	float: left;
	width: 805px; 
}

/*-------------------------------------------------
  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
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.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;
}

table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

/*-------------------------------------------------
  sns_area
-------------------------------------------------*/

.sns_area{

	width: 100%;

	margin-top: 30px;

	display: flex;
	align-items: center;
	justify-content:space-evenly;
}

.sns_area > a{

	display:block;
	width: 80px;
}


