﻿/*  
Theme Name: AS1
Theme URI: http://www.atdas.com/
Description: AS template
Author: AS
Author URI: http://www.atdas.com/
Version: 0.1
*/

/*
 * File    : style.css
 * Version   : 1.00
 * Update  : 1.01 2007.01.24 fix textarea size for Mozilla.
 *       : 1.02 2007.02.11 add color property at ul element of sidebar.
 *       : 1.03 2007.02.24 fix top property for liquid layout.
 *       : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2008 Atelier Sapporo Co.,Ltd. All rights reserved.
 */

/* all */
* {
  margin: 0;
  padding: 0;
  font-family: 'ＭＳ Ｐゴシック',Arial,sans-serif;
}
body {
  font-size: 100%;
}
html>body {
  font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #339900;
  text-decoration: none;
}
a:active {}

/* image with anchor */
a img {
  border: none;
}

/* form */
form {
  margin: 0px;
}
#searchform fieldset {
  border: none;
}
/*#search-options,
input {
  padding: 1px;
}*/
#searchtext {
  width: 100px;
  margin: 0px 0px 2px 0px;
}




/* banner title */
#header {
  padding:0px;
  color: #999;
  background: #ffffff;
  text-align: left;
}

#header a,
#header a:link,
#header a:visited {
  color: #ff0000;
  background: transparent;
  font-size: 32px;
  text-decoration: none;
}
#header a:hover {}
#header a:active {}


#header ul{
	list-style:none;
	margin:0 auto;	
	padding:0;
}
#header li 
{
  float:left;
  margin:0;
  padding:0;
  list-style:none;  
  background:none;	
}	
#header li a {
  display:block;
  padding:0 10px;
  border-right:1px solid #999999;  
  color:#0000ff;  
}	




/*★ヘッダーメニュー★ここから*/
H2.tops{
margin:0px;
padding:0px;
line-height:0;
}

DIV.bbg{
margin:0px 0px 20px 0px;
padding:0px;
background-color:#339900;
background-image:url(../../../img/bbg.gif);
background-repeat:repeat-x;
background-position:top center;
height:45px;
text-align:center;
}

/*★ヘッダーメニュー★ここまで*/



/* description of blog */
.blog-description {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
}

/* article */
.blog_home {
  padding:0px 14px 10px 16px;
}
.blog {
  padding:0px 77px 10px 83px;
}

/* article date */
.date {
  margin: 8px 0;
  padding-left: 8px;
/*  background-position: left; 
  background-repeat: no-repeat;
  background-image: url(".gif");*/
  font-size: 91.6%;
  font-weight: bold;
  line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
  color: #663333;
}

/* an article or comment */
#comments,
.entry {
  width: auto;
  margin: 0px 5px 15px 5px;
  color: #000000;
  background: #ffffff;
/*  background-position: right; 
  background-repeat: repeat-y; 
  background-image: url(".gif");*/
  font-size: 91.0%;
  line-height:1.5;
  word-break: break-all;
}

.entry p {
  margin: 10px 0;
}
.entry blockquote p {
  margin: 0;
}
.entry ul {
  margin: 10px 0 10px 25px;
}
.entry ol {
  margin: 10px 0 10px 30px;
}
.entry textarea {
  width: 97%;
}

.entry table{
  font-size: 100%;
  line-height:1.2;
}

.entry td td{
  font-size: 100%;
  line-height:1.2;
}


/* blockquote */
.entry blockquote {
  width: auto;
  margin: 15px 20px 0;
  padding: 10px;
  border: 1px solid #666;
  background: #f6f6f6;
  font-size: 83.3%;
  line-height: 1.5;
}
.quotetitle {
  font-size: 83.3%;
  border-bottom: 1px solid #666;
  padding: 3px;
}

pre {
  margin: 15px 20px 0px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #999;
  font-size: 83.3%;
  line-height: 1.5;
  width: 100%;
  overflow: scroll;
}
html>body pre {
  width: 87%;
}

/* title of entry */
.entry-header {
  margin: 15px 0 0;
  padding-left: 20px;
  font-size: 120%;
  font-weight: bold;
  background-image:url(../../../img/h2bg.gif);
  background-repeat:no-repeat;
  background-position:center left;
}

/* contributor */
.entry-footer {
  margin: 10px 0 0;
  padding-top: 3px;
  border-top: 1px dotted #36414d;
  text-align: right;
  font-size: 83.3%;
}

/* archive-list */
.archive-list {
  margin: 10px 0;
}

/* navigation */
.content-nav {
  margin: 10px;
  text-align: center;
  font-size: 83.3%;
}

/* navigation */
.page {
  margin: 6px 0 10px;
  font-size: 83.3%;
}

