/*
Theme Name: TOMO with Love
Description: TOMO with Love カスタマイズ
Version: 1.0
Author: Hirokazu Rio Kato

*/

/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}


body{
    font: 14px/22px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #666;
} 

a{ color: #e5a542; text-decoration: underline;}
	a:hover{ color: #fa4; }

.clear{ clear: both; line-height: 0}
	


/****************************************
		2. Basic Layout 
*****************************************/
#page{background-color : #FFF;
      min-height: 1000px;}
#wrapper{width: 1000px; margin: 0 auto; }
#header{height: 140px; margin-top:-25px;padding-top: 20px; 
              background: url(images/menu-back.jpg) no-repeat bottom  ;}
#contents{min-height: 500px;}
#main{width:950px; padding:15px 10px 15px 35px; float: left;}

#footer{padding-top:40px;
            background: url(images/footer-back.jpg) no-repeat top  ;
}
			 
	*:first-child+html #footer{margin-top:-5px;}



/****************************************
		3.  Header, Menu
*****************************************/


.blog_title{
	color: #fff;
	font-size:100%;
	text-indent: -99999px;
	text-shadow: 3px 3px 3px #aaa;
	text-decoration:none;
	display: none;
	}
	
.blog_title:hover{color: #ccc}
#header p{color:#999;font-size:90%;margin-top:none;}


#sitetitle{
	width: 850px;
	height: 100px;
	margin-left: 25px;
	margin-right:25px;
        padding-top: 20px;
	padding-bottom:25px;
	background: url(images/tomo-logo-final.png) no-repeat top left ;
        text-indent: 880px;
}

#selectlanguage{
        margin-top: 20px;
		margin-right: 7px;
       	width: 100px;
	height: 90px;
        float:right;

}

#selectlanguage a{
        color: #666; text-decoration: none; font-size: 90%; padding-left: 25px;　　
}

#selectlanguage a:hover{ color: #fa4; }

/*** Main Menu ***/
ul#nav, div.menu ul{
	font: 14px/22px "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",Times New Roman,"ＭＳ Ｐ明朝","MS PMincho",Times,Serif;
	position:absolute;
	top:110px;
	height: 38px;
        padding-left: 30px;
	font-size:90%;
	}

	ul#nav li, div.menu ul li{
		float: left;
		position: relative;
                margin-right: 55px;
		}
	ul#nav > li:first-child, div.menu ul > li:first-child{
		border-left:0px solid #bbb;
		}
		ul#nav li > a, div.menu ul li > a{
			color: #777;
			font-size: 1.2em;
			padding:8px 10px 8px 10px;
			text-decoration:none;
			display: block;
			}

		ul#nav li a:hover{color: #fa4}	
	
			
	/*** Children Menu ***/
	ul#nav ul, div.menu ul ul{
		display: none;
		border:1px solid #eee;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 150px;
		z-index: 99999;
		}

		ul#nav ul li, div.menu ul ul li { width: 150px;border:none;}
			ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; }
				ul#nav ul li a, div.menu ul ul li a {
					background: #f3f3f3;
					background: rgba(230, 230, 230, 0.5);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
					ul#nav ul li:hover > a, div.menu ul ul li:hover{background: #f5f5f5;}
	ul#nav li:hover > ul, div.menu ul li:hover > ul{ display: block;}

/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info{

	color: #666;
	font-size:85%;
	padding: 5px;
	margin: 0 0 20px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: right;
			padding-left:20px;
			margin:0 15px 0 5px !important;
			list-style: none !important
			}
			div.blog_info li a{color: #666}
				div.blog_info li a:hover{color: #999}
	div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 2px;}
	div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
	div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}
	
/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	background:url("images/arrow_next.png") no-repeat right top;
	color:#666;
	font-size:80%;
	padding:2px 20px 5px 5px;
	text-align:right;
	text-decoration:none;
	margin-left:550px;
	display:block;
	}
	a.more-link:hover{color: #999}

	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#222;
		font-size:85%;
		text-decoration:none;
                text-shadow: none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #e82
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		}
		



/****************************************
		5. Post Entry 
*****************************************/
.title{
	color:#e5a542;
	font: 14px/22px "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",Times New Roman,"ＭＳ Ｐ明朝","MS PMincho",Times,Serif;
	font-size:150% !important;
	line-height:28px;
	margin:50px 0 10px !important;
	border:none !important;
	padding: 0 !important
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{color: #e5a542;text-decoration:none;}
		.title a:hover{color: #fa4}
		
.post h2, .post h3, .post h4, .post h5, .post h6{margin: 30px 0 10px}
.post h2{font-size:130%; border-bottom:2px solid #79756a; padding-bottom:10px;}	
.post h3{font-size:120%;}
.post h4{font-size:110%;}
.post h5{font-size:105%;}

.post p{margin-bottom:20px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	border:none;
	padding: 3px;
	background: none;
	margin:20px 0;
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}

	

/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #79756a;
	}
	
.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #79756a;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #79756a;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #666;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #79756a;
	border-top:1px solid #79756a;
	padding:10px 0 10px 10px;
	color : #666;
	}
	
#respond p{
	color : #666;
}

#respond a{
	color : #999;
}

