/*-------------------------------------------------
  coding by Koichi Sato WOPack
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #c9df66;
	background-image:url(../../../images-layout/paper.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color: #282828;
	font-family: "ヒラギノ丸ゴ Pro W4","ＭＳ Ｐゴシック","Osaka",verdana ,arial ,sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding:0;
	margin:0 auto;
	line-height:20px;
	width: 800px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
	clear:both;
}

/* Lists */
ul
{
	padding: 0;
	margin: 10px 0;
}
li
{
	padding: 0 0 0 1px;
	margin: 0 10px;
}

/* Links */
a:link, a:visited
{
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

#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:100%;
	clear: both;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
background:url(../../../images-layout/bg_contents.jpg) center;
}
#wrapper
{
padding: 0px 5px 5px 5px;
background:url(../../../images-layout/bg_contents.jpg) center;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	margin: 15px 15px;
	float: left;
	padding: 4px 0;
	width:450px;
	background-color:#fff;
	min-height: 500px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	color: #ffffff;
	clear: both;
	background: url(../../../images-layout/menu_title.gif) #87b523 left;
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	margin: 10px 0px;
	border-bottom:1px dotted #999999;
}
.contentbody
{
	background-color: #ffffff;
	padding: 10px 15px 25px 15px;
	text-indent:10px;
}

.contentbody img{
margin: 10px 10px 10px 0px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(../../../images-layout/01.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(../../../images-layout/05.gif) center left no-repeat;
	font-size: background-color: #e16620;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-layout/03.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 10px 0;
}
.contentitem1
{
	display: inline;
		background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.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;
}


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

dl
{
list-style:inside decimal;
}

#sidebarcontainer
{
	float: right;
	width:290px;
	padding: 5px 5px;
	background-color: #96d133;
	margin: 0 ;
}
.sidebar
{
	background-color: #deedb7;
	color: #21262A;
	margin: 0;
}

/* Menu lists */

.sidebardl
{
	list-style:decimal;
	list-style-position:inside;
	color:#CC0000;
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #deedb7;
}
.sidebardl h3
{
	color: white;
	background: #e5812c;
	font-size: 12px;
	padding: 4px 10px;
	margin: 5px auto;
}


.sidebardl dd
{
	padding: 5px 10px;
	margin: 1px 0 0 0;
}

.sidebardl dd.item a:link,.sidebardl dd.item a:visited
{
	display:block;
	color:#911811;
	border-bottom:1px dotted #999999;
}
.sidebardl dd.comment
{
margin: auto 10px;
}

.sidebardl dd.trackback
{
margin: auto 10px;
}


.sidebardl dd a:hover
{
	background: #EFEFEF;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	width:60%;
	margin-top: 10px;
    padding: 5%;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 10px;
	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 {

}
.searchform .formfield
{
    padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	padding: 2px 2px;
}
.loginform .formfield
{
    padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	padding: 2px 2px;
}
.mainform .formfield
{
    padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	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
{
}
.commentform .formbutton
{
	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 {
	float: left;
}
.rightbox {
	float: right;
}


/**/

ul.nobullets li{
padding:5px 10px;
margin:0 0;
}

	
/*ページスイッチ*/
div.pageswitch{
text-align:right;
border-bottom:1px solid #CCCCCC;
font-size:9px;
letter-spacing:5px;
}

div.pageswitch strong{
font-weight:bold;
font-size:14px;
}

b{
	clear : both;
	color : #010101;
	font-size : 1.2em;
	letter-spacing : 0.2em;
 	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #339933;	
}