/*ページ全体の基本的な設定-----------------------------------------------------*/

html { 
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0; 
	}

body { 
	color: #333; 
	font-size: 10px;　/*H22.3修正*/
	font-size: /**/13px;　/*H22.3追加*/
	font-family: "Lucida Grande", Geneva, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #C0C0C0; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
	
div, p, ol, ul, pre, blockquote, li, a {
	font-size:13px;
	}　/*H22.3追加*/


form, input { 
	margin: 0; 
	padding: 0; 
	}

ol, ul, p, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	}

li { 
	line-height: 1.4; 
	margin-bottom: 8px; 
        list-style-image: url(images/pots.gif);
	}

a 　　　{
        text-decoration:underline;
        }

a img { 
	border: none; }

a:link { 
	color: #0049aa; 
	}

a:visited { 
	color: #0049aa; 
	}

a:hover { 
	color: #29f; 
	text-decoration: underline; 
	}

a:active { 
	color: #0049aa; 
	}

hr { 
	color: #cccccc; 
	height: 1px;
	}

.kei { 
	margin-top: 7px; 
	margin-bottom: 20px; 
	border-bottom: 1px dashed silver; 
	}

.clearboth { 
	height: 1px; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

* html .pkg { 
	display: inline-block; 
	}



/*container-----------------------------------------------------*/

#container { 
	width: 804px; 
	margin: 0 auto 20px; 
	}

#container-inner {
	background-color: white; 
	text-align: left; 
	width: auto; 
	border-right: 1px solid gray; 
	border-bottom: 1px solid gray; 
	border-left: 1px solid gray; 
	}

/*cover-----------------------------------------------------*/

#cover-top { 
	background-color: white; 
	}

#cover-top-header { 
        font-size: 11px; 
	font-weight: normal; 
	background-color: #f5f5f5; 
        text-decoration: none; 
	text-align: left; 
        margin: 0 1px; 
	padding: 4px 15px; 
	border-bottom: 1px solid #ccc; 
	}

#cover-top a, #cover-top a:visited { 
	color: #333; 
	text-decoration: none;
	font-size:11px;/*H22.3追加*/}

#cover { 
	background-color: white; 
	}

#cover-inner { 
	height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

.cover-left {
	text-align: left;
	width: 550px;
	float: left;
	}　/*H22.3修正*/

.cover-right {
	text-align: right;
	width: 240px;
	float: right;
	}

.smallnavi { 
	color: gray; 
	font-size: 11px; 
	line-height: 1.8; 
	margin-top: 10px; 
	margin-right: 15px; 
	}

.smallnavi a, .smallnavi a:visited { 
	color: gray; 
	}

.cover-search { 
	font-size: 10px; 
	margin-top: 10px; 
	margin-right: 15px; 
	}

.cover-search input { 
	font-size: 10px; 
	}

.cover-search #search { 
	width: 100px; 
	}

#blogname { 
	color: #333; 
	font-size: 20px; 
	font-weight: bold; 
	margin: 0; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 20px; 
	}

#blogname a, 
#blogname a:visited, 
#blogname a:hover { 
	color: #333; 
	text-decoration: none; 
	}

/*line----------------------------------------------------------*/

#line1 { 
	background-color: white; 
	height: 6px; 
	padding-top: 1px; 
	}

#line1-inner { 
	font-size: 0; 
	line-height: 0; 
	background-color: #2ba9c8; 
	height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

#line2 { 
	background-color: white; 
	height: 6px; 
	}

#line2-inner { 
	font-size: 0; 
	line-height: 0; 
	background-color: #ebebeb; 
	height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

/*navigation-----------------------------------------------------*/

#navigation { 
	background-color: white; 
	padding: 1px 1px 0; 
	}

#navigation-inner { 
	background-color: white; 
	margin: 0; 
	padding: 5px 0 15px; 
	border-top: 5px solid #f60; 
	}

#navi { 
	background-color: white; 
	height: 31px; 
	margin: 0; 
	list-style-type: none; 
	padding: 5px 0 0 14px; 
	border-bottom: 1px solid #989898; 
	}

#navi li { 
	position: relative; 
	bottom: -1px; 
	height: 30px; 
	float: left; 
	margin: 0; 
	padding: 0; 
        list-style-image: none;
	}

#navi a { 
	color: black; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	text-decoration: none; 
	margin: 0; 
	padding: 0 42px; 
	border-right: 1px solid #989898; 
	display: block; 
	}

#navi a:hover, 
#navi li .selected { 
	background-color: white; 
	border-top: 1px solid #989898; 
	}

