/* 
Theme Name:ウエシン
Themw URI:http://ueshin.info/
Description:ウエシン専用テーマ
Author:Kaori Ishikawa
*/



/* デフォルトスタイルのリセット
----------------------------------------------------------- */
@import url("css/reset.css");




/* -----------------------------------------------------------
 CSS Contents
 
 1: Base
 2: Header
 3: Contents
 4: Main
 5: Sub
 6: Footer
 7: Other
 
 20: Top Page
 30: One Column

 99: clearFix
----------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
	1: Base
---------------------------------------------------------------------------------- */
body {
	background: #F2F2F2;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana, Arial, sans-serif;
	color: #242424;
}

/* 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: #242424;
}

a:visited {
	color: #393939;
}

a:hover {
	color: #6C8F21;
	text-decoration: none;
}


/* 基本設定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 1.5em;
}

code {
	color: #396BB0;
	text-transform: none;
	font-size: 1em;
}

blockquote {
	margin: 10px 20px 1em;
	padding: 10px;
	border: 1px solid #B0B0B0;
}

#page {
	padding: 0px;
	width: 868px;
	margin: 0px auto;
	text-align: left;
	background: url(img/page_bg.jpg) no-repeat;
}

/* 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 0px 17px 0px;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.center {
	text-align: center;
}

.bannerWrap {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 17px;
}

.bannerWrap li {
	margin-bottom: 5px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.more {
	clear: both;
	background: url(img/h_line.gif) repeat-x;
	text-align: right;
	margin-bottom: 15px;
}

.btn {
	clear: both;
	text-align: center;
	margin: 0px 0px 15px;
}

.boxWrap {
	margin-bottom: 5px;
}

.line {
	height: 20px;
	margin: 10px 0px 15px;
	padding: 0px;
	border: 0px none;
	clear: both;
	background: url(img/h_line.gif) repeat-x;
	font-size: 0px;
	line-height: 0px;
}


/* フォントサイズ */
.f10 {
	font-size: 84%;
}

.f15 {
	font-size: 125%;
}

.f20 {
	font-size: 167%;
}


/* フォントカラー */
.green {
	color: #6C8F21;
}

.lightgreen {
	color: #A6DC33;
}

.orange {
	color: #DBA032;
}



.attention {
	text-indent: -1em;
	padding-left: 1em;
}

span.new {
	color: #CC3333;
	font-weight: normal;
	padding-left: 5px;
}

span.new a {
	color: #CC3333;
	text-decoration: none;
}


/* 見出し */
.titleGreen,
.titleLightGreen,
.titleOrange {
	font-size: 125%;
	line-height: 1.3;
	background: url(img/h_line.gif) repeat-x;
	border-left: 5px solid #6C8F21;
}

.titleLightGreen {
	border-left: 5px solid #A6DC33;
}

.titleOrange {
	border-left: 5px solid #DBA032;
}

.titleGreen span,
.titleLightGreen span,
.titleOrange span {
	background: #FFFFFF;
	padding-right: 3px;
	padding-left: 5px;
}

table.dateTable {
	clear: both;
	border-top: 1px dotted #999999;
	margin: 10px auto 20px;
	width: 90%;
	font-size: 12px;
}

table.dateTable td {
	padding: 0.5em 1em;
	border-bottom: 1px dotted #999999;
}

table.dateTable th {
	border-bottom: 1px dotted #999999;
	text-align: right;
	white-space: nowrap;
	padding: 0.5em 1em;
	width: 120px;
	vertical-align: top;
}




/* ----------------------------------------------------------------------------------
	2: Header
---------------------------------------------------------------------------------- */
#header {
	padding: 0px;
	background: #242424 url(img/header_bg.gif) no-repeat;
	margin: 0px 10px;
	color: #F2F2F2;
	/*zoom: 100%;*/
}

#header p.description {
	font-size: 84%;
	margin: 0px;
	padding: 15px 0px 0px;
}
#header h1 {
	line-height: 0px;
	float: left;
	width: 154px;
	margin: 0px;
}

#header #gNavi {
	width: 848px;
	clear: both;
}

#header #gNavi li {
	float: left;
	font-size: 0px;
	line-height: 0px;
}

