/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: #F0F0F0;
	margin: 0px;
	color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
	text-align: left;
}

a {
	text-decoration: none;
	outline: none;
	color: #FD1B14;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	border-color: #CCC;
	border-style: dotted;
	border-top: 1px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content_background {
}

#content_background2 {
	padding: 0px 0px 20px 0px;
}

/*@media screen and (max-device-width: 480px) {
	#container {
		width: 480px;
		width: 100%;
	padding: 25px 10px 20px 10px;
	}
}

@media screen and (max-device-width: 480px) {
	#content {
		width: 100%;
		font-size: 200%;
		padding: 0 10px 0 10px;
	}
}*/

cite, pre {overflow:scroll; white-space: pre-wrap;}

table {
	border-collapse: collapse;
}

/* menu */

#banner_background {
	-webkit-border-image: url(http://duoplus.jp/images/webapps_images/lab/showcase_header_border.png) 0 0 4 0 stretch stretch;
	background: url(http://miwaza.com/images/miwazacom_header.png) repeat-x;
	border-width: 0px 0px 4px;
	margin: 0px 0px;
	padding: 15px 10px 15px;
	position: relative;
	width: auto;
	z-index: 0;
}

#banner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#banner a {
	color: #FFF;
	font-size: 20px;
	letter-spacing: -1px;
text-shadow: hsla(0, 0%, 0%, 0.296875) 0px -1px 0px;
}

#menu_background {
	width: 100%;
	background: url("http://duoplus.jp/images/webapps_images/lab/menu_background.jpg") repeat right center;
	-webkit-border-image: url(http://duoplus.jp/images/webapps_images/lab/showcase_header_border.png) 0 0 4 0 stretch stretch;
	border-width: 0px 0px 4px;
}

#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #CCC;
	padding: 5px 5px 5px 5px;
}

#menu a {
	color: #C95820;
	font-weight: bold;
}

#menu a:hover {
	color: #333;
}

#menu .a_na {
	color: #999;
}

#menu .a_na:hover {
	color: #999;
}

/* post */

.post_title .price {
	float: right;
}

.post_title .archives {
	margin-bottom: -10px !important;
	border-left: 7px solid #CCC !important;
}

.post_title .h1_index {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: -5px;
}

.post_content h1 {
	font-weight: normal;
	font-size: 250%;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #333;
	letter-spacing: -1px;
}

.post_content .post_title a {
	color: #333 !important;
}

.post_title td {
	padding: 0px;
}

.post_title .sub {
	color: #666;
	margin-top: 5px;
	display: block;
}

.post_title .sub a {
	color: #FD1B14 !important;
	font-weight: bold;	
}

.post_content .blog_post_single {
	border-bottom: 1px solid #E0E0E0;
}

.post_content .content {
	vertical-align: top;
	width: 670px;	
}

.post_content .content p img {
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	max-width: 640px;
}

.post_content .content p .noborder {
	padding: 0px;
	border: none;
	background: none;
	max-width: 640px;
}


.post_content .content table {
	border-collapse: collapse;
}

.post_content .content table th {
	font-size: 90%;
	background: #FFF9D7;
	padding: 2px 5px;
	color: #766a20;
	border: 1px dotted #E2C822;	
}

.post_content .content table td {
	padding-top: 10px;
}

/*@media screen and (max-device-width: 480px) {
	.post_content {
		width: 100%;
	}
}*/

.post_content p {
	line-height: 1.6em;
	width: 640px;
}

.post_content .breadcrumbs {
	background: #FFF;
	color: #333;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #EEE;
	font-weight: normal;
}

.post_content .breadcrumbs a {
	color: #333;
	font-weight: bold;
}

.post_content .links_style1 {
	padding: 0px 25px;
	list-style-type: disc;
	line-height: 1.6em;
}

.post_content .links_style1 a {
	color: #C95820;
}

.post_content .links_style1 ul li {
	margin-left: -20px;
}

.post_content .links_style1 a:hover {
	color: #333;
	text-decoration: underline;
}

.post_content .links_style2 {
	background: #EED;
	border: 1px solid #EED;
	padding: 5px 25px;
	list-style-type: square;
	line-height: 1.6em;
	width: 370px;
}

.post_content .links_style2 a:hover {
	color: #666;
	text-decoration: underline;
}

/* footer */

#footer {
	border-top: 1px solid #E0E0E0;
	color: #666;
	padding: 10px 10px;
	line-height: 1.6em;
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer a {
	color: #666;
}

/* search */

