/*  
Theme Name: 得丸デザイン印刷　オリジナルメモ帳印刷サービス
Theme URI: http://wordpress.org/
Description: 得丸デザイン印刷　オリジナルメモ帳印刷サービスWEBサイトのデザインテーマです。
Version: 1.6
Author: Atsushi Araki
Author URI: http://www.abfactory.ne.jp

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/*----------------------------------------------------------------*/

* {
	margin:0px;
	padding:0px;
	}

html {
	height:100%;
	}

body {
	font-size: 0.8em; /* Resets 1em to 10px */;
	line-height:1.4em;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	background:url(images/bk_contents.png) 50% 0 repeat-y #ebebeb;
	text-align:center;
	}

hr {

	display:none;
	margin:0px;
	}
	
h1 {
	margin: 0em 0em 0em;
	}

h2 {
	margin:2em 0em 1em;
	height:18px;
	font-size:130%;
	background:url(images/bk_h2.png) 0 bottom repeat;
	padding:3px 0px 3px 15px;
	color:#333;

}

h3  {
	margin:2em 0em 1em;
	color:#025aae;
	padding:3px 6px;
	font-size:110%;
	border-bottom:1px dotted #0082d6;
}

p{
	margin:0.5em 0em;
}

ul{
	margin:1em;
}

ol{
	margin:1em 0.5em 1em 1em;
}

li{
	margin:0.5em 0 1em 1em;
}

option {
	padding-right:10px;
	}

strong{
	color:#ff0000;	
}

u{
	background:#ffffaa;
	color:#ff6600;
}

table {
	border:1px solid #999;
	border-collapse:collapse;
	
	}
	
table th {
	border:1px solid #999;
	border-collapse:collapse;
	padding:3px;
	}
	
table td {
	border:1px solid #999;
	border-collapse:collapse;
	padding:3px;
	}
	
caption {
	margin-bottom:0px;
	}


table.basic-table {
	border:1px solid #999;
	border-collapse:collapse;
	margin-top:20px;
	}
	
.basic-table th {
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:6px 8px;
	background:#f7f7f7;
	text-align:center;
	font-weight:bold;
	}
	
.basic-table td {
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:6px 8px;
	background:#fff;
	}



	
.booknum {
	/* background:#f7f7f7; */
	}
	
.bookper {
	/* background:#fcfcfc; */
	}
	
table.price {
	border:1px solid #41aed7;
	border-collapse:collapse;
	font-size:90%;
	}
	
table.price td{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
	padding:5px 10px;
	text-align:right;
	}
	
table.price tr.sep td {
	/* border-top:3px double #999 !important; */
	/* font-weight:bold !important; */
	
	}


.copy{
    color:#333;
    font-size:120%;
    font-weight:bold;
}

.copy_sample{
    color:#ff6600;
    font-size:110%;
    font-weight:bold;
    border-bottom:1px dotted #ff6600;
    padding-bottom:3px;
}

.memo{
    color:#336699;
    font-size:83%;
}

.pagetop{
    margin:5em 2em 5em auto;
    clear:both;
    width:110px;
    height:9px;
}

.pagetop a{
	width:100%;
	height:100%;
	display:block;
	}
	
.result_price {
	border:2px solid #ff0000;
	padding:10px;
	width:500px;
	margin:15px auto 5px;
	text-align:center;
	background:#ffd;
	}
	
.result_price_per {
	margin-top:5px;
	font-size:1.2em;
	}
	

.result h3 {
	margin:2em 0em 1em;
	color:#333;
	padding:3px 6px;
	font-size:110%;
	border-bottom:1px dotted #0082d6;
}

/*----------------------------------------------------------------*/

#rap {
	background:#fff;
	width:900px;
	display:block !important;
	margin:0px auto;
	text-align:left;
	background:url(images/bk_contents_s.png) left 200px repeat-y;
	}
	
#rap2 {
	background:#fff;
	width:900px;
	display:block !important;
	margin:0px auto;
	text-align:left;
	}
	
#contents {
	width:900px !important;
	display:block !important;
	margin:0px auto;
	padding:0px !important;
	}
	
#main_contents {
	width:650px;
	display:block !important;
	float:left;
	margin:0px 0px 15px 0px !important;
	}
	
