@charset 'UTF-8';
/*  
Theme Name: iisys
Theme URI: http://www.2yi.net/
Description: iisys is a 3 column theme with one sidebar on the right and one to the left of the content area that uses a black and blue color scheme and very few images. Both sidebars are widget ready.
Version: 1.0
Author: Your Index
Author URI: http://www.2yi.net/
*/      

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}
/* 
body 
{
font-size: 13px;
margin: 0px;
text-align: center;
background: #333;
color: #FAFFE0;
font-family: Arial, Helvetica, sans-serif;
}
*/
body{
    background-color: #000;
    background-image: url(img/bg.jpg);
    background-repeat:repeat-x;
    margin:0;
    padding:0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif; 
    font-size: 13px;
    color:#ccc;
}



                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
width: 100%;
height:90px;
display: block;
color: #DFDAC3;
text-align: left;
/*
margin: 15px auto 0 auto;
padding: 15px 0 0 0;
background: #6799CF url(img/blogtitle.png) repeat-x;
border-bottom: 1px solid #1f1f1f;
*/
}


#blogtitle a:link {
color: #37526F;
text-decoration: none;
border: none;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:visited {
color: #37526F;
text-decoration: none;
border: none;
font-weight: bold;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:hover {
color: #8EADCF;
text-decoration: none;
padding: 6px 15px;
margin-left: 0;
}

/* 2007-04-25 IISYS */
#topimg {
    position:relative;
    width: 98%;
    margin-left:auto;
    margin-right:auto;
    background: #3C9FBF url(img/topimg-bg.gif) repeat-x;
    text-align: center;
}
                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding:0;
margin-left:auto;
margin-right:auto;
margin-top: 0;
width: 100%;
overflow: hidden;
}




                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
font-size: 14px;
float: left;
width: 180px;
margin: 0;
padding-top: 0;
margin-top: 0;
margin-left: 5px;
margin-bottom: 20px;
text-align: left;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
font-size: 14px;
float: right;
width: 180px;
margin: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 20px;
margin-right: 5px;
text-align: left;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
margin: 0px 190px 20px 190px;
padding: 1em 0 1em 0;
padding-top: 5px;
text-align: left;
}


#content ul
{
padding-left: 2em;
}


#content ul li{
padding: 0.2em;
list-style: square;
}

#content ul ul li{
padding: 0.2em;
list-style: circle;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}

                         /***************************************************
                         *********************** POST and Entry************
                         *****************************************************/
.post
{
background: #333;
display: block;
overflow:hidden;
width:98%;
margin: 0 auto 12px auto;
}

.entry
{
overflow: hidden;
margin-bottom: 5px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;
margin-left:auto;
margin-right:auto;
text-align: center;
width: 98%;
color: #FAFFE0;
padding: 5px 0 0 0;
font-weight: normal;
border-top: 2px solid #37526F;
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 0px;
text-align:center;
}

#footwrap a:link {
text-decoration: none;
border: none;
}
#footwrap a:hover {
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
text-decoration: underline;
border: none;
}

#footwrap a:visited {
text-decoration: none;
border: none;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
.sidebarleft
{
margin-bottom: 0px;
background: none;
padding: 0 8px  0 8px;
}

.sidebarleft li
{
padding-bottom: 0px;
background: #333 url(img/sidebar.png) repeat-y;
}

.sidebarleft ul li
{
display: block;
border-top: 1px dotted #48809B;
padding: 2px 2px 2px 2px;
background: none;
}

.sidebarleft ul li ul li{
padding-bottom: 2px;
background: none;
}

.sidebarleft ul li li{
padding: 4px 3px 2px 8px;
background: none;
}

.sidebarleft a:link {
display:block;
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
padding: 2px;
}

.sidebarleft a:hover {
display:block;
color: #FFF;
padding: 2px;
background: #000;
}

.sidebarleft a:visited:hover {
display:block;
color: #FFF;
padding: 2px;
background: #000;
}

.sidebarleft a:visited {
display:block;
color: #8BB3DF;
text-decoration: none;
padding: 2px;
}

.sidebarleft h2 {
color: #232D32;
padding: 4px 8px 4px 8px;
margin-top:5px;
background: #6799CF url(img/h2.png) repeat-x;
border-bottom: 1px solid #1F1F1F;
}

.sidebarleft ul li a:link {
border-left: 5px solid #007799;
padding-left: 5px;
}

.sidebarleft ul li a:hover {
border-left: 5px solid #DDAA00;
padding-left: 5px;
}

.sidebarleft ul li a:visited:hover {
border-left: 5px solid #DDAA00;
padding-left: 5px;
}

.sidebarleft ul li a:visited {
border-left: 5px solid #005577;
padding-left: 5px;
}

.sidebarleft ul li ul li a:link {
border-left: 4px solid #007799;
}

