/*    ---------　ギフト包装・熨斗紙サービス案内ページ　#mainボックス内の指定------------------------------------- */







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


#navbar  {
    height: 30px;
}

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






#main h2 {
	background-color: #66CC00;
	color: #000000;
}






/* 小見出し */


#main h3 {
	border-color: #66cc00;
}










/* テーブル用ボックス指定 */

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



/* テーブル指定  */


/*　枠デザイン（共通）*/
.tablediv table {
    padding: 0px;
    border-collapse: collapse;
    caption-side: top;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: #cfd3d6;
}




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

.tablediv th {
	color: #000000;
	background-color: #FFCC66;
	border-color: #cfd3d6;
    font-weight: bold;	
}

.tablediv td {
	background-color: #FFFFCC;
	border-color: #cfd3d6;
}







/* 画像レイアウトボックス（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;
	background-color: transparent;
}




.large_lside_img {
	margin: 0px 15px 0px 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: 299px;
}



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










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


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


#setumei {
   margin: 20px 0px;
   padding: 0px;
   border: 1px solid #CCCCFF;
   width: 894px;
   background-color: transparent;
   clear: both;
}



#setumei p{
   margin: 5px;
   padding: 0px;
   border: 0px none;
   background-color: transparent;
   font-weight: normal;
   font-size: 13px;
   line-height: 22px;
   letter-spacing: 3px;
   color: #000000;
}


#setumei b{
   font-weight: bold;
   font-size: 13px;
   line-height: 22px;
   letter-spacing: 3px;
   color: #000000;
}


#setumei li{
   font-size: 13px;
   line-height: 18px;
   letter-spacing: 3px;
}


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





/*  文字サイズ指定   */



#main {
    color: #000000;
}

.tablediv {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 3px;
}



#setumei p,
#setumei li,
#setumei b,
.small_lside,
.large_lside {
   font-size: 13px;
   line-height: 22px;
   letter-spacing: 3px;
}



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


#setumei b{
   font-weight: bold;
}





#main h4 {
   margin: 0px 0px 10px 20px;
   padding: 0px 0px 0px 10px;
   border: 0px none;
   background-color: #cccc66;
   font-weight:bold;
   clear: both;
}



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

.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;
}


