@charset "utf-8";
/*
Theme Name: Safety Outdoor Theme for Wordpress
Theme URI: http://wordpress.org/
Description: Safety Outdoor用のwordpressテーマ
Version: 1.0
Author: CONE
Author URI: http://www.cone.ne.jp/
Tags:

*/

/*
 * ===========================================
 * グローバル指定
 * ===========================================
 */

/* 全オブジェクト指定 */
* {
	margin: 0;
	padding: 0;
}

/* 背景 */
BODY {
	color: #333434;
	background: #FADC4E url(image/all_header_back1.gif) repeat-x left top;

	font: 100%/130% "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;

	text-align: center;
}

/* 画像 */
IMG {
	border: 0px;
}

P {
	margin: 1em 0em;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}

.inlineblock {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */
}

*html .inlineblock { /* for ie 6 */
    display: inline !important;
}
*:first-child+html .inlineblock { /* for ie 7 */
    display: inline !important;
}

.textimg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.textimg SPAN.transparent {
	display: none;
}

/* リンクスタイル */
A { color: #00008B; }
A:link{ color: #00008B; }
A:visited{ color: #00008B; }
A:active{ color: #00008B; }
A:hover{ color: #00008B; }

/*
 * ===========================================
 * コンテナ(全体)指定
 * ===========================================
 */

#container {
	width: 898px;

	margin: 0px auto 0;
	padding: 0px auto 0;

	text-align: left;
	background: #FFFFFF url(image/all_header_back1.gif) repeat-x left top;

}

/*
 * ===========================================
 * ヘッダ(タイトル部分)指定
 * ===========================================
 */

#header {
	margin: 20px 0px;

	background: #FFFFFF url(image/all_header_back2new.gif) no-repeat center top;
}

#header IMG.block {
	display: block;
}

#header LI {
	list-style-type: none;
}

#header UL.navigation {
	width: 100%;
	padding-top: 10px;
}

#header UL.navigation LI.left {
	display: block;
	float: left;
	width: 280px;
	height: 70px;

	margin-left: 20px;
}

*html #header UL.navigation LI.left { /* for ie 6 */
	margin-left: 10px;
}

#header UL.navigation LI.right {
	display: block;
	float: left;
	width: 598px;
}

#header UL.navigation LI UL LI {
	float: left;
}

#header UL.navigation LI.top {
	height: 20px;
}

#header UL.navigation LI.bottom {
	height: 50px;
}

#header UL.navigation LI.top UL LI {
	padding-right: 10px;
}

#header UL.navigation LI.bottom UL LI {
	padding-right: 4px;
}

/*
 * ===========================================
 * メニュー(メインの中央右部)指定
 * ===========================================
 */
#sidebar {
	width: 213px;
	float: left;

	margin-left: 16px;
}

#sidebar IMG.block {
	display: block;
}

#sidebar DIV.recruit {
	margin-bottom: 5px;
}

#sidebar DIV.recruit IMG.formbutton {
	padding: 5px 0px;
}

#sidebar DIV.recruit SPAN.title {
	display: block;
	width: 213px;
	height: 32px;

	text-indent: -9999px;
	overflow: hidden;

	background: transparent url(image/all_smenu_bosyuu1.gif) no-repeat left top;
}

#sidebar DIV.recruit DIV.detail {
	font-size: 70%;
	line-height: 130%;
	padding: 0px 10px;

	background: transparent url(image/all_smenu_bosyuuback.gif) repeat-y center top;
}

#sidebar DIV.recruit DIV.top {
	width: 213px;
	height: 13px;

	background: transparent url(image/all_smenu_bosyuu2.gif) no-repeat center bottom;
}

#sidebar DIV.recruit DIV.bottom {
	width: 213px;
	height: 13px;

	background: transparent url(image/all_smenu_bosyuu3.gif) no-repeat center top;
}

#sidebar UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar UL LI {
	margin-top: 5px
	margin-bottom: 0px
}

#sidebar .btmargin {
	margin-bottom: 2px;
}