.sidebarleft ul li ul li a:hover {
border-left: 4px solid #DDAA00;
}

.sidebarleft ul li ul li a:visited:hover {
border-left: 4px solid #DDAA00;
}

.sidebarleft ul li ul li a:visited {
border-left: 4px solid #005577;
}
                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-bottom: 0px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright li
{
padding-bottom: 0px;
background: #333 url(img/sidebar.png) repeat-y;
}

#sidebarright ul li
{
display: block;
border-top: 1px dotted #48809B;
padding: 2px 2px 2px 2px;
background: none;
}

#sidebarright ul li ul li{
padding-bottom: 2px;
background: none;
}

#sidebarright ul li li{
padding: 4px 3px 2px 2px;
background: none;
}

#sidebarright a:link {
display:block;
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
padding: 2px;
}

#sidebarright a:hover {
display:block;
color: #FFF;
padding: 2px;
background: #000;
}

#sidebarright a:visited:hover {
display:block;
color: #FFF;
padding: 2px;
background: #000;
}

#sidebarright a:visited {
display:block;
color: #8BB3DF;
text-decoration: none;
padding: 2px;
}

#sidebarright h2 {
color: #232D32;
padding: 4px 8px 4px 8px;
margin-top:5px;
background: #6799CF url(img/h2.png) repeat-x;
border-bottom: 1px solid #1F1F1F;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 {
margin: 0 0 .5em 0;
}


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #CFE6FF;
border-left: 4px solid #8BB3DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
font-size: 11px;
display:block;
margin: 25px auto 0 auto;
padding: 2px 8px 2px 35px;
text-align: left;
background: #4F4F4F;
color:#fff;
border-left: 8px solid #8BB3DF;
}

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
text-decoration: underline;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #333;
color: #EAEFD1;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #4f4f4f;
margin-bottom: 2px;
border-left: 4px solid #8BB3DF;
}

li.alt
{
background: #1f1f1f;
border-left: 4px solid #8BB3DF;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #8BB3DF;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #8BB3DF;
font-size: 28pt;
}

#comment
{
margin-left:5%;
width:80%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 36px;
color: #666666;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h2.posttitle   
{
padding: 4px 8px 3px 8px;
margin-top:14px;
border-bottom: 1px solid #8EADCF;
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
background:#6799CF url(img/h2.png) repeat-x;
}

.posttitle a:link
{
font-size: 16px;
color: #333;
font-weight: bold;
}

.posttitle a:visited
{
font-size: 16px;
color: #333;
font-weight: bold;
}

.posttitle a:hover
{
font-size: 16px;
color: #1f1f1f;
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
}

h4
{
margin-top: 15px;
font-size: 13px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h4.respond
{
margin-left:5%;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}


                         /***************************************************
                         *********************** date ********************
                         *****************************************************/
.date
{
font-size: 28px;
float: right;
text-transform: uppercase;
padding: 30px 5px 55px 0;
margin-top: 5px;
margin-right: 10px;
text-align: center;
color: #8BB3DF;
background: url(img/date.png) -2px 0 no-repeat;
width: 90px;
}


                         /***************************************************
                         *********************** Code ********************
                         *****************************************************/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #8BB3DF;
color: #FFF;
background: #4F4F4F;
}

                         /***************************************************
                         ************ Navigation (based on Blix)**************
                         *****************************************************/
#navigation {
font-size: 14px;
margin-left:auto;
margin-right:auto;
width: 98%;
overflow: hidden;
height:2.3em;
line-height:2.3em;
background:#6799CF url(img/navigation.png) repeat-x;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:164px;
  padding:0 15px;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:5px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:115px;
  margin:0 5px 0 0;
  padding:0;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}


#navigation a {
    text-decoration: none;
    color: #333333;
}

#navigation .selected
{
  display:block;
  padding:0 18px;
  background:#8EADCF url(img/active.png) repeat-x;
  color: #00cccc;
}
#navigation a:hover
{
background:#8EADCF url(img/active.png) repeat-x;
color: #00cccc;
}

#navigation form {
background:#6799CF url(img/navigation.png) repeat-x;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:#333333;
  background-color:#C2D36C;
}

.button
{
margin-bottom: -4px;
}

                         /***************************************************
                         *********************** Credits********************
                         *****************************************************/

.credits
{
margin-top: -20px;
margin-bottom: 5px;
padding: 0 4px 8px 4px;
float: right;
}


                         /***************************************************
                         *********************** Calendar ********************
                         *****************************************************/
#wp-calendar 
{
empty-cells: show;
margin: 0 auto;
width: 160px;
}
#wp-calendar a:hover{
background: #000;
}
#wp-calendar a:visited:hover{
background: #000;
}
#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

.calendarLeft {
    margin: 0 8px;
    background: #333 url(img/sidebar.png) repeat-y;
}
                         /***************************************************
                         ***************** Image General************
                         *****************************************************/

