@charset "utf-8";
/*  
Theme Name: OBA
Theme URI: http://www2.oba21.com/cgi-bin/
Description: オオバ工務店
Version: 1.0
Author: (株)オリエンタル・エージェンシー
Author URI: http://www.oriental-agc.com/
*/

/* CSS PROPERTY CLEAR */
html,body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

p,address,ul,ol,dl,dd,caption,form {
	margin: 0;
	padding: 0;
}
a img{
	border: none;
}
address,em,dfn {
	font-style:normal;
}
/* =全体
------------------------------------------------------------------------------ */

html {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
body {
	text-align: center;
	line-height: 1.4em;
	color: #333333;
	background-color: #bdccd8;
	font-size: medium;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	height: auto;
	width: 900px;
	background-image: url(img/wrapper.jpg);
	background-repeat: repeat-y;
}

/* =ヘッダー
------------------------------------------------------------------------------ */
#header {
	height: 90px;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#header h1 {
	font-size: small;
	color: #cccccc;
	font-weight: normal;
	padding-top: 3px;
	position: absolute;
	left: 200px;
	top: 0px;
}
#header ul {
	list-style: none;
	position: absolute;
	top: 60px;
	left: 520px;
	font-size: small;
	font-weight: normal;
}
#header li {
	float: left;
	padding-left: 20px;
	margin-right: 20px;
}
.home {
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sitemap {
	background-image: url(img/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.news {
	background-image: url(img/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* =ナビ
------------------------------------------------------------------------------ */

#nav {
	height: 40px;
	width: 801px;
	margin: 0px auto;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;

}

/* =アイキャッチ
------------------------------------------------------------------------------ */
#eyecatch {
	width: 800px;
	margin: 0px auto;
}

/* =パンくず
------------------------------------------------------------------------------ */
#pankz {
	width: 800px;
	margin: 0px auto;
}
#pankz p {
	font-size: small;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
}
#pankz p a {
	padding-right: 5px;
	padding-left: 5px;
}
/* =コンテンツ
------------------------------------------------------------------------------ */

#contents {
	width: 800px;
	margin: 0px auto;
	clear: both;
	background-image: url(img/cont_bg.gif);
	background-repeat: repeat-y;
}
/* firefox対応 */
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.information {
	font-size: small;
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 20px;
}
.information dt {
	float: left;
	width: 130px;
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
.information dd {
	float: left;
	padding: 5px;
	border-bottom: 1px dotted #999999;
	width: 380px;
}
p.all_news a {
	clear: both;
	display: block;
	background-image: url(img/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

/* =左サイド
------------------------------------------------------------------------------ */

#side {
	width: 200px;
	float: left;
}
#side h2 {
	font-size: small;
	height: 25px;
	width: 170px;
	font-weight: normal;
	margin-left: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #C3D5E5;
}
#side ul {
	font-size: small;
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 20px;
}
#side li a {
	background-image: url(img/pulus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	display: block;
	height: 25px;
	width: 150px;
	padding-top: 3px;
	margin-bottom: 5px;
}
#side li a:hover {
	background-color: #F0F8FF;
}
#side p {
	margin: 15px 0px 0px 8px;
	padding: 0px;
}
/* =メイン
------------------------------------------------------------------------------ */
#main {
	width: 560px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
}
#main p {
	font-size: small;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#main h2 {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 560px;
	font-size: small;
	color: #333333;
	margin: 10px 0px 10px 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 18px;
	clear: both;
}
#main h3 {
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 550px;
	font-size: small;
	color: #333333;
	margin: 10px 0px 10px 10px;
	padding: 5px 8px 5px 5px;
	clear: both;
}
#main h4 {
	width: 550px;
	font-size: small;
	color: #666666;
	margin: 10px 0px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a4a4a4;
	padding: 3px 5px;
	clear: both;
}
#fl_l {
	float: left;
	padding-left: 15px;
}
#fl_r {
	float: right;
	padding-right: 15px;
}
#main iframe {
	margin: 10px 0px 10px 20px;
}
/* =シングル
------------------------------------------------------------------------------ */
#post p {
	font-size: small;
	font-weight: normal;
	margin-bottom: 10px;
	clear: both;
}

#post img {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#post table {
	clear: both;
	width: 550px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #999999;
}

#post th, #post td {
	padding: 5px 5px 5px 10px;
	border: 1px dotted #999999;
}

#post th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 30%;
}
.chiku {
	background: #f5f5f5;	
}

