@charset "utf-8";

/*-------------------------------コンテンツページ★メイン------------------------------------------*/
/*--メイン背景--*/
#maincontents{
	width:584px;
	float:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*---コンテンツ　メイン（１）用コンテナ　ヘッダー--*/
#main_c1 {
	width:550px;
	height:44px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../contents_images1/header_info.gif);
}

/*---コンテンツ　メイン（２）用コンテナ　ヘッダートップ画像--*/
#main_c2 {
	width:550px;
	height:60px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../contents_images1/ssh_eigyo5.gif);
	background-repeat: no-repeat;
}
/*---コンテンツ　ブロックコンテナ0　前巾--*/
.block0{
	width:550px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}

/*---コンテンツ　ブロックコンテナ1　文章用--*/
.block1{
	width:330px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}

/*---コンテンツ　ブロックコンテナ2　画像用--*/
.block2{
	width:210px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}

/*---コンテンツ　ブロックコンテナ3　画像用--*/
.block3{
	width:177px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
/*---コンテンツ　ブロックコンテナ4　画像用--*/
.block4{
	width:130px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
/*---コンテンツ　ブロックコンテナ5　コンテナ4×２個の隣り用--*/
.block5{
	width:270px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
/*---コンテンツ　ブロックコンテナ6　縦画像用--*/
.block6{
	width:180px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}

/*---コンテンツ　ブロックコンテナ7　縦画像の横用--*/
.block7{
	width:360px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}

/*コンテンツ　見出し設定　*****************************************************************/

h3.main {
	padding: 0 0 0 5px;
	margin: 15px 0 5px 0;
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C99;
	line-height: 25px;
	}
	
h4.main {
	color: #333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	border-left-width: 20px;
	border-left-style: double;
	border-left-color: #C99;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C99;
	}
/*コンテンツ　リスト設定　*****************************************************************/

.block7 ul{
padding:0px;
margin:0px;
}
.block7 li{
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*コンテンツ　定義リスト設定　*****************************************************************/


.block7 dl{
	float:left;
	width:340px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.block7 dt{
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.block7 dd{
	margin:0px;
    border-color::#7F2D00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C99;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5em;
}

/*沿革　*/
#enkaku table{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#enkaku td {
	padding: 3px 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	text-align: left;
}

/*コンテンツフッター パン屑リスト*****************************************************************/
#contentsfooter {
	width:550px;
	background-image:url(../../images/dotted.gif);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	}

.footbreadcrumbs {
	font-size:75%;
	color:#1d9189;
	font-family:"ＭＳ ゴシック", "Osaka?等幅";
	}

.gototop a{
	display:block;
	float:right;
	width:40px;
	background-image:url(../../common_images/link_icon_top.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-indent: -9999px;/*\*/
	overflow: hidden;/**/
	}