#navi li#first a { 
	margin-left: 1px; 
	}

#navi li#first a:hover, 
#navi li#first .selected { 
	margin-left: 0; 
	border-left: 1px solid #989898; 
	}

#navi li#last a { 
	border-right-style: none; 
        border-top: 1px solid #989898;
	}

#navi li#last a:hover, 
#navi li#last .selected { 
	border-right: 1px solid #989898; 
	}

a.selectedlink:link,
a.selectedlink:visited,
a.selectedlink:active { 
	background-color: white; 
	border-top: 1px solid #989898; 
	}
	
/*banner-----------------------------------------------------*/

#banner { background-color: white; margin: 1px auto 0; padding: 1px 1px 20px; widrh:780px; }

#banner-inner {
    padding-right: 5px; 
	padding-left: 15px;
	border-bottom: 1px solid #bbb;
        }　/*H22.3修正*/

#banner h2 { 
	color: #2ba9c8; 
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.4; 
	margin: 0; 
	padding: 35px 40px; 
	display: block; 
	}

#banner h2 a, 
#banner h2 a:visited, 
#banner h2 a:hover { 
	color: #2ba9c8; 
	text-decoration: underline; 
	}

/*utility-----------------------------------------------------*/

#utility { 
	margin-right: 15px; 
	margin-left: 15px; 
	}

#utility-inner { 
	border-bottom: 1px dashed silver; }

#utility-left { 
	width: 250px; 
	float: left; 
	}

#utility-left-inner { }

#utility-right { 
	width: 507px; 
	float: right; 
	}

#utility-right-inner {  }

.layout-two-column-left #utility,
.layout-two-column-left #gamma,
.layout-two-column-right #utility,
.layout-two-column-right #gamma,
.layout-three-column #utility,
.layout-one-column #gamma { 
	display: none; 
	}

/*pagebody-----------------------------------------------------*/

#pagebody { 
	width: 100%; 
	clear: both; 
	}

#pagebody-inner { 
	background-image: url(http://www.n-construction.com/images/pattern01.gif); 
	background-repeat: repeat-y; 
	background-position: 214px 0; 
	width: 100%; 
	}

/*alpha-----------------------------------------------------*/

#alpha { 
	width: 582px; 
	float: right; 
	}

#alpha-inner { 
	margin-right: 15px; 
	margin-left: 15px; 
	}

.top { 
	font-size: 12px; 
	text-align: right; 
	margin: 0; 
	padding-bottom: 10px; }

/* content -----------------------------------------------------*/
.content-navi { 
	margin-top: 0; 
	margin-bottom: 20px; 
	}

.content-navi2 { 
	text-align: center; 
	margin-top: 0; 
	margin-bottom: 15px; 
	padding: 5px; border: 
	solid 1px silver; 
	}

.entry-content { 
	clear: both; 
	margin: 0;
	padding-top:15px;
	}

.date-header { 
	color: gray; 
	margin-top: 0; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	}

.entry-header, .archive-title { 
	color: black; 
　　　　font-size: 14px; 
	font-weight: bold; 
　　　　clear: both;  
	margin-top: 0; 
	padding-left: 10px; 
        border-left: 5px solid #005BF2;
	}


.entry-body h1, .entry-body14 h1 { 
	font-weight: bold; 
	line-height: 1.3;
　　　　}

.entry-body h2, .entry-body14 h2 { 
	font-weight: bold; 
	line-height: 1.3; 　
        }

.entry-body h3, .entry-body14 h3 {
/* ie win (5, 5.5, 6) bugfix */
	color: #808080;
        font-weight: bold;
        font-size: 14px; 
        padding-left: 10px; 
        border-left: solid 10px #808080;
        border-bottom : 1px solid #808080;
　　　　 }