#bl_contents {
	width:575px;
	margin:0px auto;
	}
	
* html body #main_contents {
	margin:0px 0px 15px 0px !important;
	}
	
.clear {
	clear:both;
	}
	
.section {
    clear:both;
	margin:25px auto;
	}
	
#bread {
	padding:3px 10px 3px 15px;
	font-size:0.8em;
	background:#fff;
	border-bottom:1px solid #41aed7;
	margin-bottom:0px;
	}
	
.ic_detail {
	background:url(images/ic_detail.png) 0 50% no-repeat;
	padding-left:18px;
	margin:15px 0px;
	}
	
.ic_side_detail {
	background:url(images/ic_side_detail.png) 0 50% no-repeat;
	padding-left:15px;
	}
	
.img_right {
	float:right;
	margin-left:15px;
	}
	
.img_left {
	float:left;
	margin-right:15px;
	}
	
.bk_cp {
	background:url(images/bk_cp.png) left top no-repeat;
	width:575px;
	height:55px;
	text-align:center;
	margin:10px auto 0;
	font-weight:bold;
	font-size:1.3em;
	padding-top:10px;
	}
	
.bk_cp2 {
	background:url(images/bk_cp2.png) left top no-repeat;
	width:575px;
	height:55px;
	text-align:center;
	margin:10px auto 0;
	font-weight:bold;
	font-size:1.3em;
	padding-top:10px;
	}
	
.bk_cp3 {
	background:url(images/bk_cp3.png) left top no-repeat;
	width:550px;
	height:87px;
	text-align:center;
	margin:10px auto 0;
	font-weight:bold;
	font-size:1.3em;
	padding-top:15px;
	padding-right:25px;
	}
	
#bt_footer_sample {
	background:url(images/bt_footer_sample.png) center center no-repeat;
	width:569px;
	height:60px;
	border:3px solid #DF8A00;
	
	margin-top:15px;
	}
	
#bt_footer_sample a{
	width:100%;
	height:100%;
	display:block;
	}
	
.bt_footer_mitumori {
	background:url(images/bt_footer_mitumori.png) center center no-repeat;
	width:255px;
	height:41px;
	text-indent:-9999px;
	margin:10px auto !important;
	}
	
.bt_footer_mitumori a{
	width:100%;
	height:100%;
	display:block;
	}
	
#pic_sample {
	background:url(images/pic_sample.png) left center no-repeat;
	width:182px;
	height:117px;
	text-indent:-9999px;
	}
	
input#f_name_1 {
	width:100px;
	}
	
input#f_name_2 {
	width:100px;
	}
	
input#f_deli_name_1 {
	width:100px;
	}
	
input#f_deli_name_2 {
	width:100px;
	}
	
input#f_kana_1 {
	width:100px;
	}
	
input#f_kana_2 {
	width:100px;
	}
	
/*----------------------------------------------------------------*/
	
#header {
	height:125px;
	position:relative;
	background:url(images/bk_header.png) left bottom no-repeat;
	border-bottom:3px solid #41AED7;
	background:#fff;
	}
	
#logo {
	
	width:463px;
	height:64px;
	position:absolute;
	top:35px;
	left:17px;
	
	}
	
#logo a{
	display:block;
	width:100%;
	height:100%;
	}
	
#img_header {
	background:url(images/img_header.png) left center no-repeat;
	width:588px;
	height:18px;
	position:absolute;
	top:6px;
	left:17px;
	
	}
	
#bk_contact_top {
	background:url(images/bk_contact_top.png) left center no-repeat;
	width:303px;
	height:105px;
	position:absolute;
	top:8px;
	right:0px;
	}
	
#hd_contact {
	margin:78px 0px 0px 25px;
	}
	
/*----------------------------------------------------------------*/
	
#sidebar {
	width:250px;
	display:block;
	float:right;
	margin:0px 0px 15px 0;
	padding-top:0px;
	}

* html body #sidebar {
	margin:0px 0px 15px 0px !important;
	}


#sidebar h2{
    border:none;
    margin:0;
    font-size:100%;
}

#sidebar ul{
    margin:0;
}

#sidebar li{
    margin:0;
}

#side_top_menu {
	padding-bottom:10px;
	}