#search {
	float: right;
	margin-top: -10px;
}

.search_input {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 12px;
	margin-right: 2px;
}

.search_input:focus {
	border: 1px solid #999;
}

#search li {
	float: left;
	list-style: none;
}

/* media */

.whiteboard {
	border: 1px solid #EEE;
}


.post_content .chapterlist {
	background: #FFF;
	color: #333;
	font-weight: normal;
}

.post_content .chapterlist a {
	color: #C95820;
	font-weight: bold;
}

/* post_archives */

.post_archives {
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.post_archives .td_title {
	text-align: left;
	width: 80px;
	padding-left: 5px;
}

.post_archives .th_title {
	text-align: left;
	padding-left: 5px;
}
.post_archives .td_date {
	color: #666;
	text-align: left;
	font-style: oblique;
	width: 150px;
}

.post_archives td {
	color: #C95820;
	text-align: center;
	padding: 5px 0px;
	border-bottom: 1px dotted #CCC;
	width: 70px;
}

.post_archives th {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 5px 0px;
	color: #666;
}

.post_archives a {
	color: #C95820;
}

.post_archives a:hover {
	text-decoration: underline;
}

/* twitter */

.twitter {
	margin-top: 0px;
}

.twitter h3 {
	border: 0px;
}

/* search_result_table */

.search_result_table {
	width: 600px;
	margin-top: 15px;
}

.search_result_table td a {
	display: block;
}

.search_result_table tr:hover {
	background: #EED;
}

.search_result_table td {
	border-top: 1px dotted #E0E0E0;
	border-bottom: 1px dotted #E0E0E0;
	padding: 5px 5px;
}

.search_result_table .td_date {
	color: #666;
	text-align: right;
}

/* mp3 */

.mp3 {
	padding: 5px;
	background: #EEE;
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 410px;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
}

.radio {
	padding: 5px 5px 5px 10px;
	background: #EEE;
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 410px;
	font-weight: bold;
	margin: 8px 0px;
	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
}

/*　navigation　*/

.navigation {
	margin: 10px 0px 0px 0px;
	text-align: left;
}

/* counter */

.counter {
	color: #999;
	text-align: center;
	width: 400px;
	border-top: 1px dashed #E0E0E0;
	border-bottom: 1px dashed #E0E0E0;
}

.counter div {
	padding: 0px;
	margin-bottom: -10px;
}

.counter td {
	vertical-align: middle;
	padding: 0px 10px;
	text-align: center;
	padding-top: 15px;
}

.counter span {
	color: #666;
}

.large {
	font-size: 20px;
	color: #3e3e3e !important;
	font-weight: bold;
	letter-spacing: -1px;
}

.div1 {
	float: right;
}


/* attachment */

.attachment img {
	-webkit-box-shadow: 2px 2px 2px #CCC;
	border: 5px solid #EEE;
}

.caption {
	margin-top: -10px;
}

/* comments */

#content_comments {
}

textarea {
    resize: none;
}

.comment {
	border-bottom: 1px dotted #E0E0E0;
	padding: 10px 0px;
}

.commentlist .comment_table{
	width: 100%;
}

.commentlist td {
}

.commentlist .author {
	font-weight: bold;
	padding-left: 10px;
	color: #E59507;
	font-size: 14px;
}

.commentlist .comment_author {
	color: #E59507;
}

.commentlist .comment_author .reply{
	color: #E59507;
	float: right;
	padding-right: 10px;
}

.commentlist .comment_author .reply a{
	color: #999;
	text-transform: uppercase;
	font-size: 90%;
}

.commentlist .comment_text {
	padding-left: 11px;
	vertical-align: top !important;
}

.commentlist .comment_text p {
	padding: 0px;
	margin: 0px;
}

.commentlist .avatar {
	margin: 0px;
	text-align: center;
	width: 40px;
	vertical-align: top;
}

.commentlist .avatar a {
	color: #E59507;
}

.commentlist .avatar img {
	border: 1px solid #E0E0E0;
	padding: 3px;
	background: #FFF;
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.commentlist .children div {
	margin-left: -40px;
	background: #EEE !important;
}

.commentlist .children {
	margin: 0px;
}

.commentlist .comment_data {
	padding-left: 10px;
	vertical-align: bottom;
}

.commentlist .comment_data a {
	font-size: 90%;
	color: #999;
}

#comments {
	border-bottom: 2px solid #CCC;
	margin: 0px;
	padding-bottom: 5px;
}

/* content_side */

.content_side {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 0px;
}

