@charset "utf-8";
/*
THEME NAME: web-app-theme
THEME URI: 
DESCRIPTION: 
VERSION: 0.01
AUTHOR: SHIBAHARA Hiroki (1108tones)
AUTHOR URI: http://www.1108tones.com
TEMPLATE: sandbox
*/

/* ============================================================
 YUIでリセット
============================================================ */
@import url('./yui/build/cssreset/reset.css'); 
@import url('./yui/build/cssfonts/fonts.css'); 
@import url('./yui/build/cssbase/base.css'); 

/* ============================================================
 メインレイアウト
============================================================ */
/* ------------------------------------------------------------
  カラム
  1c-b.css, 2c-l.css, 2c-r.css, 3c-b.css, 3c-l.css, 3c-r.css
------------------------------------------------------------ */
@import url('./layouts/2c-l.css'); 

/* ------------------------------------------------------------
  全体横幅
------------------------------------------------------------ */
div#wrapper {
width:756px; /* 756px, 980px, 80%, 90%, 100% etc... */
margin-left:auto;
margin-right:auto;
}

/* ------------------------------------------------------------
  色
------------------------------------------------------------ */
div#wrapper {
background-color:#FFF;
}

div#header {
/* background-color:transparent; */
}

div#container {
background-color:transparent;
}

div#content {
background-color:transparent;
padding:0 1em 0 0;
}

div#primary {
background-color:#cccc99;
}

div#secondary {
background-color:#cccc99;
}

div#footer {
background-color:transparent;
padding:1em 0;
}

div.hentry {
background-color:transparent;
}

/* ============================================================
 MEMO: 背景透明
background-color:transparent;

 MEMO: 背景半透明
filter: Alpha(opacity=90);
opacity:0.9;
============================================================ */

/* ============================================================
 フォント
============================================================ */
body {
/*	font: arial,helvetica,clean,sans-serif; */
	font-size: 13px/1.231;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* ============================================================
 背景画像
============================================================ */
/* ------------------------------------------------------------
  繰り返し(タイル画像など)
------------------------------------------------------------ */
/* *
body {
background-color:transparent;
background-image:url('images/background-image_repeat.png');
background-repeat:repeat;
background-attachment:scroll; 
background-position:top left;
}
/* */

/* ------------------------------------------------------------
  X軸に繰り返し(縦グラデーション画像など)
------------------------------------------------------------ */
/* *
body {
background-color:#0084D1;
background-image:url('images/background-image_repeat-x.png');
background-repeat:repeat-x;
background-attachment:scroll;
background-position:top left;
}
/* */

/* ------------------------------------------------------------
  Y軸に繰り返し(横グラデーション画像など)
------------------------------------------------------------ */
/* *
body {
background-color:#0084D1;
background-image:url('images/background-image_repeat-y.png');
background-repeat:repeat-y;
background-attachment:scroll;
background-position:top left;
}
/* */

/* ------------------------------------------------------------
  繰り返しなし(大きな１枚写真など)
------------------------------------------------------------ */
/* *
body {
margin:0;
padding:0;
background-color:#FFFFFF;
background-image:url('images/background-image_norepeat.jpg');
background-repeat:norepeat;
background-attachment:fixed;
background-position:left bottom;
}
/* */

/* ============================================================
 リンク文字列
============================================================ */
a{
text-decoration:none;
}
a:link {
color:#006666;
}
a:visited {
/* color:#AA84D1; */
color:#006666;
}
a:hover {
color:#D10084;
}
a:active {
color:#0084FF;
}


/* ============================================================
 サイトタイトル
============================================================ */
#blog-title {
margin:0;
padding:0 0;
}

/* ------------------------------------------------------------
  サイト文字タイトル
------------------------------------------------------------ */
#blog-title span a {
font-size:200%;
color:#333333;
}

#blog-description {
color:#666666;
margin: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------
  サイト画像タイトル
------------------------------------------------------------ */
#blog-title span a {
width:756px;
height:200px;
background-image: url('images/topimage.png');
background-repeat: no-repeat;
background-position:left bottom;
display:block;
/*text-indent:-9999em; */
}
#blog-description {
left:-999em;
position:absolute;
}