#header #gNavi a {
	display: block;
	height: 73px;
}

#header #gNavi .gNavi01 a {
	width: 115px;
}

#header #gNavi .gNavi02 a {
	width: 195px;
}

#header #gNavi .gNavi03 a {
	width: 120px;
}

#header #gNavi .gNavi04 a {
	width: 145px;
}

#header #gNavi .gNavi05 a {
	width: 100px;
}

#header #gNavi a:hover {
	background: none;
}

#header #gNavi li a:hover img,
#header #gNavi li a.active img {
	width: 0;
	height: 0;
}

#randomImage {
	width: 848px;
	clear: both;
	padding: 1px 0px;
}

#randomImage li {
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 0px 1px;
	float: left;
}

#randomImage a:hover {
	background: none;
}

#header .wrap {
	padding: 12px 0px 0px;
	height: 31px;
	clear: both;
}

#header p.guideNavi {
	float: left;
	font-size: 84%;
	text-align: right;
	width: 635px;
	margin: 0px;
	line-height: 2;
}

#header p.guideNavi a {
	color: #F2F2F2;
}

#header p.guideNavi a:hover {
	color: #A6DC33;
	background: none
}

#search {
	text-align: right;
	float: right;
	padding-left: 1px;
}

#search .textArea {
	width: 135px;
	border: 1px solid #242424;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#search .submitBtn {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}


/* ----------------------------------------------------------------------------------
	3: Contents
---------------------------------------------------------------------------------- */
#contentsContainer {
	clear: both;
	padding: 18px 0px 5px;
	zoom: 100%;
	background: #FFFFFF url(img/shadow.jpg) repeat-x;
	margin: 0px 10px;
}

#contentsContainer .topicpath {
	margin-bottom: 3em;
	font-size: 84%;
}

#contentsBottom {
	float: left;
	width: 623px;
	display: inline;
	margin-left: 10px;
	padding-top: 5px;
}

.osusumeContents {
	margin-bottom: 35px;
}

.osusumeContents .bannerWrap {
}

.osusumeContents .bannerWrap li {
	float: left;
	margin: 0px 3px 5px 4px;
}

/*.osusumeContents .bannerWrap li.firstChild,
.osusumeContents .bannerWrap li:first-child {
	margin-left: 2px;
}*/

address {
	padding: 0px 10px 13px;
	font-size: 84%;
}

#contentsContainer .pageTop {
	clear: both;
	text-align: right;
	margin: 0px;
	font-size: 84%;
	padding: 0px 10px 0px 0px;
}



/* ----------------------------------------------------------------------------------
	4: Main
---------------------------------------------------------------------------------- */
#main {
	float: left;
	width: 623px;
	display: inline;
	margin-left: 10px;
}

#main .styleNone,
#entry .entry_body .styleNone {
	background: url(none);
	padding: 0px;
	border: none;
	font-size: 1em;
}

#main h4 {
	padding: 0px 0px 0px 15px;
	background: url(img/h4_bg.gif) no-repeat 0px 0.3em;
	color: #6C8F21;
}

#main h5 {
	padding: 0px 0px 0px 15px;
	background: url(img/h5_bg.gif) no-repeat 0px 0.3em;
	color: #8F6821;
}

#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;
}





/* ----------------------------------------------------------------------------------
	5: Sub
---------------------------------------------------------------------------------- */
#sub {
	float: right;
	width: 188px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* メニュー
----------------------------------------------------------- */
.subNavi {
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

.subNavi li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}



/* 下層メニュー
----------------------------------------------------------- */
.subNavi li ul {
	padding-bottom: 5px;
	padding-top: 0px;
}

.subNavi li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.35em;
	margin-bottom: 3px;
	padding-left: 13px;
	_padding: 3px 0px 3px 13px;
}

.subNavi img {
	vertical-align: middle;
	margin: 0px 3px;
}


/* RSSリーダー
----------------------------------------------------------- */
.shachoBlog {
	background: url(img/shacho_blog_bg.gif) no-repeat right top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #6C8F21;
	margin-bottom: 5px;
	padding-top: 45px;
}

.kojiBlog {
	background: url(img/koji_blog_bg.gif) no-repeat right top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #6C8F21;
	margin-bottom: 5px;
	padding-top: 45px;
}

