/*  
Theme Name: Freezing Pint
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: NIMITZ
Author URI: http://www.ovaloffice.jp/
Version: 0.2
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "メイリオ",Verdana, Arial, sans-serif;    
}
body {
    font-size: 12px;
    color: #aaaaaa;    
}
html {
    background: #666666 url("images/wall/kabe_body2.gif");
}
html>body {
    font-size: 12px; 
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #aaaaaa;
    text-decoration: none;
}
a:hover {
    color: #ff9900;
    text-decoration: none;
}
a:active {
    color: #cc0000;
    text-decoration: none; 
}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 166px;
}

input.searchsubmit {
    color: #cccccc;
    background-color: #3a4454;
    cursor: pointer;
}
input.searchsubmit:hover {
    background-color: #990000;
}

/* banner title */
#header {    
    color: #000000;
    width: 1000px;
    height: 275px;
    background: #000000;
    background-image: url("images/top/freezingpoint.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    text-align: left;
    border-bottom: 3px ridge #aaaaaa;
}

#header a,
#header a:link,
#header a:visited {
    color: #cccccc;
    background: transparent;
    font-size: 10px;
    text-decoration: none;
}
#header a:hover {
    color: #ff9900;
    text-decoration: none;
}
#header a:active {
    color: #cc0000;
    text-decoration: none;
}

#blog-name a,
#blog-name a:link,
#blog-name a:visited {
    visibility: hidden;
}
#blog-name a:hover {}
#blog-name a:active {}

/* description of blog */
.blog-description {
    visibility: hidden;
}

/* title on mouse */
#on_title {
    position: absolute;
    top: 1px;         
    margin: 0px 0px 0px 0px;        
}

/* Font Size */
#font_size {
    color: #cccccc;
    position: absolute;
    top:  4px;
    margin: 0px 0px 0px 890px;         
}    

/* Top button */
#top_button {         
    position: absolute;
    top:  222px;
    margin: 0 0 0 845px;
}
#top_button a:hover {
    position:relative; top:1px; left:1px;
}
/* Admin button */
#admin_button {         
    position: absolute;
    top:  222px;
    margin: 0 0 0 898px;
}
#admin_button a:hover {
    position:relative; top:1px; left:1px;
}

/* Google search */
#google_search {   
    position: absolute;
    top: 249px;
    margin: 0px 0px 0px 728px
}
#seachform {
    height: 16px;
}
input.seachbtn {
    height: 22px;
    color: #ffffff;
    background-color: #252525;
    cursor: pointer;
}
input.seachbtn:hover {
    background-color: #990000;
} 

/* navigation */
#navigation {
    margin:10px 0px 0px 0px;
    text-align:center;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date  & category*/
.title-parts {
    margin: 5px 0px 25px 0px;
}

.title-parts .entry-hizuke {
    float: left;  
    margin: 10px 0 0 0;  
    padding: 7px 8px 16px 6px;
    background:url("images/body/hizuke_bg.png") no-repeat;
}
.entry-hizuke .hizuke-nengetu {
    color: #ffffff;
    font-size: 10px;
    text-shadow: 0.5px 0.5px 0.8px #888888;
    text-align: center;
    line-height: 1;   
}   
.entry-hizuke .hizuke-day {
    padding-top: 4px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #666666;
    text-align: center;
    line-height: 1;
}   
.entry-hizuke .hizuke-week {   
    color: #444444;
    font-size: 9px;
    text-shadow: 0.5px 0.5px 0.8px #666666;
    text-align: center;
    line-height: 1;
}   

.category-tags .category {
    padding: 7px 20px 0 0px;
    text-align:right;
    color:#666666;      
    font-size: 12px;
    line-height: 1;   
}
.category a:link,
.category a:visited {
    color: #666666;
}
.category a:hover {
    color: #ff9900;
}
.category a:active {
    color: #cc0000;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #cccccc;
    background-color: #222222;
}

/* an article or comment */
.entry {
    width: auto;
    margin: 8px 0px 20px 0px;
    padding: 0px 10px 0px 10px;    
    color: #222222;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 2;
    border: 3px ridge #cccccc;
    word-break: break-all;
}

#comments {
    width: auto;
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 0px 10px;    
    color: #222222;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 2;
    border: 3px ridge #cccccc;
    word-break: break-all;
}

.entry-body a:link,
.entry-body a:visited {
    color: #0000ff;
    text-decoration: none; 
}
.entry-body a:hover {
    color: #ff9900;
    text-decoration: underline;  
}
.entry-body a:active {
　　color: #cc0000;
    text-decoration: underline;    
}

