/* 
Theme Name:アポア
Themw URI:http://apoa.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.png) repeat-x;
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-family: verdana,Arial,sans-serif;
}

/* IE4～06,Mac4～5対策 */
* html body {
	font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

/* IE7対策 */
*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}


/* Link
----------------------------------------------------------- */
a:link {
	color: #333;
}

a:visited {
	color: #666;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

/* 基本設定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 1em;
}

code {
	color: #0099CC;
	text-transform: none;
	font-size: 1em;
}

blockquote {
	margin: 10px 20px 1em;
	padding: 10px;
	border: 5px solid #E8E8E8;
}

#page {
	padding: 0px;
	width: 880px;
	margin: 0px auto;
	text-align: left;
}

/* Navigation Skip
----------------------------------------------------------- */
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/* 汎用class
----------------------------------------------------------- */
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.aligncenter {
	text-align: center;
	margin: 0 10px 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgMiddle {
	vertical-align: middle;
	margin: 0px 3px;
}

.imgTitle {
	font-size: 0px;
	line-height: 0px;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.bannerWrap {
	font-size: 0px;
	line-height: 0px;
	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: #F6F6F6;
	font-size: 0px;
	line-height: 0px;
}

.new {
	color: #CC3333;
	font-weight: bold;
	padding-left: 5px;
}


/* テーブル設定
----------------------------------------------------------- */
table.linkTable,
table.dateTable {
	clear: both;
	margin: 10px auto 20px;
	width: 90%;
	font-size: 12px;
}

table.linkTable td,
table.dateTable td {
	padding: 0.3em 1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.linkTable th,
table.dateTable th {
	padding: 0.3em 1em;
	white-space: nowrap;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/h3_bg.gif) repeat-y right;
}

table.dateTable th {
	width: 120px;
}




/* ----------------------------------------------------------------------------------
	2: Header
---------------------------------------------------------------------------------- */
#header {
	padding-bottom: 20px;
}

#header #logo {
	line-height: 0;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}

#header #search {
	text-align: right;
	float: right;
	width: 250px;
	padding-top: 16px;
}

#header #search .textArea {
	width: 173px;
	border: 1px solid #544130;
	height: 18px;
}

#header #search .submitBtn {
	vertical-align: middle;
}

#header #gNav {
	width: 880px;
	background: url(img/gnavi_bg.png) no-repeat;
	clear: both;
}

#header #gNav li {
	float: left;
}

#header #gNav li {
	display: inline;
}


#header #gNav a {
	display: block;
	height: 30px;
	margin-right: 20px;
}

#header #gNav li.gNav01 a {
	width: 50px;
}

#header #gNav li.gNav02 a {
	width: 93px;
}

#header #gNav li.gNav03 a {
	width: 60px;
}

#header #gNav li.gNav04 a {
	width: 60px;
}

#header #gNav li.gNav05 a {
	width: 78px;
}

#header #gNav li.gNav06 a {
	width: 107px;
}

#header #gNav li.gNav07 a {
	width: 65px;
}

#header #gNav a:hover {/* IE6対策 */
	background: none;
}

#header #gNav li a:hover img,
#header #gNav li .active img {
	width: 0;
	height: 0;
}


/* ----------------------------------------------------------------------------------
	3: Contents
---------------------------------------------------------------------------------- */
#contentsContainer {
	clear: both;
	padding: 0px 0px 5px;
	zoom: 100%;
}

#contentsContainer .topicpath {
	margin-bottom: 1em;
}

#contentsContainer .pageTop {
	clear: both;
	text-align: right;
	padding: 10px 0px 0px;
	margin: 0px;
	font-size: 10px;
}

#contentsFooter {
	float: left;
	width: 660px;
	display: inline;
	padding-top: 20px;
}

#contentsFooter .bannerWrap li {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 10px 20px 10px;
	float: left;
}



/* ----------------------------------------------------------------------------------
	4: Main
---------------------------------------------------------------------------------- */
#main {
	float: left;
	width: 680px;
	display: inline;
}

#main .styleNone {
	background: url(none);
	padding: 0px;
	border: none;
	font-size: 1em;
	color: #333333;
}

#main h2 {
	padding: 5px;
	background: #F6F6F6 url(img/h2_bg.gif) repeat-x 0px bottom;
	font-size: 125%;
}

#main h3 {
	padding: 5px;
	background: url(img/h3_bg.gif) repeat-x 0px bottom;
	font-size: 125%;
}