.rss {
	padding: 10px 5px 5px 10px;
}

.rss li {
	font-size: 12px;
	line-height: 1.3;
	background: url(img/icon_entry.gif) no-repeat 0px 0.28em;
	margin-bottom: 1em;
	padding-left: 13px;
}

.rss a:hover {
	background: #6C8F21;
	color: #FFFFFF;
}

#sub .staffBlog {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #6C8F21;
	margin-bottom: 5px;
}

#sub .staffBlog p {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

#readerpublishermodule0 {
	padding: 10px 5px 5px 10px;
	height:120px;
	overflow:auto;
}

#readerpublishermodule0 div {
	width:150px;
	text-align:right;
}

#sub .staffBlog ul li {
	font-size: 12px;
	line-height: 1.3;
	background: url(img/icon_entry.gif) no-repeat 0px 0.28em;
	margin-bottom: 1em;
	padding-left: 13px;
}

#sub .staffBlog ul a:hover {
	background: #6C8F21;
	color: #FFFFFF;
}



/* メニュー以外のリンク
----------------------------------------------------------- */
#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 ul.bannerWrap {
	padding-left: 0px;
}

#sub ul.bannerWrap2 {
	margin: 0px;
	padding: 0px;
}

#sub ul.bannerWrap li,
#sub ul.bannerWrap2 li {
	background: url(none);
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#sub ul.bannerWrap li p,
#sub ul.bannerWrap2 li p {
	font-size: 10px;
	line-height: 1.2;
	margin: 0px;
	padding: 3px 0px 0px;
	width: 160px;
}






/* ----------------------------------------------------------------------------------
	6: Footer
---------------------------------------------------------------------------------- */
#footer {
	clear:both;
	color: #F2F2F2;
	background: #242424;
	margin: 0px 10px;
	font-size: 84%;
}

#footer a {
	color: #F2F2F2;
}

#footer a:hover {
	color: #A6DC33;
	background: none
}

#footerNavi {
	padding: 10px 10px 0px;
}

#copy {
	padding: 15px 10px;
	margin: 0px;
	background: #000000;
	text-align: right;
}



/* ----------------------------------------------------------------------------------
	7: Other
---------------------------------------------------------------------------------- */

/* エントリー
----------------------------------------------------------- */

#entry {
	width:623px;
	margin-bottom:20px;
}

#entry .entryWrap {
	margin-bottom: 50px;
}

#entry .description {
	margin-bottom: 20px;
}

#entry .entry_body {
	padding: 0px 10px 10px 13px;
}

#entry .entry_body h2,
#entry .entry_body h3 {
	font-size: 125%;
	line-height: 1.3;
	border-left: 5px solid #6C8F21;
	padding-left: 5px;
}

#entry .entry_body h3 {
	border-left: 5px solid #A6DC33;
}

#entry .entry_body p {
	line-height: 2;
}

#entry .entry_body div.entry_date {
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	font-size: 92%;
}
	
#entry .entry_body ul,
#newsBox ul {
	margin: 0px 10px 3em 20px;
}

#entry .entry_body ul li,
#newsBox 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,
#newsBox 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,
#newsBox ol {
	margin: 0px 10px 3em 32px;
}

#entry .entry_body ol li,
#newsBox ol li {
	background: url(none);
	list-style: decimal;
	padding: 0px;
	margin-bottom: 0.5em;
}

#entry .entry_body ol li ul li,
#newsBox 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 dotted #999999;
	font-size: 84%;
}

#entry .entry_body img.wp-smiley {
	padding: 0px;
	border: none;
	vertical-align: middle;
	margin: 0px 0.5em 0px 0px;
}

#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.3em;
	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;
	padding: 0px 20px;
}

#entry .entry_body .floatRight380 {
	float: right;
	width: 380px;
}


/* 関連する記事
----------------------------------------------------------- */
#relatedPosts {
	margin-bottom: 45px;
}

#relatedPosts ul {
	padding: 0px 10px 0px 13px;
}

#relatedPosts li {
	background: url(img/icon_li03.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
}



