/* 
Theme Name:ガーデンエクステリア資料室
Themw URI:http://osaka-exterior.jp/
Description:ガーデンエクステリア資料室テーマ
Author:Kaori Ishikawa
*/



/* デフォルトスタイルのリセット
----------------------------------------------------------- */
@import url("css/reset.css");

/* Thickboxのスタイル
----------------------------------------------------------- */
@import url("css/thickbox.css");



/* -----------------------------------------------------------
 CSS Contents
 
 1: Base
 2: Header
 3: Contents
 4: Main
 5: Sub
 6: Footer
 7: Other
 
 20: Top Page

 99: clearFix
----------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
	1: Base
---------------------------------------------------------------------------------- */
body {
	background: #FFF url(img/body_bg.gif) repeat;
	color: #4F4F4F;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana,Arial,sans-serif;
}

/* IE4～06,Mac4～5対策 */
* html body {
	font-size: 75%;
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

/* IE7対策 */
*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}


/* Link
----------------------------------------------------------- */
a:link {
	color: #4CAC26;
}

a:visited {
	color: #317018;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* 基本設定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 1em;
}

code {
	color: #396BB0;
	text-transform: none;
	font-size: 1em;
}

blockquote {
	margin: 10px 20px 1em;
	padding: 10px;
	border: 1px solid #B0B0B0;
}

#page {
	padding: 0px;
	width: 850px;
	margin: 0px auto;
	text-align: left;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	background: #FFFFFF;
}

/* Navigation Skip
----------------------------------------------------------- */
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/* 汎用class
----------------------------------------------------------- */
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.aligncenter {
	text-align: center;
	margin: 0 auto 10px;
}

.imgMiddle {
	vertical-align: middle;
	margin: 0px 3px;
}

.imgTitle {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.center {
	text-align: center;
}

.bannerWrap {
	font-size: 0px;
	line-height: 0px;
}

.bannerWrap li {
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.more {
	text-align: right;
	font-size: 0.85em;
	clear: both;
}

.btn {
	clear: both;
	text-align: center;
	margin: 2em 0px;
}

.boxWrap {
	margin-bottom: 15px;
}

.line {
	height: 5px;
	margin: 10px 0px 20px;
	padding: 0px;
	border: 0px none;
	clear: both;
	background: #F2F9F0;
	font-size: 0px;
	line-height: 0px;
}

.f15 {
	font-size: 125%;
}

.f20 {
	font-size: 167%;
}



/* テーブル設定
----------------------------------------------------------- */
table.loanTable {
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 10px 0px 20px;
}

table.dateTable {
	clear: both;
	margin: 10px auto 20px;
	width: 90%;
	font-size: 12px;
}

table.loanTable td,
table.dateTable td {
	padding: 0.3em 1em;
	border: 1px solid #CCCCCC;
}

table.loanTable th,
table.dateTable th {
	background: #F2F9F0;
	border: 1px solid #CCCCCC;
	color: #4DAC26;
}

table.loanTable th {
	text-align: center;
	padding: 0.3em;
}

table.dateTable th {
	white-space: nowrap;
	padding: 0.3em 1em;
	width: 120px;
	vertical-align: top;
}




/* ----------------------------------------------------------------------------------
	2: Header
---------------------------------------------------------------------------------- */
#headerContainer {
	background: url(img/h_container_bg.gif) no-repeat;
	height: 95px;
	display: block;
	zoom: 100%;
}

#header {
	padding: 5px 10px;
}

#header .wrap {
	padding: 5px 0px 15px;
}

#header p.description {
	float: left;
	font-size: 84%;
	width: 580px;
	margin: 0px;
}

#header p.guideNavi {
	float: right;
	font-size: 84%;
	text-align: right;
	width: 250px;
	margin: 0px;
}

#header h1 {
	line-height: 0px;
	float: left;
	width: 460px;
	margin: 0px;
}

#header .floatRight {
	float: right;
	text-align: right;
	width: 200px;
}



/* ----------------------------------------------------------------------------------
	3: Contents
---------------------------------------------------------------------------------- */
#contentsContainer {
	clear: both;
	padding: 0px 0px 5px;
	zoom: 100%;
	background: url(img/contents_bg.gif) repeat-y;
}

#contentsContainer .topicpath {
	margin-bottom: 1em;
}

#contentsContainer #contentsBottom {
	float: left;
	width: 630px;
	display: inline;
	margin-left: 10px;
	padding-top: 30px;
}

#contentsContainer #contentsBottom h3 {
	color: #4DAC26;
	padding: 1em 5px 0.4em;
	background: url(img/h3_bg.jpg) repeat-x 0px bottom;
	font-size: 125%;
}