img 
{
border:none;
}


                         /***************************************************
                         ***************** Previous and Next Posts************
                         *****************************************************/

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin: 10px;
}


                         /***************************************************
                         *********************** Smileys ********************
                         *****************************************************/

.wp-smiley
{
padding: 0;
}
                         /***************************************************
                         ************** Contained Float fix for date************
                         *****************************************************/

.postwrap
{
overflow:hidden;
width: 100%
}

/***************************************************
2007-04-26 IISYS KADOMARU
*/

.toptext {
    font-size: 10px;
    width: 80%;
    margin: 20px auto;
}
.toptext h2 {
    font-size: 12px;
    font-weight: bold;
}
.toptext h3 {
    font-size: 10px;
    font-weight: bold;
}
.waku {
    width: 100%;
    margin: 0;
    position:absolute;
    left:0;
    top:20px;
}
.wrapper {
    background: #000;
    width: 90%;
    margin: 0px auto 10px auto;
}

.wrapper .hd .c,
.wrapper .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.wrapper .ft .c {
 height:14px;
}

.wrapper .hd {
 background:transparent url(img/tl.gif) no-repeat 0px 0px;
}

.wrapper .hd .c {
 background:transparent url(img/tr.gif) no-repeat right 0px;
}

.wrapper .bd {
 background:transparent url(img/ml.gif) repeat-y 0px 0px;
}

.wrapper .bd .c {
 background:transparent url(img/mr.gif) repeat-y right 0px;
}

.wrapper .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(img/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.wrapper .ft {
 background:transparent url(img/bl.gif) no-repeat 0px 0px;
    margin-bottom: 15px;
}

.wrapper .ft .c {
 background:transparent url(img/br.gif) no-repeat right 0px;
}

/***************************************************/

/*
2007-04-26 IISYS Title
*/
.title {
    position:relative;
    background:transparent url(img/title-mid.gif) no-repeat 200px 0px;
    height: 80px;
}
.title .left {
    position:absolute;
    top:0px;
    left:10px;
    padding: 0px;
}
.title .right {
    position:absolute;
    top:0px;
    right:10px;
}
#top {
    position:relative;
    width: 90%;
    margin: 3px auto 0 auto;
}
#top h1 {
    font-weight: normal;
    font-size: 12px;
    color: #FFCC00;
    position:absolute;
    top: 0px;
    right: 10px;
}
h3.error {
    color: #FF0000;
    font-weight: normal;
    border-bottom: 1px solid #999999;
    margin: 0px 10px 20px 10px;
    padding-top: 1em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}
p.error {
    font-weight: normal;
    color: #999999;
    line-height: 130%;
}
.topcontent {
    margin: 13px auto 0 auto;
    text-align: center;
}
.sv000 {
    width: 47%;
    margin: 0 3px 20px;
}

a.detail {
    text-decoration: none;
    display: block;
    width: 100%;
}
a:hover.detail {
    text-decoration: none;
    background-color: #5B3700;
    color: #FFFFFF;
}

#linkcat-1 img{
    padding: 0;
    margin: 5px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#linkcat-2 img{
    padding: 0;
    margin: 5px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.btn {
    width: 60px;
    text-align: center;
    margin: 0 2px 0 auto;
    background: #1F1F1F;
    border-top: 1px solid #BD7200;
    border-left: 1px solid #BD7200;
    border-right: 1px solid #5B3700;
    border-bottom: 1px solid #5B3700;
}
.breadcrumb {
    margin:5px 0;
    position:absolute;
    bottom:0px;
    left:10px;
}
.formBase input,.formBase select,.formBase textarea {
    background: #000000;
    border: 1px dotted #48809B;
    color: #fff;
    font-size: 12px;
    scrollbar-base-color: #000000;
    scrollbar-face-color: #696969;
    scrollbar-track-color: #708090;
    scrollbar-arrow-color: #FFFFFF;
}
.formItem {
    width: 98%;
}

.formBase input.formsubmit {
    width: 80px;
    background: #1F1F1F;
    padding: 5px;
    border-left: 1px solid #8BB3DF;
    border-top: 1px solid #8BB3DF;
    border-bottom: 1px solid #2C4D5C;
    border-right: 1px solid #2C4D5C;
}
.formBase input:hover.formsubmit {
    background: #2C4D5C;
}
.weather {
    background: #333 url(img/sidebar.png) repeat-y;
    margin: 0 8px;
    padding-top: 1px;
    padding-bottom: 0;
    line-height: 0px;
    font-size: 0px;
    border: 1px solid #48809B;
}

.RSSline {
    line-height: 180%;
    border-bottom: 1px dotted #48809B;
}

.campaign
{
    overflow:hidden;
    margin-bottom: 20px;
}