#bt_side{
	background:#ebebeb;
	text-align:center;
	padding:7px 5px;
	width:220px;
	margin:0px auto;
	border:0px solid #333;
	}

#bt_sample {
	
	}
	
#bt_mitumori {
	
}
	
#bt_sample a,#bt_mitumori a{
	width:100%;
	height:100%;
	display:block;
	}
	
.bl_side_green {
	border:1px solid #8CB23F;
	margin:10px auto 0;
	width:230px;
	background:#fff;
	}
	
h2.bk_side_green {
	background:url(images/bk_side_green.png) 0 0 no-repeat;
	color:#fff;
	text-align:center;
	height:27px;
	padding:5px 0px 0px;
	}
	
.bl_side_green p{
    margin:0.5em !important;
    font-size:95%;
    
	}
	
#bt_simu {
	
	}
	
#bt_simu a{
	width:100%;
	height:100%;
	display:block;
	}

.bl_side_blue {
	border:1px solid #41AED7;
	margin:10px auto 0;
	width:230px;
	background:#fff;
	}
	
h2.bk_side_blue {
	background:url(images/bk_side_blue.png) 0 0 no-repeat;
	color:#fff;
	text-align:center;
	height:27px;
	padding:5px 0px 0px;
	}
	
.bl_side_blue li{
	list-style-type:none;
	border-bottom:1px dotted #999;
	background:url(images/ic_side_detail.png) 5px 50% no-repeat;
	padding:3px 0px 3px 15px;
	margin:0px;
	}
	
.bl_side_gray {
	border:1px solid #999;
	margin:10px auto 0;
	width:230px;
	background:#fff;
	}
	
h2.bk_side_gray {
	background:url(images/bk_side_gray.png) 0 0 no-repeat;
	padding:3px 0px 3px 10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:0;
	}
	
.bl_side_gray li{
	list-style-type:none;
	background:url(images/ic_side_detail.png) 5px 50% no-repeat;
	padding:3px 0px 3px 15px;
	margin:0px;
	}
	
#side_menu {
	margin:5px auto 0;
	background:#ebebeb;
	}
	
#side_menu li{
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	background:url(images/ic_side_detail.png) 5px center no-repeat;
	padding:3px 0px 3px 15px;
	margin:0px 5px;
	}
	
/*----------------------------------------------------------------*/

#footer {
    clear:both;
	height:134px;
	display:block;
	position:relative;
	border-top:3px solid #41AED7;
	background:#fff;
	}
	
h3#footer_logo {
	width:365px;
	height:42px;
	position:absolute;
	top:15px;
	left:20px;
	
	margin:0px;
	border:0px;
	}
	
#footer_add {
	width:600px;
	height:50px;
	
	display:block !important;
	position:absolute;
	top:70px;
	left:20px;
	}
	

	
#ft_contact {
	margin-top:70px;
	}
	
/* home */

h3.h3_top {
	width:550px;
	margin:0px auto;
	}

#img_top {
	background:url(images/img_top.png) left top no-repeat;
	width:650px;
	height:325px;
	margin:0px auto !important;
	padding-top:0 !important;
	
	}
	
#img_top a{
	display:block;
	width:100%;
	height:100%;
	}
	
h2#cp_top1 {
	background:url(images/cp_top1.png) left center no-repeat;
	width:575px;
	height:55px;
	margin:10px auto 0;
	text-indent:-9999px;
	}
	
#pic_top1 {
	background:url(images/pic_top1.png) left center no-repeat;
	height:217px;
	width:575px;
	margin:20px auto 0;
	
	}
	
.fl_blue {
	border:1px solid #42AED7;
	margin:30px auto 0;
	width:575px;
	}
	
.bk_blue {
	background:url(images/bk_top2.png) 0 50% no-repeat;
	padding:3px 0px 3px 10px;
	color:#fff;
	font-size:1em;
	margin:0px !important;
	}

.bk_blue strong{
    color:#ffffff;
    }
    
.fl_blue p{
	margin:6px;
	}
	
h2#cp_top2 {
	
	width:414px;
	height:23px;
	margin:10px;
	
	border:none;
	}
	
#pic_top2 {
	background:url(images/pic_top2.png) left center no-repeat;
	width:555px;
	height:227px;
	margin:10px;
	
	}
	
