@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_shop.gif);
}

/*---コンテンツ　メイン（２）用コンテナ　ヘッダートップ画像--*/
#main_c2 {
	width:550px;
	height:245px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../img/550x245shop.jpg);
	background-repeat: no-repeat;
}
/*---コンテンツ　メイン（３）用コンテナ　ヘッダー--*/
#main_c3 {
	width:550px;
	height:60px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../contents_images1/ssh_eigyo1.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;
	}
h5.main {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C99;
	background-color: #C99;
	}
/*コンテンツフッター パン屑リスト*****************************************************************/
#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;/**/
	}