#contentsContainer #contentsBottom h4 {
	padding: 0px 5px 0px 10px;
	background: url(img/h4_bg.gif) no-repeat 0px 0.3em;
	color: #4DAC26;
}

#contentsContainer #contentsBottom p {
	padding: 0px 5px;
}

#contentsContainer .pageTop {
	clear: both;
	text-align: right;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 10px 210px 0px 10px;
}



/* ----------------------------------------------------------------------------------
	4: Main
---------------------------------------------------------------------------------- */
#main {
	float: left;
	width: 630px;
	display: inline;
	margin-left: 10px;
	padding-top: 10px;
}

#main .styleNone {
	background: url(none);
	padding: 0px;
	border: none;
	font-size: 1em;
	color: #4DAC26;
}

#main h2 {
	padding: 0.3em 5px 0.4em;
	color: #4DAC26;
	border: 1px solid #D2D2D2;
	font-size: 125%;
	background-color: #FFFFFF;
	background-image: url(img/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main h2 span {
	background: url(img/subtitle_bg.gif) no-repeat 8px 0.2em;
	padding-left: 25px;
}

#main h3 {
	padding: 1em 5px 0.4em;
	background: url(img/h3_bg.jpg) repeat-x 0px bottom;
	font-size: 125%;
}

#main h2 a:link,
#main h2 a:visited,
#main h3 a:link,
#main h3 a:visited {
	text-decoration: none;
}

#main h2 a:hover,
#main h3 a:hover {
	color: #FF6600;
}

#main h4 {
	padding: 1em 5px 0px 10px;
	background: url(img/h4_bg.gif) no-repeat 0px 1.3em;
	color: #4DAC26;
}

#main h5 {
	background: url(img/h5_bg.gif) no-repeat 0px 1.3em;
	padding: 1em 5px 0px 10px;
	color: #386CB0;
}

#main p.note {
	margin-right: 10px;
	margin-left: 15px;
}

#main .exLink {
	background: url(img/icon_exlink.gif) no-repeat right 0.23em;
	margin-right: 5px;
	padding-right: 13px;
}

#main .flashArea {
	margin-bottom: 15px;
}

#main .flashArea div {
	margin: 0px;
	padding: 0px;
}

#main p {
	line-height: 2;
}

p.titleButton,
p.titleButton02,
p.titleButton03 {
	position:relative;
	text-align:right;
	margin:0;
}

p.titleButton span {
	position:absolute;
	display:block;
	top:-44px;
	right:9px;
}

p.titleButton02 span {
	position:absolute;
	display:block;
	top:-40px;
	right:9px;
}

p.titleButton03 span {
	position:absolute;
	display:block;
	top:-30px;
	right:9px;
}

p.titleButton span a {
	margin-left: 9px;
}

.attention {
	text-indent: -1em;
	padding-left: 1em;
}


/* ----------------------------------------------------------------------------------
	5: Sub
---------------------------------------------------------------------------------- */
#sub {
	float: right;
	width: 200px;
}


/* メインメニュー
----------------------------------------------------------- */
#gNav {
	width: 200px;
	margin-bottom: 10px;
}

#gNav li.cat-item a,
#gNav li.topLink a {
	background: #4DAC26 url(img/gnavi_bg.gif) no-repeat;
	border-top: 1px solid #B9FB9F;
	border-bottom: 1px solid #337018;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 20px;
	width: 175px;
}

#gNav li.cat-item a:hover,
#gNav li.cat-item .active,
#gNav li.topLink a:hover,
#gNav li.topLink .active {
	background: #A2D93F url(img/gnavi_bg.gif) no-repeat -300px 0px;
	color: #337018;
}

#gNav li.cat-item .parentsLink {
	background: #A2D93F url(img/gnavi_bg.gif) no-repeat -300px 0px;
	color: #337018;
}

#gNav li.cat-item ul.children,
#gNav li.cat-item ul.children ul {
	padding: 5px;
	margin: 0px;
}

#gNav li.cat-item ul.children {
	padding-top: 10px;
}

#gNav li.cat-item ul.children li.cat-item,
#gNav li.cat-item ul.children li.page_item {
	background: url(img/icon_li01.gif) no-repeat 2px 0.2em;
	color: #4CAC26;
	line-height: 1.3em;
	clear: both;
	padding: 0px 0px 0px 15px;
	margin-bottom: 0.8em;
}

#gNav li.cat-item ul.children li.cat-item a,
#gNav li.cat-item ul.children li.page_item a {
	background: 0 url(none);
	border: none;
	color: #4CAC26;
	display: inline;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#gNav li.cat-item ul.children li.cat-item a:visited,