#pic_top3 {
	background:url(images/pic_top3.png) left center no-repeat;
	width:209px;
	height:150px;
	margin:10px;
	
	}
	
.fl_green {
	border:1px solid #8CB23F;
	margin:30px auto 0;
	width:575px;
	}
	
.fl_green h3{
	color:#333;
	border-bottom:1px dotted #666;
	}
	
.bk_green {
	background:url(images/bk_top3.png) 0 50% no-repeat;
	padding:3px 0px 3px 10px;
	color:#fff;
	font-size:1em;
	margin:0px !important;
	}

.bk_green strong{
    color:#ffffff;
    }
	
.fl_green p{
	margin:6px;
	}
	
h2#cp_top3 {
	
	height:23px;
	margin:10px;
	
	border:none;
	}
	
h2#cp_top4 {
	background:url(images/cp_top4.png) left center no-repeat;
	height:23px;
	margin:10px auto;
	text-indent:-9999px;
	border:none;
	}
	
h2#cp_top3 a,h2#cp_top2 a {
	width:100%;
	height:100%;
	display:block;
	}

.bl_simu {
	width:535px;
	background:#DEF0CA;
	margin:10px auto;
	padding:10px;
	}
	
.bl_simu ul{
	width:250px;
	display:block;
	margin:0px 15px;
	}
	
#simu_result {
	width:250px;
	
	}
	
table.simu-table {
	border:1px solid #999;
	border-collapse:collapse;
	
	}
	
.simu-table th {
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:6px 8px;
	background:#f7f7f7;
	text-align:center;
	font-weight:normal;
	}
	
.simu-table td {
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:6px 8px;
	background:#fff;
	text-align:right;
	} 
	
ul.simulist {
	margin:1em 0;
	}
	
.simulist li{
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
	}
	
.simuform {
	border:none !important;
	}
	
.simuform td{
	border:none !important;
	}
	
tr.basic td,tr.basic th{
	background:#ffffdd;
	font-weight:bold;
	}


/* pagefooter */

#pagefooter{
    clear:both;
	margin:4em 0em 2em;
}


/* service */

h1#page_heaader_4 {
	background:url(images/page_heaader_4.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
#po1 {
	background:url(images/po1.png) left center no-repeat;
	width:130px;
	height:20px;
	margin:25px 0px 0px;
	text-indent:-9999px;
	}
	
h2#h2_po1 {
	background:url(images/h2_po1.png) left center no-repeat;
	width:575px;
	height:86px;
	margin:0px 0 10px;
	text-indent:-9999px;
	padding:0 0 20px;
	}
	
#po2 {
	background:url(images/po2.png) left center no-repeat;
	width:160px;
	height:20px;
	margin:25px 0px 0px;
	text-indent:-9999px;
	}
	
h2#h2_po2 {
	background:url(images/h2_po2.png) left center no-repeat;
	width:575px;
	height:124px;
	margin:20px 0 10px;
	text-indent:-9999px;
	padding:0 0 20px;
	}
	
#po3 {
	background:url(images/po3.png) left center no-repeat;
	width:295px;
	height:20px;
	margin:25px 0px 0px;
	text-indent:-9999px;
	}
	
h2#h2_po3 {
	background:url(images/h2_po3.png) left center no-repeat;
	width:575px;
	height:86px;
	margin:20px 0 10px;
	text-indent:-9999px;
	padding:0 0 20px;
	}
	
.fl_po {
	width:575px;
	margin:0 auto;
	}
	
#pic_service1 {
	background:url(images/pic_service1.png) left center no-repeat;
	width:308px;
	height:278px;
	text-indent:-9999px;
	}
	
#pic_service2 {
	background:url(images/pic_service2.png) left center no-repeat;
	width:575px;
	height:375px;
	margin:0px auto;
	text-indent:-9999px;
	}
	
#pic_service3 {
	background:url(images/pic_service3.png) left center no-repeat;
	width:280px;
	height:230px;
	margin:0px auto;
	text-indent:-9999px;
	display:block;
	}
	
#pic_service4 {
	background:url(images/pic_service4.png) left center no-repeat;
	width:300px;
	height:209px;
	margin:0px auto;
	text-indent:-9999px;
	display:block;
	}
	
