@charset "utf-8";

/*
Theme Name: toyamaoffice.com
Theme URI: http://www.bst-bs.com/
Description:BtiSign Technos
Version: 1.0 2009/12/01
Author: BtiSign Technos
Author URI: http://www.bst-bs.com/										
*/
html { margin-top: 0px !important; }
html body { margin-top: 0px !important; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bodybg.gif);
}

/*　トップページ用BODY　*/
body#top {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*　ブログ用BODY　*/

body#blogtop {
	background-repeat: no-repeat;
	background-position: center top;
}




h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
a {
	color: #09F;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*　　コンテナ　　　　　　　　　　　　　　　　　　　　　　　　　　コンテナ　　　　
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
}



/*　ヘッダー　　　　　　　　　　　　　　　　　　　　　　　　　　　　ヘッダ―
---------------------------------------------------------------------------*/
#header {
	width: 880px;
	position: relative;
	height: 121px;
}

#header h1 {
	clear: both;
	padding-bottom: 5px;
	color: #666;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}



#header #header-box #tel {
	float: right;
	margin-top: 8px;
}
#header #header-box #logo {
	float: left;
	margin-top: 10px;
}



#header #header-box {
	clear: both;
}



/*　コンテンツ　　　　　　　　　　　　　　　　　　　　　　　　　コンテンツ
---------------------------------------------------------------------------*/
#contents {
	background-image: url(images/contentsbg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	clear: both;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}







/*　メニュー　　　　　　　　　　　　　　　　　　　　　　　　　メニュー
---------------------------------------------------------------------------*/


#menu-box {
	background-image: url(images/menu-box_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 17px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 6px;
}


#menu-box ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}


#main .newtopics li {
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#main .newtopics li span {
	color: #666;
	margin-right: 10px;
}

#main .newtopics li span.new {
	color: #900;
	margin-right: 15px;
	margin-left: 10px;
}













/*　メインコンテンツ　　　　　　　　　　　　　　　　　　　　メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	margin-right: 25px;
	margin-top: 20px;
	color: #4C4C4C;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	
	font-size: 100%;
	background-image: url(images/midashi_bg.gif);	
	background-repeat: no-repeat;
	padding-left: 20px;	
	overflow: hidden;	
	background-color: #582000;
}

#main h3 {
	clear: both;
	background-image: url(images/h3_midashi.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 5px;
}

/*　サイド　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　サイド
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 262px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 0px;
}
#side p {
	padding: 0.5em 5px 1em;
}
#side h3 {
	font-size: 100%;
	color: #069;
	text-align: left;
	margin-bottom: 5px;
}


#side #side-menu li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#side #side-gmenu {
	margin-bottom: 5px;
}
#side #side-gmenu li {
	margin-bottom: 2px;
}



/*　フッター　　　　　　　　　　　　　　　　　　　　　　　　　　　フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




#footer a {
	color: #333;
}

#footer a:hover {
}


/*　コメント　　　　　　　　　　　　　　　　　　　　　　　　　　コメント
---------------------------------------------------------------------------*/


#comm-box {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#trackbacks .trackbacks-header {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	color: #900;
}


#comments .comments-header {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	color: #900;
}


#comments #comments-open .comments-open-header {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	color: #900;
}












/*　コンテンツページ　　　　　　　　　　　　　　　　　　　　コンテンツページ
---------------------------------------------------------------------------*/

.about {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.about dt {
	font-size: 16px;
	background-image: url(images/dt-check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #900;
	padding-left: 33px;
}




.about dd {
	padding-left: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
}






.about2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.about2 dt {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	padding: 0px;
}




.about2 dd {
	padding-left: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.about2 dd span {
	font-size: 14px;
	color: #900;
}


#footer ul {
	clear: both;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
}



#footer ul li {
	float: left;
	margin-right: 15px;
	background-image: url(images/footer-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#footer p {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.kaoku-t {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D7B5;
	border-right-color: #D7D7B5;
	border-bottom-color: #D7D7B5;
	border-left-color: #D7D7B5;
}

.kaoku-t tr th {
	font-size: 14px;
	font-weight: bold;
	color: #930;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7B5;
	border-right-color: #D7D7B5;
	border-bottom-color: #D7D7B5;
	border-left-color: #D7D7B5;
	padding: 5px;
	background-color: #E4E4CF;
}

.kaoku-t tr td {
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7B5;
	border-right-color: #D7D7B5;
	border-bottom-color: #D7D7B5;
	border-left-color: #D7D7B5;
	padding: 5px;
}

#kaoku-ul {
	margin: 15px;
	font-size: 14px;
}

#kaoku-ul li {
	color: #960;
}

.qa-dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.qa-dl dd {
	padding: 5px;
	margin: 5px;
	clear: both;
	color: #900;
}


.qa-dl dd ul li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding: 10px;
}

ul.yuigon-ul {
	margin: 15px;
	padding: 10px;
	border: 1px solid #7D7D42;
}

ul.yuigon-ul li {
}

dl.yuigon {
	margin-bottom: 15px;
}

dl.yuigon dt {
	font-weight: bold;
	font-size: 16px;
	border:1px solid #15579c;
	padding:3px 10px;
	display:inline;
	color:#15579c;
}

