/*
Theme Name: JIA meguro
Theme URI: http://www.wwf-net.com/
Description: A simple two-column, right-sidebar theme, enabled for WP2.7 threaded-comments 
Version: 0.5
Tags: fixed-width, two-columns, right-sidebar, brown, green
Author: HYS
Author URI:  http://www.hysweb.com/
*/

/* 透過PNG設定 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	/*font-family: georgia, 'Georgia Ref', 'Times New Roman', serif;*/
	font-size: 100.1%;
}

#wrapper{
	width: 950px;
	padding: 0px;
	text-align:center;
	font-size: 78%;
	line-height:1.9em;
	margin-top: -105px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: -475px;
	z-index: 5;
	position: absolute;
	left: 50%;
}

#header{
	padding: 0px;
	height: 250px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

#header-inner{
	margin:10px 0 0 0;
	padding:0;
	background: url("images/logo.gif") 10px 0 no-repeat;
}

#subscribe {
	float:right;
	background: #fff;
	padding: 0 0 5px 0;
}

#subscribe p{
	font-size: 95%;
	margin: 4px 0;
}


#content{
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}	

#content-inner{
	margin-right: auto;
	margin-left: auto;
	width:930px;
	text-align: left;
}

#main {
	/*behavior: expression(IEPNGFIX.fix(this));*/
	width: 580px;
	/*height:auto;*/
	margin: 0;
	overflow:show;
	float: left;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}

#main-bg {
	behavior: expression(IEPNGFIX.fix(this));
	width: 689px;
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 560px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -450px;
	margin-top: -73px;
}

#sidebar {
	padding: 0;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	_margin-left: 30px;
	float: left;
}


#footer {
	clear: both;
	margin: 0;
	text-align: left;
	font-size: 12px;
	text-indent: 240px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	line-height: 24px;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 30px;
	padding-left: 16px;
}


#footer-inner{
}

#footer p{
	margin:0;
	padding:0px;
}

#navigation{
	/*padding: 5px 15px;*/
	padding-top:5px;
	padding-right:10px;
	padding-bottom:30px;
	padding-left:10px;
}

#navigation div.fleft{
	float:left;
}

#navigation div.fright{ 
	float:right;
}

#credit{
	text-align:right;
	padding: 0 15px;
}

#credit p{
	margin:0;
	color:#777;
	font-size:85%;
}

#credit p a, #credit p a:hover{
	color:#999;
	font-weight:100;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
	color: #990000;
	font-weight:100;
	text-decoration:none;
}
a:hover{
	color: #990000;
	text-decoration:underline;
}

a img{
border:0px;
}

hr{
	height:2px;
	margin:5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

blockquote{
	padding: 10px 35px 5px 35px;
	margin: 3px 30px;
	background: #FCF2E8 url("images/quotes.gif") top left no-repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form{
	margin: 0;
	padding:0;
}

fieldset{
	padding:10px;
	margin:0;
	border:none;
}

legend{
	font-weight:800;
}

code{
	font-size: 95%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

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

.alignleft {
	float: left;
	clear:both;
	margin-right:1em;
}

.alignright {
	float: right;
	clear:both;
	margin-left:1em;
}

.wp-caption {
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#F4F4F4;
	margin-top:0.35em;
	_padding-top:0.35em;
	background-image:url(images/entry_img_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.wp-caption img {
	margin: 0;
	padding: 0 !important;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size:x-small;
	line-height: 17px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#tabs {
	float:left;
	font-size:95%;
	line-height:18px;
}


#tabs ul {
	margin:0;
	padding:9px 10px 0 10px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0 0px;
	border-left: 1px solid #444;
}
			
#tabs li.first {
	border-left: none !important;
}	

#tabs a {
	margin:0 3px 0 6px;
	padding:4px 10px;
	text-decoration:none;
	font-weight:100;
}

#tabs a:hover, #tabs ul li.current_page_item a{
	background: #f2f2f2;
}
	


/* Headings */ 


#header h3{
	margin:  0;
	padding: 30px 0 7px 90px;
}

#header h3 a{
	font-weight:100;
	color: #930;
	text-decoration: none;
	font-size: 240%;
	letter-spacing: 1px;
}

#header h2{
	margin: 0;
	padding: 10px 0 18px 90px;
	font-weight:100;
	font-style:italic;
	color: #222;
	font-size: 140%;
	letter-spacing: 1px;
}

h2#sectiontitle{
	font-size:140%;
	font-weight: 100;
	padding:6px 6px 6px 0px;
	margin:8px 10px 5px 10px;
	/*background: #FFFFFF;*/
	color: #930;
}

/* post styles */