.entry-body h4, .entry-body14 h4 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h5, .entry-body14 h5 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h6, .entry-body14 h6 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch1, .entry-body14 .catch1 { 
	color: #c00; 
	font-size: 50px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch2, .entry-body14 .catch2 { 
	color: #c00; 
	font-size: 45px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch3, .entry-body14 .catch3 { 
	color: #c00; 
	font-size: 40px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch4, .entry-body14 .catch4 { 
	color: #c00; 
	font-size: 35px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch5, .entry-body14 .catch5 { 
	color: #c00; 
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .komidashi20, .entry-body14 .komidashi20 { 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.5; 
	}
.entry-body .komidashi18, .entry-body14 .komidashi18 { 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi16, .entry-body14 .komidashi16 { 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi14, .entry-body14 .komidashi14 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.5; 
	}
		
.entry-body p, .entry-body14 p { 
	clear: both;
	margin-top: 0; 
	}

.entry-body img, .entry-body14 img { 
	margin-bottom: 5px; 
	}

.entry-body { 
	line-height: 1.8; 
	}
	
.entry-body table {
	font-size:13px;
	} /*H22.3追加*/
	
.comment-content,
.trackback-content { 
	line-height: 1.8; 
	margin: 0; 
	}

.check { 
	list-style-image: url(http://www.n-construction.com/images/check.gif); 
	}

.entry-footer,
.comment-footer,
.trackback-footer { 
	border-top: 1px solid #ccc; 
	padding-top: 3px; 
	color: gray; 
	font-size: 10px; 
	line-height: 1; 
	text-align: right; 
	margin-top: 0; 
	padding-bottom: 10px; 
	}

.alpha-module { 
	margin-bottom: 30px; 
	}

.alpha-module ul { 
	list-style-type: none; 
	margin-bottom: 30px; 
	}

.alpha-module h4 { 
	color: gray; 
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 15px; 
	padding-bottom: 2px; 
	border-bottom: 1px solid silver; 
	}
	
.entry, .trackbacks, .comments, .archive {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	}

.entry-body14 { 
	font-size: 14px; 
	line-height: 1.8; 
	clear: both; 
	}

.entry-body14 ul { 
	list-style-image: url(http://www.n-construction.com/images/check.gif); 
	}

.trackbacks-info, 
.trackback-content, 
.comment-content, 
.comments-open-content, 
.comments-closed { line-height: 1.8; clear: both; margin-top: 5px; margin-bottom: 5px; }

#trackbacks-info {
	margin: 10px 0;
	border: dashed 1px #a3b8cc;
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	background: #f6f6f6;
	}

.entry-excerpt, .entry-body, 
.entry-more-link, .entry-more { 
	line-height: 1.8; 
	clear: both; 
	}

.img-l { 
	float: left; 
	margin-right: 20px; 
	}

.img-r { 
	float: right; 
	margin-left: 20px; 
	}

.aff { 
	text-align: right; 
	margin-top: 10px; 
	margin-bottom: 0; 
	}

.kakomi-1 { 
	background-color: #f6f6f6; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px silver; 
	}

.kakomi-2 { 
	background-color: #ffd; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f93; 
	}

.kakomi-3 { 
	background-color: #fff0ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f00; 
	}

.kakomi-4 { 
	background-color: #e1f2ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #39c; 
	}

.kakomi-5 { 
	background-color: #e0f5f5; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6cc; 
	}

.kakomi-6 { 
	background-color: #e0f5e0; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6c6; 
	}

.kakomi-7 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px #f00; 
	}

.kakomi-8 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px silver; 
	}

.kakomi-9 { 
	background-color: #ffdf55; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 3px #ff7f00; 
	}

.kakomi-10 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px #f00; 
	}

.kakomi-11 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px gray; 
	}

.kakomi-12 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px gray; 
	}
		
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content { 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 0; 
	}

#comment-submit {
    font-weight: bold;
	}

#comment-author, #comment-email, #comment-url {
	width: 240px;
	}

#comment-text { 
	width: 320px; 
	}

textarea { 
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka?等幅, Osaka, 平成角ゴシック, Verdana, Arial, Helvetica, sans-serif; 
	}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
	}

#comment-post {
	font-weight: bold;
	}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
	}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	color: white; 
	width: auto; 
	margin: 0; 
	font-size: 13px; 
	font-weight: bolder; 
	background-image: url(http://www.n-construction.com/images/titleback.png); 
	text-align: center; 
	height: 100%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	}

.widget-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
.trackbacks-open-header a,
.comments-open-header a,
.widget-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited,
.trackbacks-open-header a:visited,
.comments-open-header a:visited { 
	color: white; 
	}
	
/*beta -----------------------------------------------------*/

#beta { 
	width: 220px; 
	float: left; 
	}

#beta-inner { 
	padding-right: 5px; 
	padding-left: 10px; 
	padding: 0; 
	}

.entry-tags {
	margin: 0 0 10px 10px;
	}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
	list-style:none;
	padding: 0px;
	}

.widget-cloud .widget-list { 
	margin: 0; 
	padding: 0; 
	list-style-type: square; 
	}