/*
 * ===========================================
 * コンテンツ(メインの中央左部)指定
 * ===========================================
 */
#contents {
	width: 627px;
	float: left;

	padding-left: 20px;

	color: #666666;
	background-color: #FFFFFF;

	font-size: 80%;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#contents UL,OL {
	list-style-position: inside;
	margin-left: 10px;
}

#contents DIV.post DIV.detail {
	margin: 0px 15px;
}

#contents DIV.post DIV.bottom {
	border-top: 1px dotted #CCCCCC;
	margin-top: 20px;
}

#contents DIV.post DIV.bottom DIV.date {
	float: left;
}

#contents DIV.post DIV.bottom DIV.category {
	float: right;
	margin-bottom:25px;
}

#contents DIV.catsearch {
	background-color: #FFF3CD;
}

#contents DIV.catsearch IMG {
	display: block;
	margin: 0px;
	padding: 0px;
}

#contents DIV.catsearch IMG.title {
	float: left;
}

#contents DIV.catsearch UL.list LI.item {
	width: 600px;
	height: 26px;

	list-style-type: none;
	padding-top: 5px;

}

*html #contents DIV.catsearch UL.list LI.item { /* for ie 6 */
	padding-top: 2px;
}



#contents DIV.catsearch UL.list LI IMG {
	display: inline;
	vertical-align: middle;
}

#contents DIV.catsearch UL.detail {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	vertical-align: middle;

}

*html #contents DIV.catsearch UL.detail { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents DIV.catsearch UL.detail { /* for ie 7 */
    display: inline !important;
}

#contents DIV.catsearch UL.detail LI {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	margin-right: 10px;
}

*html #contents DIV.catsearch UL.detail LI { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents DIV.catsearch UL.detail LI { /* for ie 7 */
    display: inline !important;
}

#contents DIV.catsearch UL LI.cat-item A {
	color: #534D09;
	font-size: 90%;
	line-height: 100%;
	text-decoration: underline;
}

#contents DIV.expdiary_item {
	float: left;
	width: 300px;
	height: 150px;

	padding-left: 10px;
}

#contents DIV.expdiary_item UL LI {
	list-style-position: inside;
	list-style-image: url(image/sitemap_list_bu1.gif);
}

#contents DIV.expdiary_item DIV.detail {
	font-size: 85%;
	line-height: 100%;
}

#contents DIV.navigation A,
#contents DIV.navigation SPAN {
	display: block;
	float: left;

	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

	padding: 0px 7px;
	margin-left: -1px;

}

#contents DIV.catpost {
	color: #555555;
}

#contents DIV.catpost DIV.catpost-top {
	background-color: #FEF8E2;
}

#contents DIV.catpost DIV.catpost-top DIV.catpost-date {
	float: left;
	width: 60px;

	background-color: #FFEFCE;

	padding: 7px 10px;
}

#contents DIV.catpost DIV.catpost-top DIV.catpost-title {
	float: left;
	width: 420px;

	background-color: #FEF8E2;

	padding: 7px 10px;
}
#contents DIV.catpost DIV.catpost-title2 {
	float: left;
	font-size: 120%;
	font-weight: bolder;
	color: #333333;
	background-image: url(image/midashi_bu2.gif);
	background-repeat: no-repeat;
	width: 587px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents DIV.catpost DIV.catpost-caticon {
	float: right;

	padding-top: 7px;
}

#contents DIV.catpost DIV.catpost-top DIV.catpost-caticon IMG {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


#contents DIV.catpost DIV.catpost-title A { 
	text-decoration: underline;
	color: #534D09;
	font-weight: bolder;
}

#contents DIV.catpost DIV.catpost-detail {
	font-size: 100%;
	line-height: 150%;

	margin:10px 10px;
}

#contents #Table-Report1 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
#contents #Table-Report1 th {
	color: #FFFFFF;
	background-color: #FF9933;
	text-align: left;
	padding: 3px;
}


