@charset "utf-8";

div {
}
form{
	margin: 0px;
	padding: 0px;
}


/*	共通クラス設定 */

.red {
	color: #FF3300;
}

/* box_01 */

div.box_01 {
	background-color: #F3E9DE;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
}

div.box_01 h4{
	font-size: 14px;
	margin: 10px;
	margin-left: 16px;
	padding-left: 24px;
	line-height: 1.25em;
	color: #666666;
}
div.box_01 p.right{
	float: right;
	margin: 10px;
}
div.box_01 p.right img{
	vertical-align: middle;
	margin: 0px 3px;
}
div.box_01 .inner {
	background-color: #FFFFFF;
	margin: 0px 10px;
	padding: 0px 10px;
	padding-top: 1px;
	padding-bottom: 20px;
}
div.box_01 .inner_h ,
div.box_01 .inner_f {
	margin: 0px 10px;
}
div.box_01 .inner p{
	font-size: 12px;
	line-height: 1.25em;
	margin: 8px 0px;
}

/* h4見出しイメージアイコン */


div.box_01 h4.icon_question{
	background-image: url(../images/faq/icon_qa.gif);
	background-repeat: no-repeat;
}
div.box_01 h4.icon_voice{
	background-image: url(../images/icon_hito.gif);
	background-repeat: no-repeat;
}
div.box_01 h4.icon_none{
	padding-left: 0px;
}
div.box_01 h4.icon_page {
	background-image: url(../images/icon_box.gif);
	background-repeat: no-repeat;
}


/* コンテンツDIV-BOX */
div.common_box {
	margin: 0px 10px;
	margin-bottom: 30px;
}

/* 左メニュー注文ボタン */
div#ac_box p {
	margin: 5px 0px;
	line-height: 1.25em;
}
div#ac_box p strong {
	color: #000000;
}
div#ac_box p.line {
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

/* オプションメニュー */
#dl_basic div p,
#dl_royal div p{
	margin: 0px;
}
.op_m1{
	background-image: url(../images/service/item_option-img1.gif);
	background-repeat: no-repeat;
	height: 76px;
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 6px 12px;
	margin-top: 12px;
}
.op_m2{
	background-image: url(../images/service/item_option-img2.gif);
	background-repeat: no-repeat;
	height: 76px;
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 6px 12px;
}
.op_m3{
	background-image: url(../images/service/item_option-img3.gif);
	background-repeat: no-repeat;
	height: 76px;
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 6px 12px;
}
.op_m4{
	background-image: url(../images/service/item_option-img4.gif);
	background-repeat: no-repeat;
	height: 76px;
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 6px 12px;
}
.op_m_title{
	width: 230px;
	position: absolute;
	top: 8px;
	left: 80px;
}
.op_m_txt{
	width: 230px;
	position: absolute;
	top: 53px;
	left: 80px;
}
.op_m_txt a{
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 13px;
}
.op_m_num{
	width: 80px;
	position: absolute;
	top: 17px;
	left: 330px;
}
.op_m_order{
	width: 111px;
	position: absolute;
	top: 17px;
	left: 415px;
}
.op_m_order img{
	border: 0px;
}



/* */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}

.box {
	margin-bottom: 25px;
	padding: 10px;
}


/* メニュー：ブログ */

#menu_blog {
	margin-top: 10px;
}
#menu_blog p{
	margin: 0px;
}
#menu_blog a{
	color: #CC3300;
}
#menu_blog h6{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#menu_blog form{
	padding: 15px 0px;
}

/* メニュー：ブログ：エントリー */

#menu_entry{
	background-color: #FFF7DB;
}
#menu_entry ul{
	margin: 0px;
	padding: 10px;
}
#menu_entry ul li{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/blog/blog_icon_entry.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu_entry ul li span.date{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}
#menu_entry ul li span.title{
	font-weight: normal;
}

#menu_blog p.backnumber{
	margin-top: 3px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 10px;
}


/* メニュー：注文 */

#ac_box #ordermenu {
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
#ac_box #ordermenu p{
	margin: 0px;
	padding: 0px;
}
#ac_box #ordermenu p img{
	border: 0px;
}
