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

/*-------------------------------------------------
  General layout
-------------------------------------------------*/

*html h1 img{  
behavior: expression(IEPNGFIX.fix(this));  
 }  
 
 *html #footer-note img {  
behavior: expression(IEPNGFIX.fix(this));  
 }  

body
{
	color: #282828;
	font-family:verdana ,arial ,"ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height:1.9em;
	background-image: url(./images/background.png) ;
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}


img
{
	border: 0;
}
form
{
	margin: 0;
}

.more{
	font-size:12px;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
	clear: both;
	background: url(images/h2.gif) bottom repeat-x
	font-size: 1.1em;
	padding: 6px 10px;
	margin: 10px 5px;
}

#topicpath{
	margin: 15px 5px;
	font-size: 10px;
}

/* Lists */
ul
{
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

li
{
	padding: 0 0 0 10px;
	margin: 0 20px;
}

dt{
	padding: 0 10px;
}
/* Links */
#wrapper a:link,#wrapper a:visited
{
	background-color: white;
	color: #81233F;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width:100%;
	clear: both;
	height: 2px;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
}

#header h1
{
	margin: 0;
	padding: 25px 1% 0px 1%;
}

h1 a:hover
{
}

#blogdesc{
	visibility: hidden;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	margin: 0 auto;
	clear:both;
}
#wrapper
{
	padding:10px 5px;
	margin: auto;
	min-height: 50%;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#container
{
	float: right;
	padding: 4px 10px;
	width: 550px;
	z-index:3;
}

.content{
	z-index:4;
}


#ground{
	background: url(images/header.jpg) no-repeat top; 
	width:950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 1;
}

.content {
	padding: 5px 10px;
	width: 470px;
}

.contentitem{
	background-color: #fffffc;
}

.content li
{
	font-size: 14px;
	line-height: 150%;
	margin: 15px 0;
	list-style-image: url(./images/list.png);
}

#wrapper a:hover{
	background-color: #d0fcc5;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	font-size: 15px;
	background-image: url(./images/h2.png);
	background-position: 0 0px;
}

.contentbody
{
	padding: 15px 10px 25px 10px ;
}

.contentbody img{
	margin: 20px;
}

.contentbody a {
	text-decoration: underline;

}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.itemfooter{
	text-align: right;
}

.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 0.9em;
	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;
}


.contentitem
{
	padding:5px 0;
	margin:16px 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: 10px 10px;
}

.contentitem4
{
	display: inline;
	padding: 10px 10px;
}
.comment{
	border: 1px solid;
	border-color: #ddddee;
	background-color:#e7f5e4;
	margin: 30px;
	width:450px;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-color:#fff;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid #cccccc;
	margin:10px 30px;
	font-size:10px;
	line-height:14px;
}

.id3{
	background: url(images/grassk-kawasaki-comment.png) no-repeat;
	border: 1px dotted #cccccc;
	background-color:#fef;
}

.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/colum.jpg) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/colum.jpg) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#menu{
	margin: 0 auto;
	padding: 0;
}

dl{
}

dl a
{
	padding: 5px;
	list-style:inside circle;
	display: block;
}

dl a:hover
{
	background-color: #e1b0aa;
	padding: 5px;
	list-style:inside circle;
	display: block
}

#sidebarcontainer
{
	float: left;
	width:350px;
	padding: 0;
	font-size: 12px;
	margin: 5px;
	min-height: 50%;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
}

#appeal{
	padding: 0;
	width: 920px;
	margin: 0 10px;
	clear:both;
	}

#annai{
	border: 1px solid #cccccc;
	margin: 0 10px;
	padding: 10px 0;
	width: 275px;
	float: left;
	background-image: url(./images/appeal-board.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #afed80;
}

#what{
	border: 1px solid #cccccc;
	margin: 10px 0;
	padding: 5px;
	background-image: url(./images/message-board.png);
	background-color:#36790c;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;	
}

#what div.contentbody p a:link{
	background-color:#d4de98;
	color:#81233F;
}

