/*  
Theme Name: A05 ホームページ型（NAVY）
Theme URI: 
Description:※トップページのコンテンツは、「cms1-head」「cms1-top1」「cms1-top2」にて編集可能
Author: winova 
Author URI: 
*/

/* ▼▼　全体　*/

* {
/*
    margin: 0;
    padding: 0;
*/
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:12px;
}

table{
	line-height:140%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight: normal;
}

h4{
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
    background: url(images/mi_h3.gif);
}

a,
a:link,
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:active {}

a img {
    border: 0;
}

ul, li {
	margin:0px;
	padding:0px;
}
ul li {
	margin:0px;
	padding:0px;
}

dl {}
dt {}
dd {
    padding-left: 8px;
}


/* ▼▼　ブログ名・ディスクリプション関連（ヘッダ周り）　*/

#banner {
	padding:15px 15px 0 15px;
    color: #333333;
    text-align: left;
	height:65px;
	_height:80px;
}

banner-header{
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #333333;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner-description {
    color: #333333;
    font-size: 12px;
	line-height:140%;
	float:left;
	padding:5px 0px 5px 0px;	
}

#head_logo {
	float:right;
}

/*　▼▼ レイアウト関連（全体） */

body.layout-two-column-left
{
	padding:0px;
	margin:0px;
    text-align: center;
    background: url(images/bg_back.gif);
}

.layout-two-column-left #box
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-left #container
{
    margin-bottom: 10px;
}

.layout-two-column-left #content {
    float: right;
    width: 618px;
}

.blog {
    padding:10px;
	_width:600px;
    font-size: small;
    color: #333333;
    background: none;
}

.date {
    margin-top:10px;
    margin-bottom:10px;
    color: #ffffff;
    background: #000066;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
	width:595px;
	_width:600px;
}


/*　▼▼ エントリー関連 */

#comments,
.entry {
    width: auto;
    margin: 0px 0px 15px 0;
    color: #333333;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

.entry a:active {}
.entry img {
}

.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

.entry textarea {
    width: 97%;
}

.entry-header { /* 見出し */
    padding-left:15px;
	padding-top:3px;
	_padding-top:0px;
/*
    margin: 3px 0 10px 0;
    border-left: 3px solid #336600;
	border-bottom:1px #cccc99 solid;
*/
	
	height:25px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.entry-header2 { /* 見出し */
	padding-top:3px;
	_padding-top:0px;
    margin-top: 3px;
/*
    margin: 3px 0 10px 0;
    border-left: 3px solid #336600;
	border-bottom:1px #cccc99 solid;
*/
	
	height:25px;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}

.entry-body{
}

.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #333333;
    font-size: 10px;
    _font-size: 9px;
	width:600px;
}

.entry-footer span{
    font-size: 10px;
    _font-size: 9px;
}

.entry-footer  a{
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 10px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

.entry ul li{
    margin-left:20px;
/*
	list-style-type:none;
    padding-left: 15px;
    margin: 0;
*/

}

/*　▼▼ ページング関連 */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/*　▼▼ パンクズ関連 */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/*　▼▼ カレンダー関連 */
#calendar_wrap{
	margin-bottom:15px;	
}


#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 11px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #999999;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 11px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 11px;
    line-height: 120%;
}


/*　▼▼ クレジット関連 */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

/*　▼▼ 汎用 */

.clear {
    clear: both;
}

#dash{
	border-bottom:1px dashed #999999;
}

/*　▼▼ コメント・トラックバック関連 */

.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

#comments input {
	border:#cccccc 1px solid;
}

#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
    font-size: 10px;
    _font-size: 9px;
}
.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #000066;
    font-size: 11px;
    font-weight: bold;
	width:595px;
	_width:600px;
}

.title01 {
	margin-top:15px;
    background: #000066;
	height: 21px;
	width:595px;
	_width:600px;
}

.title01 h3 {
    padding: 2px 0 2px 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
	float: left;
}
.title01 .rss {
	margin: 0px 6px 0 0;
	_margin: 0px 3px 0 0;
	float: right;
	text-align: right;
}
.title01 img {
	margin-top:2px;
	padding: 0px;
	border: none;
}

/*　▼▼ フッタ関連 */

#footer {
    margin: 0px;
    padding: 5px 0 0 0;
    _padding: 10px 0 0 0;
	height:27px;
	_height:32px;
    background: url(images/bg_foot01.gif);
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}


/*　▼▼ フォーム関連 */

form {
    margin: 0;
}

form input,