#gNav li.cat-item ul.children li.page_item a:visited {
	background: 0 url(none);
	color: #317018;
	text-decoration: underline;
}

#gNav li.cat-item ul.children li.cat-item a:hover,
#gNav li.cat-item ul.children li.page_item a:hover {
	background: 0 url(none);
	color: #FF6600;
	text-decoration: none;
}

#gNav li.cat-item ul.children li.cat-item img {
	padding: 0px 2px;
	vertical-align: middle;
}



/* サブメニュー
----------------------------------------------------------- */
#subNavi {
	padding: 0px;
	width: 190px;
	margin: 0px auto 10px;
}

#subNavi li {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 5px;
	padding: 0px;
}



/* RSSリーダー
----------------------------------------------------------- */
#subNavi li ul.rss {
	background: #FFFFFF;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding: 10px 5px 5px 10px;
}

#entry .entry_body .staffBlog ul.rss {
	margin: 0px;
	padding: 0px;
}

#subNavi li ul.rss li,
#staffBoxWrap .staffBox .staffBlog ul.rss li,
#entry .entry_body .staffBlog ul.rss li {
	font-size: 12px;
	line-height: 1.3;
	background: url(img/icon_entry.jpg) no-repeat 0px 0.28em;
	margin-bottom: 1em;
	padding-left: 13px;
}

#subNavi li ul.rss li span.new,
#staffBoxWrap .staffBox .staffBlog ul.rss li span.new,
#entry .entry_body .staffBlog ul.rss li span.new {
	color: #FF0000;
	margin-left: 5px;
}


/* メニュー以外のリンク
----------------------------------------------------------- */
#subLink {
	padding: 0px 5px 10px;
	margin-bottom: 10px;
}

#subLink li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
}



/* バナー
----------------------------------------------------------- */
#sub div.bannerWrap ul {
	padding-left: 20px;
}

#sub div.bannerWrap ul li {
	background: url(none);
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 10px;
}

#sub div.bannerWrap ul li p {
	font-size: 10px;
	line-height: 1.2;
	margin: 0px;
	padding: 3px 0px 0px;
	width: 160px;
}

#sub div.bannerWrap ul li p span.new {
	color: #CC3333;
	font-weight: bold;
	padding-left: 5px;
}





/* ----------------------------------------------------------------------------------
	6: Footer
---------------------------------------------------------------------------------- */
#footContainer {
	clear:both;
	width: 850px;
	zoom: 100%;
	background: #4DAC26 url(img/f_containaer_bg.gif) repeat-x;
	color: #FFFFFF;
	padding-top: 10px;
}

#footContainer a {
	color: #FFFFFF;
}

#footer {
	background: url(img/footer_logo.gif) no-repeat right bottom;
	padding: 10px;
}

#copy {
	padding: 10px 0px 0px;
	margin: 0px;
}



/* ----------------------------------------------------------------------------------
	7: Other
---------------------------------------------------------------------------------- */

/* エントリー
----------------------------------------------------------- */
#entry {
	width:630px;
	margin-bottom:20px;
}

#entry .entryWrap {
	margin-bottom: 50px;
}

#entry .description {
	margin-bottom: 20px;
}

#entry .entry_body {
	padding: 0px 10px 10px;
}

#entry .entry_body div.entry_date {
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	font-size: 92%;
}
	
#entry .entry_body ul {
	margin: 0px 10px 1em 20px;
}

#entry .entry_body ul li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
}

#entry .entry_body ul li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
}

#entry .entry_body ol {
	margin: 0px 10px 1em 32px;
}

#entry .entry_body ol li {
	background: url(none);
	list-style: decimal;
	padding: 0px;
	margin-bottom: 0.5em;
}

#entry .entry_body ol li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
	list-style: none;
}

#entry .entry_body div.entry_more {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#entry div.entry_state {
	clear: both;
	text-align:right;
	padding:5px 10px;
	border-top: 1px solid #B0B0B0;
	font-size: 92%;
}

#entry .entry_body img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
}

#entry .entry_body img.wp-smiley {
	padding: 0px;
	border: none;
	vertical-align: middle;
	margin: 0px 0.5em 0px 0px;
}

#entry .entry_body img.frameNone {
	padding: 0px;
	border: none;
}

#entry .entry_body .tagArea {
	clear: both;
	padding: 10px 0px;
}

#entry .entry_body .tagArea p.tags {
	background: url(img/icon_tag.gif) no-repeat 0 0.6em;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#entry .entry_body .floatLeft {
	float: left;
	width: 300px;
}

#entry .entry_body .floatRight {
	float: right;
	width: 300px;
}

