﻿@charset "UTF-8";
/*
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: A theme by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1
Author: Nick La
Author URI: http://www.ndesign-studio.com

*/

body {
	font-size: 75%;
	line-height:150%;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px;
	
	min-height: 100%; /* html要素をウィンドウサイズにフィット */
 
/*	background:url('images/main-bg2.jpg') no-repeat center;  背景画像をhtml要素に表示 */
 
	background-size:cover; /* 背景画像をhtml要素にフィット */
}
table {
border-spacing:1px 0;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font-size: 36px
	line-height:100%;
	font-weight:bold;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 190%;
	line-height:100%;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font-weight: normal;
	font-size: 140%;
	line-height:100%;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 980px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	/*background: #FFFFFF url(images/content-bg.gif) repeat-y;*/
	background: #FFFFFF;
}
#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #117f9a url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 14px;
	line-height:100%;
	border-top: 1px solid #69becd;
	border-left: 1px solid #69becd;
	border-right: 1px solid #69becd;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 705px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 650px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font-size: 110%;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	/*background: #69becd url(images/searchform-bg.gif) repeat-x;*/
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #467d87;
	/*background: #b5e8f1;*/
	vertical-align: middle;
}
#searchform #searchsubmit {
	/*background: url(images/search-btn-bg.gif) no-repeat*/;
	border: none;
	width: 28px;
	height: 24px;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 140%;
	line-height:100%;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font-weight: normal;
	font-size:146%;
	line-height:100%;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}


#pullmenu li {
  position: relative;
  display:block;
  text-decoration:none;
  color:#FFFFFF;
  background-image:url(http://cbaku.com/images/headline/headline.png);
  background-repeat:repeat-y repeat-x;
  width: 200px;
}
#pullmenu ul li a:link,
#pullmenu ul li a:visited {
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
font-size:120%;
text-shadow: 0px -1px #00597b, 1px 0px #00597b, 0px 1px #00597b, -1px 0px #00597b;
}
#pullmenu ul li a:hover {
font-weight:bold;
opacity:0.6;
font-size:120%;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
text-shadow: 0px -1px #00597b, 1px 0px #00597b, 0px 1px #00597b, -1px 0px #00597b;
}
#pullmenu li:hover {
  color: #fff;
}
#pullmenu li ul {
  display: none;
  position: absolute;
  left: 200px;
  top: -1px;
  width: 200px;
  background: #eee;
  border: solid 1px #ccc;
}
#pullmenu li ul li {
  margin: 0;
  padding: 0;
  width: 400px;
  border: none;
  background-image:url(http://cbaku.com/images/headline/headline.png);
  text-decoration:none;
  color:#FFFFFF;
}
#pullmenu li ul li a {
  display: inline-block;
  width: 400px;
}
@font-face {
font-family: 'myfont';
font-style: normal;
src: url("http://cbaku.com/webfont/cbaku.woff") format('woff'),
url("http://cbaku.com/webfont/cbaku.otf") format('opentype');
}
h5 {
font-family: 'myfont';
font-size:100%;
color:#333;
display:block;
float:left;
padding:4px 8px;
margin:0;
border: 1px solid #5f5100;
}
.post ul {
padding-left:0px;
margin-left:10px;
}
.post li {
list-style-type: none; 
border-left:6px solid #00bdea;
padding-left:8px;
margin-bottom: 10px;
background-color:#eaf6fd;
}
.freeimg {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 14px;
	border: 1px solid #00bdea;
	border-radius: 6px;
	background-color: #FFFFFF;
	width: 200px;
	line-height: 150%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 4px;
	float:left;
}
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.dllinkimg {
	border: 1px solid #00bdea;
}
.wilist {
list-style: none;
padding:0 12px 0 0;
margin:0px;
}
.wilist li{
}
.myitem {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 14px;
	border: 1px solid #00bdea;
	border-radius: 6px;
	background-color: #FFFFFF;
	width: 314px;
	line-height: 150%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	float:left;
}
.mywideitem {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 14px;
	border: 1px solid #00bdea;
	border-radius: 6px;
	background-color: #FFFFFF;
	line-height: 150%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.myitemleft {
	float:left;
	text-align:center;
}

.bigimageleft {
width:131px;
	float:left;
	text-align:left;
}
.chobit{
background:url(http://cbaku.com/images/headline/headline_chobit.png) no-repeat;
}
.post img.border-less {
border: none;
padding: 0;
}
.post h3 {
clear: both;
display:block;
padding:12px 12px 12px 12px;
text-decoration:none;
color:#FFFFFF;
background-image:url(http://cbaku.com/images/headline/headline.png);
background-repeat:repeat-y repeat-x;
text-shadow: 0px -1px #00597b, 1px 0px #00597b, 0px 1px #00597b, -1px 0px #00597b;
}
.post h4 {
BORDER-BOTTOM: 1px solid #cccccc ;
FONT: bold;
}

div.allclickable {
 position: relative;
 width: 100% ;
 min-height:170px;
 margin:0;
}
div.allclickable p.linkarea {
 margin:0;
 padding:0;
}
div.allclickable p.linkarea a {
 display: block ;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
     text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 background/*\**/: #fff\9; /*IE7、8用ハック*/
 filter:alpha(opacity=0); /*フィルターで透明に*/
}

div.whatsnew {
  margin: 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
}

div.wn-head {
  margin: 0;
  overflow: hidden;
  border: 0;
  display:none;
}
div.wn-head .wn-postlist {
  font-weight: normal;
  font-size: 90%;
  text-align: right;
  cursor: pointer;
  float: right;
  width: 4.2em;
}
div.wn-head .wn-title {
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  overflow: hidden;
}

div.wn-item {
  margin: 5px 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
div.wn-item .wn-date {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  float: left;
  width: 8.5em;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
}
div.wn-item .wn-article {
  padding: 0 2px;
  overflow: hidden;
}
div.wn-item .wn-article .newmark {
  font-size: 74%;
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.topblack {
background-color:#000;
width:100%;
margin:0 auto;
padding:0 auto;
text-align:center;
}