#respond a:hover{
	color : #ccc;
}

#commentform{margin-top:20px; margin-bottom:50px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #fa4;
			}

		
/****************************************
		7.  widget
*****************************************/
#side h3{
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); /* IE */
	zoom: 1; /* IE */
	margin:30px 0 10px;
	padding:5px 0 3px 10px;
	}
	#side li:first-child h3{margin-top:0;}
	
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(images/arrow_list.png);
	margin-left:20px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: none;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#f5f5f5)
		);
     border-radius : 3px;
     box-shadow : 1px 1px 0px #ddd;
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#f5f5f5
		);
     border-radius : 3px;
     box-shadow : 1px 1px 0px #dfdfdf;
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;
     border-radius : 3px;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
     border-radius : 3px;
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
     border-radius : 3px;
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}



/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}


p.copy{
	clear: both;
	font-size:80%;
	text-align:right;
	padding:0px 0 30px;
	color: #333
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}



/****************************************
		EX1.  Contact Form
*****************************************/



#wpcf7-f18-p7-o1 .contact {
     background: -moz-linear-gradient(#eee, #f5f5f5);
      background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f5f5f5)); 
     border: #000;
     border-radius : 3px;
     box-shadow : 1px 1px 0px #ddd;
}

#wpcf7-f18-p7-o1 .message {
     background: -moz-linear-gradient(#eee, #f5f5f5);
      background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f5f5f5)); 
     border: #000;
     border-radius : 3px;
     box-shadow : 1px 1px 0px #dfdfdf;

}




/****************************************
		EX2.  Black & White page 
*****************************************/
.page-id-210 {
      background-color : #000;
}
.page-id-210 #page{
     background: url(images/candleback.jpg) no-repeat top center ;
      background-color : #000;
	  color: #c0c0c0;
      text-shadow: 2px 2px 1px #000;
}

.page-id-210 #header{background: none  ;
}

.page-id-210 #footer{background: none  ;
}

.page-id-210 #sitetitle{
	background: url(images/tomo-logo-final-b.png) no-repeat top left ;
}

.page-id-210 #selectlanguage a{
        color: #ddd; text-decoration: none; font-size: 90%; padding-left: 25px;　　
}

.page-id-210 #selectlanguage a:hover{ color: #fa4; }

.page-id-210 ul#nav, div.menu ul{
	font: 14px/22px "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",Times New Roman,"ＭＳ Ｐ明朝","MS PMincho",Times,Serif;
	position:absolute;
	top:110px;
	height: 38px;
        padding-left: 30px;
	font-size:90%;
	}

.page-id-210 ul#nav li, div.menu ul li{
		float: left;
		position: relative;
                margin-right: 55px;
		}
.page-id-210 ul#nav > li:first-child, div.menu ul > li:first-child{
		border-left:0px solid #999;
		}
.page-id-210 ul#nav li > a, div.menu ul li > a{
			color: #eee;
			font-size: 1.2em;
			padding:8px 10px 8px 10px;
			text-decoration:none;
			display: block;
			}
.page-id-210 ul#nav li a:hover{color: #fa4}	
	
			
	/*** Children Menu ***/
.page-id-210	ul#nav ul, div.menu ul ul{
		display: none;
		border:1px solid #444;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 150px;
		z-index: 99999;
		}

.page-id-210		ul#nav ul li, div.menu ul ul li { width: 150px;border:none;}
	.page-id-210		ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; }
			.page-id-210	ul#nav ul li a, div.menu ul ul li a {
					background: #222;
					background: rgba(70, 70, 70, 0.5);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
			.page-id-210		ul#nav ul li:hover > a, div.menu ul ul li:hover{background: #444;}
.page-id-210	ul#nav li:hover > ul, div.menu ul li:hover > ul{ display: block;}
	
	.page-id-210 p.copy{
	clear: both;
	font-size:80%;
	text-align:right;
	padding:5px 0 40px;
	color: #ddd
	}
	
	
	
	


/****************************************
		EX3.  nggallery adjust 
*****************************************/	
	

.ngg-imagebrowser {
        text-align:center;
        color : #666;
	
}

.ngg-imagebrowser h3 {
	text-align:center;
        color : #666;
}


.page-id-210 .ngg-imagebrowser {
        text-align:center;
        color : #e5e5e5;
	
}

.page-id-210 .ngg-imagebrowser h3 {
	text-align:center;
        color : #e5e5e5;
}





.ngg-imagebrowser-nav .back a, .ngg-imagebrowser-nav .next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#222;
		font-size:85%;
		text-decoration:none;
                text-shadow: none;
		}
.ngg-imagebrowser-nav .back a:hover, .ngg-imagebrowser-nav .next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #e82
			}

		
.ngg-imagebrowser-nav .back a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		}		
		

.ngg-imagebrowser-nav .next a, div.navigation .alignleft a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		}		
