@charset "UTF-8";

/*
Theme Name: transnote
Description: transnote
Theme URI: transnote.net
Author: K
Author URI: transnote.net
Version: 1.00
License:
License URI:
*/

/****************************************
	General Setting
*****************************************/
*
{
	margin : 0px;
	padding : 0px;
	color : black;
}

body
{
	background-color: #f0f0f0;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*
  background-image: url(images/paper.png);
  */
}

/****************************************
	List
*****************************************/
ul, ol, dl
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/****************************************

****************************************/
p
{
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

blockquote
{
    margin-left: 10px;
    padding-left: 10px;
    word-wrap: break-word;
    border: 1px;
    border-color: #f00;
    border-style: solid;
}

/****************************************
    Link
****************************************/
a img
{
    border: none;
}

a
{
    text-decoration: none;
}

a:link
{
    color:#00F;
}

a:visited
{
    color:#00F;
}

a:hover, a:active, a:focus
{
}

/****************************************
	Container
*****************************************/
#container
{
    width: 900px;
    height : 100%;
    margin: 10px;
    padding: 0px;
    background-image: url(images/paper.png);
    background-repeat: repeat-y;
    border: 2px;
    border-color: #000;
    border-style: solid;
}

/****************************************
	Header
*****************************************/
#header
{
    width: 880px;
    height : 100%;
    margin : 0px;
    padding : 10px;
    color : #000;
    background-color: #c0c0c0;
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#header .alignleft
{
    background-color: #c0c0c0;
}

#header .alignright
{
    background-color: #c0c0c0;
}

logo
{
}

#logo a
{
    border: none;
}

#description
{
    background-color: #c0c0c0;
}


#searchform
{
    position: relative;
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
}

#s
{
    padding-right: 40px;
    width: 80%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
}

#searchsubmit
{
    position: absolute;
    top: -8px;
    right: 0px;
    width: 30px;
    height: 26px;
    border: none;
    background: url(images/search.png) no-repeat 50% 50%;
}

/****************************************
	Menu
*****************************************/
#header div.menu
{
    clear: both;
    position: relative;
    margin: 0;
    list-style-type: none;
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    background-color: #c0c0c0;
}

#header div.menu > ul, #header ul.menu
{
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header div.menu > ul > li, #header ul.menu > li
{
    float: left;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header .menu li
{
    position: relative;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header .menu li a
{
    display: block;
    padding: 5px;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header div.menu > ul > li.current_page_item, #header ul.menu > li.current_page_item
{
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header ul.sub-menu, #header ul.children
{
    position: absolute;
    left:-1px;
    display: none;
    margin-left: 0;
    width: auto;
    width: 150px;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#navi .sub-menu li, #navi .children li
{
    position: relative;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header ul.sub-menu ul, #header ul.children ul
{
    top:-1px;
    left:150px;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

#header .navi li:hover > ul
{
    display: block;
/*
    border-color: #0F0;
    border-style: solid;
    border-width: 1px;
*/
}

/****************************************
	Contents
*****************************************/
#contents
{
    width: 880px;
    height : 100%;
    margin : 0px;
    padding : 10px;
}

/****************************************
	Sidebar
*****************************************/
#sidebar
{
    float: left;
    width : 180px;
    height : 100%;
    margin : 5px;
    padding : 0px;
    list-style-type: none;
}

.widget
{
    margin: 5px;
    padding : 0px;
    list-style-type: none;
}

/****************************************
	Main
*****************************************/
#main
{
    float: right;
    width : 675px;
    margin : 5px;
    padding : 0px;
}

#news
{
    margin: 0px;
    padding : 0px;
}

.post
{
    margin: 5px;
    padding : 0px;
    word-wrap: break-all;
    height : 100%;
}

.post-meta
{
    margin-bottom: 1em;
}

.post-meta .post-date, .post-meta .category
{
    padding-right: 1em;
}

.comment-num
{
    white-space: nowrap;
}

.more-link
{
    display: block;
    margin: ５px;
    text-align: right;
}

.more-link span
{
    color: #F00;
}

.footer-post-meta
{
    margin-top: 40px;
    text-align: right;
}

.post-author
{
    padding-left: 1em;
}

.page-link
{
    margin: 3em 0;
}

.comment-page-link
{
    margin: 0 0 3em;
}

.page-link span,  .comment-page-link span,  .comment-page-link a
{
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px;
    background: #ddd;
    border-style: solid;
    border-color: #000;
}

.page-link a span,  .comment-page-link a
{
    background: #fff;
}

.page-link a
{
    border-bottom: none;
    color: #000;
}

.page-link a span:hover,  .comment-page-link a:hover
{
    background-color: #FF0;
    color: #F00;
}

/****************************************
    Navigation
*****************************************/
.navigation
{
    overflow: hidden;
    width: 670px;
    margin: 0px;
    border-width : 1px;
    border-style : solid;
    border-color : #000;
}

.navigation > div
{
    width: 50%;
}

.navigation .alignright
{
    text-align: right;
}

.navigation .alignleft
{
}

.navigation a
{
    display: block;
    padding: 2px;
    border: none;
}

.navigation a:hover
{
    color: #000;
}

.navigation .alignleft a:hover
{
    background-color: #FF0;
    color: #F00;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
}
.navigation .alignright a:hover
{
    background-color: #FF0;
    color: #F00;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
}

/****************************************
    Footer
*****************************************/
#footer
{
    width: 880px;
    height : 100%;
    color : #000000;
    margin: 0px;
    padding : 10px;
    background-color: #C0C0C0;
    text-align : center;
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: 1px;
}

#copyright
{
    margin: 0px;
    padding : 0px;
}

/****************************************
    Comments Area
*****************************************/
#comment-area
{
	margin-top: 20px;
	width: 670px;
}

#comment-area h3
{
	width: 670px;
}

.required
{
    color: #F00;
}

.commets-list, .trackback-list
{
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
}

.commets-list li, .trackback-list li
{
    overflow: hidden;
    margin-top: -1px;
    padding: 20px;
    width: 100%;
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
}

.commets-list .avatar
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-meta, .reply, .comment-notes, .form-allowed-tags, span.small
{
    font-size: 80%;
}

.comment-body p
{
    clear: both;
}

.reply
{
    text-align: right;
}

.bypostauthor
{
}

.children
{
    padding-left: 2em;
}

#respond
{
    margin-bottom: 40px;
}

/****************************************
    Form
*****************************************/

input[type=text], input[type=password], input[type=email], input[type=search], textarea
{
    margin-bottom: 20px;
    max-width: 100%;
    width: 650px;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    vertical-align: bottom;
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    margin: 0px;
    padding: 5px;
}

#comment-area input[type=text], #comment-area textarea
{
    display: block;
}

textarea
{
    overflow: auto;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, textarea:focus
{
    -webkit-box-shadow: 0 0 3px rgba(255,255,0,1);
    -moz-box-shadow: 0 0 3px rgba(255,255,0,1);
    box-shadow:  0 0 3px rgba(255,255,0,1);
    border-width: 1px;
    border-style: solid;
}

.button, button, input[type=submit], input[type=reset], input[type=button]
{
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    font-weight: bold;
    font-size: 11px;
    line-height: normal;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #fff;
}

.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
    border-width: 1px;
    border-style: solid;
    color: #F00;
    background-color: #FF0;
/*    
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
*/
}

.button:active, button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active
{
    position: relative;
    top:1px;
}

/****************************************

*****************************************/
.aligncenter
{
    display: block;
    margin: 0px;
    padding : 0px;
}

.alignleft
{
    float: left;
    margin: 0px;
    padding : 0px;
}

.alignright
{
    float: right;
    margin: 0px;
    padding : 0px;
}

/****************************************
    Clearfix
*****************************************/
#container:after, #header .menu > ul:after, #header ul.menu:after, .clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

/* clearfix for ie7 */
#container, #header .menu > ul, #header ul.menu, .clearfix
{
    display: inline-block;
}

#container, #header .menu > ul, #header ul.menu, .clearfix
{
    display: block;
}

/****************************************
    Clearfloat
*****************************************/
.clearfloat
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