#contents #Midashi1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/midashi_back1.gif);
	width: 600px;
	height: 37px;
	padding-left: 17px;
	background-repeat: no-repeat;
	line-height: 37px;

}
#contents #Midashi3 {
	font-size: 120%;
	font-weight: bolder;
	color: #333333;
	padding-left: 30px;
	background-image: url(image/midashi_bu2.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contents #Box-Management1 {
	padding-right: 15px;
	padding-left: 15px;
}
#contents #Box-Management2 {
	background-color: #EFEFEF;
	padding: 10px;
	border: 3px double #999999;
	margin-bottom: 20px;
}


#contents #Toplink {
	font-size: 90%;
	color: #333333;
}
#contents #Midashi2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(image/midashi_bu1.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 21px;
	margin-top: 25px;
}

#contents #Midashi2-2 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	background-color: #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#contents #List-Faq1 {
	list-style-image: url(image/faq_list_q.gif);
	line-height: 220%;
}

#contents #List-Faq2 {
	background-color: #FFFCDF;
	padding-top: 10px;
	padding: 10px;
	margin-right:10px;


}

#contents #List-Faq2 #li1 {
	list-style-image: url(image/faq_list_q.gif);
	line-height: 220%;
	font-weight: bold;
	color: #DD5800
}
#contents #List-Faq2 #li2 {
	list-style-image: url(image/faq_list_a.gif);
}

#contents #ToPagetop1 {
	text-align: right;
	padding-right: 15px;
}

#contents #List-Link {
	margin-left: 0px;
	padding-left: 0px;
}

#contents #List-Link #li1 {
	border-top-color: #CCCCCC;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-left: 0px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}


#contents #List-Link #span1 {
	WIDTH: 220px;
	DISPLAY: block;
	float: left;
	margin-right: 20px;
}
#contents #List-Link #span2 {
	WIDTH: 360px;
	DISPLAY: block;
	float: left;
	font-size: 80%;
	margin-bottom: 5px;
}
#contents #Pagetitle {
	margin-bottom: 40px;
	margin-top: 30px;
}
#contents #Box-Cooperation1 {
	float: left;
	width: 290px;
}
#contents #Box-Cooperation2 {
	float: left;
	width: 290px;
}
#contents #List-Cooperation1 {
	list-style-type: none;
}

#contents #List-Cooperation2 {
	margin-left: 0px;
	padding-left: 25px;
	list-style-image: url(image/cooperation_list_1.gif);

}
#contents #Midashi4 {
	background-image: url(image/midashi_back2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333333;
	height: 30px;
	width: 627px;
	padding-top: 5px;
	padding-left: 15px;
}
#contents #LRMargin15 {
	margin-right: 15px;
	margin-left: 15px;
}
#contents #LRMargin10 {
	margin-right: 10px;
	margin-left: 10px;
}
#contents #Midashi5 {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F3F3F3;
	padding-left: 5px;
	font-weight: bolder;
}

#contents #Box-Sitemap1 {
	float: left;
	width: 290px;
	padding-left: 20px;
}


#contents #Box-Sitemap1 ul li {
	list-style-image: url(image/sitemap_list_bu1.gif);
	margin-top: 15px;
	margin-bottom: 15px;

}

#contents #Box-Sitemap1 #li1 {

	list-style-type: circle;

}


#contents #Box-Sitemap2 {
	float: left;
	width: 300px;
}
#contents #Midashi6 {
	font-size: 120%;
	background-image: url(image/midashi_bu4.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 25px;
	padding-top: 6px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
}
#contents #Box-Accident1 {
	border: 3px double #FF0000;
	padding: 20px;
	width: 500px;
	margin-top: 30px;
	margin-left: 40px;
	background-color: #FFF4EC;
}

/*
 * ===========================================
 * 検索フォーム(メイン中央部)指定
 * ===========================================
 */
#searchform {
	margin: 10px 0px;

	background-color: #FCF3CB;
}

#searchform IMG {
	display: block;

	margin: 0px;
	padding: 0px;
}

#searchform IMG.hr {
	clear: both;
}

#searchform LI {
	list-style-type: none;
}

#searchform UL.list LI.item {
	padding: 5px 10px 0px;
}