#main h3 a:link,
#main h3 a:visited {
	text-decoration: none;
}

#main h4 {
	border-bottom: 5px solid #E8E8E8;
	padding: 15px 5px 2px;
	font-size: 125%;
}

#main h5 {
	background: url(img/icon03.gif) no-repeat 0px 1.5em;
	padding: 15px 5px 2px 15px;
}

#main p.note {
	margin-right: 10px;
	margin-left: 15px;
}

#main .exLink {
	background: url(img/icon04.gif) no-repeat right 0.2em;
	margin-right: 5px;
	padding-right: 13px;
}

#main address {
	text-align: center;
	padding: 20px 0px;
	clear: both;
}

/* ----------------------------------------------------------------------------------
	5: Sub
---------------------------------------------------------------------------------- */
#sub {
	float: right;
	width: 200px;
}

#sub dt {
	margin-bottom: 10px;
}

#sub dd {
	padding: 0px 5px 10px;
	margin-bottom: 10px;
}



/* メインメニュー
----------------------------------------------------------- */
#subNavi {
	width: 200px;
	background: url(img/navi_bg.gif) no-repeat;
	margin-bottom: 20px;
}

#subNavi li {
	font-size: 0px;
	line-height: 0px;
	width: 200px;
}

#subNavi a {
	display: block;
	height: 35px;
	width: 200px;
}

#subNavi li.contact a {
	height: 90px;
}

#subNavi a:hover {/* IE6対策 */
	background: none;
}

#subNavi li a:hover img,
#subNavi li .active img,
#subNavi li .parentsLink img {
	width: 0;
	height: 0;
}



/* メニュー
----------------------------------------------------------- */
#subNav {
}

#subNav ul {
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#subNav ul li {
	background: url(img/icon01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}



/* 下層メニュー
----------------------------------------------------------- */
#subNav ul li ul {
	padding-bottom: 5px;
	padding-top: 0px;
}

#subNav ul li ul li {
	background: url(img/icon02.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}


/* インフォメーション
----------------------------------------------------------- */
#info li {
	background: url(img/icon03.gif) no-repeat 0px 0.3em;
	padding-left: 13px;
	margin-bottom: 0.8em;
	line-height: 1.3;
	display: block;
	margin-left: 4px;
}


/* インフォメーション
----------------------------------------------------------- */
#sub .rss {
	width: 160px;
	padding-left: 20px;
}

#sub .rss li {
	background: url(img/icon01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 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: 880px;
	padding: 0px;
}

#footer {
}

#footerNavi {
	border-top: 1px solid #333333;
	padding-top: 15px;
	padding-bottom: 10px;
}

#copy {
	padding: 5px 0px 2em;
}



/* ----------------------------------------------------------------------------------
	7: Other
---------------------------------------------------------------------------------- */

/* カテゴリー
----------------------------------------------------------- */
#catTitle {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}

#catImage {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 20px;
}



/* 施工事例
----------------------------------------------------------- */
div.post div.worksWrap ul {
	padding: 0px;
	margin: 0px;
}

div.worksWrap li.box h3 {
	margin-bottom: 5px;
}

* html div.worksWrap li.box h3 {
	width: 200px;
}

div.worksWrap li.box {
	background: url(none);
	float: left;
	width: 200px;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}

div.worksWrap li.box {/* IE対策 */
	display: inline;
}

div.worksWrap li.box img {
	height: 150px;
}


/* サムネイル一覧
----------------------------------------------------------- */
div.post ul.thumbnail {
	padding: 10px 0px 5px 15px;
	margin: 0px 0px 20px;
	background: url(img/thumbnail_bg.gif);
}

div.post ul.thumbnail li {
	background: url(none);
	float: left;
	width: 100px;
	padding: 0px 5px 5px 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.post ul.thumbnail li {/* IE対策 */
	display: inline;
}





/* ページを分割した時のナビゲーション
----------------------------------------------------------- */
.pageNavi {
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
	clear: both;
}

.pageNavi span {
	border: 1px solid #333333;
	padding: 2px 3px;
	font-weight: normal;
	margin: 0px 3px 0px 0px;
	background: #FFFFFF;
}

.pageNavi a {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #333333;
	padding: 2px 5px;
	margin: 0px 3px;
	background: #FFFFFF;
}

.pageNavi a:hover {
	background: #CCCCCC;
	color: #333333;
}




/* 検索結果ページ
----------------------------------------------------------- */
#searchList {
	margin: 0px 0px 25px;
}