h2#cp_design {
	background:url(images/cp_design.png) left center no-repeat;
	height:55px;
	margin:40px auto 0;
	text-indent:-9999px;
	}
	
/* price */

h1#page_heaader_5 {
	background:url(images/page_heaader_5.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
.price-table td {
	text-align:right;
	}
	
/* spec */

h1#page_heaader_6 {
	background:url(images/page_heaader_6.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* flow */

h1#page_heaader_7 {
	background:url(images/page_heaader_7.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
#flow_li h3 {
	float:left;
	width:170px;
	margin:0px 20px 0 0 !important;
	height:130px;
	border-right:1px dotted #ccc;
	border-bottom:0px;
	background:none;
	text-align:center;
	color:#006699;
	}

ol#flow_li {
  margin:1em 0 !important;
}


#flow_li div {
	float:left;
	width:330px;
	}
	
	
#flow_li li {
	background:url(images/flow_li.png) 70px 30px no-repeat;
	padding-bottom:35px;
	clear:both;
	height:130px;
	list-style:none;
	}
	
/* design */

h1#page_heaader_8 {
	background:url(images/page_heaader_8.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}

ul.sample-list{
  margin:0 auto !important;
  width:560px;

}

.sample-list li{
	float:left;
 	width:140px;
	margin:10px auto !important;
	list-style-type:none;
}


/* faq */