#comments  a:link,
#comments a:visited {
    color: #00ccff;
}
#comments a:hover {
    color: #ff9900;
}
 #comments a:active {
　　color: #cc0000;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

p img {
    padding: 0;
    max-width: 100%;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 11px;
    line-height: 1.5;
}
.quotetitle {
    font-size: 11px;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 11px;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    padding: 15px 0px 0px 70px;
    color: #000000;
    text-shadow: 2px 2px 2px #777777;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%; 
    border-bottom: 1px solid #aaaaaa;
}
.entry-header a:link,
.entry-header a:visited {
    color: #000000;
    text-shadow: 2px 2px 2px #777777;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-bottom:none;
}
.entry-header a:hover {
    color: #ff9900;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-bottom:none;
}
.entry-header a:active {
　　 color: #cc0000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-bottom:none;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 3px ridge #aaaaaa; 
    text-align: right;
    color: #333333;
    font-size: 11px;
    line-height: 1.5;
}
.entry-footer a:link,
.entry-footer a:visited{
    color: #222222;
}
.entry-footer a:hover{
    color: #00ff00;
}
.entry-footer a:active{
    color: #cc0000;
}

.entry-footer .tag_icon {
    float: left;
}
.entry-footer .tags {
    text-align: left;
    color: #333333;
    font-size: 11px;
    line-height: 1.5;
}
.tags a:link,
.tags a:visited{
    color: #222222;
}
.tags a:hover{
    color: #00ff00;
}
.tags a:active{
    color: #cc0000;
}

.entry-footer2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;   
    text-align: right;
    color: #333333;
    font-size: 11px;
    line-height: 1;
}
.entry-footer2 a:link,
.entry-footer2 a:visited{
    color: #222222;
}
.entry-footer2 a:hover{
    color: #00ff00;
}
.entry-footer2 a:active{
    color: #cc0000;
}

/*Related Post*/
.relat-head {
    margin: 1px -9px 20px -39px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #ffffff;
    font-family: Georgia,Arial, sans-serif;    
    font-size: 13px;
    font-weight: bold;    
    background: url("images/body/cmtb_title.gif");
    line-height: 2.2;    
}

.relatedpost {
    width: auto;
    margin: 8px 0px 0px 0px;
    padding: 0px 10px 0px 40px;    
    color: #222222;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 2;
    border: 3px ridge #cccccc;
}
.relatedpost a:link,
.relatedpost a:visited{
    color: #222222;
}
.relatedpost a:hover{
    color: #00ff00;
}
.relatedpost a:active{
    color: #cc0000;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* side logo */
.side-center {
    text-align: center;
}
.side-right {
    text-align: right;
}
.ugoku a:hover {
    position:relative; top:1px; left:1px;
}

/* navigation */
.content-nav {
    margin: 10px;
    font-size: 12px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 11px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 11px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #999999;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #999999;
    background: none;
}
#wp-calendar a:link,
#wp-calendar a:visited {
    color: #ffffcc;
    text-decoration: none;
}
#wp-calendar a:hover {
    color: #ff9900;
    text-decoration: underline;
}
#wp-calendar a:active {
　　color: #cc0000;
    text-decoration: underline;
}
#wp-calendar .today {
    display: block;
    text-align: center;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #aaaaaa;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
/* no oritatami */
#links-left h2,
#links-right h2 {
    margin: 3px 0px 10px 0px;
    padding-bottom: 2px; 
    color: #ffffff;
    background-image:url("images/side/s_title1.gif");
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.0;
}
/* link title */ 
.oritatami a:link,
.oritatami a:visited {
    display: block;
    margin-top: 3px;
    padding-bottom: 1px; 
    color: #ffffff;
    background-image:url("images/side/s_title1.gif");
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.0;     
} 
/* on mouse */ 
.oritatami a:hover {
    margin-top: 3px;
    padding-bottom: 1px; 
    color: #777777;
    background-image:url("images/side/s_title2.gif");
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.0;
}

html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 12px;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 12px;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 1px -9px 20px -9px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #ffffff;
    font-family: Georgia,Arial, sans-serif;    
    font-size: 13px;
    font-weight: bold;    
    background: url("images/body/cmtb_title.gif");
    line-height: 2.2;    
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    color: #cccccc;
    background-color : #333333;
    margin: 15px 0px 0px 0px;
    padding : 10px 10px 5px 15px;
    border-top:2px solid #090909; 
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    border-left: 2px solid #090909;    
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

.comment-content a:link,
.comment-content a:visited {
    color: #0000ff;
}
.comment-content a:hover {
    color: #ff9900;
}
.comment-content a:active {
　　color: #cc0000;    
}