/* ------------------------------------------------------------
  サイトロゴ
------------------------------------------------------------ */
/*
#blog-title span {
width:170px;
height:160px;
background-image: url('images/logo.gif');
background-repeat: no-repeat;
background-position:left center;
display:block;
}
#blog-title span a {
margin:0px 0px 0px 170px;
}
*/

/* ============================================================
 スキップリンク
============================================================ */
div.skip-link {
position:absolute;
right:1em;
top:1em;
display:block;
}
/* ------------------------------------------------------------
  非表示にするときは下記を有効にしてください。
------------------------------------------------------------ */
/* */
div.skip-link {
display:none;
}
/* */


/* ============================================================
 上部メニュー
============================================================ */
div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;

display:none;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

/* ------------------------------------------------------------
 サブページのメニュー
------------------------------------------------------------ */
div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul li {
float:left;
list-style:none;
}

/* ============================================================
 エントリー
============================================================ */

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:0em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
display:none;
margin-bottom:1em;
}

div#nav-below {
display:none;
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}
/* ============================================================
 サイドバー
============================================================ */
/* ------------------------------------------------------------
 サイドバー枠
------------------------------------------------------------ */
div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* ============================================================
 サイドバーのヘッダ
============================================================ */
div.sidebar h3 {
font-size:1.2em;
}
/* ------------------------------------------------------------
  サイドバーのヘッダ（枠）
------------------------------------------------------------ */
div.sidebar h3 {
border:1px solid #AAAA77;
background-color:#BBBB88;
padding:10px 5px;
}

/* ------------------------------------------------------------
  サイドバーのヘッダ背景画像
------------------------------------------------------------ */
/*
div.sidebar h3 {
background-color:transparent;
background-image:none;
background-repeat:repeat;
background-attachment:scroll;
background-position:top left;
}
*/

/* ------------------------------------------------------------
  サイドバー１段落目
------------------------------------------------------------ */
div.sidebar ul ul li {
background-color:transparent;
background-image:url('images/li_dot.png');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:left top;
padding:0 0 0 16px;
list-style:none;
}

/* シンプル四角枠線 */
/* */
div.sidebar ul ul li {
padding:0px 0px;
background-color:#cccc99;
background-image:none;
list-style:none;
}
div.sidebar ul ul ul li {
padding:0px 0px 0px 15px;
background-color:#cccc99;
background-image:none;
list-style:none;
}
div.sidebar ul ul li a:link, div.sidebar ul ul li a:visited {
display:block;
padding:10px 15px;
background-color:#cccc99;
border-top:1px solid #eeeebb;
}
div.sidebar ul ul li a:hover, div.sidebar ul ul li a:active {
color:#FFFFFF;
display:block;
padding:10px 15px;
background-color:#999966;
border-top:1px solid #eeeebb;
}
/* */

/* 最近のコメント */
/*
ul#recentcomments li {
padding:10px 15px;
background-color:#FFFFFF
background-image:none;
list-style:none;
border-top:1px solid #F0F0EE;
}
.recentcomments a {
display:inline !important;
margin:0 !important;
padding:0 !important;
border:none !important;
background:transparent !important;
}
*/

/* -----------------------------------
div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:circle;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:none;
}
*/

/* *
div.sidebar ul ul li a {
background-color: #CCCCFF;
color:#CC3300;
display:block;
padding:5px;
}
/* */

div.gallery dl,div.navigation div.nav-previous {
float:left;
}

/* ============================================================
 フッター
============================================================ */
div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}



div.gallery * {
margin:0.5em;
padding:0;
}

/* ============================================================
 エントリー
============================================================ */
.entry-title {
font-size:200%;
border:1px solid #EEEEEE; 
}

.entry-date {

color:#AAAAAA;
display:none;
text-align:right;
margin: -2em 0em 0em 0em;
font-size:60%;
}

.entry-meta {
display:none;
color:#AAAAAA;
}

.post-edit-link {
display:block !important;
}

div.sidebar {
width:170px;
}