h1#page_heaader_9 {
	background:url(images/page_heaader_9.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
.ans {
	color:#ff0000;
	}
	
ol.faqlist {
	margin-left:2em;
	}
	
/* voice */

h1#page_heaader_10 {
	background:url(images/page_heaader_10.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}


ul.resultmemo {
  margin:1em;
}

ul.resultmemo li{
  display:block;
  width:150px;
  float:left;
  margin:5px 10px;
  text-align:center;
}

ul.resultmemo li img{
  /*width:130px;*/
  display:block;
  margin:5px;
  border:1px solid #eeeeee;
}


.result-list{
}

.result-list p{
  margin:1em;
  clear:both;
}

.result-list h2{
  clear:both;
}

.result-list h2 a{
  color:#333;
  text-decoration:none;
}


/* guide */

h1#page_heaader_11 {
	background:url(images/page_heaader_11.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
h1#page_heaader_23 {
	background:url(images/page_heaader_23.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
h1#page_heaader_24 {
	background:url(images/page_heaader_24.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* app */

h1#page_heaader_25 {
	background:url(images/page_heaader_21.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* company */

h1#page_heaader_2 {
	background:url(images/page_heaader_2.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
#img_company1 {
	background:url(images/img_company1.png) left top no-repeat;
	width:235px;
	height:165px;
	text-indent:-9999px;
	}
	
#img_company2 {
	background:url(images/img_company2.png) left top no-repeat;
	width:511px;
	height:456px;
	text-indent:-9999px;
	margin:0px auto;
	}
	
/* low */

h1#page_heaader_14 {
	background:url(images/page_heaader_14.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* privacy */

h1#page_heaader_15 {
	background:url(images/page_heaader_15.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* contact */

#contact{
  width:650px;
  margin:0px auto;
}


h1#page_heaader_16 {
	background:url(images/page_heaader_16.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
h1#page_heaader_38 {
	background:url(images/page_header_sp.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}

#contact table{
	width:100%;
	border-collapse:collapse;
	margin:20px 0px 40px;
	font-size:95%;
	border:1px solid #999 !important;
}

#contact table th{
	padding:10px;
	border:1px solid #ccc;
	border-collapse:collapse;
	width:120px;
	font-weight:normal;
	background:#f7f7f7;
}

#contact table td{
	padding:10px;
	border:1px solid #ccc;
	border-collapse:collapse;
}

#contact table td p{
	margin:0.1em !important;
	font-size:90%;
}

.example{
	color:#999999;
	font-size:90%;
}

.required {
	color:#ff0000;
	font-size:120%;
}

.error{
	margin:0.1em 0 !important;
	color:#ff0000;
}

.button{
	text-align:center;
	margin:2em;
}


input,textarea,select,checkbox {
  padding:2px 3px;
}

textarea{
  width:95%;
}


/* sitemap */

h1#page_heaader_17 {
	background:url(images/page_heaader_17.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* simu */

h1#page_heaader_19 {
	background:url(images/page_heaader_19.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* hikaku */

h1#page_heaader_18 {
	background:url(images/page_heaader_18.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* sample */

h1#page_heaader_12 {
	background:url(images/page_heaader_12.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
/* estimate */

h1#page_heaader_13 {
	background:url(images/page_heaader_13.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}

/* news */

h1#page_heaader_20 {
	background:url(images/page_heaader_20.png) left top no-repeat;
	height:75px;
	width:650px;
	margin:0px 0 0px;
	padding-bottom:10px;
	text-indent:-9999px;
	}
	
	
.strong-red {
	font-weight:bold;
	color:#ff0000;
	}
	
.bn_side {
	width:232px;
	margin:10px auto 0;
	}
	
.bn_side img{
	border:0;
	}
	
.li_jisseki img{
	border:1px solid #999;
	}
	
	
#bn_tirasi {
	background:url(images/bn_tirasi.png) left top no-repeat;
	height:115px;
	width:575px;
	margin:25px auto;
	text-indent:-9999px;
	}
	
#bn_tirasi a{
	width:100%;
	height:100%;
	display:block;
	}


.large {
	font-size:1.3em;
	}
	
.red {
	color:red;
	}
	
.result-image img{
	border:1px solid #999;
	}
	
.footer_contact {
	width:303px;
	height:105px;
	position:absolute;
	top:10px;
	right:5px;
	}
	
/* 営業用無料サンプルメモ帳
----------------------------------------------------------------*/
#bizsample {
	width: 608px;
	line-height: 1;
	margin: 0 auto;
	padding-top: 20px;
}
#bizsample div#bl_contents {
	width: 100%;
}
#bizsample h3,
#bizsample p,
#bizsample img,
#bizsample ul,
#bizsample li {
	margin: 0;
	padding: 0;
}
#bizsample div.sec {
	padding-bottom: 15px;
}
#bizsample h1#page_heaader_203 {
	height: 325px;
	margin-bottom: 25px;
	text-indent: -9999px;
	background: url(images/sample_main_img.png) no-repeat;
}
#bizsample h2.tit {
	margin: 0 0 15px;
	padding: 7px 0 0;
	color: #FFF;
	background: #73AE30 url(images/sample_tit_bg_top.png) no-repeat 0 top;
}
#bizsample h2.tit span {
	display: block;
	_height: 18px;
	min-height: 18px;
	padding: 0 10px 5px;
	background: #73AE30 url(images/sample_tit_bg_btm.png) no-repeat 0 bottom;
}
#bizsample p {
	line-height: 1.4;
	margin: 0 0 15px;
	font-size: 0.9em;
}
#bizsample strong.txt {
	color: #000;
}

#bizsample div.about {
	margin-bottom: 15px;
	padding: 0 0 20px;
	background: url(images/sample_about_bg_btm.png) no-repeat 0 bottom;
}
#bizsample div.about div {
	padding: 15px 6px 0;
	background: url(images/sample_about_bg_top.png) no-repeat 0 top;
}
#bizsample div.about ul.ftl {
	float: left;
	width: 260px;
	_height: 150px;
	min-height: 150px;
	padding: 0 15px;
	background: #DEF0CA;
}
#bizsample div.about ul.ftr {
	float: right;
	width: 135px;
	_height: 138px;
	min-height: 138px;
	padding: 0 145px 40px 15px;
	background: #DEF0CA url(images/sample_pdf_bg.png) no-repeat 15px bottom;
}
#bizsample div.about ul li {
	list-style: none;
}
#bizsample div.about ul li h3 {
	line-height: 1.2;
	margin-bottom: 3px;
	border: none;
	color: #000;
}

#bizsample div:after,#bizsample ul:after {
    content: "";
    display: block;
    clear: both;
}

.UIImageBlock_Content {
	width:230px !important;
	}

#bizsample div,#bizsample ul { display: inline-block; }
/* Hides from IE-mac \*/
* html #bizsample div,* html #bizsample ul { height: 1%; }
#bizsample div,#bizsample ul { display: block; }
/* End hide from IE-mac */


