@charset "UTF-8";
/* CSS Document */

/*
Theme Name: 建設業労働災害防止協会 高知県支部
Theme URI: 
Description: 建設業労働災害防止協会 高知県支部用テーマ
Version: 0.1
Author: CMS四国
Author URI: http://www.cms-shikoku.jp/
*/



/* サイト全体 */
html,body {
	margin:0px;
	padding: 0px;
	height: 100%;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#FFFFFF;
	color: #333;
	text-align: center;
}

img {
	border:none;
}

hr {
	display: none;
}
#page {
	background-color: white;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -26px;
	}
#content {
	float:right;
	height:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.narrowcolumn {
	float: right;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 750px;
}

.clear {
	clear: both;
}





/* サイトヘッダー部 */
#header {
	margin: 0px;
	padding: 0;
	/*padding-top:23px;*/
	height: 152px;
	width: 950px;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
#header h1 a{
	text-indent:-9999px;
	display:block;
	width:338px;
	height:78px;
	background-image: url(images/sitetitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:23px;
	margin-left:35px;
	/*border:1px solid #000;*/
}
#page #header #update {
	text-align: right;
	margin-top: 20px;
	padding-right: 15px;
	font-size: 1.4em;
	color: #FFFFFF;
}

/* サイト左メニュー部 */
#sidebar
{
	width: 180px;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #D2EDF4;
	margin-top: 10px;
	margin-bottom: -110px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #089DCB;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin-left:5px;
}
#add {
	background-color:#9EDAE8;
	padding:5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:110px;
}
#add span {
	font-size:1.3em;
	font-weight:bold;
	display: block;
	margin-bottom: 3px;
}
#add p {
	font-size:1.2em;
	margin:0px;
}
#push2 {
	height:110px;
}

#menu ul {
	margin:0px;
	padding: 0px;
}
#menu ul li {
	margin:0px;
	list-style-type: none;
	list-style-image: none;
}
#menu ul li a{
	border-bottom:1px solid #9EDAE8;
	border-top:1px solid #ffffff;
	display:block;
	text-decoration:none;
	font-size:1.4em;
	padding:6px 10px;
	color:#004364;
}
#menu ul li a:hover {
	color:#FFFFFF;
	background-color:#B9EBF5;
	text-decoration:none;
}


/* 右サイドバー部 */
#content #rightside {
	float:right;
	width:212px;
	background-image:url(images/rightside_back_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#content #rightside #rsbottom h2 {
	margin-top:8px;
	padding:10px 13px 0px 13px;
	color: #003366;
	text-align: center;
}
#content #rightside div#rsbottom {
	background-image:url(images/rightside_back_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:40px;
}
#content #rightside div#rsbottom p{
	padding:5px 15px;
	font-size:1.2em;
}
#content #rightside div#rsbottom ul {
	margin:0px 20px;
	padding-left:20px;
	font-weight: bold;
	color: #FF6633;
}
#content #rightside div#rsbottom ul li {
	margin-bottom:5px;
	font-size: 1.3em;
}

/* サイトフッター部 */
#push {
	height:26px;
}

#footer2 {
	width: 950px;
	clear: both;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#footer2 p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	}

/* トピックス＆お知らせ投稿内スタイル */
#content #center h2.toph2 {
	color: #ffffff;
	background-image: url(images/h_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 530px;
	font-size: 1.3em;
	padding-top: 6px;
	padding-left: 10px;
	margin: 0px;
}

#content #center {
	float:left;
	width:525px;
}
#content #center dl {
	margin:7px 20px;
	margin-bottom:50px;
	font-size:1.4em;
}
#content #center dt {
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
#content #center dd {
	margin-bottom:5px;
}
#content #center h3 {
	font-size:1.8em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding:5px 0px;
	color: #006699;
}
.entry {
	margin:10px 20px;
}
.entry p {
	font-size:1.3em;
	line-height:1.5em;
}
.entry span.date {
	display:block;
	text-align:right;
	margin-top: 40px;
	color: #666666;
	clear:both;
}






/* 「ページ」内スタイル */
.page {
	margin:0px 20px;
	padding:0px;
}
.page h2 {
	margin:0px;
	font-size:2em;
	text-align:right;
	border-bottom:1px dotted #999999;
	padding:4px;
	color:#006699;
}
.page h3,.page .entry h3 {
	font-size:2.01em;
	text-align:center;
	margin:5px 0px;
	line-height:1.5em;
}
div.entry table,div.entry table td p,div.entry ul,div.entry ol {
	font-size:13px;
	line-height:1.5em;
}
div.entry table caption {
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
div.entry table.layout table caption {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
div.entry table {
	margin:10px auto;
	border-collapse: collapse;
	border-spacing:0px;
	border:1px solid #999999;
}

div.entry table th {
	background-color:#E6E6E6;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
}
div.entry table th,div.entry table td {
	padding:4px;
	border:1px dotted #999999;
	vertical-align: top;
}
div.entry table.layout,div.entry table td.layout{
	border:none;
	vertical-align: top;
}
div.entry table.layout table {
	margin:0px;
}
div.entry table td span.reginum {
	font-size:11px;
	display:block;
}
div.entry table td span.small {
	font-size:10px;
	line-height:1.3em;
	display:block;
}





/* ファイルのリンクの尾に自動でつくアイコンの設定 */

/* pdf要素 
----------------------------------------------------------- */  
a[href$=".pdf"] {   
    background: url(images/icon/pdf.gif) no-repeat 100% 50%;  
}  
* html a.pdf{   
    background: url(images/icon/pdf.gif) no-repeat 100% 50%;  
}  


/* Word要素 
----------------------------------------------------------- */  
a[href$=".doc"] {   
    background: url(images/icon/doc.gif) no-repeat 100% 50%;  
}  
* html a.doc    {   
    background: url(images/icon/doc.gif) no-repeat 100% 50%;  
}  


/* Excel要素 
----------------------------------------------------------- */  
a[href$=".xls"] {   
    background: url(images/icon/xls.gif) no-repeat 100% 50%;  
}  
* html a.xls{   
    background: url(images/icon/xls.gif) no-repeat 100% 50%;  
}  




a   {  
    padding: 4px 20px 4px 0;  
}  
/* IE-6要素 
----------------------------------------------------------- */  
* html a{  
    behavior: expression(  
    this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("css-lecture.com")) ? " external" : "",  
    this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",  
    this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",  
    this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",  
    this.className += this.getAttribute("href").match(/\.zip$/) ? " zip" : "",  
    this.className += this.getAttribute("href").match(/^mailto.*/) ? " mailto" : "",  
    this.style.behavior = "none"  
    );  
}  