/* エントリー一覧（検索結果など）
----------------------------------------------------------- */
.entryList {
	padding: 20px 10px 10px 13px;
}

.entryList li {
	font-size: 125%;
	line-height: 1.3;
	background: url(img/entry_list_bg.gif) no-repeat right top;
	border-left: 5px solid #DBA032;
	font-weight: bold;
	margin-bottom: 17px;
}

.entryList li a {
	display: block;
	padding-right: 60px;
}

.entryList li a:hover {
	color: #DBA032;
}

.entryList li span {
	background: #FFFFFF;
	padding-right: 3px;
	padding-left: 5px;
}



/* 施工事例
----------------------------------------------------------- */
#main .worksList {
	margin: 0 0 10px;
	padding: 15px 0px 0px 5px;
}

#main .worksList .box {
	float: left;
	width: 290px;
	height: 120px;
	padding: 0 4px 45px 13px;
}

#main .worksList h3 {
	position: relative;
	width: 155px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-left: 130px;
	height: 60px;
}

#main .worksList > h3 {
	min-height: 60px;
	height: auto;
}

#main .worksList h3.firstChild,
#main .worksList h3:first-child {
	padding-top: 15px;
}

#main .worksList h3 a {
	padding-left: 15px;
	background: url(img/icon_li01.gif) no-repeat left top;
}

#main .worksList h3 img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
}

#main .worksList h3 a:hover img {
	background: #6C8F21;
}

#main .worksList h3.firstChild img,
#main .worksList h3:first-child img {
	top: 0;
}

#main .worksList p {
	padding: 0 5px 10px 143px;
	font-size: 84%;
}



/* ニュース一覧
----------------------------------------------------------- */
#main .newsList {
	font-size: 84%;
}

#main .newsList dt {
	padding-left: 66px;
	background: url(img/icon_li01.gif) no-repeat 54px 18px;
	border-top: 1px dotted #999999;
	padding-top: 17px;
}

#main .newsList dt.firstChild,
#main .newsList dt:first-child {
	border-top: 0;
}

#main .newsList dd {
	position: relative;
	margin-bottom: 10px;
	padding-left: 65px;
	height: 40px;
}

#main .newsList > dd {
	min-height: 40px;
	height: auto;
}

#main .newsList dd img {
	position: absolute;
	top: -15px;
	left: 0;
	padding: 2px;
}

#main .newsList dd a:hover img {
	background: #6C8F21;
}

#main .newsList dd.firstChild img,
#main .newsList dd:first-child img {
	top: 0;
}

#main .newsList .cat_event {
	background: url(img/list_bg_event01.gif) no-repeat right;
}

#main .newsList .cat_news {
	background: url(img/list_bg_news01.gif) no-repeat right;
}

/* トップニュース */
#main .topNews {
	height: 180px;
	border-bottom: 1px dotted #999999;
}

#main .topNews dt {
	padding-left: 145px;
	background: url(img/icon_li01.gif) no-repeat 130px 20px;
	padding-top: 17px;
}

#main .topNews dd {
	position: relative;
	margin-bottom: 10px;
	padding-left: 145px;
	height: 120px;
}

#main .topNews > dd {
	min-height: 120px;
	height: auto;
}

#main .topNews p {
	font-size: 84%;
	margin-bottom: 0px;
	padding-top: 15px;
}

#main .topNews dd img {
	position: absolute;
	top: -15px;
	left: 0;
	padding: 2px;
}

#main .topNews dd a:hover img {
	background: #6C8F21;
}

#main .topNews .cat_event {
	background: url(img/list_bg_event02.gif) no-repeat right 30px;
}

#main .topNews .cat_news {
	background: url(img/list_bg_news02.gif) no-repeat right;
}




/* リンク集
----------------------------------------------------------- */





/* スタッフ一覧
----------------------------------------------------------- */
#main .staffList {
	margin: 0 0 10px;
	padding: 15px 0px 0px 5px;
}

#main .staffList .box {
	float: left;
	width: 290px;
	height: 120px;
	padding: 0 4px 45px 13px;
}

#main .staffList h3 {
	position: relative;
	width: 155px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-left: 130px;
}

#main .staffList h3.firstChild,
#main .staffList h3:first-child {
	padding-top: 15px;
}