form textarea {
    border: 1px solid #cccccc;
}

#searchform{
	margin-bottom:10px;
	text-align:center;
}

#searchtext {
    margin: 3px 0;
}

#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

/*　▼▼ ヘッダーバー関連 */

#head-description {
    color: #ffffff;
    font-size: 12px;
	text-align:left;
	background:url("images/bg_head01.gif") top;
	padding-left:10px;
	height:7px;
}

/*　▼▼ グローバルメニュー */

#navigation {
font-size:12px;
height:34px;
line-height:34px;
clear:both;	
background:url("images/bg_navi03.jpg") top;
color:#ffffff;
}

#navigation li {
float:left;
list-style-type:none;
background:url("images/bg_navi02.jpg") right;
white-space:nowrap;
}

#navigation li a {
display:block;
padding:0 12px;
font-size:12px;
font-weight:normal;
text-transform:none;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected{
background:url("images/bg_navi02.jpg") right;
color:#ffffff;
text-decoration:none;}

#navigation a:hover {
background:url("images/bg_navi01.jpg") right;
color:#ffffff;
text-decoration:none;}


/*　▼▼ サイドバー関連 */

.layout-two-column-left #sidebar-box {
    float: left;
    width: 180px;
}
.layout-two-column-left #sidebar {
    padding: 10px 0px 0px 10px;
}

#sidebar ul {
    font-size: 12px;
    line-height:160%;
}

#sidebar li {
    list-style: none;
    margin: 0px 0 15px 0;
}

#sidebar li li {
    list-style: none;
    padding-left:5px;
    margin:0px;
/*
	color:#333333;
*/
}

#sidebar ul ul {
    margin:0px;
}

#sidebar ul li h2 {
    color: #333333;
    line-height: 140%;
}

#cate_home{
	position:inherit;
	background:url("images/mi_side01.gif") no-repeat left top;
	padding-left:0px;
	padding-top:8px;
	height:30px;
}

#cate_home h2{
	margin-left:5px;
	font-size:12px;
	font:"Courier New", Courier, mono;
	font-weight:bold;
}

#cate_home_con{
/*	position:inherit;*/
	padding:0px 0 10px 0px;
	_padding:6px 0 7px 0px;
}

#cate_home_con ul{
/*	position:inherit;*/
	margin-bottom:15px;
	_margin-bottom:0px;
}

#cate_home_con li{
	margin:0px;
	padding:0px;
}

#cate_home_con .cat-item{
	background:url("images/button.gif") no-repeat left top;
	line-height:30px;
	color:#333333;
	margin-bottom:8px;
}



#cate_home_con .children .cat-item{
	margin-bottom:8px;
	_margin-bottom:0px;
	margin-top:8px;
	background:url("images/category_mini.gif") no-repeat left top;
	line-height:20px;
	color:#333333;
}


.cat-item a:link,
.cat-item a:visited,
.cat-item a:hover,
.cat-item a:active {
	color:#333333;
	padding-left:5px;
}

#sidebar_def h2{
	background:#ccffcc;
    text-align: center;
}

/*　▼▼ トップページ関連 */

#mainimg{
	width:600px;
	height:200px;
	background:url("images/main.gif") no-repeat top left;
}

.entry-header_home {
    margin: 0 0 0 0;
    padding-left: 0px;
	padding-top:10px;
	_padding-top:4px;
	height:25px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

#post_home{
	margin-top:10px;
}

#post_home ul{
	margin-top:0px;
	padding-top:0px;
}

#post_home_deco ul{
	padding-top:0px;
	_padding-top:6px;
	margin-top:0px;
	margin-left:0px;
}

#post_home_deco{
	margin-bottom:35px;
	width:600px;
	background:#FFFFFF url("images/mi_top01.gif") no-repeat top left;
	line-height:140%;
}

#post_home_deco ul li{
	list-style-type:none;
}

#post_home_deco td{
	font-size:12px;
	_padding-top:6px;
}

#post_deco{
	margin-bottom:35px;
	width:600px;
	background:#FFFFFF url("images/mi_top01.gif") no-repeat top left;
}

#post_deco h2 {
	padding-top:8px;
    margin: 0px 0px 10px 0;
}

#post_deco ul{
	padding-top:0px;
	_padding-top:6px;
	margin-left:0px;
}

#post_deco td{
	font-size:12px;
}

#page_home{
	color:333333;
	font-size:12px;
    line-height: 150%;
}

#page_home h2{
	color:333333;
}

#page_home p{
}

#page_home img{
}