/* ★パンくずリスト★ */
.pank {
  margin: 6px 0 10px;
  padding-left: 5px;
  font-size: 83.3%;
}

/*★カレンダー★*/
#wp-calendar caption {
  padding-bottom: 5px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  background: none;
  letter-spacing: 0.2em;
}
#wp-calendar {
  text-align: center;
  color: #666666;
  background: none;
}
#wp-calendar table {
  text-align: center;
  padding: 0;
  border-collapse: collapse;

}
#wp-calendar th {
  padding:3px 0px;
  font-size: 10px;
  width: 22px;
  font-weight:normal;
  background-color:#cccc99;
}
#wp-calendar td {
  padding: 1px 0;
  font-size: 12px;
  line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
  color: #444;
}

#links-left ul li,
#links-right ul li {
  list-style: none;
  margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
  background: url(../../../img/list.gif) no-repeat 0 0.5em;
  padding-left: 12px;
  margin: 0;
}

#links-left ul ul,
#links-right ul ul {
  margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
  margin-top:5px;
  padding:2px 5px 2px 5px;
  border-left:5px solid  #339900;
  border-bottom:1px solid #663300;
  background-color:#996633;
  color:#ffffff;
  font-size:12px;
  line-height:1.5em;
}
html > body #links-left ul li h2,
#links-right ul li h2 {
  padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
  margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
  margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
  font-size: 75%;
  line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
  font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
  margin-top: 0;
}

/* credit */
.powered {
  margin-top: 50px;
  text-align: left;
  color: #666666;
  font-size: 75%;
  line-height: 1.5;
}
.powered img {
  margin-top: 3px;
}

.clear {
  clear: both;
}

.trackbacks,
.comments {
  margin: 10px 5px;
  color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
  margin:15px 0px 5px 0px;
  color:#339900;
  font-size: 100%;
  font-weight: bold;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
  margin: 0 2px;
  padding: 0;
  font-size: 97.0%;
  line-height: 1.5;
  word-break: break-all;
}

.comment-box{
margin-bottom:20px;
border-left:5px solid Tan;
padding-left:5px;
}



.trackback-content p,
.comment-content p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
  margin-left: 2px;
  font-size: 83.3%;
  color:#666666;
}

/* comment and trackback */
#comments-open-data p {
  margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
  width: 364px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
  text-align: center;
}
.comments-open label {
  display: block;
}








/* 各列用 基本設定*/
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
  margin-bottom: 0px;
  text-align: center;
  background-color:#ffffff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
  margin-bottom: 10px;
}
.layout-three-column #box {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom: 1px solid #999999;
  text-align: left;
}


body.layout-three-column


body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
  margin-bottom: 0px;
  text-align: center;
  background-color:#ffffff;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
  margin-bottom: 10px;
}


/* ★各列用 共通背景設定★ここから */
#bg{
  width:780px;
  background-image:url(../../../img/bg.gif);
  background-repeat:repeat-y;
  background-position:center;  
  margin-right: auto;
  margin-left: auto;

}
/* ★各列用 共通背景設定★ここまで */


/* 2列用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom: 1px solid #339900;
  text-align: left;
}

/* 1列用 */
.layout-one-column #container {
  margin-bottom: 0;
}

/* 1列用 */
.layout-one-column #box {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #339900;
  text-align: left;
  background-color: #fff;
}

/* フッター */
#footer {
  clear:both;
  margin:0px;
  padding:10px;
  background-image:url(../../../img/fbg.jpg);
  background-position:top center;
  border-top:1px solid #339900;
  font-size: 12px;

}
#footer p {
  margin: 0px;
  padding:0px;
  text-align: center;
}

.layout-one-column #footer {
  text-align: center;
}




#footer ul{
	list-style:none;
	margin:0 auto;	
	padding:0;
}
#footer li 
{
  float:left;
  margin:0;
  padding:0;
  list-style:none;  
  background:none;	
}	
#footer li a {
  display:block;
  padding:0 10px;
  border-right:1px solid #999999;  
  color:#0000ff;  
}	
#footer li a:hover,#footer li a:active
{
	color:#333333;
}







/* 3列用 */
.layout-three-column #content {
  float: left;
  width: 410px;
  margin: 0 0 10px 0;
}
.layout-three-column #links-left-box{
  float: left;
  width: 175px;
}
.layout-three-column #links-right-box {
  float: right;
  width: 175px;
  background-color:Beige;
}


.layout-three-column #links-left,
.layout-three-column #links-right {
  padding: 10px 10px 0px 10px;
}

/* 2列用(右メニュー) */
.layout-two-column-right #content {
  float: left;
  width: 584px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #669;
  border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
  float: right;
  width: 175px;
}
.layout-two-column-right #links-right {
  padding: 10px 10px 0;
}

