@charset "utf-8";   
/*  
 Share Style [  
----------------------------------------------------------- */  
* {   
    margin:0;   
    padding:0;   
}   
body {
	font-family: Meiryo, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:90%;
	background:url(image/bg.gif) repeat-x;
	background-color:#fff;
    line-height:1.6;
	color:#333333;
}   
html {   
    overflow-y:scroll;   
}
h1,h2,h3,h4{
	line-height:1;
}
p,li,dt,dl {   
    line-height:1.6;
}   
img {   
    border:0;
	vertical-align:bottom;
}   
address {   
    font-style:normal;   
}
.clearfix:after,#contents:after,.box:after,.flow:after,.bg:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix,#contents,.box,.flow,.bg{
  min-height: 1px;
}
* html .clearfix,* html #contents,* html .box,* html .flow,* html .bg{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*  
 Link Color [  
----------------------------------------------------------- */  
a:link {
    text-decoration:underline;
	color:#09F;
}   
a:visited {   
    text-decoration:underline;
	color:#09F;
}   
a:hover {
	text-decoration:none;
	color:#F93;
}   
a:active {
	color:#F93;
	text-decoration:none;
}
/* フロート画像(右) */
img.flright{
    display: block;
    line-height: normal;
    float: right;
}
.flright{
	margin:0 0 10px 10px;
}
/* フロート画像(左) */
img.flleft,img.flleft2,img.flleft3,img.flleft4{
    display: block;
    line-height: normal;
    float: left;
}
.flleft{
	margin:0 10px 10px 0;
}
.flleft2{
	margin:0 20px 10px 10px;
}
.flleft4{
	margin:0 20px 60px 10px;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	height:auto;
}
#container2 {
	width:900px;
	margin:0 auto;
	height:auto;
}
/*
 Head [  
----------------------------------------------------------- */  
#header {
	width:900px;
	height:115px;
	padding:20px 0 0 0;
}
#header #hbox01{
	float:left;
	width:400px;
	margin-left:10px;
	    text-align: left;
}
#header #hbox01 h1{
	font-size:90%;
	color:#333333;
}
#header #hbox01 img{
	margin:10px 0 0 0;
}
#header #hbox02{
	float:right;
	width:300px;
	margin-right:10px;
	text-align:right;
}
#header #hbox02 h2{
	font-size:100%;
	color:#cc0000;
	margin:10px 5px 0 0;
}
/*  
 top menu [  
----------------------------------------------------------- */
ul#navi{
	list-style:none;
	margin:10px 0 0 0;
}
ul#navi li {
	height:40px;
	width:150px;
	float:left;
	display:block;
	list-style-type:none;
}
ul#navi li a {
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-9999px;
}
/*------off*/
ul#navi li.menu01 a {
	background:url(image/menu.gif) no-repeat 0px 0px;
}
ul#navi li.menu02 a {
	background:url(image/menu.gif) no-repeat -150px 0px;
}
ul#navi li.menu03 a {
	background:url(image/menu.gif) no-repeat -300px 0px;
}
ul#navi li.menu04 a {
	background:url(image/menu.gif) no-repeat -450px 0px;
}
ul#navi li.menu05 a {
	background:url(image/menu.gif) no-repeat -600px 0px;
}
ul#navi li.menu06 a {
	background:url(image/menu.gif) no-repeat -750px 0px;
}
/*------hover*/
ul#navi li.menu01 a:hover {
	background:url(image/menu.gif) no-repeat 0px -41px;
}
ul#navi li.menu02 a:hover {
	background:url(image/menu.gif) no-repeat -150px -41px;
}
ul#navi li.menu03 a:hover {
	background:url(image/menu.gif) no-repeat -300px -41px;
}
ul#navi li.menu04 a:hover {
	background:url(image/menu.gif) no-repeat -450px -41px;
}
ul#navi li.menu05 a:hover {
	background:url(image/menu.gif) no-repeat -600px -41px;
}
ul#navi li.menu06 a:hover {
	background:url(image/menu.gif) no-repeat -750px -41px;
}
/*
 contents [
----------------------------------------------------------- */
#contents{
	margin:15px 0 0 0;
}
#side{
	float:left;
	width:190px;
}
#main{
	float:right;
	width:690px;
}
#main h3{
	background:url(image/title.gif) no-repeat;
	padding-left:15px;
	font-size:140%;
	margin-top:20px;
	height:29px;
	padding-top:7px;
	text-align: left;
}
#main h3.h3mini{
	background:url(image/title.gif) no-repeat;
	padding-left:15px;
	font-size:130%;
	margin-top:20px;
	height:29px;
	padding-top:7px;
}
.box{
	margin:20px 0 0 15px;
}
	