#searchList dl {
	width: 570px;
	overflow: hidden;
	margin: 0px auto;
}

#searchList dt {
	float: right;
	text-align: right;
	padding-top: 5px;
	margin: 0px 5px 0px 10px;
}

#searchList dd {
	background: url(img/icon03.gif) no-repeat 5px 8px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 95px 5px 20px;
	line-height: 1.3;
}

#searchList dd a {
	font-weight: bold;
}



/* サイトマップページ
----------------------------------------------------------- */
.ddsg-wrapper {
	padding: 15px 0px 15px 30px;
}

.ddsg-xml-link {
	padding-left: 25px;
}



/* 記事内容
----------------------------------------------------------- */
div.post {
	margin-bottom: 3em;
	padding-right: 20px;
}

div.post ul {
	margin: 0px 10px 1em 2em;
}

div.post ul li {
	background: url(img/icon03.gif) no-repeat 0px 0.35em;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
	margin-bottom: 0.5em;
	list-style: none;
}

div.post ul li ul li {
	background: url(img/icon02.gif) no-repeat 0px 0.35em;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
	margin-bottom: 0.5em;
	list-style: none;
}

div.post ol {
	margin: 0px 10px 1em 3.5em;
}

div.post ol li {
	background: url(none);
	list-style: decimal;
	padding: 0px;
	margin-bottom: 0.5em;
}

div.post ol li ul li {
	background: url(img/icon02.gif) no-repeat 0px 0.35em;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
	margin-bottom: 0.5em;
	list-style: none;
}

div.postFooter {
	text-align: right;
	border-top: 1px solid #999999;
	padding: 3px;
	font-size: 84%;
}


/* ウィジェット
----------------------------------------------------------- */
#main .widget {
	padding: 0px;
	margin: 0px;
}

#sub .widget {
	margin-bottom: 20px;
}

#sub .widget h3 {
	padding: 5px;
	background: #F6F6F6 url(img/h2_bg.gif) repeat-x 0px bottom;
	font-size: 125%;
}

#sub .widget ul {
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#sub .widget ul li {
	background: url(img/icon01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}

#sub .widget ul li ul {
	padding-bottom: 5px;
	padding-top: 0px;
}

#sub .widget ul li ul li {
	background: url(img/icon02.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}



/* ----------------------------------------------------------------------------------
	20: Top Page
---------------------------------------------------------------------------------- */

/* ヘッダー
----------------------------------------------------------- */
.indexBody #contentsContainer {
	padding-top: 30px;
}


/* トップイメージ
----------------------------------------------------------- */
#topImage {
	background: url(img/work-of-apoa.gif) no-repeat;
	padding: 0px 0px 0px 80px;
	margin-bottom: 20px;
	height: 300px;
}

#topImage li {
	font-size: 0px;
	line-height: 0px;
	display: inline;
	float: left;
}

/* ニュース一覧
----------------------------------------------------------- */
.newsListBox {
	padding: 5px 15px 10px;
	line-height: 1.3;
	border-bottom: 5px solid #F6F6F6;
}

.newsListBox dt {
	float: left;
	clear: both;
	background: url(img/icon03.gif) no-repeat 0px 0.2em;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
	padding-right: 10px;
	margin-bottom: 1em;
}

.newsListBox dd {
	padding-bottom: 1em;
}

/* IE4～06,Mac4～5対策 
* html .newsListBox dd {
	padding-left: 12em;
}*/

/* IE7対策 
*:first-child+html .newsListBox dd {
	padding-left: 12em;
}*/






/* ----------------------------------------------------------------------------------
	99: clearFix
---------------------------------------------------------------------------------- */
#gNav:after,
#contentsContainer:after,
div.worksWrap:after,
.bannerWrap:after,
div.post:after,
div.post ul.thumbnail:after,
.newsListBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* IE4～06,Mac4～5対策 */
* html #gNav,
* html #contentsContainer,
* html .worksWrap,
* html div.bannerWrap,
* html div.post,
* html div.post ul.thumbnail,
* html .newsListBox {
	display: inline-block;
}

/* IE7対策 */
*:first-child+html #gNav,
*:first-child+html #contentsContainer,
*:first-child+html div.worksWrap,
*:first-child+html .bannerWrap,
*:first-child+html div.post,
*:first-child+html div.post ul.thumbnail,
*:first-child+html .newsListBox {
	display: inline-block;
}