.tarckbacktlist {
    margin: 0px 0px 10px 0px;
    padding : 0px 0px 5px 0px;    
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.comment-content .com-avatar {
    float: right;
}

.trackback-footer,
.comment-footer {
    height: 20px;
    color: #cccccc;
    background-color : #333333;
    margin: 0px 0px 10px 0px;
    padding : 5px 10px 5px 10px;
    border-top:2px solid #090909; 
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    border-left: 2px solid #090909;    
    font-size: 10px;   
}

.trackback-footer,
.comment-footer a:link,
.trackback-footer,
.comment-footer a:visited {
    color: #00ccff;  
}
.trackback-footer,
.comment-footer a:hover {
    color: #ff9900;  
}
.trackback-footer,
.comment-footer a:active {
    color: #00ffff;   
}
.comment-footer .f-post {
    float: right;
}
.comment-footer .f-edit {
    float: left;
}
.comment-footer .f-track {
    float: right;
}
.trackbackinput {
    margin: 0px 0px 20px 0px;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 515px;
    height: 200px ;
   overflow-y:scroll;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

input.submit{
    background: #ffffff ;
    width: 100px;
    height: 28px;
    cursor: pointer;
}
input.submit:hover {
    background-color: #ff9900;
}

input.acp-preview{
    background: #ffffff ;
    width: 100px;
    height: 28px;
    cursor: pointer;
}
input.acp-preview:hover {
    background-color: #ff9900;
}

#ajax-comment-preview {
    color: #cccccc;
    background-color : #333333;
    margin: 10px 0px 10px 0px;
    padding : 10px 10px 5px 15px;
    border-top:2px solid #090909; 
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    border-left: 2px solid #090909;    
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: -8px;
    text-align: center; 
    background: url("images/wall/kabe_body1.png") repeat-y top center;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 1000px; 
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0; 
    text-align: left;
    background-image: url("images/wall/kabe_side.png");
}

/* footer */
#footer {
    margin: 10px 0;
    padding: 1px 0; 
    clear: both;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #aaaaaa;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: left;
    width: 568px; 
    margin: 0 0 10px 13px;    
}
.layout-three-column #links-left-box {
    float: right;
    width: 200px;
    overflow: hidden;
}
.layout-three-column #links-right-box {
    float: right;
    width: 200px;
    overflow: hidden;
    padding: 0 19px 0 0;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px; 
}

input {
    font-size: 12px;
    line-height: 1.5;
}
textarea {
    font-size: 12px;
    line-height: 1.5;
    font-family: "メイリオ",Verdana, Arial, sans-serif;
    background-color:#f5f5f5;
    background-image:url("images/wall/president_seal.gif");
    background-repeat:no-repeat;
    background-position:center ;
}

/********** Information 流れる文字 *********/
.oshirase {
    color:#ffffff;
    font-size: 12px;
    background-color:#000000;
    width:165px;
}

/********** タブ・アコーディオン **********/
/* タブ全体 */
#wrapper {
    float: left;
    width: 370px;
    margin:  17px auto 0px auto;
    padding: 20px 0 0 18px; 
    background-color: #171717;
    border-top:2px solid #090909; 
    border-right: 2px solid #383838;
    border-bottom: 2px solid #383838;
    border-left: 2px solid #090909; 
}
/* リスト表示部分 */
.boxholder{
    clear: both;
    padding: 5px;
}
/* タブ */
#wrapper .tab{
    float: left;
    margin: 0px 3px 0px 0px;
    width: 100px;
    height: 27px;
    border: none;
}
/* タブに表示するタイトル */
.tabtxt{}
/* リストのタイトル */
#wrapper .box h2 {
    margin: 3px 0;
    font-size: 14px;
    font-weight: bold;
}
/* リストの内容 */
#wrapper .box ul {
    font-size: 12px;
}
/* タブのリンク */
.tab a,
.taba:link,
.tab a:visited {}
.tab a:hover {}
/* リストの内容（p要素を用いた場合） */
#wrapper p {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.5;
    /*text-align: justify;*/
}
/* リストマーク表示 */
#wrapper .box ul {
    padding-left: 16px;
}
html > body #wrapper  .box ul {
    padding-left: 14px;
}
#wrapper .box ul li {
    list-style: none;
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

/********** Photo Caption **********/
.syashin {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -moz-box-shadow:0 2px 8px #000000;
    display:block;
    background-color: #000000;
    margin: 0 0 30px 5px;
    padding: 15px 15px 0px 15px;
    width: 470px;
}
.setsumei {
    color: #777777;
    font-weight: bold;
    line-height: 1.2;
    padding: 1px 17px 10px 5px;
}


/*Clearfix*/
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
