/*
Theme Name: yonedagumi
Theme URI: http://www.yonedagumi.com
Description: Yonedagumi WordPress Template
Version: 1.0
Author: Akiko Morita
Author URI: http://www.yonedagumi.com
Tags: fixed width, two columns, white, blue
*/

/* Body */
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
body {
	font: 12px/160% "MS PGothic", Arial, Verdana, sans-serif, Osaka;
	color: #000000;
	background: url(http://www.yonedagumi.com/house/images/header/line_top.gif) repeat-x left top;
}
img {
	border:none;
}

/* GENERAL */
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.marginB3px {
	margin-bottom:3px;
}
.marginB5px {
	margin-bottom:5px;
}
.marginB10px {
	margin-bottom:10px;
}
.marginB20px {
	margin-bottom:20px;
}
.pankuzu {
	font-size:10px;
}

/* フォント関連 */
.red {
	color:#FF0000;
	font-weight:normal;
}
.size10px {
	font-size:10px;
}
.size11px {
	font-size:11px;
}
.size18pxB {
	font-size:18px;
	font-weight:bold;
}

/* Main wrap */
#wrapper {
	width:900px;
	margin: 0px auto;
}
#container {
	width:900px;
	margin: 5px auto 10px;
	padding:0px;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* HEADER */
h1 {
	font-size:10px;
	font-weight:normal;
	color:#9e9ea9;
	line-height: 120%;
	float:left;
	margin-top: 12px;
	width:400px;
}
h2.midashi2 {
	width:675px;
	height:25px;
	background: url(http://www.yonedagumi.com/house/images/h2_bg.gif) no-repeat left top;
	color:#df636e;
	font-weight:bold;
	font-size:16px;
	padding-top: 8px;
	padding-left: 25px;
	margin-top:5px;
	margin-bottom: 20px;
}
h2.link {
	background: url(http://www.yonedagumi.com/house/images/sidebar/h2_links.gif) no-repeat left top;	
	text-indent:-9999px;
	margin-top:5px;
	height:24px;
}
h2.blog {
	background: url(http://www.yonedagumi.com/house/images/sidebar/h2_blog.gif) no-repeat left top;	
	text-indent:-9999px;
	margin-top:5px;
	height:24px;
}
h3.midashi3 {
	padding:10px 5px 5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	background: url(http://www.yonedagumi.com/house/images/h3_bg.gif) repeat-x left top;
	height: 20px;
	color:#666666;
	clear:both;
}
h3 a {
	color:#666666;
}
h4.midashi4 {
	font-size:14px;
	font-weight:bold;
	color:#df636e;
	margin-bottom:5px;
	margin-top:20px;
	clear:both;
	border-left: 5px solid #df636e;
	padding-left: 10px;
}

/* HEADER */
#header {
	width:900px;
	height:75px;
	margin: 5px auto 0px;
	padding: 0px;
}
#logo {
	float:left;
	width:200px;
	height:75px;
	background: url(http://www.yonedagumi.com/house/images/header/logo.gif) no-repeat left top;
	text-indent:-9999px;
}
#logo a {
	display:block;
	width:200px;
	height:75px;
}
#middle {
	float:left;
	width:400px;
}
#freedial {
	float:right;
	width:300px;
	height:75px;
	background: url(http://www.yonedagumi.com/house/images/header/freedial.gif) no-repeat right top;
	text-indent:-9999px;
}
#freedial p {
	margin:0px;
	padding:0px
}

/* SIDEBAR */
#sidebar {
	width:180px;
	float:right;
	margin-top:8px;
	line-height:120%;
}
#catalog {
	width:180px;
	height:180px;
	background: url(http://www.yonedagumi.com/house/images/sidebar/catalog.jpg) no-repeat left top;
	text-indent:-9999px;
	margin-bottom:5px;
}
#contact {
	width:180px;
	height:180px;
	background: url(http://www.yonedagumi.com/house/images/sidebar/contact.jpg) no-repeat left top;
	text-indent:-9999px;
	margin-bottom:5px;
}
#catalog a, #contact a {
	display:block;
	width:180px;
	height:180px;
}
#land {
	width:180px;
	height:100px;
	background: url(http://www.yonedagumi.com/house/images/sidebar/land.jpg) no-repeat left top;
	text-indent:-9999px;
	margin-bottom:5px;
}
#land a {
	display:block;
	width:180px;
	height:100px;
}
#land a:hover {
	background: url(http://www.yonedagumi.com/house/images/sidebar/land_over.jpg) no-repeat left top;
}
#sidebar img {
	margin-bottom:3px;
	margin-top:5px;
}
.ban-blog {
	margin-bottom:15px;
}
.ban-blog img {
	margin-bottom:0px !important;
	margin-top:3px !important;
}

table#wp-calendar caption {
border:1px solid #cccccc; 
text-align:center; 
font-weight:bold; 
color:#666666;
margin:0px 0px 5px; 
padding:3px;
font-size:10px;
width:165px;
}

#sidebar ul.menu {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}
#sidebar ul.menu li {
	margin:0;
	padding:0;
	display:inline;	
}
#sidebar ul.menu li a {
	display:block;
	text-decoration:none;
	width:150px;
	height:30px;
}
#sidebar ul.menu li a:hover {
	display:block;
	background:#ebebeb;
}
.sidebar-title {
border:1px solid #cccccc; 
text-align:center; 
font-weight:bold; 
color:#666666;
margin:0px 0px 5px; 
padding:3px;
font-size:10px;
width:172px;
}

