/*  
Theme Name: Design Complex AXIS Web
Description: Design Complex AXIS Web.
Author: Takaaki Kobayashi
Author URI: http://www.dc-axis.com/
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- BASIC CSS ELEMENTS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0;
	padding: 0;
	background: url(img/bg-body.gif) repeat-x top left;
	font: 12px  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777;
	line-height: 150%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color:#ff9c03;
}

a:hover img {
	filter: alpha(opacity=70); /*For IE*/
	opacity: 0.7; /*Opera・Safari*/
	-moz-opacity: 0.7; /*For FireFox*/
}

p {
	clear: both;
}

br {
	clear: both;
}

blockquote {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
	background: #fff;
}

.waku-01 {
	background: #fff;
	padding: 1px;
	border: 1px solid #ddd;
}

.waku-02 {
	background: #fff;
	border: 2px solid #ddd;
}

.img-r {
	background: #fff;
	float: right;
}

ul, ol {
	margin: 10px 0 10px 20px;
	padding: 0px;
	list-style-type: square;
}

hr {
	border-bottom: 1px dotted #ccc;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 20px 0 20px 0;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 800px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 400px;
	background: url(img/bg-image.jpg) no-repeat top center;
}

#content {
	padding: 40px 0 0 0;
}

#content-left {
	float: left;
	width: 540px;
}

#content-right {
	float: right;
	width: 220px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 300px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

h1 a {
	text-decoration: none;
	color:#363636;
}

h2#blog-description {
	position: relative;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font-size: 12px;
}

h2.post-title {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #444;
}

h2.lead{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h2.credit {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #444;
}

*:first-child+html h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #444;
	line-height: 0;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

h3 img {
	margin: 0 0 20px 0;
}

h4 {
	margin: 0 0 10px 0;
}

h4.lead {
	height: 36px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 25px;
	font-size: 14px;
	background: url(img/h4-lead.gif) no-repeat 0px 0px;
}

h5 {
	font-size: 14px;
	margin: 20px 0 5px 0;
	border-bottom: 1px dotted #ddd;
}

h5.lead {
	font-size: 14px;
	margin: 20px 0 5px 0;
	border: none;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 1px;
	background: url(img/bg-menu.gif) no-repeat left top;
	font-size:12px;
	font-weight: bold;
	color:#363636;
	text-decoration: none;
	text-align: center;
}

.page_item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
	color:#363636;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/bg-menu-active.gif) no-repeat left top;
	color:#363636;
	font-size: 12px;
	font-weight: bold;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}

.box-left-info {
	margin: 0 0 10px 0;
}

.meta {
	padding: 0 0 20px 0;
	font: 10px/12px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

.box-right a {
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
}

.box-right a:hover {
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 5px;
	background: #363636 url(img/search-btn.gif) left top no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
table {
	width: 100%;
	border: none;
	border-spacing: 0;
	margin: 0 0 20px 0;
}

th {
	padding: 5px 10px;
	vertical-align: text-top;
	text-align: left;
}

td {
	padding: 5px 10px;
	vertical-align: text-top;
}

.about {
	width: 80px;
	font-weight: bold;
}

.links {
	width: 400px;
}

dl {
	width: 540px;
	margin: 0 0 0 10px;
}

dt {
	width: 100px;
	padding: 0 0 5px 20px;
	font-weight: bold;
	color: #444;
	float: left;
	background: url(img/bg-newlist.gif) no-repeat 0px 4px;
}
  
dd {
	width: 400px;
	margin-left: 100px;
	padding: 0 5px 5px 10px;  
}

/* Thumbnail*/
.thumb {
	width: 540px;
	margin: 10px 0 0 10px;
	clear: both;
}

.thumb ul {
	list-style: none;
	display: block;
	margin: 0px;
}

.thumb li {
	height: 73px;
	margin: 0 20px 30px 0;
	float: left;
}

.thumb a {
	background: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: none;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	margin: 0;
 	padding: 0;
	clear: both;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 11px;
	color: #777;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}
