@charset "utf-8";
/*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.1.1
Author: TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, light, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements
  - Globalnavi
  - 3THREE Styling
  
*/



/* ---------- Basic Elements ---------- */

body {
	background-color: #ffffff;
	background-image: url("./images/bg.jpg");
	margin: 0;
	padding: 0;
	color: #666666;
/* 	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS Gothic","ＭＳ ゴシック","MS P Gothic","ＭＳ Ｐゴシック",sans-serif; */
	font-size: 10px;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #666666;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	font-weight: normal;
}
h1{
	font-size: 14px;
	text-indent: -9999px;
	background: url("./images/3logo.gif") no-repeat;
}
h1 a {
	display: block;
	width: 184px;
	height: 74px;
}
h2 {
	font-size: 14px;
	margin-top: 0;
	padding-left: 6px;
	border-left: 2px solid #5ec5fd;
}
h2.widgettitle {
	font-family: Courier, sans-serif;
	font-size: 12px;
	margin-top: 1em;
	padding-left: 5px;
	border-left: none;
}
div.single-item h2 {
	padding-left: 9px;
	font-size: 16px;
}
h3 {
	margin-top: 2em;
	font-size: 14px;
	color: #333333;
}
h4,
h5,
h6 {
	font-size: 12px;
	margin-top: 2em;
	padding-left: 5px;
	border-left: 1px solid #c4c4c4;
}

li {
	line-height: 165%;
}


blockquote p {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background: url(./images/dot.gif) repeat-x top;
	font-style: italic;
}

pre {
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
}

fieldset {
	border: 1px solid #999999;
	padding: 10px;
}

div a:active, a:focus {
	outline: none;
}


/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

div.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
div.wp-caption img {
	padding-top: 5px;
}

p.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
}

p img {
	max-width: 100%;
	padding: 0;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 0 5px;
	background: #f5f5f3;
}

	#slide-wrapper {
		margin: 0 auto;
		padding: 0;
	}
	#slide-wrapper p {
		font-size: 12px;
		padding-bottom: 0;
		margin: 10px 0;
	}
	#slide-wrapper p#top {
		font-size: 12px;
		margin: 0;
		padding-top: 20px;
	}
	#slide-wrapper p#bottom {
		font-size: 12px;
		padding-bottom: 20px;
	}

	#slide-item-wrapper {
		position: relative;
		height: 0px;
		overflow: hidden;
		margin: 0;
	}
	#slide-item-wrapper div.slide-item {
		position: absolute;
		top: -1000px;
		padding: 20px 0 0 0;
	}

	#slide-list-wrapper {
		width: auto;
		height: 3px;
		padding-right: 5px;
		padding-top: 5px;
	}
	#slide-list-wrapper ul li a{
		background-image: url("./images/bg_slide.gif");
		width: 97px;
		height: 21px;
		display: block;
		padding-left: 50px;
	}

#container {
	margin: 0 auto;
	padding: 0;
}

	#header {
		margin: 35px 0 55px 16px;
	}

	#header h1 {
		margin: 0;
		color: black;
	}
	#header h1 a {
		color: black;
	}
	#header p {
		margin: 0;
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		max-width: 970px;
		margin: 45px 0 45px 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 70px 0;
}
*:first-child+html #bottom-container { padding: 65px 0 70px 0; }

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 20px 20px 20px 16px;
	}

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

div.grid-item,
div.single-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 15px 15px 20px 15px;
	border: 0;
	background-color: #ffffff;
}

div.single-item img {
	float: left;
	clear: both;
	margin: 2px 22px 7px 0;
/*
	margin-right: 22px;
	margin-bottom: 7px;
*/
}

div.grid-item {
	width:  290px;
	padding: 23px 15px 18px 15px;
	background: url(./images/dot_wide.gif) no-repeat top;
}

div.single-item {
	margin: 0 5px 5px 15px;
	padding: 0 10px 1px 32px;
	background: url(./images/slash_yb.gif) repeat-y left;
}

div.grid-item div.grid-image {
	overflow: hidden;
    position: relative; /* needed for the labels */
}

/*
div.grid-image {
	width: 290px;
	overflow: hidden;
}
*/

div.grid-item div.wp-caption {
	display: none;
}

div.grid-item h2 {
	margin-bottom: 3px;
}

div.single-item h2 {
	margin-bottom: 13px;
}


div.grid-item div.post-body,
div.single-item div.post-body,
div.single-item .comment-body p {
	font-size: 11px;
}