#main .staffList h3 a {
	padding-left: 15px;
	background: url(img/icon_li01.gif) no-repeat left top;
}

#main .staffList h3 img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
}

#main .staffList h3 a:hover img {
	background: #6C8F21;
}

#main .staffList h3.firstChild img,
#main .staffList h3:first-child img {
	top: 0;
}

#main .staffList p {
	padding: 0 5px 10px 143px;
	font-size: 84%;
	height: 60px;
}

#main .staffList > p {
	min-height: 60px;
	height: auto;
}


/* スタッフブログ一覧 */
#main .staffBlogList {
	margin: 0 0 10px;
	padding: 15px 0px 0px 5px;
}

#main .staffBlogList .box {
	float: left;
	width: 164px;
	padding: 0px 18px 45px;
}

#main .staffBlogList h3 {
	position: relative;
	width: 164px;
	margin-bottom: 10px;
	height: 190px;
}

#main .staffBlogList h3 a {
	padding-left: 15px;
	background: url(img/icon_li01.gif) no-repeat left top;
}

#main .staffBlogList h3 img {
	position: absolute;
	top: 25px;
	left: 0;
	padding: 2px;
}

#main .staffBlogList h3 a:hover img {
	background: #6C8F21;
}

#main .staffBlogList p {
	padding: 0 5px 10px 143px;
	font-size: 84%;
	height: 60px;
}

#main .staffBlogList > h3 {
	min-height: 190px;
	height: auto;
}

#main .staffBlog {
	width: 170px;
	margin: 0px 2px;
	padding: 0px 0px 17px;
	background: url(img/h_line.gif) repeat-x bottom;
	height: 150px;
}

#main > .staffBlog {
	min-height: 170px;
	height: auto;
}

#main .staffBlog h4 {
	width: 160px;
	margin: 0px;
	padding: 0px 2px;
}

#main .staffBlog .exLink {
	background: url(none);
	margin-right: 0px;
	padding-right: 0px;
}

#main .staffBlog .rss,
#main .staffBlog .rss li{
	background: url(none);
	margin: 0px;
	padding: 0px;
}

#main .staffBlog .rss {
	padding: 5px 0px 5px 5px;
}

#main .staffBlog .rss li {
	font-size: 12px;
	line-height: 1.3;
	background: url(img/icon_entry.gif) no-repeat 0px 0.28em;
	margin-bottom: 1em;
	padding-left: 13px;
}

#main .staffBlog .rss a:hover {
	background: none;
	color: #6C8F21;
}






/* ページを分割した時のナビゲーション
----------------------------------------------------------- */
.pageNavi {
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
	clear: both;
	color: #242424;
}

.pageNavi span {
	border: 1px solid #242424;
	padding: 2px 3px;
	font-weight: normal;
	margin: 0px 3px 0px 0px;
	background: #FFFFFF;
	color: #242424;
}

.pageNavi a {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #242424;
	padding: 2px 5px;
	margin: 0px 3px;
	background: #FFFFFF;
	color: #242424;
}

.pageNavi a:hover {
	background: #6C8F21;
	color: #F2F2F2;
	border: 1px solid #6C8F21;
}







/* サイトマップページ
----------------------------------------------------------- */
.ddsg-wrapper {
	padding: 17px 0px;
}

#entry .entry_body .ddsg-wrapper ul {
	margin: 0px 10px 1em 20px;
}

.ddsg-wrapper li {
	padding-bottom: 0.8em;
	border-bottom: 1px dotted #999999;
}

.ddsg-wrapper li ul li {
	border-bottom: none;
	padding-bottom: 0px;
}

.ddsg-xml-link {
	padding-left: 25px;
}



/* ウィジェット
----------------------------------------------------------- */
#main .widget {
	padding: 0px;
	margin: 0px;
}

#sub .widget {
	padding: 0px;
	margin-bottom: 10px;
}

#sub .widget ul {
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#sub .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
---------------------------------------------------------------------------------- */
.indexBody #main .floatRight,
.indexBody #main .floatLeft {
	width: 303px;
}

/* 新着案件
----------------------------------------------------------- */
#main .newArrivalList,
#main .topicsList {
	margin: 0 0 10px;
	padding: 15px 0px 0px 5px;
}

