/*    ---------　結納の手順　基本　指定------------------------------------- */


/*   ウインドウを閉じるボックスの指定  */


#navbar  {
    height: 30px;
}

#navbar form {
   margin: 0px;
   padding: 0px;
   border: 0px none;
   height: 16px;
   display: inline;
   vertical-align: middle;
}


/* 大見出し 一行まるごと　paddingは行内の文字位置の指定です　*/

#main h2 {
	background-color: #66CC00;
	color: #000000;
    margin-bottom: 30px;
    letter-spacing: 10px;
}


/* 小見出し */

#main h3 {
	border-color: #66cc00;
    margin-top: 40px;
    letter-spacing: 10px;
}



#main h4 {
   margin: 40px 0px 30px 10px;
   padding: 0px;
   border: 0px none;
   font-weight:bold;
   clear: both;
   letter-spacing: 5px;
   font-size: 15px;
   line-height: 22px;
   background-color: #66cc00;
}









/* 画像レイアウトボックス（large,middle,small） */


/* 画像左寄せボックス　　  */
.small_lside {
    margin: 0px;
    padding: 0px;
    border: 1px solid #cfd3d6;
    clear: both;
    width: 894px;
	background-color: transparent;
}




.small_lside_img {
	margin: 0px 15px 0px 0px;
	padding: 0px;
    border: 0px none;
    clear: none;
    float: left;
    width: 224px;
    height: 168px;     
}

.small_lside_img img {
    margin: 0px;
	padding: 0xp;
    border: 0px none;
    clear: both;
    width: 224px;
    height: 168px;  
}






.small_lside_txt {
    margin: 0px 0px 0px 239px;
    padding: 0px;
    border: 0px none;
    clear: none;
	background-color: transparent;
    height: 168px;
    width: 655px;
}








/* 大きい画像の設定 */






.large_lside {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    clear: both;
    width: 896px;
    height: 437;
    background-color: transparent;
}




.large_lside_img {
	margin: 0px;
	padding: 0px;
    border: 0px none;
    clear: none;
    float: left;
    width: 582px;
    height: 437px;     
}

.large_lside_img img {
    margin: 0px;
	padding: 0xp;
	border: 1px solid #cfd3d6;
    clear: both;
    width: 580px;
    height: 435px;  
}



.large_lside_txt {
    margin: 0px 0px 0px 595px;
    padding: 0px;
    border: 0px none;
    clear: none;
	background-color: transparent;
    height: 437px;
    width: 301px;
}







.large_lside_txt li{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    border: 0px none;
}









/* 説明文ボックスの指定  */


/*  まめ知識・商品説明　別枠　ボックス   */

.jiku,
.setumei_r,
.setumei {
   margin: 20px 0px;
   padding: 0px;
   border: 0px none;
   width: 896px;
   background-color: transparent;
   clear: both;
}


.setumei_r ul,
.setumei ul,
.setumei_r ol,
.setumei ol {
   margin-left: 10px;
   border: 0px none;
   list-style-position: inside;
}


.setumei_r dl,
.setumei_r ul,
.setumei dl,
.setumei ul {
   margin: 3px 20px; 
}


.setumei_r li,
.setumei li {
   margin: 3px;
}


.setumei_r dt,
.setumei dt {
   margin: 10px 3px;
}


.setumei_r dd,
.setumei dd {
   margin: 0px 3px 20px 20px;
   color: #000000;
}



.setumei_r p,
.setumei p{
   margin: 0px;
   padding: 10px;
   border: 1px solid #6699FF;
   background-color: transparent;
}




.setumei img {
   margin: 5px 10px 5px 5px;
   padding: 0px;
   border: 0px none;
   float: left;
   clear: both;
}


.setumei_r img {
   margin: 5px 5px 5px 10px;
   padding: 0px;
   border: 0px none;
   float: right;
   clear: both;
}






/* テーブル指定  */

.jiku table,
.setumei_r table,
.setumei table {
    margin: 30px 0px 30px 0px;
    padding: 0px;
    border-collapse: collapse;
    caption-side: top;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: #cfd3d6;
}




/*テーブル枠線の共通設定*/

.jiku th,
.setumei_r th,
.setumei th {
	color: #000000;
	background-color: #FFCC66;
	border-color: #cfd3d6;
    font-weight: bold;	

}

.jiku td,
.setumei_r td,
.setumei td {
	background-color: #FFFFCC;
	border-color: #cfd3d6;
	padding: 5px;
	text-align: left;
}













/* 小さい目次　テーブル指定　  */


#menu_bar {
   margin: 0px 0px 50px 0px;
   padding: 0px;
   border: 0px none;
   width: 896px;
   background-color: transparent;
   clear: both;
}


/* テーブル指定  */


#menu_bar table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    caption-side: top;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: #cfd3d6;
    width: 890px;

}


/* 4セルで一列とする */

#menu_bar td {
	border-color: #cfd3d6;
	padding: 5px 5px 5px 20px;
	text-align: center;
	width: 180px;
}

















/*  文字指定   */



#main {
    color: #000000;
}





.small_lside_txt span {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #0033FF;
    font-weight: bold;
}


.arrow,
#menu_bar th,
#menu_bar td,
.jiku,
.sonota,
.sonota li,
.aisatu,
.setumei_r,
.setumei_r li,
.setumei_r b,
.setumei,
.setumei li,
.setumei b,
.small_lside,
.large_lside {
   font-size: 13px;
   line-height: 22px;
   letter-spacing: 3px;
   color: #000000;
}


.aisatu span {
    color: #3300CC;
   font-weight: bold;
}



.setumei_r li,
.setumei li,
.small_lside,
.large_lside {
   font-weight: normal;
}


.large_lside b,
.large_lside strong,
.arrow b,
#menu_bar th,
.jiku b,
.setumei_r strong,
.setumei_r dt,
.setumei_r b,
.setumei strong,
.setumei dt,
.setumei b{
   font-weight: bold;
}


.large_lside strong,
.arrow strong,
.jiku strong,
.setumei_r strong,
.setumei strong {
   font-style: normal;
   color: #FF0000;
}


.large_lside span,
.arrow span,
.setumei_r span,
.setumei span {
   font-size: 16px;
   line-height: 25px;
   font-style: normal;
   font-weight: bold;
   color: #0099FF;
}











/* メインコンテンツ内　ページ内移動用リンクタグのボックス指定 */

.linktag {
	margin: 10px 10px 10px 0px;
	border: 0px none;
	padding: 0px;
	background-color: transparent;
	width: 886px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-align: right;
	clear: both;
}






/* 　商品紹介ボックス　 */


/* 画像左寄せボックス　　  */
.shop {
    margin: 0px 0px 0px 450px;
    padding: 0px;
    border: 1px solid #cfd3d6;
    clear: both;
    width: 444px;
	background-color: transparent;
}




.shop_img {
	margin: 0px 15px 0px 0px;
	padding: 0px;
    border: 0px none;
    clear: none;
    float: left;
    width: 112px;
    height: 84px;     
}

.shop_img img {
    margin: 0px;
	padding: 0xp;
    border: 0px none;
    clear: both;
    width: 112px;
    height: 84px;  
}



.shop_txt {
    margin: 0px 0px 0px 127px;
    padding: 0px;
    border: 0px none;
    clear: none;
	background-color: transparent;
    height: 84px;
    width: 317px;
}

   