div.single-item div.post-body {
	margin: 25px 0 0 0;
}

.post img {
	margin: 0 0 18px 0;
}

.single-post img {
	margin: 0 0 18px 0;
}

.single-post .visualbox2 img {
	margin: 0;
}

p.memo, p.memo2 {
	letter-spacing: .1em;
	line-height: 155%;
}

/* #grid-wrapper  */.articlebox ul, .articlebox dl {
	margin: 7px 0 10px 0;
}

div.single-item .articlebox ul li,
div.single-item .articlebox dl dt {
	margin: 0 0 3px 0;
}

div.single-item .articlebox dl dd {
	padding: 20px 0 0 0;
}

p.post-meta,
p.comment-meta {
	margin: 0 0 10px 0;
	padding: 11px 0 0 0;
	background: url(./images/dot.gif) repeat-x top;
}

div.single-item p.post-meta {
	clear: both;
	margin: 0 0 10px 0;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #e9e9e9;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 45px 0 60px 16px;
	font-size: 10px;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 7px 0 0;
	padding: 10px 13px;
	text-decoration: none;
	background: #dfe1e2;
}
.pagination .current {
	text-decoration: underline;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #333333;
	background-color: #eeeeee;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 16px;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 0px;
	padding-left: 0;
}

#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}
#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 15px;
	width: 290px;
	padding: 5px 0 0 0;
	border: 0;
	background: url(./images/line.gif) repeat-x;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 7px 0 0 0;
	color: #333333;
	background-color: #ffffff;
}

#sidebar2 li.widget div {
	padding: 0;
	font-size: 11px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#sidebar2 li.widget ul a {
	padding: 0 0 0 15px;
	background: url(./images/arrow_mark.gif) no-repeat left center;
	text-decoration: none;
	line-height: 185%;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	margin: 0 0 0 3px;
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	margin: 0 0 0 2px;
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}


/* ---------- Globalnavi ---------- */

#g-navi {
	clear: left;
	margin: 18px 0 0 0;
	padding: 0;
	max-width: 940px;
	height: 11px;
	background: url(./images/dot.gif) repeat-x bottom;
}

ul#g-navi {
	overflow: hidden;
}

ul#g-navi li {
	float: left;
	display: inline;
	list-style: none;
}

ul#g-navi li a {
	display: block;
	float: left;
	margin: 0 53px 0 0;
	background: url(./images/globalnavi.gif) no-repeat;
	height: 11px;
	text-indent: -9999px;
}


/*
ul#g-navi #gn-root a {
	width: 39px;
	background-position: 0px 0px;
}
ul#g-navi #gn-root a:hover {
	background-position: 0px -11px;
}
*/

ul#g-navi #gn-lifelog a {
	width: 69px;
	background-position: -138px 0px;
}
ul#g-navi #gn-lifelog a:hover {
	background-position: -138px -11px;
}

ul#g-navi #gn-about a {
	width: 49px;
	background-position: -39px 0px;
}
ul#g-navi #gn-about a:hover {
	background-position: -39px -11px;
}

ul#g-navi #gn-news a {
	width: 39px;
	background-position: -404px 0px;
}
ul#g-navi #gn-news a:hover {
	background-position: -404px -11px;
}

ul#g-navi #gn-works a {
	width: 50px;
	background-position: -88px 0px;
}
ul#g-navi #gn-works a:hover {
	background-position: -88px -11px;
}

ul#g-navi #gn-favorite a {
	width: 79px;
	background-position: -325px 0px;
}
ul#g-navi #gn-favorite a:hover {
	background-position: -325px -11px;
}

ul#g-navi #gn-photo a {
	width: 49px;
	background-position: -207px 0px;
}
ul#g-navi #gn-photo a:hover {
	background-position: -207px -11px;
}

ul#g-navi #gn-contact a {
	width: 69px;
	background-position: -256px 0px;
}
ul#g-navi #gn-contact a:hover {
	background-position: -256px -11px;
}


/* ---------- 3THREE Styling ---------- */

#header p {
	font-family: Courier, sans-serif;
	font-size: 15px;
	color: #333333;
	letter-spacing: .1em;
}

#container {
	position: relative;
}

.subcopy {
	position: absolute;
	display: block;
	width: 436px;
	height: 20px;
	top: 20px;
	right: 22px;
	font-size: 11px;
	text-indent: -9999px;
	background: url("./images/subcopy.gif") no-repeat;
}
*:first-child+html .subcopy { top: 50px; }