#main .newArrivalList h3 {
	position: relative;
	width: 168px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-left: 130px;
	height: 60px;
}

#main .newArrivalList > h3 {
	min-height: 60px;
	height: auto;
}

#main .newArrivalList h3.firstChild,
#main .newArrivalList h3:first-child {
	padding-top: 15px;
}

#main .newArrivalList h3 a {
	padding-left: 15px;
	background: url(img/icon_li01.gif) no-repeat left top;
}

#main .newArrivalList h3 img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
}

#main .newArrivalList h3 a:hover img {
	background: #6C8F21;
}

#main .newArrivalList h3.firstChild img,
#main .newArrivalList h3:first-child img {
	top: 0;
}

#main .newArrivalList p {
	padding: 0 5px 10px 143px;
	font-size: 84%;
}




/* トピックス
----------------------------------------------------------- */
#main .topicsList {
	font-size: 84%;
}

#main .topicsList dt {
	padding-left: 66px;
	background: url(img/icon_li01.gif) no-repeat 54px center;
}

#main .topicsList dd {
	position: relative;
	width: 239px;
	margin-bottom: 10px;
	padding-left: 65px;
}

#main .topicsList dd.firstChild,
#main .topicsList dd:first-child {
	border-top: 0;
	padding-top: 0;
}

#main .topicsList dd img {
	position: absolute;
	top: -15px;
	left: 0;
	padding: 2px;
}

#main .topicsList dd a:hover img {
	background: #6C8F21;
}

#main .topicsList dd.firstChild img,
#main .topicsList dd:first-child img {
	top: 0;
}

#main .topicsList > dd {
	min-height: 45px;
	height: auto;
}



/* Twitter
----------------------------------------------------------- */
#twitterBox {
	background: url(img/twitter_bg.gif) no-repeat 0 bottom;
	padding: 0px 0px 10px;
	margin-bottom: 15px;
}

ul#twitter_update_list {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	width: 380px;
	height: 140px;
	overflow: auto;
}

ul#twitter_update_list li {
	background: url(img/icon_twitter.jpg) no-repeat 0 0.15em;
	line-height: 1.2;
	padding-left: 13px;
	margin-bottom: 1em;
}

ul#twitter_update_list li a {
	color: #2DCAFF;
}



/* ----------------------------------------------------------------------------------
	30: One Column
---------------------------------------------------------------------------------- */

.oneColumn #main {
	width: 828px;
}

.oneColumn #entry {
	width:828px;
}

.oneColumn #entry .entry_body {
	padding: 0px 14px 10px;
}

.oneColumn #contentsBottom {
	width: 828px;
}

.oneColumn .osusumeContents .bannerWrap {
	width: 623px;
	margin-right: auto;
	margin-left: auto;
}

.oneColumn address {
	padding: 0px 14px;
	font-size: 84%;
}




/* ----------------------------------------------------------------------------------
	99: clearFix
---------------------------------------------------------------------------------- */
.wrap:after,
.boxWrap:after,
#contentsContainer:after,
div.worksWrap:after,
.worksWrap ul:after,
.bannerWrap:after,
div.entry_body:after,
.indexBody #contents:after,
#linkList .twoColumn ul.linkList2:after,
#staffBoxWrap:after,
#staffBoxWrap .staffBox .wrap: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.worksWrap,
* html .worksWrap ul,
* html .bannerWrap,
* html div.entry_body,
* html .indexBody #contents,
* html #linkList .twoColumn ul.linkList2,
* html #staffBoxWrap,
* html #staffBoxWrap .staffBox .wrap {
	display: inline-block;
}

/* IE7対策 */
*:first-child+html .wrap,
*:first-child+html .boxWrap,
*:first-child+html #contentsContainer,
*:first-child+html div.worksWrap,
*:first-child+html .worksWrap ul,
*:first-child+html .bannerWrap,
*:first-child+html div.entry_body,
*:first-child+html .indexBody #contents,
*:first-child+html #linkList .twoColumn ul.linkList2,
*:first-child+html #staffBoxWrap,
*:first-child+html #staffBoxWrap .staffBox .wrap {
	display: inline-block;
}