#entry .entry_body .floatLeft160 {
	float: left;
	width: 160px;
}

#entry .entry_body .floatRight420 {
	float: right;
	width: 420px;
}



/* カテゴリー
----------------------------------------------------------- */
.catList {
	margin: 0px 10px 30px;
	padding-top: 20px;
}

.catList li {
	padding: 0.8em 1em 0.8em 2em;
	background: url(img/h4_bg.gif) no-repeat 1em 1.2em;
	border-bottom: 1px dotted #ADADAF;
	font-weight: bold;
}

.catList li.even {
	background: #F2F9F0 url(img/h4_bg.gif) no-repeat 1em 1.2em;
	display: block;
}




/* ページを分割した時のナビゲーション
----------------------------------------------------------- */
.pageNavi {
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
	clear: both;
	color: #4DAC26;
}

.pageNavi span {
	border: 1px solid #4DAC26;
	padding: 2px 3px;
	font-weight: normal;
	margin: 0px 3px 0px 0px;
	background: #FFFFFF;
	color: #4DAC26;
}

.pageNavi a {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #4DAC26;
	padding: 2px 5px;
	margin: 0px 3px;
	background: #FFFFFF;
	color: #4DAC26;
}

.pageNavi a:hover {
	background: #FF9900;
	color: #FFFFFF;
	border: 1px solid #FF9900;
}







/* サイトマップページ
----------------------------------------------------------- */
.ddsg-wrapper {
	padding: 15px 0px 15px 30px;
}

.ddsg-wrapper li {
	border-bottom: 3px solid #F2F9F0;
	padding-bottom: 0.8em;
}

.ddsg-wrapper li ul li {
	border-bottom: none;
	padding-bottom: 0px;
}

.ddsg-xml-link {
	padding-left: 25px;
}



/* ウィジェット
----------------------------------------------------------- */
#main .widget {
	padding: 0px;
	margin: 0px;
}

#sub #widgetBox .widget {
	padding: 0px 5px 10px;
	margin-bottom: 10px;
}

#sub #widgetBox h3 {
	color: #4DAC26;
	padding: 0.3em 5px 0.6em;
	margin: 0px -5px 10px;
	text-transform: capitalize;
	background-color: #FFFFFF;
	background-image: url(img/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	text-align: left;
}

#sub #widgetBox .widget ul {
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#sub #widgetBox .widget ul li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
}



/* WP2.6からの画像まわりの設定
----------------------------------------------------------- */
.wp-caption {
}

.wp-caption-text {
	text-align: left;
	font-size: 84%;
}





/* ----------------------------------------------------------------------------------
	20: Top Page
---------------------------------------------------------------------------------- */

/* アコーディオンの設定 */
#main .accordionArea {
	margin-bottom: 15px;
	width:630px;
	height:300px;
	overflow: hidden;
}

#main .accordionArea .exLink {
	background: url(none);
	margin-right: 0px;
	padding-right: 0px;
}

#main .accordionArea ul.bsm {
	border: 1px solid #CCCCCC;
	overflow:hidden;
}

ul.bsm li {
	border-left: 2px solid #FFFFFF;
	float:left;
}

ul.bsm li.first {
	border-left-style: none;
}


/* コンテンツ一覧の設定 */
.indexBody #main dt {
	margin: 0px 0px 15px;
	font-size: 0px;
	line-height: 0px;
}

.indexBody #main dd {
	margin: 0px 2px 15px;
	padding: 0px;
	width: 310px;
	float: left;
}

.indexBody #main dd h2 {
	margin: 0px;
}

.indexBody #main div.wrap {
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	margin: 0px;
}

.indexBody #main div.wrap ul {
	margin: 0px;
	float: right;
	width: 185px;
	padding: 15px 5px 10px 0px;
}

.indexBody #main div.wrap li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

.indexBody #main div.photo {
	float: left;
	width: 105px;
	padding-top: 15px;
	padding-left: 10px;
}

.indexBody #main div.photo img {
	border: 1px solid #B0B0B0;
}






/* ----------------------------------------------------------------------------------
	99: clearFix
---------------------------------------------------------------------------------- */
.wrap:after,
.boxWrap:after,
#contentsContainer:after,
div.bannerWrap:after,
div.entry_body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* IE4～06,Mac4～5対策 */
* html .wrap,
* html .boxWrap,
* html #contentsContainer,
* html div.bannerWrap,
* html div.entry_body {
	display: inline-block;
}

/* IE7対策 */
*:first-child+html .wrap,
*:first-child+html .boxWrap,
*:first-child+html #contentsContainer,
*:first-child+html div.bannerWrap,
*:first-child+html div.entry_body {
	display: inline-block;
}