.content_side .ad img {
	border: 1px solid #E0E0E0;
	margin-bottom: 5px;
}

.content_side .ad {
	text-align: center;
}

.content_side .ad span {
	color: #999;
	display: block;
	margin-bottom: 8px;
}

/* products */

#products {
	margin-bottom: 10px;
}

.products_list {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 2px;
	font-weight: bold;
}

#products ul {
	margin-left: -45px;
	width: 700px;
}

#products table {
	background: #FFF;
	border: #E0E0E0 1px solid;
}

#products table td {
	text-align: center;
}

.products_list .category {
	font-weight: normal;
	color: #666;
}

.products_list .thumb {
	padding: 5px !important;
}

.products_list .caption {
	text-align: right !important;
	padding: 0px 5px 5px 5px !important;
	font-weight: bold;
}

/* product_detail */

#product_detail {
	margin-left: 20px;
}

#product_detail table {
	background: #FFF;
	border: 1px solid #E0E0E0;
}

#product_detail table td {
	text-align: center;
	font-weight: normal;
}

#product_detail .thumb {
	padding: 5px !important;
}

#product_detail .thumb img {
	width: 210px;
	max-height: 146px;
}

#product_detail .caption {
	text-align: center !important;
	padding: 0px 5px 5px 5px !important;
	font-weight: bold;
}

/* product single detail */

.detail {
	background: #EEE;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
}

.detail td {
	vertical-align: top;
	padding: 5px;
}

/* twitter */

#twitter {
	float: left;
	margin-top: 15px;
}

#twitter h3 {
	border: none;
}

/* big_ad */

#big_ad {
	margin-top: 15px;
}

#big_ad img {
	border: 1px solid #E0E0E0;
}

/*	magazin_cover  */

.magazine_cover {
	margin-bottom: 10px;
}

.magazine_cover img {
	border: 1px solid #E0E0E0;
}

/* profile */

#profile {
	margin-top: 20px;
	border-bottom: 1px dashed #CCC;	
	width: 670px;
	padding-bottom: 15px;
}

#profile table {
	border-collapse: collapse;
}

#profile .avatar {
	vertical-align: top;
}

#profile .avatar img {
	border: 1px solid #E0E0E0;
	padding: 5px;
	background: #FFF;
}

#profile .name {
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

#profile .links {
	color: #CCC;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: top;
}

#profile .text {
	color: #333;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 10px;
	vertical-align: top;
}

#profile .links a {
	color: #666;
	padding-right: 5px;
	margin-left: 2px;
}

#profile .links a:hover {
	color: #333;
	text-decoration: underline;
}

#profile .icon_twitter {
	background: url(http://miwaza.com/images/icon_twitter.png) no-repeat;
	padding-left: 20px;
}

#profile .icon_facebook {
	background: url(http://miwaza.com/images/icon_facebook.png) no-repeat;
	padding-left: 20px;
}

#profile .icon_linkedin {
	background: url(http://miwaza.com/images/icon_linkedin.png) no-repeat;
	padding-left: 20px;
}

#profile .icon_vimeo {
	background: url(http://miwaza.com/images/icon_vimeo.png) no-repeat;
	padding-left: 20px;
}

#profile .icon_flickr {
	background: url(http://miwaza.com/images/icon_flickr.png) no-repeat;
	padding-left: 20px;
}

#profile .icon_rss {
	background: url(http://miwaza.com/images/icon_rss.png) no-repeat;
	padding-left: 20px;
}

/* category_title */

.category_title .pagetitle {
	font-size: 16px;
	padding-left: 10px;
}

.category_title span {
	color: #DA2C21;
}

.category_title h2 {
	margin: 15px 0px 0px;
	padding: 0px;
	margin-left: -5px;
}

/**/

#post_comments {
	margin-top: 20px;
}

/* breadcrumbs */

.breadcrumb {
	margin-top: 10px;
	margin-bottom: -5px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
}

/**/

.content_right {
	text-align: left;
}

.content_right ul {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 15px;
}

/**/

blockquote {
	background: #EED;
	margin: 0px 0px 0px 15px;
	font-style: oblique;
	padding: 1px 15px;
	color: #666;
	width: 90%;
}

blockquote p {
	width: 600px !important;
}

span.quote {
	font-size: 45px;
	line-height: 1.3em;
font-family: 'Mate', serif;
border-left: 5px solid #FD1B14;
display: block;
padding-left: 15px;
margin: 20px 0px;
color: #666;
letter-spacing: -1px;
}