dl.yuigon dd {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #7D7D42;
}

p.yodan {
	background-color: #E4E4CF;
	border: 1px dotted #CACA9B;
}

dl.funsou-dl {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

dl.funsou-dl dt {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/arrow123.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

dl.funsou-dl dd {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*　事業所案内　スタッフ紹介　　　　　　　　　　　　　事業所案内　スタッフ紹介
---------------------------------------------------------------------------*/

#main table#company-t {
	margin-top: 20px;
	margin-bottom: 20px;
}





#main table#company-t tr th {
	font-weight: bold;
	color: #900;
	text-align: left;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




#main table#company-t tr td {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#main table#company-t tr td img {
	padding: 3px;
	border: 1px solid #CCC;
}


#main table#company-t tr td.google {
	padding: 0px;
	border: 1px solid #CCC;
	margin: 0px;
}


















#main #photo-box {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
}




#main #photo-box img {
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 100px;
	float: left;
}

#main #photo-box .staff-info {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	width: 260px;
	float: right;
	margin-right: 15px;
}



#main #photo-box .staff-info dt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
	font-weight: bold;
}


#main #photo-box .staff-info .info-dt {
	font-weight: bold;
	color: #900;
}

#main #photo-box .staff-info dd {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}






#main #photo-box2 {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
}




#main #photo-box2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	margin-top: 50px;
}

#main #photo-box2 .staff-info {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	width: 260px;
	float: right;
	clear: right;
}



#main #photo-box2 .staff-info dt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
	font-weight: bold;
}


#main #photo-box2 .staff-info .info-dt {
	font-weight: bold;
	color: #900;
}

#main #photo-box2 .staff-info dd {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



























/*　ブログ　カテゴリー　　　　　　　　　　　　　　　　　　　　　　　　ブログ
---------------------------------------------------------------------------*/

#main .blog-box {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}


#main .blog-box .blog-dl dt {
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 14px;
}
#main .blog-box .blog-dl dd {
	margin-top: 10px;
	margin-bottom: 10px;
}


#main .blog-box .blog-dl dd img {
	padding: 3px;
	border: 1px solid #CCC;
}




#main .blog-box .asset-meta {
	text-align: right;
}

/*　ブログシングル　　　　　　　　　　　　　　　　　　　　　ブログシングル
---------------------------------------------------------------------------*/

#main .asset-meta {
	text-align: right;
}

#main .single-box img {
	padding: 3px;
	border: 1px solid #CCC;
}

/*　ブログ　カテゴリー　　　　　　　　　　　　　　　　　　　　　　　　ブログ
---------------------------------------------------------------------------*/

#main .blog-box .blog-dl dt span {
	color: #900;
	margin-right: 20px;
}

#main .single-h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
	color: #900;
	margin-bottom: 20px;
}

#main #main-banner {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


#main #main-banner .left-banner {
	float: left;
}


#main #main-banner .right-banner {
	float: right;
}


#gotop {
	text-align: right;
	margin-right: 25px;
}

#gotop a {
	color: #333;
}

#side #archives {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}



#side #archives li {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#main #company-t tr .taiou {
	font-size: 16px;
	color: #900;
	text-align: right;
}

table.nedan {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 100px;
	margin-bottom: 20px;
	clear: both;
}


table.nedan tr th {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #333;
	text-align: left;
	background-color: #E4E4CF;
}
table.nedan tr td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.qa-dl .nocolor {
	color: #666635;
}








/*　　　　　　　　　　　　　　　　　　　　　　　　　
---------------------------------------------------------------------------*/



.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/




/*　　　　　　　　　　　　　　　　　　　　　　　　　
---------------------------------------------------------------------------*/
.font14{
font-size:14px;
}
.font15{
font-size:15px;
}
.font16{
font-size:16px;
}
.font17{
font-size:17px;
}
.font18{
font-size:18px;
}
.font19{
font-size:19px;
}
.font20{
font-size:20px;
}
.font20{
font-size:20px;
}
.font22{
font-size:22px;
}
.font24{
font-size:24px;
}
.font26{
font-size:26px;
}
.font28{
font-size:28px;
}
.font_b{
	font-weight:bold;
}
.ttl01{
	color:#7D7D42;
	font-size:18px;
	font-weight:bold;
}

/* 160517 追加 */
.souzoku_bnr{
	margin-bottom:20px;
}


/* 160920 追加 */
.first_bnr{
	margin-bottom:20px;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ページネーション
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pagination { margin: 40px 0 30px; text-align: center }
.pagination ul { display: inline-block; margin: 0; padding: 0; list-style: none }
.pagination li a, .pagination li > span { display: block; margin: 0 5px; padding: 6px 8px; border: solid 1px #cccccc; color: #000000; font-size: 14px; text-decoration: none }
.pagination li > span { background-color: #efefef }
.pagination li a:hover { background-color: #eeeeee }
.pagination ul:after { content: ""; display: block; clear: both }
.pagination li { float: left; width: auto }
/* 記事一覧のページネーション */
.pagination-index li .dots { padding: 6px 2px; border-color: transparent; background-color: transparent }