.widget-cloud .widget-list-item { 
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background-image: url(http://www.n-construction.com/images/arrow-orange.gif); 
	}

.widget-cloud .rank-1 { font-size: 1.75em; }
.widget-cloud .rank-2 { font-size: 1.75em; }
.widget-cloud .rank-3 { font-size: 1.625em; }
.widget-cloud .rank-4 { font-size: 1.5em; }
.widget-cloud .rank-5 { font-size: 1.375em; }
.widget-cloud .rank-6 { font-size: 1.25em; }
.widget-cloud .rank-7 { font-size: 1.125em; }
.widget-cloud .rank-8 { font-size: 1em; }
.widget-cloud .rank-9 { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list { 
	list-style-image: url(http://www.n-construction.com/images/check.gif); 
	}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/*category -----------------------------------------------------*/

#cate { 
	font-size: 12px; 
	background-color: white; 
	margin: 0; 
	border-bottom: 1px solid #989898; 
	}

#cate ul { 
	color: gray; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}

#cate ul li { 
	background-image: url(http://www.n-construction.com/images/arrow-orange.gif); 
	background-repeat: no-repeat; 
	background-position: 0 11px; 
	margin: 0; 
	border-top: 1px solid #989898; 
	}

#cate ul a, 
#cate ul a:visited { 
	color: #333; 
	text-decoration: underline; 
	height: 100%; 
	padding: 5px 10px; 
	display: block; 
	}

#cate ul span { 
	display: block; 
	padding: 5px 10px; 
	height: 100%; 
	}

#cate ul a:hover { 
	color: black; 
	background-color: #ebebeb; 
	background-image: url(http://www.n-construction.com/images/arrow-orange.gif); 
	background-repeat: no-repeat; 
	background-position: 0 11px; 
	}

#cate ul ul {
	font-size: 10px;  
	padding-left: 20px; 
	}

#cate ul ul a:hover { 
	background-image: url(http://www.n-construction.com/images/arrow-gray.gif); 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	}

#cate ul ul li { 
	background-image: url(http://www.n-construction.com/images/arrow-gray.gif); 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	margin: 0; 
	border-top: 1px dotted #989898; 
	}

/* widgets -----------------------------------------------------*/

.widget { 
	background-color: white; 
	margin: 0; 
	width: 100%; 
	overflow: hidden; 
	padding-bottom: 5px; 
	}

.widget-content { 
	font-size: 12px; 
	line-height: 1.3; 
	background-position: 0 bottom; 
	padding: 5px 8px;
		}

.freearea { 
	line-height: 1.5; 
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
.freearea p { 
	margin: 0; 
	}

.freearea img { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	}

.melmagaform .widget-header {  }

.melmagaform .widget-content { 
	padding-bottom: 8px; 
	}

.melmagaform h2 { 
	color: #2ba9c8; 
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 5px; 
	padding: 0; 
	}

.widget-list { 
	margin: 0; 
	padding: 0; 
	}

.widget-list { 
	margin: 0 0 0 10px; 
	}

.widget-list .widget-list { 
	margin: 10px 0 0; 
	padding-left: 15px; 
	list-style-type: url(http://www.n-construction.com/images/arrow-orange.gif); 
	}

.widget-list-item { 
	color: #666; 
	line-height: 1.2; 
	margin-top: 5px; 
	margin-bottom: 5px;
        list-style-image: url(images/pots.gif);
	}

.rss { 
	width: 80px; 
	margin-top: 20px; 
	padding: 1px; 
	border: solid 1px #999; 
	}

.rss a { 
	color: black; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #bbb; 
	text-decoration: underline; 
	width: 100%; 
	display: block; 
	}

.rss-format { 
	background-color: orange; 
	padding: 0 5px; 
	}

.rss-version { 
	padding: 0 5px; 
	}

.powered { 
	font-size: 10px; 
	}

/*linkbutton -----------------------------------------------------*/

#linkbutton { 
	font-size: 12px; 
	margin: 0 0 10px; 
	}

#linkbutton ul { 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}

#linkbutton ul li { 
	line-height: 1.2; 
	background-image: url(images/linkbutton-1.gif); 
	background-repeat: repeat-x; 
	background-position: 0 bottom; 
	margin: 0 0 5px; 
	border-left: 5px solid #2BA9C8; 
	}

#linkbutton ul a, 
#linkbutton ul a:visited { 
	color: #333; 
	text-decoration: underline; 
	height: 100%; 
	padding: 8px 5px; 
	display: block; 
	}

#linkbutton ul a:hover { 
	color: #333; 
	background-image: url(images/linkbutton-2.gif); 
	background-repeat: repeat-x; 
	background-position: 0 bottom; 
	text-decoration: underline; 
	}

/*テーブル制御-----------------------------------------------------*/