#searchform UL LI IMG.title {
	display: inline;
	width: 104px;
	vertical-align: middle;
}

#searchform UL LI IMG.hr {
	margin-top: 5px;
}




#searchform LI.item .detail {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */
}




*html #searchform LI.item .detail { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #searchform LI.item .detail { /* for ie 7 */
    display: inline !important;
}

#searchform UL LI UL.detail LI.cat-item {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	margin-right: 10px;
}

*html #searchform UL LI UL.detail LI.cat-item { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #searchform UL LI UL.detail LI.cat-item { /* for ie 7 */
    display: inline !important;
}

#searchform UL LI UL.detail LI.cat-item A {
	color: #534D09;
	font-size: 90%;
	line-height: 100%;
	text-decoration: underline;
}

/*
 * ===========================================
 * 新着情報(メインの下部)指定
 * ===========================================
 */

#whatsnew {
	background-color: #F6F6F6;
}

#whatsnew LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#whatsnew UL.list LI.item DIV.title {
	background: transparent url(image/top_news_titledotline.gif) repeat-x left top;
	font-size: 95%;

	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 15px;
}

#whatsnew UL.list LI.item DIV.title IMG.left {
	display: block;
	float: left;
}

#whatsnew UL.list LI.item DIV.title IMG.right {
	display: block;
	float: right;
}

#whatsnew UL LI SPAN.date {
	margin-left: 10px;
	margin-right: 20px;
}

#whatsnew IMG.kador {
	display: block;
}

#whatsnew IMG.bottom {
	margin-bottom: 20px;
}

*html #whatsnew IMG.bottom { /* for ie 6 */
	margin-bottom: 10px;
}


/*
 * ===========================================
 * フッタ(メインの下部)指定
 * ===========================================
 */

#footer {
	clear: both;

	font-size: 80%;

	background: #FADC4E url(image/all_footer_kador2.gif) no-repeat left top;

	padding: 30px 0px;
}

*html #footer { /* for ie 6 */
	padding: 15px 0px;
}

#footer IMG {
	display: block;
}

#footer DIV.middle {
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
}

#footer DIV.name {
	width: 216px;
	height: 15px;

	text-indent: -9999px;
	overflow: hidden;

	background: transparent url(image/all_footer_name.gif) no-repeat left center;
}

#footer UL {
	display: block;
	float: right;

	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer UL LI {
	display: block;
	float: left;
}

#footer UL LI A {
	color: #0156B0;

	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	text-decoration: underline;
}

*html #footer UL LI A { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #footer UL LI A { /* for ie 7 */
    display: inline !important;
}

#footer UL LI SPAN.sep {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	margin: 0px 5px;
}

*html #footer UL LI SPAN.sep { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #footer UL LI SPAN.sep { /* for ie 7 */
    display: inline !important;
}
/*
 * ===========================================
 * エントリーフォーム
 * ===========================================
 */

#contents #entryformspace #Span1{
	width: 85px;
	display: block;
	float: left;
	margin:1px 0px;
}

#contents #entryformspace #Span2{
	display: block;
	float: left;
	margin-right:5px;

}

#contents #entryformspace #Span3{
	display: block;
	float: left;
	margin:1px 0px;
}
#contents #entryformspace #Span4{
	display: block;
	float: left;
	margin:1px 0px;
	padding-left:30px;
}
#contents #entryformspace #Span5{
	width: 85px;
	display: block;
	float: left;
	margin:1px 0px;
	padding-left:85px;
}


/*
 * ===========================================
 * イベント情報・活動報告・リスク講座の過去スペース
 * ===========================================
 */

#contents #titlebox {
	background-color: #EFEFEF;
	border: 1px dotted #CCCCCC;
	list-style-type: circle;
	padding: 20px;
	margin-bottom:30px;
}

#contents #titlebox #list{
	list-style-type: circle;
}



/*
 * ===========================================
 * 印刷
 * ===========================================
 */

/*
 * ===========================================
 * ワードプレスデフォルト
 * ===========================================
 */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