.post{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* エントリー回り */
.entry{
	margin: 7px 0;
	padding: 0px 10px 3px 10px;
}
.entry img{
	/*margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-right:10px;*/
	padding-top:0.35em;
}

.entry p{
	/*padding-left:10px;
	padding-right:10px;*/
}



.post h2 {
	color: #333;
	font-size: 180%;
	font-weight:100;
	padding: 7px 0 8px 2px;
	margin: 10px 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}


.post h2 a{
	color: #333;
	text-decoration:none;
	font-weight:100;
}

.post h2 a:hover{
	text-decoration:none;
	color: #333;
}

.postmetadata{
	font-size:90%;
	padding: 1px 8px 1px 5px;
	margin: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

.postmetadata p{
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
}

.authormetadata{
	font-size:90%;
	padding: 1px 8px 1px 5px;
	margin: 0;
}

.authormetadata p{
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
}


.commentlink{
	float:right;
}



/* Comments > WordPress 2.6 */

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0; 
	text-indent:0;
}

ol.commentlist li { 
	border:1px solid #CDDEC9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:1%; 
	margin:0 0 10px;
	padding:5px 7px 5px 57px;
	position:relative;
}

ol.commentlist li div.comment-author {
	padding:0 160px 0 0;
}

ol.commentlist li div.vcard {
	font:800 12px/1.9 georgia, 'times new roman', serif;
}

ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url {
	text-decoration:none;
}

ol.commentlist li div.vcard img.avatar { 
	border:2px solid #eee; 
	top:7px;
	left:7px; 
	position:absolute;
}

ol.commentlist li div.comment-meta {
	font:100 11px/1.9 georgia, 'times new roman', serif;
	position:absolute;
	top:5px;
	right:10px;
	text-align:right;
}

ol.commentlist li div.comment-meta a {
	color:#333;
	text-decoration:none;
}

ol.commentlist li p {
	font:normal 12px/1.5  georgia, 'times new roman', serif;
	margin:0 0 1em;
}
ol.commentlist li ul {
	font:normal 12px/1.4 georgia, 'times new roman', serif;
	list-style:square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}

ol.commentlist li div.reply {
	color:#374C76;
	font:bold 12px/1.4 georgia, 'times new roman', serif;
}

ol.commentlist li div.reply:hover {
	color: black;
}

ol.commentlist li div.reply a {
	text-decoration:none; 
}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
  
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}

ol.commentlist li.even {
	background:#fff;
}
ol.commentlist li.odd {
	background:#F3F7F2;
}

ol.commentlist li.pingback div.vcard {
	padding:0 160px 0 0;
}

#respond h3, h3#comments, h3#postcomment{
	font-size: 105%;
	font-family: georgia, 'times new roman', serif;
	margin: 3px 0;
}



/*  Legacy Comments < WordPress 2.7  */


ol#commentlist{
	padding: 0 0 0 20px;
	font-size: 95%;
	list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
	margin: 0px 0 0px 0;
	display: block;
	padding: 1px 5px;
}



ul#commentlist{
	padding: 0;
	margin:0;
	list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 10px 15px;
	font-size:95%;
	border-bottom: 2px solid #FCF2E8;
}

ul#commentlist p{
	margin: 0 0 6px 0;
}

ul#commentlist li div.comm{
	margin: 1px;
	padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
	border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
	padding: 0;
	margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
	margin:0 0 0 5px;
	padding: 3px 8px;
}


/*  sidebar styles */
#menuspacer{
	margin-top:4px;
	height: 4px;
}

.menu{
	font-size:x-small;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.menu a{
	font-weight: 100;
}

.menu a:hover{
	text-decoration:none;
}

.menu ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}

.menu ul li.widget{
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2.5em;
	padding-left: 2px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
	border-bottom:1px solid #eee;
	padding: 2px 2px 2px 5px;
	margin:0;
}

.menu ul li.widget ul li:before {
	content: "\00B7 \0020";
	}


.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
	border-top: 1px solid #eee;
	border-bottom: none !important;
	padding: 2px 0 2px 15px;
}



.menu ul li.widget h3{
	font-size:120%;
	color: #888;
	font-weight: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 4px;
}

.menu ul li h3 a{
	color: #999;
	font-weight: 800;
}
.menu ul li h3 a:hover{
	color: #666;
	text-decoration: none;
}

.menu form{
	display:block;
	margin:0px;
	padding:0px;
}

.menu input{
	font-size:90%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

li.widget .textwidget, li.widget #search {
	padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}


#footer a{
	font-weight: 100;
	color:#333333;
	text-decoration:none;
}

#footer a:hover{
	color:#999999;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

.menu li.widget a{
	/*line-height:1em;!important*/
}

.widget_recent_entries{
	background-image:url(images/ttl_recentEntry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*line-height:2em;!important*/
}
.widget_recent_entries h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}
widget_recent_entries ul li{
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.widget_recent_comments{
	background-image:url(images/ttl_recentComments.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.widget_recent_comments h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}

.widget_categories{
	background-image:url(images/ttl_category.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.widget_categories h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}

.widget_meta{
	background-image:url(images/ttl_meta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.widget_meta h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}


.blogdiscription{
	background-image:url(images/ttl_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:5px !important;
}

.blogdiscription h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}

.blogdiscription a{
	display:block;
	width:202px;
	height:62px;
	margin-left:-8px;
	background-image:url(http://www.wwf-net.com/images/jia_meguro_banner-sty.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.blogdiscription a:hover{
	background-image:url(http://www.wwf-net.com/images/jia_meguro_banner-ovr.gif);
}

.contacttous{
	margin-top:0px;
	/*background-image:url(images/ttl_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.contacttous h3{
	height: 30px;
	size:5px;
	text-indent:-9999px;
}

.contacttous a{
	display:block;
	width:202px;
	height:62px;
	margin-left:-8px;
	background-image:url(http://www.wwf-net.com/images/contact_banner-sty.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.contacttous a:hover{
	background-image:url(http://www.wwf-net.com/images/contact_banner-ovr.gif);
}


.menu ul li.widget_search{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:30px;
	padding-right:0px;
}

#copyright{
	font-size:10px;
	color:#666666;
}

#searchform #s{
	width:150px;
	margin-right:2px;
}

#searchform #searchsubmit{
	width:32px;
}




/* マージン調整用クラス */
.mt10{
	margin-top:10px;
}
.ml10{
	margin-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.mr10{
	margin-right:10px;
}