#sidebar p,#sidebar ul, #sidebar .textwidget {
	margin:0 0 15px 5px;
	width:170px;
	padding-left: 5px;
}
#sidebar li {
	margin:0px 0px 2px 10px;
	list-style: disc outside;
	padding: 0px;
}
#sidebar li a {font-size:12px;}
#sidebar ul ul {margin:5px 0 5px 5px;}
#sidebar ul ul li {margin:0 0 5px;}
#sidebar ul ul li a {font-weight:normal;}


/* Content */
#content {
	width:700px;
	float:left;
}
.contenttext {
	width:680px;
	margin:0px auto;
}
#content ul,#content ol {margin:0 0 18px 30px;}
#content ul li,#content ol li {margin:0 0 3px;}
#content ul ul,#content ol ol {margin:5px 0 5px 15px;}
#content img {margin:5px;}
#content p {margin:0 0 15px 10px;}
#content p.timestamp {
	font-size:12px;
	margin:0px;
	text-align:right;
	font-weight: bold;
	color: #999999;
}
#content p.timestamp a {font-weight:normal;}
#content p.category {
	font-size: 10px;
	margin: 3px 0px 10px;
	padding: 0px;
}
#content p.postmeta {
	text-align:right;
	border-top:2px solid #dadada;
	line-height:1.8em;
	margin-bottom: 30px;
	font-size: 10px;
}
#content #postnav {padding:5px; margin:5px 0 18px;}
#content #postnav p {margin:0; padding-left:5px;}
#content #postnav p.right {text-align:right; padding-right:5px; margin-top:-18px;}
#content .introtext p {margin:-5px 0 15px 10px;}

/* FOOTER */
.pagetop {
	float:right;
	width:52px;
	height:13px;
	background: url(http://www.yonedagumi.com/house/images/pagetop.gif) no-repeat left top;
	text-indent:-9999px;
	margin-right:200px;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetop a {
	display:block;
	width:52px;
	height:13px;
}
#footer {
	width:900px;
	margin: 0px auto;
	clear:both;
}
#b-navi {
	width:900px;
	height:45px;
	text-align:center;
	padding-top: 10px;
	background: url(http://www.yonedagumi.com/house/images/footer/b_navi_bg.gif) repeat-x left top;
	line-height: 140%;
}
#banner-space {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
#banner-space:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.banner {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
#line-btm {
	background: url(http://www.yonedagumi.com/house/images/footer/line_btm.gif) repeat-x left bottom;
	width:900px;
	height:3px;
	margin-top:10px;	
	margin-bottom:10px;
	clear:both;
}
.address {
	text-align:left;
	line-height:120%;
	color:#666666;
	font-size: 11px;
}
.area {
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	line-height:120%;
	color:#999999;
	font-size: 11px;
}

/* Comments */
#content div.comment {margin-bottom:20px;}
#content div.comment p {margin:0 0 4px 10px; padding:3px 0 0 0;}
#respond p {margin:0 0 5px 10px;}
#respond input,#respond textarea {padding:5px; width:330px;}
#respond textarea#comment {width:500px;}
#respond input#submit {width:75px;color:#333; background-color:#fff;}
#respond input,#respond textarea,form div.searchbox input {border:1px solid #ccc;}
.gravatarside {width:48px; height:48px; float:right; margin:0 5px 3px 5px;}
.commenticon {
	font-size: 10px;
	margin-bottom: 10px;
}

/* Tags */
blockquote {border:1px solid #dadada; font-size:0.9em; margin:20px 10px; padding:8px;}
blockquote p {padding:2px 0; margin:0; font-weight:bold;}
table#wp-calendar {
	width:165px;
	margin:0 0 10px 0px;
	font-size: 11px;
}
p {margin:0 0 18px 10px;}
ul,ol,dl {font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 35px;}
code{font-size:1.1em; background-color:#f4f4f4; color:#555; display:block; margin:5px 0 15px 0; padding:5px 5px 5px 7px; border:1px solid #ccc;}

/* link */
a {
	color: #e27e88;	
}
a:link {
	color: #e27e88;	
}
a:hover {
	color: #a24850;
}
a:active {
	color: #a24850;
}
a:visited {
	color: #a24850;
}

/* Float fix */
.contenttext {overflow:hidden;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}

/* Searchbox */
.searchbox {margin:8px 0 15px 0px;}
.searchbox label {display:none;}
.searchbox input {font-size:12px; padding:3px; width:140px; border:1px solid #ccc;}
.searchbox input#searchsubmit {
	width:75px;
	color:#333;
	background-color:#e0dfe3;
	margin-top: 3px;
}

/* Various classes */
.post {margin:0 0 15px;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.hide {display:none;}

/* WP image align classes */
.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.alignleft {float:left;}
.alignright {float:right;}
.wp-caption {border:1px solid #ddd;	text-align:center; background-color:#f3f3f3; padding-top:4px; margin:10px; border-radius:3px;}
.wp-caption img {margin:0; padding:0; border:0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px; padding:0 4px 5px; margin:0;}


/* お問合わせ */
.h3-contact {
	clear:both;
	background: url(http://www.yonedagumi.com/house/images/h3_contact.gif) no-repeat left top;
	width: 700px;
	height:30px;
	text-indent:-9999px;
	margin: 30px 0px 0px;
	padding: 0px;
}
.border-contact {
	border:solid 1px #e27e88;
	width:688px;
	padding:5px;
	text-align:center;
}
.border-contact table {
	width:600px;
	margin-right: auto;
	margin-left: auto;
}
.border-contact td {
	text-align:center;
}