#about3 {
	text-indent: -9999px;
	display: block;
	background: url("./images/about3.gif") no-repeat;
	width: 307px;
	height: 18px;
}

#operations {
	text-indent: -9999px;
	display: block;
	background: url("./images/service.gif") no-repeat;
	width: 48px;
	height: 13px;
}

#address {
	text-indent: -9999px;
	display: block;
	background: url("./images/address.gif") no-repeat;
	width: 56px;
	height: 16px;
}

.about-contents, .contact-contents {
	font-size: 11px;
	letter-spacing: .1em;
}

.explanation a {
	text-decoration: underline;
}

.contact-me {
	font-size: 12px;
	letter-spacing: 0;
}

.about-contents dl {
	line-height: 200%;
}

.top, .midd, .bott {
	padding: 16px 0 10px 0;
} 

.top {
	border-top: 1px solid #CCCCCC;
} 

.midd {
	background: url(./images/dot.gif) repeat-x top;
}

.bott {
	background: url(./images/dot.gif) repeat-x top;
	border-bottom: 1px solid #CCCCCC;
} 

.graphic {
	text-indent: -9999px;
	display: block;
	background-image: url(./images/graphic.gif);
	background-repeat: no-repeat;
	width: 126px;
	height: 16px;
	margin: 0 0 3px 0;
}

.print {
	text-indent: -9999px;
	display: block;
	background-image: url(./images/print.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 16px;
}

.web {
	text-indent: -9999px;
	display: block;
	background-image: url(./images/web.gif);
	background-repeat: no-repeat;
	width: 48px;
	height: 16px;
}

.googlemap {
	margin: 0 0 1px 0;
}

.viewmap {
	color: #666666;
}

div.single-item .memo {
	padding: 20px 0 0 0;
}

div.single-item .memo2 {
	padding: 0;
}

div.single-item .memo3 {
	clear: left;
	margin: 0 0 25px 0;
	padding: 12px 0 0 0;
}

div.single-item .singlememo {
	padding: 12px 0 12px 0;
}


div.single-item .single {
	padding: 0 0 28px 0;
}

.more-entry {
	clear: both;
	padding: 15px 0 0 0;
}

.more-entry img {
	margin: 0;
}

.visualbox2 {
	float: left;
	margin: 0 0 30px 0;
}

.worksbox2, .photobox2 {
	float: left;
	margin: 0 0 15px 0;
}

.visualbox3 img, .worksbox3 img, .photobox3 img {
	padding: 0 0 25px 0;
}

.visualbox4 {
	float: left;
	margin: 0 0 32px 0;
}

.amazon {
	clear: left;
	margin: 0 0 30px 0;
}

.amazonbody {
	border: 1px solid #bbbbbb;
	padding: 4px 2px 0 0;
	margin: 0 8px 0 0;
}

.addthis_toolbox {
	margin: 0 0 14px -3px;
	padding: 0 0 14px 0;
	background: url(./images/dot.gif) repeat-x bottom;
}

#adsense {
	margin: 0 0 0 -5px;
	padding: 0 0 14px 0;
	background: url(./images/dot.gif) repeat-x bottom;
}

.viewlarge {
	margin: 0px;
	padding: 0 0 14px 0;
	background: url(./images/dot.gif) repeat-x bottom;
	letter-spacing: .1em;
}

.mailfrom-table  {
	padding: 0 0 25px 0;
	background: url(./images/dot.gif) repeat-x bottom;
}

.widget_categories .children li {
	padding: 0 0 0 13px;
}

.archivebtn {
	margin: 0 0 50px 0;
}

.author {
	display: block;
	overflow: hidden;
	float: left;
	margin: 2px 0 0 0px;
	width: 294px;
}

#sidebar2 li.widget .author ul {
	padding: 0 0 12px 0;
}


#sidebar2 li.widget .author ul a {
	padding: 0;
	background: none;
}

.single-post .author img {
	margin: 0;
}

.contentsname {
	color: #333333;
}

.model {
	padding: 15px 0 0 0;
}

.itunes {
	position: relative;
	padding-bottom: 32px;
}

.itunestxt {
	position: absolute;
	top: 0;
	left: 68px;
}

.pagetop {
	float: right;
	text-indent: -9999px;
}

.pagetop a {
	background-image: url(./images/pagetop.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 11px;
	margin: 0;
	display: block;
}

.more-link {
	color: #5ec5fd;
}


