/*-------------------------------------------------


-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
@charset "utf-8";
body
{
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", "sans-serif", "Osaka", "MSPゴシック Ex+";
        font-size: 11px;
        margin: 0;
        padding: 0;
        background-color :#FFFFF9;
}

img
{
	border: 0;
}
form
{
	margin: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", "sans-serif", "Osaka", "MSPゴシック", "MS明朝";
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0 0 0 10px;
	margin: 0 5px;
        list-style: none; 
}

/* Links */
a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #FF0000;
}
#header a:link, #header a:visited
{
	color: #000000;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #0000FF;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 840px;
	height: 0;
	clear: both;
}
.span
{
        padding:10px;
        margin:8px;
}

#wrapper
{
        text-align: left;
        width: 95%;
        margin: 0 auto;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
       background-image: url(img/pa2a.gif); height:215px;
       background-repeat: no-repeat;            
       background-position: right bottom;
}

/*-------------------------------------------------
  container
-------------------------------------------------*/
#container
{
        width: 100%;
        float: left;
        margin-right: -180px;
}

#contents
{
        width: 100%;
        float: right;
        margin-left: -180px;
}

#contents-inner
{
        position: relative;
        margin: 0 200px;
        padding: 4em 0;
}

/*-------------------------------------------------
  Item styles (mainbox h2-title& body-td)
-------------------------------------------------*/
.contenttitle h2
{
        clear: none;
	background:  bottom repeat-x;
        background-image: url(img/side2.2.png);
        color: #000000;
        border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000000;
        font-size: 15px;
	padding: 0 0 0 15px;
	margin: 0;
}
.contentbody
{
	font-size:12px;                   
	text-align: justify;
	padding: auto;
	border-color: ;
	margin: auto;

}

/*-------------------------------------------------
  Item info (main category,comment,track)
-------------------------------------------------*/
.contentitemcategory
{
	background: url(img/folder.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(img/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(img/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(img/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 8px;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(img/.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(img/.gif) left repeat-y;
	padding: 0 0 0 10px;
        float: right;
        clear: left;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(img/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
other-container
-------------------------------------------------*
other-container_a
{
        width: 100%;       
        float: left;        
}
content_a
{
        width: 70%;
        float: left;
}
side_a
{
        width: 30%;      
        float: right;
        height: 100%;
}
other-container_b
{
        width: 100%;
        float: left;        
}
content_b
{
        width: 50%;       
        float: left;
}
side_b
{
        width: 50%;
        float: right;
        height: 100%;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(img/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(img/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid ;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(img/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid ;
}
.id1:hover
{
	background: #F9F9F9 url(img/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid ;
}
.itemcomment h3
{
	font-size: 10px;
}

/*-------------------------------------------------
  Menu  (sidebar dt=name dd=waku)
-------------------------------------------------*/
#left-sidebar
{
        width: 170px;
        float: left;
}

#right-sidebar
{
        width: 170px;
        float: right;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
        clear: both;
        width: 100%;
        text-align: center;
}

#footer p
{
        padding: 0.5em 0;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: ;
    /* 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 ;
	border-left: 1px solid ;
	border-bottom: 1px solid ;
	border-right: 1px solid ;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid ;
	border-left: 1px solid ;
	border-bottom: 1px solid ;
	border-right: 1px solid ;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 114px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif, Osaka;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif, Osaka;
}
.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, Osaka;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/

.wrap1
{
	float:left;
	background:url(img/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(img/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(img/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: ;
}

/* Leftbox and Rightbox toolbar buttons 
---------------------------------------------------- */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
        width: 20%;
}
.leftbox {
	float: left;
	border-right: 0 solid #ccc;
}
.rightbox {
	float: right;
	border-left: 0 solid #ccc;
}

/*fadeinbox
--------------------------------------------------- */
#fadeinbox{  
        position:absolute;  
        width: 300px;  
        left: 0;  
        top: -400px;  
        border: 2px solid black;  
        background-color: white;  
        padding: 4px;  
        z-index: 100;  
        visibility:hidden;  
}  
  
#hidebox{  
       float:right;  
} 

/*見出しタイトル
--------------------------------------------------- */
.rstyle
{
     background-color: ;
     color: #0033FF;
     font-size:medium;
}
.toptitle
{
     background-color: ;
     background-image: url(img/side2.1.png);
     color: #FFFF00;
     font-size:medium;     
}
.topback1
{
     background-color:#e499ff;
     background-image: url(img/.png);
     color: ;
     font-size:;
     border-width: 0 1px 1px 0;
     border-style: solid;
     border-color: #000080;
     padding: 0 0 0 15px;
     margin: 0;     
}
.topback2
{
     background-color:;
     background-image: url(img/.png);
     color: ;
     font-size:;
     border-width: 0 1px 1px 1px;
     border-style: solid;
     border-color: #000080;
     padding: 0 0 0 15px;
     margin: 0;     
}
.topback3
{
     background-color:;
     background-image: url(img/.png);
     color: ;
     font-size:;
     border-width: 0 1px 1px 1px;
     border-style: solid;
     border-color: #000080;
     padding: 0 0 0 15px;
     margin: 0;     
}
.sidebar_l
{
     width: 100%;
     background-color:;
     background-image: url(img/.png);
     color: ;
     font-size:;
     border-width: 0 1px 1px 1px;
     border-style: solid;
     border-color: #000080;
     padding: 0 0 0 15px;
     margin: 0;     
}
.sidebar_r
{
     width: 100%;
     background-color:;
     background-image: url(img/.png);
     color: ;
     font-size:;
     border-width: 0 1px 1px 1px;
     border-style: solid;
     border-color: #000080;
     padding: 0 0 0 15px;
     margin: 0;
} 
.haikei1
{
     background-color: #DFE0EE;
     background-image: url(img/);
     border-width: 0px 0px 0px 0px;
     border-style: solid;
     border-color: #000000;
     color: #;
     font-size:;     
}
.haikei2
{
     background-color: #F5A5F5;
     background-image: url(img/);
     border-width: 0px 0px 0px 0px;
     border-style: ;
     border-color: #;
     color: #;
     font-size:;     
}
.haikei3
{
     background-color: #F9E6A2;
     background-image: url(img/);
     border-width: 0px 0px 0px 0px;
     border-style: ;
     border-color: #;
     color: #;
     font-size:;     
}