@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_event.gif);
}
/*---コンテンツ　メイン（１－２）用コンテナ　ヘッダー--*/
#main_c12 {
	width:550px;
	height:44px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../contents_images1/header_tougei.gif);
}
/*---コンテンツ　メイン（２）用コンテナ　ヘッダートップ画像--*/
#main_c2 {
	width:550px;
	height:245px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../img/550x245event.jpg);
	background-repeat: no-repeat;
}
/*---コンテンツ　メイン（２－２）用コンテナ　ヘッダートップ画像--*/
#main_c22 {
	width:550px;
	height:245px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../img/550x245tougei.jpg);
	background-repeat: no-repeat;
}
/*---コンテンツ　メイン（３）用コンテナ　ヘッダー--*/
#main_c3 {
	width:550px;
	height:80px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../contents_images1/ssh_eigyo6.gif);
}
/*---コンテンツ　ブロックコンテナ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;
	}

/* イベント用定義リスト　*/
dl.event  {
	padding-bottom: 20px;
}
dl.event  dt {
	margin-top: 0.6em;
	width: 100%;
	border-bottom: solid 3px #E989C8;
	line-height: 1.6;
	font-weight: bold;
	color: #FFEBDE;
	font-size: 1.2em;
	background-color: #B24681;
	text-align: center;
}
dl.event dd {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 0.8em;
}

/* イベント用定義リスト２　*/
dl.event2  {
	padding-left: 30px;
	padding-bottom: 10px;
}
dl.event2 dt {
	margin-top: 0.6em;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	background-color: #4A899A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9CC;
}
dl.event2 dd {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 0.8em;
}	
/* イベント用定義リスト３　*/
dl.event3  {
	padding-left: 30px;
	padding-bottom: 20px;
}
dl.event3 dt {
	margin-top: 0.6em;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	background-color: #663;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #963;
}
dl.event3 dd {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 0.8em;
}	
/*コンテンツフッター パン屑リスト*****************************************************************/
#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;/**/
	}