table, th, td { 
	font-family: Verdana, Arial, sans-serif; 
	line-height: 1.5; 
	margin: 0; 
	}

.btn table { 
	padding: 0; 
	border-top: 1px solid silver; 
	border-left: 1px solid silver; 
	border-right-style: none; 
	border-right-width: 0; 
	border-bottom-style: none; 
	border-bottom-width: 0; 
	}

.btn th { 
	border-right: 1px solid silver; 
	border-bottom: 1px solid silver;
	border-left-style: none; 
	border-left-width: 0; 
	border-top-style: none; 
	border-top-width: 0; 
	}

.btn td { 
	border-right: 1px solid silver; 
	border-bottom: 1px solid silver;
	border-left-style: none; 
	border-left-width: 0; 
	border-top-style: none; 
	border-top-width: 0; 
	}
	
/*gamma-----------------------------------------------------*/

#gamma { 
	width: 190px; 
	float: right; 
	}

#gamma-inner { 
	margin-right: 15px; 
	margin-left: 10px; 
	padding: 0; 
	}

/*footer-----------------------------------------------------*/
#footer { 
	background-color: white; 
	clear: both; 
	padding-top: 10px; 
	}

#footer-inner { 
	text-align: center; 
	margin-right: 1px; 
	margin-left: 1px; 
	border-top: 1px solid #bbb; 
	}

#footer p { 
	font-size: 12px; 
	}


a.footernavilink:link,
a.footernavilink:visited,
a.footernavilink:active { 
	color: #333; 
	text-decoration: underline; 
	}
	
#footer .smallnavi { 
	color: gray; 
	margin-right: 0; 
	margin-bottom: 15px; 
	padding: 0; 
	}

#footer .smallnavi a, 
#footer .smallnavi a:visited { 
	color: gray; 
	}

#copyright {  }

#copyright-inner { 
	color: white; 
	font-size: 12px; 
	background-color: #2ba9c8; 
	text-align: center; 
	height: 100%; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	}

#footer-description { 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline; 
	margin-top: 0; 
	margin-bottom: 5px; 
	}

#copyright h1 a, 
#copyright h1 a:visited, 
#copyright h1 a:hover { 
	color: white; 
	text-decoration: underline; 
	}

#copyright a, 
#copyright a:visited, 
#copyright a:hover { 
	color: white; 
	text-decoration: underline; 
	}

#btn-banner { 
	margin-top: 8px; 
	margin-bottom: 0; 
	}
	
/*2カラム　右サイドバー -----------------------------------------------------*/

.layout-two-column-right #pagebody-inner { 
	background-image: url(http://www.n-construction.com/images/pattern01.gif);
	background-repeat: repeat-y; 
	background-position: 585px 0; 
	width: 100%; 
	}

.layout-two-column-right #alpha { 
	width: 580px; float: left; 
	}

.layout-two-column-right #alpha-inner { 
	margin-right: 10px; 
	margin-left: 15px; 
	}

.layout-two-column-right #beta { 
	width: 220px; 
	float: right; 
	}

.layout-two-column-right #beta-inner { 
	margin-right: 10px; 
	margin-left: 10px; 
	padding: 0; 
	}

.layout-two-column-right .rss { 
	margin-left: 10px; 
	}

.layout-two-column-right .powered { 
	margin-left: 10px; 
	}

/*1カラム -----------------------------------------------------*/

.layout-one-column #beta { 
	display: none; 
	}

.layout-one-column #pagebody-inner { 
	background-image: none; 
	}

.layout-one-column #alpha { 
	width: 100%; 
	float: none; 
	}

.layout-one-column #alpha-inner { 
	margin-top: 20px; 
	margin-right: 70px; 
	margin-left: 70px; 
	}

/*3カラム -----------------------------------------------------*/
.layout-three-column #container-inner { 
	background-image: url(images/pattern01.gif); 
	background-repeat: repeat-y; 
	background-position: 617px 0; 
	width: auto; 
	}

.layout-three-column #pagebody { 
	width: 597px; 
	float: left; 
	clear: both; 
	}

.layout-three-column #pagebody-inner { 
	background-image: url(images/pattern01.gif); 
	background-repeat: repeat-y; 
	background-position: 214px 0; 
	width: 100%; 
	}

.layout-three-column #alpha { 
	width: 377px; 
	}

.layout-three-column #alpha-inner { 
	margin-right: 0; 
	margin-left: 15px; 
	padding-top: 10px; 
	border-top: 1px solid #989898; 
	}

.feedicon { margin-bottom: 10px; }

.feedicon img { vertical-align: middle;}