/*
 guide [
----------------------------------------------------------- */
#guide{
	background:url(image/guide02.gif) repeat-y;
	    /* width: 170px; */
    padding: 20px 10px 0 10px;
    text-align: left;
}
#guide ul{
	margin:0;
	list-style:none;
}
#guide ul li{
	background: url(image/arrow.gif) 0 1px no-repeat;
	border-bottom:1px solid #B7B3B3;
	padding:0 0 10px 1.7em;
	margin-bottom:10px;
}
#guide ul li.li01{
	margin:0;
	border:none;
	padding:0 0 0 2em;
}
#guide ul li a:link{
	color:#777676;
	text-decoration:none;
}
#guide ul li a:visited{
	color:#777676;
	text-decoration:none;
}
#guide ul li a:hover{
	color:#09F;
	text-decoration:underline;
}
#guide ul li a:active{
	color:#09F;
	text-decoration:underline;
}
#calendar{
	text-align:center;
	margin:20px 0 0 0;
}
/*
 footer [
----------------------------------------------------------- */
#footer{
	background:url(image/foot.gif) repeat-x;
	height:200px;
	margin-top:50px;
}
#foot{
	width:900px;
	margin:50px auto 0 auto;
	text-align:center;
}
#foot img{
	float:right;
	margin:17px 10px 0 0;
}
#foot p{
	margin:50px 0 0 0;
}
/*  
 リスト [ 
----------------------------------------------------------- */
ol li{
	margin-left:2em;
}

ol.ol01{
	margin:10px 0 0 0;
}
ul.time{
	margin:10px 0 0 0;
	list-style:none;
}
ul.time li{
	background:url(image/carriage/time.gif) 1em 6px no-repeat;
	padding-left:3em;
}
ol.qa{
	margin:20px 0 10px 0;
}
ol.qa li{
	font-size:90%;
	color:#333333;
}
ol.qa li:hover{
	color:#00a0e9;
}
ol.qa li a{
	text-decoration:none;
	color:#333333;
}
ol.qa li a:hover{
	text-decoration:none;
	color:#00a0e9;
}
ul.disc{
	margin-left:2em;
}
ul.disc li{
	list-style:disc;
}
ul.s_map{
	margin:10px 0 0 0;
	list-style:none;
}
ul.s_map li{
	background:url(image/sitemap/sitemap01.gif) 1em 3px no-repeat;
	padding-left:3em;
	margin:5px 0;
}
ul.s_map li a{
	text-decoration:none;
	color:#333333;
}
ul.s_map li a:hover{
	text-decoration:none;
	color:#00a0e9;
}
ul.gaiyou{
	list-style:none;
}
ul.gaiyou li{
	float:left;
}
ul.news{
	list-style:none;
}
ul.news li{
	border-bottom:1px dotted #CCC;
	padding:0 0 10px 0;
	margin-bottom:10px;
}
.day{
	width:100px;
	float:left;
	display:block;
}
.day2{
	width:100px;
	float:left;
	display:block;
	height:100px;
}
.day5{
	width:100px;
	float:left;
	display:block;
	height:19em;
}
.day4{
	width:100px;
	float:left;
	display:block;
	height:14em;
}
.day1{
	width:100px;
	float:left;
	display:block;
	height:16em;
}
/*  
 parts [  
----------------------------------------------------------- */
.t5{
	margin:5px 0 0 0;
}
.t10{
	margin:10px 0 0 0;
}
.t15{
	margin:15px 0 0 0;
}
.t20{
	margin:20px 0 0 0;
}
.t30{
	margin:30px 0 0 0;
}
.u10{
	margin-bottom:10px;
}
.p10{
	padding:10px;
}
.top{
	margin:5px 0 0 550px;
}
.neme{
	float:right;
	margin:0 20px 0 0;
}
.order_title,.order_title2{
	border-bottom:1px dotted #CCC;
	color:#00a0e9;
	padding-bottom:10px;
}
.order_title2{
	margin:10px 0 0 0;
}
#tsuika{
	margin:20px 0 0 0;
	border-top:1px solid #999;
	padding:20px 0 0 0;
}
.vbox{
	border-bottom:1px solid #CCC;
	padding-bottom:30px;
}
.voice{
	background:url(image/voice/voice.gif) 0 0 no-repeat;
	padding:0 0 0 2.5em;
	font-size:110%;
	font-weight:bolder;
	margin-top:20px;
}
img.sample{
	margin:10px;
}
.flow{
	border:5px solid #eeeeee;
	margin:20px 15px 0 0;
	padding:20px 10px;
}
.flowbox{
	float:right;
	width:550px;
}
.arrow{
	margin:20px 0 0 273px;
}
.bg{
	background:url(image/atsukai_b.gif) repeat-y;
	width:670px;
	padding:10px;
}
.atsukai{
	width:460px;
	float:right;
}
.posi{
	position:relative;
}
.posi01{
	position:absolute;
	top:5px;
	left:515px;
}
.posi02{
	position:absolute;
	top:25px;
	left:515px;
}
.posi03{
	position:absolute;
	top:25px;
	left:343px;
}
.posi04{
	position:absolute;
	top:5px;
	left:343px;
}
.orderbtn{
	position:absolute;
	top:0px;
	left:440px;
}
.waku_o{
	font-size:120%;
	font-weight:bold;
	color:#CB0303;
	margin:10px 0;
	background:url(image/point/star.gif) no-repeat 0px -1px;
	padding-left:2em;
}
/*
 table [  
----------------------------------------------------------- */
table.banner{
	margin:40px 0 0 0;
	border-collapse:collapse;
	width:100%;
}