/* 2列用(左メニュー) */
.layout-two-column-left #content {
  float: right;
  width: 584px;
  margin: 5px 0px 10px 0px;
}
.layout-two-column-left #links-left-box {
  float: left;
  width: 175px;
}
.layout-two-column-left #links-left {
  padding: 0px 10px 0px 10px;
}


#box::after {
  height: 0;
  display: block;
  content: " ";
  visibility: hidden;
  clear: both;
}
#box {
  width: 100%
  /*\*/*/
  overflow: hidden;
  /**/
}



/*★トラバURL★*/
#trackbackurl{
width:364px;
}

/*★トップページ info欄★*/
.info h3{
margin-top:0px;
margin-bottom:5px;
}

.info p{
  font-size: 91.0%;
}

.info li {
  list-style: none;
  background: url(../../../img/list.gif) no-repeat 0 0.5em;
  padding-left: 12px;
  margin: 0px 0px 5px 0px ;
  font-size: 83.3%;
}


/*★ブログエントリー内のリストスタイル★*/
.entry-body li {
  list-style: none;
  background: url(../../../img/list.gif) no-repeat 0 0.5em;
  padding-left: 12px;
  margin: 0;
}
/*★ブログエントリー内のH3★*/
.entry-body H3 {
  margin:20px 0px 10px 0px;
  background-color:#339900;
  padding: 3px 3px 1px 5px;
  font-weight:bold;
  color:#ffffff;
  font-size: 105.0%;
  letter-spacing:2px;
  line-height:1.2;
}




/*★会社概要★*/
table.hyo{
margin:10px 0px;
border-collapse:collapse;
}
td.hyo0{
padding:0px;
margin:0px;
border:1px solid #999999;
font-size: 83.3%;
line-height:0;
}
td.hyo{
padding:5px 3px 5px 5px;
border:1px solid #999999;
line-height:1.2;
font-size: 83.3%;
}
th.hyo{
padding:5px;
border:1px solid #999999;
background-color:Moccasin;
line-height:1.2;
font-weight:normal;
text-align:center;
font-size: 83.3%;
}

td.enkaku{
padding:5px;
font-size: 83.3%;
}


/*★フッター 会社情報★*/
.side_prof{
margin:0px 0px 10px 180px;
font-size:12px;
line-height:1.3;
letter-spacing:1px;
}

/*★工事実績★*/
#orange li{
margin-bottom:5px;
}
#orange li a{
color:#ff6600;
text-decoration:none;
border-bottom:3px double #ff6600;
line-height:1.1;
}
#orange li a:hover{
color:Orange;
text-decoration:none;
border-bottom:3px double Orange;
line-height:1.1;
}


/*★フォント★*/
.px12{
font-size:12px;
line-height:1.3;
letter-spacing:1px;
}


.p833{
font-size:83.3%;
line-height:1.2;
letter-spacing:1px;
}


/*★業務内容リストスタイル（サブ）★*/

.li_right{
margin:0px;
padding: 0px 10px 10px 2em;
font-size:83.3%;
}

/*★sidebar検索ボタン★*/
#searchsubmit{
padding:2px 0px 0px 0px;
font-size:12px;
}

/*★写真★*/
.page-photo {
  width: 551px;
  margin: 5px 0px 10px 0px;
}



table.photo{
  margin:0px;
  background-image:url(../../../img/pbg.gif);
  background-repeat:repeat-y;
  border-bottom:1px solid #339900;
}


#photo_l p{
margin:10px 1px 10px 8px;
border-top:1px solid WhiteSmoke;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid WhiteSmoke;
background-color:#ffffff;
}

#photo_l p img{
margin:7px;
}

#photo_l h4{
text-align:center;
}


#photo_r p{
margin:0px 8px 10px 8px;
padding:0px;
font-size:83.3%;
}
#photo_r p img{
margin:15px 0px 0px 0px;
padding:0px;
}



#photo_t p{
margin:10px 62px 10px 62px;
border-top:1px solid WhiteSmoke;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid WhiteSmoke;
background-color:#ffffff;
}

#photo_t p img{
margin:7px;
}

#photo_t h4{
text-align:center;
}


#photo_b p{
margin:10px 0px 10px 0px;
padding:0px;
font-size:83.3%;
}
#photo_b p img{
margin:15px 0px 0px 0px;
padding:0px;
}


/*画像の左寄せ・右寄せ*/
.left{
float: left;
margin: 0px 20px 10px 0px;
}
.right{
float: right;
margin: 0px 0px 10px 20px;
}
.rights{
float: right;
margin: 0px 0px 0px 20px;
font-weight:normal;
font-size:83.3%;
}

}

