/*
Theme Name: Kohseki
Theme URI: http://www.koseki.jp
Description: Designed by Yukari , Developed by Akn , Produced by dosanite.
*/
/*--------------------
   clearfix
  --------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------
   WordPress default
  --------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #666666;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    padding: 3px 0;
}




/*--------------------
   layouts
  --------------------*/
html {
    background: #cccc99;
    height: 100%;
    overflow: hidden;
}
body {
    height: 100%;
    overflow: hidden;
}
#wrapper {
    height: 100%;
    overflow: auto;
    _text-align: center;
}
#banner ,
#content {
    margin: 0 auto;
    width: 720px;
    _text-align: left;
}

#banner {
    height: 260px;
}
#content{
}
#alpha ,
#beta {
    float: right;
    margin-bottom: 15px;
    _display: inline;
}
#alpha {
    margin-right: 15px;
    width: 530px;
}
#beta {
    margin-right: 10px;
    _margin-right: -8px;
    width: 150px;
}
/*--------------------
   elements default
  --------------------*/
a ,
a:link {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #993366;
}
a:hover {
    color: #FF3333;
}
p {
    padding-bottom: 1em;
    font-size: 100%;
}
em {
    font-style: italic; 
}
strong {
    font-weight: bold;
}

/*--------------------
   banner
  --------------------*/
#banner {
    background: #cc99ff url('banner-bg.png') 15px 0 no-repeat;
}
#banner h1 ,
#banner h2 {
    padding-left: 175px;
}
#banner h1 {
    padding-top: 140px;
    -text-indent: -999px;
}
#banner h2 {
    width: 240px;
    margin-top: 10px;
    font-size: 93%;
}
/*--------------------
   content
  --------------------*/
#content {
    font-size: 100%;
    background: #cc99ff;
}
/*--------------------
   alpha
  --------------------*/

/* entry */
.entry {
    background: #fff;
    margin-bottom: 15px;
    padding-top: 10px;
}
.entry-header {
    margin: 0 20px 10px;
    background: url('squre-purple.png') 0 4px no-repeat;
    text-indent: 20px;
    line-height: 1.4em;
    font-size: 100%; /* is 12px */
    font-weight: bold;
}
.entry-header a ,
.entry-header a:link ,
.entry-header a:visited {
    color: #000;
}
.entry-body {
    padding: 16px 40px 0;
    background: url('double-line.png') top left repeat-x;
}
.entry-body p{
}
.entry-date {
    margin-left: 40px;
    padding: 66px 40px 1em 0;
    background: url('stamp.png') 0 top no-repeat;
    clear: both;
}
.entry-navi {
    margin:0;
    background: url('double-line.png') 0 0 repeat-x;
    padding: 10px 0 15px;
}
.entry-navi ul {
    margin: 0;
    margin-left: 40px;
}
.entry-navi li {
    float: left;
    padding-left: 16px;
    background: url('squre-green.png') 0 2px no-repeat;
    line-height: 1.2em;
    list-style: none;
    width: 140px;
    font-weight: bold;
}
.entry-navi li a ,
.entry-navi li a:link {
    color: #000;
    text-decoration: none;
}
.entry-navi li a:hover {
    color: #666;
}
/* prev & next link*/
.pageprev ,
.pagenext {
    margin-top: 10px;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}


/*--------------------
   beta
  --------------------*/
#beta {
}
/* module */

.module {
    background: #fff;
    padding: 5px 15px 15px;
    margin-bottom: 15px;
}
.module ul {
    margin: 0;
}
.module li {
    margin-top: .8em;
    background: url('squre-purple.png') 0 0 no-repeat;
    padding-left: 16px;
    line-height: 1em;
    list-style: none;
}
.module li a {
    text-decoration: none;
}
/* for current-cat. */
#beta .module li.current-cat a{
    color: #ff3333;
    font-weight: bold;
}
#beta .module li.current-cat li a ,
#beta .module li.current-cat li a:link {
    color: #999999;
    font-weight: normal;
}
#beta .module li.current-cat li a:visited {
    color: #993366;
}
#beta .module li.current-cat li a:hover {
    color: #FF3333;
}

.module input {
    width: 110px;
}
#searchsubmit {
    width: auto;
}

/* navi-recursive */
.module li li {
    background: url('triangle-green.png') 0 0 no-repeat;
    padding-left: 10px;
}
.module li li li {
    background: none;
}
/* calendar */
.calendar {
    padding: 5px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 108%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 3px;
    padding: 3px 0 3px 26px;
    background: url('squre-purple.png') 10px 50% no-repeat ;
    border-bottom: 1px solid #000000;
}

.feed {
    padding-top: 10px;
    padding-bottom: 5px;
}
.feed p {
    padding-bottom: 0.5em;
}

/*--------------------
   subNavi
  --------------------*/
#subNavi {
    margin-left: 360px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 80px;
}
#subNavi img {
    margin-left: 20px;
}
#subNavi ul {
    margin: 0;
}
#subNavi li {
    width: 80px;
    list-style: none;
    text-align: right;
}
#subNavi li a ,
#subNavi li a:link {
    color: #666666;
    text-decoration: none;
}
#subNavi li a:hover {
    color: #ff3333;
}

/*--------------------
   comments
  --------------------*/
#interactive {
    margin-left: 20px;
}
#interactive h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 16px;
    background: url('squre-green.png') 0 50% no-repeat;
    font-weight: bold;
}
#interactive p {
    margin-left: 20px;
}
.comment-post {
    padding-top: .5em;
}
.comment-post p {
    padding-bottom: 0.5em;
}
.comment-post-info {
    margin-right: 20px;
    text-align: right;
}

#interactive input {
    border: #cc99ff 2px solid;
}
#interactive textarea {
    width: 440px;
    border: #cc99ff 2px solid;
}