.more-link {
	margin-left: 460px;
}
.about {
	display: none;
}
.time {
	background-color: #15568c;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	padding-left: 10px;
}
/* =ページ番号ナビ
------------------------------------------------------------------------------ */
.wp-pagenavi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #114477;
	color: #114477;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}



/* =ニュースページ
------------------------------------------------------------------------------ */
.rss {
	text-align: right;
	margin-right: 60px;
	font-size: x-small;
}
/* =事業案内ページ
------------------------------------------------------------------------------ */
#guide {
	width: 560px;
}
#col1 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#col1 img {
	float: left;
	margin-right: 3px;
}
.blank {
	margin-bottom: 20px;

}
#copy01 {
	background-image: url(img/gcopy01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 540px;
}

#copy02 {
	background-image: url(img/gcopy02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 540px;
}
#guide p {
}

.fl_r {
	float: right;
}

/* =実績ページ
------------------------------------------------------------------------------ */

#works {
	font-size: small;
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 30px;
}
#works dt {
	float: left;
	width: 370px;
	padding: 5px;
	border-bottom: 1px dotted #999999;
	height: 25px;
}
#works dd {
	float: left;
	width: 150px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #999999;
	height: 25px;
}

/* =会社案内ページ
------------------------------------------------------------------------------ */

#outline {
	width: 550px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #999999;
}
#outline th, #outline td {
	padding: 5px 5px 5px 10px;
	border: 1px dotted #999999;
}

#outline th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 150px;

}
.lay02 {
	background-color: #fcfcfc;
}
.lay03 {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
.lay04 {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 150px;
}
.photo {
	float: left;
}
#about {
	float: left;
	margin-bottom: 10px;
	font-size: small;
	font-weight: normal;
	margin-top: 5px;
}
#about dt {
	float: left;
	clear: left;
	width: 60px;
	padding: 5px;
}
#about dd {
	float: left;
	padding: 5px;
	border-bottom: 1px dotted #999999;
	width: 280px;
}
.policy {
	background-image: url(img/policy.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 540px;
	text-indent: -9999px;
}
.no1 {
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 50px;
	height: 40px;
}
.no2 {
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 50px;
	height: 40px;
}
.no3 {
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 50px;
	height: 40px;
}
.seimei {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-top: 20px;
	font-weight: bold;
}
#gmap {
	border: 1px solid #999999;
	margin: 10px 0px 20px 20px;
}

/* =お問い合せページ
------------------------------------------------------------------------------ */

#form {
	width: 550px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #999999;
}
#form th, #form td {
	padding: 5px 5px 5px 10px;
	border: 1px dotted #999999;
}
#form th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 120px;
}
.lay01 {
	height: 30px;
}
.bt01 {
	width: 120px;
	margin-left: 200px;
	margin-top: 3px;
}
.bt02 {
	width: 120px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.red {
	color: #ff4444;
	font-size: x-small;
}
.black {
	color: #555555;
	font-size: x-small;
	padding-left: 10px;
}
#button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* =リンクページ
------------------------------------------------------------------------------ */

#link {
	width: 550px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #999999;
}

#link th, #link td {
	padding: 5px 5px 5px 10px;
	border: 1px dotted #999999;
}

#link th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 200px;
}

/* =サイトマップページ
------------------------------------------------------------------------------ */
#sitemap {
}
#sitemap dl {
	margin-top: 25px;
	margin-left: 50px;
	font-size: medium;
	font-weight: normal;
}
#sitemap dl dt {
	background-image: url(img/pulus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sitemap dl dd {
	margin-left: 20px;
}
#sitemap ul {
	list-style-type: none;
}
#sitemap li {
	background-image: url(img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* =ページトップ
------------------------------------------------------------------------------ */

.pagetop {
	font-size: small;
	background-image: url(img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 15px;
	padding-right: 60px;
	margin-top: 10px;
}

/* =アンカーリンク
------------------------------------------------------------------------------ */

#ancor {
	clear: both;
	width: 800px;
	margin: 0px auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
#ancor ul {
	list-style: none;
	font-size: small;
	font-weight: normal;
	margin-left: 120px;
}
#ancor li {
	float: left;
}
#ancor li a {
	background:url(img/text_next.gif) left center no-repeat;
	padding-left: 18px;
}
/* =フッター
------------------------------------------------------------------------------ */
#footer {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0px auto;
	clear: both;
}
address {
	font-size: small;
	color: #666666;
	line-height: 1.4em;
	font-weight: normal;
	clear: both;
	text-align: center;
	padding-top: 15px;
}
.bold {
	font-size: small;
	color: #666666;
	font-weight: bold;
}
.copyright {
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
}
.pb {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