table.table01{
	margin:10px 0 0 0;
	width:100%;
	border:#cccccc 1px solid;
	border-collapse:collapse;
}
table.table01 td{
	border:#cccccc 1px solid;
	border-collapse:collapse;
	padding:5px 5px 5px 10px;
}
table.table01 tr.tr01,table.pay tr.tr01 {
	background-color:#efefef;
}
table.table01 tr:hover,table.pay tr:hover{
	background-color:#e1e1e1;
}
table.pay{
	margin:0 0 0 10px;
	border-collapse:collapse;
	float:right;
	border:#cccccc 1px solid;
	font-size:90%;
}
table.pay td{
	border:#cccccc 1px solid;
	border-collapse:collapse;
	padding:5px 10px;
}
table.company{
	margin:10px 0 0 10px;
	width:90%;
	border-collapse:collapse;
}
table.company td{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px 20px;
}
table.company td.td01{
	border-right:1px solid #CCC;
	width:110px;
}
table.sitemap{
	border-collapse:collapse;
	border:none;
}
table.sitemap td{
	vertical-align:top;
}
table.order{
	margin:20px 0;
}
table.order td{
	padding:5px 10px;
}
table.order td.td01{
	width:120px;
}
table.order p{
	margin:0 10px;
	display:inline;
}
table.check{
	width:100%;
}
table.check td.td01{
	vertical-align:middle;
	width:60px;
	text-align:center;
}


.uketsuke:after,.uketsuke_left:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.uketsuke,.uketsuke_left{
  min-height: 1px;
}
* html .uketsuke,* html .uketsuke_left{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.uketsuke{
	width:673px;
	border:1px solid #CCC;
	margin:15px 0 5px 0;
}
.uketsuke_left{
	float:left;
	width:200px;
}
.uketsuke_left01{
	float:left;
	width:199px;
	border-right:1px solid #ccc;
}
.uketsuke_right{
	float:right;
	width:473px;
}
.uketsuke01,.uketsuke01t{
	height:40px;
	position:relative;
	border-bottom:1px solid #CCC;
}
.uketsuke01t,.uketsuke02t{
	background-color:#efefef;
}
.uketsuke02,.uketsuke02t{
	height:80px;
	position:relative;
	border-bottom:1px solid #CCC;
}
.uketsuke01b{
	height:40px;
	position:relative;
}
.uketsuke02b{
	height:81px;
	position:relative;
}
.uketsuke01 p,.uketsuke01b p,.uketsuke01t p{
	position:absolute;
	top:10px;
	left:10px;
}
.uketsuke02 p,.uketsuke02b p,.uketsuke02t p{
	position:absolute;
	top:30px;
	left:10px;
}
/*  
 フォント [ 
----------------------------------------------------------- */
.red,.red01,p.red02,p.red03{
	color:#CB0303;
}
.red01{
	font-size:110%;
	font-weight:bolder;
}
p.red02{
	font-size:150%;
	font-weight:bolder;
}
p.red03{
	margin-top:10px;
	font-weight:bold;
}
.bred{
	color:#CB0303;
	font-weight:bolder;
}
.question{
	margin:10px 0 0 0;
	border-bottom:1px dotted #CCC;
	color:#00a0e9;
	padding-bottom:5px;
}
.big{
	font-size:120%;
	margin:5px 0 0 10px;
}
.fs{
	font-size:80%;
}
.blue{
	color:#06C;
}
.ginkou {
	width:180px;
	float:left;
	background:#E6E9FF;
	border:#CCC solid 1px;
	margin:10px;
	padding:10px;
}
.cyuui1 {
	float:right;
	width:450px;
	font-size:12px;
	line-height:1.2em;
}
/*  
 indexページ フラッシュ下SEO対策用説明文
----------------------------------------------------------- */ 
.setumei{
	width:96%;
	font-size:11px;
	border:#CCC 1px solid;
	padding:12px;
	color:#999;
	margin-top:20px;
}


/*  
 indexページ スライダー　float:left;
----------------------------------------------------------- */ 
.slider {

width:690px;
height:250px;
position:relative;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.can1306 {
	color:#F00;
	font-weight:bold;
}



/*  
 inkjetulページ 
----------------------------------------------------------- */ 
.inkjetul {
    margin-left: 2em;
}
.kakakuclick{
		text-align:center;
		padding-top:20px;
		padding-bottom:10px;
}
.close{
    border: red 2px solid;
    padding: 12px;
    color: red!important;
    margin-bottom: 20px;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
}