#eventlist{
	background-color: #efefdf;
}

/* Menu lists */
.sidebar dt
{
	background: #E5E5E5 url(images/dt.gif);
	color: #3A3523;
	font-size: 1.2em;
	padding: 4px 10px;
	margin:5px auto;
}


.sidebardl
{
	list-style:circle;
	list-style-position:inside;
	color:#CC0000;
	padding: 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/dt.gif);
	color: #3A3523;
	font-size: 1.2em;
	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;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width:950px;
	height:150px;
	padding: 10px 0;
	margin: 0 auto;
	background: url(./images/footer.jpg) no-repeat center; 
	background-position: top center;
	clear:both;
	text-align: left;

}

#footer-note
{
	background-image: url(./images/footer-name.png);
	background-repeat: no-repeat;
	width:620px;
	height:120px;
	float:right;
	margin:20px;
	padding: 5px;
}

#copyrights{
	float:left;
	color: #fff;
	margin: 10px 10px 10px 70px;
	padding: 0px;
	width: 350px;
}


a.toplink{
	float:right;
	width:51px;
	height:89px;
	margin: 10px  25px;
	padding: 0;
	}

a:hover.toplink {
	margin: 0px 25px 20px 25px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
	
}
.commentform, .mailform
{
	width:60%;
	margin-top: 10px;
	padding: 5%;
		background-color:#e7f5e4;

    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield
{
	font-size: 14px;
	background-color: #efefef;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 5px 0;	
	width:70%;
}
.formbutton
{
	font-size: 14px;
	background-color: #d0d897;
	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
{
	width:380px;
}
.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, .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;
}


/**/

ul.nobullets li{
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px  #474747;
	list-style: none;

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

ul.nobullets li a:hover{
	background-color: #EFEFEF;
}

/*trackback */

div.item{
	margin:5px;
	padding: 6px 42px;
	background-color:#F4F4F4;
	background:url(images/item.gif) right top no-repeat;
	margin:10px 30px;
	border-left: 1px dotted #CCCCCC;
}

div.tb{
	font-size: 10px;
	line-height: 14px;
}


/*ページスイッチ*/

ul.pageswitch{
	margin: 10px 10px;
	padding: 20px 3px;
	color: #fff;
	border-bottom: 1px dotted #ddd;
	height: 40px;
}

ul.pageswitch li{
	font-size:11px;
	list-style: none;
	text-align: center;
	margin:3px;
	color: #fff;
}

li.pagemark{
	width:30px;
	height:30px;
	margin: 0;
	padding: 0;
	float: left;
}

.currentpage {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0px;
	padding: 5px;
	color: #000;
	font-weight:bold;
	float: left;
	background-repeat: no-repeat;
}

li.pagemark a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0px;
	padding: 5px;
	background-image: url(./images/page.png);
	background-repeat: no-repeat;
	background-color: transparent;
	vertical-align: middle;
}

div#wrapper div#container div.content ul.pageswitch li.pagemark a:hover{
	background-image: url(./images/page-now.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

li.nextlink, li.previouslink{
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
}

li.nextlink a{
	height: 30px;
	display: block;
	background-image: url(images/previous.png);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
}

div#wrapper div#container div.content ul.pageswitch li.previouslink a:hover{
	background-image: url(images/next-hover.png);
	background-color: transparent;
}

div#wrapper div#container div.content ul.pageswitch li.nextlink a:hover {
	background-image: url(images/previous-hover.png);
	background-color: transparent;
}

li.previouslink a{
	height: 30px;
	display: block;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
}

#additem a{
	margin: 10px;
	border: 1px dotted #eeeeee;
	background-image:url(./images/edit-paste.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding:10px 30px;
	display: block;
}

.alert{
	color:#dd5555;
	margin: 0 30px;
	font-style:normal;
}

small.contentitemedit a
{
	background-image: url(images/accessories-text-editor.png) ;
	background-color: white;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 5px  10px 5px  30px;
	margin: 15px;
	border: 1px dotted  #eeeeee;
}
