/*----------------------------------
level2.css

目次
・会社情報
・ご注文フォーム
・見出し
・
・
・
・
・
・
・
・
・
・
・
・

------------------------------------*/






/*会社情報
-------------------------------------------*/
.city{
	font-size:10px;
	padding: 0 10px;}


/*ご注文フォーム
-------------------------------------------*/
.ContactTable{
	width:508px;
	background:#FFF2FF;
	line-height:1.4em;
}
.ContactTable tr td{
	padding:5px;
}

.ContactTable .cap{
	background:#f5c7f5;
	padding:2px;
}
.submitButton{
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
}
.caution{
	background:#EFEFEF;
	border:1px solid #808080;
	padding:10px;
	line-height:1.3em;
}


/*見出し
-------------------------------------------*/

#LeftPane h3{
	color: #689F05;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	background: url(../img/h3_bg.gif) no-repeat left top;
	border-bottom: solid 1px #E1E1E1;
	padding: 0 0 0 7px;
	overflow: hidden;
	margin: 10px 0 3px;
}




/*商品詳細
-------------------------------------------*/
#ItemDetail{
	width: 508px;
	background: url(../img/border3.gif) repeat-x top;
	padding-top: 3px;
}
#ItemDetail input{margin: 0;}
#ItemDetail h1{
	float: left;
	width: 453px;
	font-size: 16px;
	background: url(../img/border1.gif) repeat-y right;
	padding: 8px 0;
	margin: 0;
}
#ItemDetail h2{
	clear: both;
	font-size: 12px;
	font-weight: normal;
	border-top: solid 1px #CCCCCC;
	border-bottom: dotted 1px #AFAFAF;
	padding: 10px 0;
	margin: 0;
}

/* 商品説明、表、お問い合わせ */
#exp,
#Dtable,
#Btn_info{
	float: right;
	width: 293px;
	margin-top: 10px;
}
#exp{margin-top: 10px;}
#Dtable th,
#Dtable td{
	font-weight: normal;
	padding: 2px 5px;
	text-align: left;
}
#Dtable td{color: #689F07;}
#Dtable *.bg{background: #F0F0F0;}
#Dtable em,
#Dtable strong{
	color: #D91B1B;
	font-style: normal;
}
#Dtable strong{font-size: 18px;}
#Dtable span{
	font-size: 10px;
	color: #777777;
}
#Btn_info a{
	display: block;
	margin-left: 3px;
}
#Btn_info a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* 写真、ボタン */
#Dimg,
#Btn_left{
	float: left;
	width: 200px;
}
#Dimg{
	margin-top: 10px;
	color: #777777;
	font-size: 10px;
	text-align: center;
}
#Btn_left a{
	display: block;
	margin: 10px 0 0 5px;
}
#Btn_left a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* 機能アイコン */
#icons img{ float:left;margin-right:4px; }


/* 見出し青 */
#LeftPane div.TitleH3_1{
	clear: both;
	border-bottom: solid 1px #EFEFEF;
	padding-bottom: 2px;
	margin-top: 15px;
}
#LeftPane div.TitleH3_1 h3{
	color: #777777;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	border-left: solid 3px #1BA6B9;
	border-bottom: none;
	padding-left: 7px;
	background: #FFFFFF;
	margin: 0;
}
/* 見出し緑 */
#LeftPane div.TitleH3_2{
	clear: both;
	height: 20px;
	border: solid 1px #D0EC94;
	background: #F0F7E0;
	margin-top: 7px;
}
#LeftPane div.TitleH3_2 h3{
	height: 20px;
	line-height: 20px;
	color: #006D00;
	font-size: 12px;
	border-bottom: none;
	background: url(../img/circle2.gif) no-repeat 5px center;
	padding-left: 18px;
	margin: 0;
}


#Spec{
	clear: both;
	width: 505px;
	background: #C5C5C5;
	font-size: 10px;
	margin-top: 18px;
}
#Spec h3{
	text-align: left;
	color: #606060;
	font-size: normal;
	font-weight: normal;
	height: 100%;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#Spec th,
#Spec td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px ;
	padding-left: 5px ;
}
#Spec th{
	background: #F0F0F0;
	font-weight: normal;
}
#Spec td{
	background: #FFFFFF;
	text-align: center;
}
#Spec td#icons{
	padding-left: 4px;
	padding-right: 0;
}

#Guide{
	border: solid 1px #E0E0E0;
	margin-top: 15px;
	padding-top: 5px;
}
#LeftPane div#Guide h3{
	height: 20px;
	line-height: 20px;
	color: #689F05;
	font-size: 12px;
	background: #F2F1F1;
	padding-left: 7px;
	border: none;
}
#Guide p{padding: 7px;}

/* 仕様表 */
#SPtable0{
	width: 503px;
	margin-top: 7px;
}
#SPtable0 th,#SPtable0 td{
	font-size: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#SPtable0 th{
	font-weight: normal;
	background: #F2F1F1;
}
#SPtable0 th span{display:block;padding-left: 10px;}
#SPtable0 td span{display:block;padding-left: 10px;}
.SPB{
	width: 124px;
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
}
.SPC{
	width: 7px;
	font-size: 0px
	text-indent: -9999px;
	overflow: hidden;	
}



.SPtable{
	width: 508px;
}
.SPtable td{vertical-align: top;word-break:break-all;}
.SPtable table th,.SPtable table td{
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #E0E0E0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.SPtable table{
	width: 249px;
}
.SPtable table th{
	font-weight: normal;
	background: #F2F1F1;
	padding-left: 5px;
	padding-right: 5px;
}
.SPtable table td{
	padding-left: 10px;
	padding-right: 5px;
}
.SPTable p{
	width: 249px;
	font-size: 12px;
	background: #CFCFCF;
	margin-top: 5px;
}
.SPTable p strong{
	display: block;
	padding: 5px 5px;
}


/*その他のオススメ商品
-------------------------------------------*/
#ItemDetail h2#OIT{padding: 0;}
.OtherItems{
	width: 508px;
	background: url(../img/border1.gif) repeat-y 253px 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.OtherItems:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.OtherItems div{
	float: left;
	width: 240px;
	font-size: 10px;
	margin-right: 14px;
	display: inline;
}
.OtherItems div.left{float: left;}
.OtherItems div.right{float: right;}
.OtherItems div div{
	width: 100px;
	float: left;
	margin: 0;
}
.OtherItems div p,
.OtherItems div table{
	width: 140px;
	float: right;
}
.OtherItems div p {}

.OtherItems table{
	margin: 5px 0;
	border-top: dotted 1px #DBDBDB;
}
.OtherItems p strong{font-weight: normal;}
.OtherItems th,
.OtherItems td{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	text-align: left;
	border-bottom: dotted 1px #DBDBDB;
}
.OtherItems td{width: 80px;}


/*お問い合わせはコピー機まるごと.COMまで！！
-------------------------------------------*/
.BC{
	width: 508px;
	height: 70px;
	background: url(../img/btm_contact.gif) no-repeat;
	margin-top: 25px;
}
.BC p{
	height: 1px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
.BC div{
	width: 138px;
	height: 25px;
	margin: 33px 0 0 338px;
}
.BC a{
	display: block;
	width: 138px;
	height: 25px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}


/*商品検索結果
-------------------------------------------*/
.itembox{
	zoom: 100%;
	padding: 0 10px 10px 17px;
	border-bottom: dotted 1px #CACACA;
	margin-top: 10px;
}
.itembox span.iphoto{
	display: block;
	float: left;
	width: 88px;
}
.iname,
.itembox table{
	float: right;
	width: 373px;
}
.iname{
	background: url(../img/border1.gif) repeat-y 297px 0;
}
.iname p{
	float: left;
	width: 285px;
}
.iname p strong{
	line-height: 1.5;
	font-weight: normal;
}
.iname div{
	float: right;
	width: 75px;
	text-align: center;
	font-size: 10px;
}
.iname div strong{font-size: 14px;}

.itembox table{
	border-right: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
}
.itembox th,
.itembox td{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #D0D0D0;
	padding: 1px 3px;
}
.itembox th{
	font-weight: normal;
	background: #F1F1F1;
}
.itembox td a{font-size: 12px;}
.table1{
	margin-top: 5px;
	border-top: solid 1px #D0D0D0;
}


.itembox:after,
.iname:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*マイリスト
-------------------------------------------*/
#MLCONTAINER{
	background: #FFFFFF url(../../copy/img/bg_ml.gif) repeat-x top;
	text-align: left;
	padding-bottom: 20px;
}
#MLCONTAINER h1{
	float: left;
	width: 508px;
}
#MLWhats{
	float: left;
	width: 110px;
	height: 25px;
	background: url(../../copy/img/ml_whats.gif) no-repeat top left;
}
#MLWhats a{
	display: block;
	width: 102px;
	height: 23px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 4px;
}
.MLText{
	clear: both;
	margin: 15px 0 15px 15px;
}
.MLCheck{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #EDEDED;
}
.MLCheck div{
	padding-left: 15px;
}

.MLBOX{
	padding: 1px 0;
	border: solid 1px #E1E1E1;
	margin-top: 10px;
}
.MLBOX table{}
.MLBOX td.P1{
	vertical-align: middle;
	background: url(../../copy/img/stlipe_ml.gif);
	width: 40px;
	text-align: center;
}
.MLBOX.P2{
	width: 110px;
	text-align: center;
}
.MLBOX. td.P2 img{margin: auto;}
.MLBOX. td.P3{width: 330px;}
.MLBOX h2{
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}
div.MLBOX td table.MLTable{
	width: 330px;
	border-right: solid 1px #E1E1E1;
}
.MLTable th,.MLTable td{
	padding: 3px 0;
	font-size: 10px;
	border-left: solid 1px #E1E1E1;
}
.MLTable th{
	font-weight: normal;
	background: #F1F1F1;
}
.MLTable td{
	text-align: center;
}
.MLBOX td.P4{
	width: 145px;
	text-align: center;
}
.MLBOX td.P4 div{
	width: 125px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.MLBOX td.P4 div.BTN_c{
	background: url(../../copy/img/i_btn3.gif) no-repeat;
	margin-top: 10px;
}
.MLBOX td.P4 div.BTN_c a{
	display: block;
	width: 125px;
	height: 25px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#MT{margin-top: 10px;}
#MLClose{
	width: 100%;
	text-align: center;
}
#MLClose div{
	text-align: left;
	width: 125px;
	height: 25px;
	margin: 20px auto 0;
	background: url(../../copy/img/ml_close.gif) no-repeat;
}
#MLClose a{
	display: block;
	width: 125px;
	height: 25px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

/*マイリストの使い方
-------------------------------------------*/
#MLhowto{
	margin-top:15px;
	margin-left:12px;
}
#MLhowto h2{
	margin-top:20px;
	margin-bottom:5px;
}
#MLhowto h3{
	width: 587px;
	color: #689F05;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	background: url(../img/h3_bg.gif) no-repeat left top;
	border-bottom: solid 1px #E1E1E1;
	padding: 0 0 0 7px;
	overflow: hidden;
	margin: 10px 0 5px;
}
#MLhowto p{
	width: 587px;
	margin: 0 0px 10px 10px;
}
#LHimg1{
	background: url(../../copy/img/img_listhowto_01.jpg) no-repeat top right;
}
#MLView{
	float: left;
	width: 110px;
	height: 25px;
	background: url(../../copy/img/ml_view.gif) no-repeat top left;
}
#MLView a{
	display: block;
	width: 102px;
	height: 23px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 4px;
}


/*マイリストに追加しました
-------------------------------------------*/
#MLAdd{
	width: 508px;
	height: 155px;
	background: url(../../copy/img/ml_add.gif) no-repeat;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#SLeftPane div#MLAdd h2{
	padding: 0;
	width: 228px;
	height: 30px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 50px 0 0 11px;
}
#MLAdd div{
	width: 228px;
	height: 23px;
	margin: 0 0 0 11px;
}
#MLAdd div p a{
	display: block;
	height: 23px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#MLAdd div p#Back{
	float: left;
	width: 100px;
	height: 23px;
}
#MLAdd div p#Back a{width: 100px;}
#MLAdd div p#Back a:hover{background: url(../../copy/img/ml_back_over.gif) no-repeat;}
#MLAdd div p#Look{
	float: right;
	width: 90px;
	height: 23px;
}
#MLAdd div p#Look a{width: 90px;}
#MLAdd div p#Look a:hover{background: url(../../copy/img/ml_look_over.gif) no-repeat;}


/*ランキング
-------------------------------------------*/
#Rank123{
	width: 489px;
	margin: 10px 0 0 5px;
	background: url(../../copy/img/rank_bg_01.gif) repeat-y center;
}


.Top3Box{
	float: left;
	width: 153px;
	text-align: center;
	padding-bottom: 33px;
}
#SLeftPane div#Rank123 div.Top3Box h2{
	width: 153px;
	height: 62px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
.Top3Box img{margin: 0 auto;}
.Top3Box h3{
	line-height: 1.3;
	font-size: 12px;
	font-weight: normal;
	color: #1BA6B9;
	text-align: left;
	width: 143px;
	margin: 0 auto;
}
.Top3Box p{
	width: 143px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 5px;
}
.Top3Box input{
	display: block;
	margin: 5px auto 0;
}
#NO1{background: url(../../copy/img/rank_btm_01.gif) no-repeat bottom center;}
#NO2{background: url(../../copy/img/rank_btm_02.gif) no-repeat bottom center;}
#NO3{background: url(../../copy/img/rank_btm_03.gif) no-repeat bottom center;}
#NO1 h2{background: red url(../../copy/img/rank_no_01.gif) no-repeat;}
#NO2 h2{background: red url(../../copy/img/rank_no_02.gif) no-repeat;}
#NO3 h2{background: red url(../../copy/img/rank_no_03.gif) no-repeat;}
#NO1 p{border-bottom: solid 1px #FBEFB6;}
#NO2 p{border-bottom: solid 1px #EBEBEB;}
#NO3 p{border-bottom: solid 1px #F8DBCF;}
.Blank{
	float: left;
	width: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

#Rank410{
	width: 508px;
	background: url(../../copy/img/rank_bdr_01.gif) no-repeat center top;
	padding-top: 35px;
	margin-top: 20px;
	text-align: center;
}
#Rank410 table{
	width: 508px;
	border-top: solid 1px #E1E1E1;
}
#Rank410 table td{
	vertical-align: middle;
	padding: 5px 0;
}
.RTD1{width: 70px;}
.RTD2{width: 342px;}
.RTD3{
	text-align: center;
	width: 96px;
	background: url(../img/border2.gif) repeat-y left;
}
.RTD3 input{
	display: block;
	margin:5px auto;
}
#SLeftPane div#Rank410 table td h2{
	width: 49px;
	height: 49px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#SLeftPane div#Rank410 table td h3{
	line-height: 1.3;
	font-size: 12px;
	font-weight: normal;
	color: #1BA6B9;
}

#NO4 h2{background: red url(../../copy/img/rank_no_04.gif) no-repeat;}
#NO5 h2{background: red url(../../copy/img/rank_no_05.gif) no-repeat;}
#NO6 h2{background: red url(../../copy/img/rank_no_06.gif) no-repeat;}
#NO7 h2{background: red url(../../copy/img/rank_no_07.gif) no-repeat;}
#NO8 h2{background: red url(../../copy/img/rank_no_08.gif) no-repeat;}
#NO9 h2{background: red url(../../copy/img/rank_no_09.gif) no-repeat;}
#NO10{border-bottom: solid 1px #E1E1E1;}
#NO10 h2{background: red url(../../copy/img/rank_no_10.gif) no-repeat;}

.RBDR{
	width: 295px;
	height: 13px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../copy/img/rank_bdr_01.gif) no-repeat;
	margin: 15px auto 0;
}

/*見出し
-------------------------------------------*/
.sitemap_left{
float:left;
width:240px;
}
.sitemap_right{
float:left;
margin-left:10px;
width:250px;
}



/*コピー機を知る
-------------------------------------------*/
/* インデックス */

.KnowWrap{
	width: 508px;
	background: url(../img/border1.gif) repeat-y center;
}
.KnowBox{
	float: left;
	width: 245px;
	padding-bottom: 25px;
}
.KnowBox a img{
	display: block;
	margin: 0 0 15px;
}
.KnowBox div{
	float: left;
	width: 85px;
}
.KnowBorder1{
	float: left;
	width: 18px;
	text-indent: -9999px;
	overflow: hidden;
}
.KnowBorder2{
	clear: both;
	width: 508px;
	height: 1px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: #EBEBEB;
	margin: 0 0 10px;
}



/* リースについて */
#LeaseIMG1{margin: 15px 0 15px 0;}
#LC{
	width: 508px;
	border: solid 1px #E1E1E1;
	padding-top: 15px;
	margin-top: 20px;
	padding-bottom: 5px;
}
#LC p{
	width: 488px;
	margin: 0 0 15px 10px;
	border-bottom: solid 1px #F1F1F1;
}
.LCBox{
	float: left;
	width: 101px;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
.LCBox img{
	margin: 0 auto 5px;
}
#LC span{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -9999px;
}
.Lpm{
	padding: 0 10px 5px 26px;
}
/* 設置の流れ */
#LeftPane h3.FlowH3{
	height: 22px;
	margin: 15px 0 10px 5px;
	padding: 0;
	border: none;
}
.FBox{
	width: 498px;
	background: url(../../know/img/flow_box_bg.gif) repeat-y;
	margin: 0px 0 0 5px;
}
.FBox h4{
	float: left;
	width: 150px;
	height: 55px;
}
.FBox div{
	float: left;
	width: 348px;
	background: url(../../know/img/flow_box_top.gif) no-repeat top;
}
.FBox div p{
	padding:0 15px;
	margin: 12px 0 0 0;
}
.FVector1{
	width: 498px;
	height: 31px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/flow_box_vec.gif) no-repeat;
	margin-left: 5px;
}
.FVector2{
	width: 498px;
	height: 10px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/flow_box_btm.gif) no-repeat;
	margin-left: 5px;
	margin-bottom: 30px;
}
/* アフターフォロー */
#AfterTitle{
	margin: 15px 0 5px 5px;
}
#AfterTitle img{
	margin: 15px 0 10px 0;
}
.ABox{
	width: 498px;
	margin: 15px 0 0 5px;
	padding-top: 15px;
	border-top: dotted 1px #CCCCCC;
}
#LeftPane h3.AT{
	float: left;
	width: 170px;
	height: 150;
	margin: 0;
	padding: 0;
	border: none;
}
.ABox p{
	float: left;
	width: 318;
	line-height: 150%;
}
/* .ABox span{
	display: block;
	clear: both;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}*/

#AfterText1{
	width: 498px;
	margin: 15px 0 15px 5px;
	padding-top: 15px;
	border-top: dotted 1px #CCCCCC;
}
/* コピー機まるごと.COMの特長 */
/*
.PBox{
	width: 416px;
	background: url(../../know/img/point_box_bg.gif) repeat-y;
}
#LeftPane div.Pbox h3{
	width: 416px;
	height: 32px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
#PB1{margin: 15px 0 0 5px;}
#LeftPane div#PB1 h3{background: url(../../know/img/h3_point_01.gif) no-repeat;}
#PB2{margin: 3px 0 0 87px;}
#LeftPane div#PB2 h3{background: url(../../know/img/h3_point_02.gif) no-repeat;}
#PB3{margin: 0 0 0 5px;}
#LeftPane div#PB3 h3{background: url(../../know/img/h3_point_03.gif) no-repeat;}
#PB4{margin: 3px 0 0 87px;}
#LeftPane div#PB4 h3{background: url(../../know/img/h3_point_04.gif) no-repeat;}
.PBox p{
	padding: 0px 10px 5px;
}
.PBox div{
	width: 416px;
	height: 17px;
	background: url(../../know/img/point_box_btm.gif) no-repeat;
}
 */

#PointBG1{
	width: 508px;
	height: 338px;
	background: url(../../know/img/point_bg_01.gif) no-repeat;
	margin-top: 10px;
}
#LeftPane div#PointBG1 h3{
	text-indent: -9999px;
	background: none;
	border: none;
	width: 400px;
	margin: 0;
	padding: 0;
}
h3#PBHW1{height: 35px;}
p#PBP1{
	width: 375px;
	height: 45px;
	margin-left: 10px;
}
h3#PBHW2{height: 42px;}
p#PBP2{
	width: 300px;
	height: 45px;
	margin-left: 10px;
}
h3#PBHW3{height: 42px;}
p#PBP3{
	width: 275px;
	height: 45px;
	margin-left: 20px;
}
h3#PBHW4{height: 42px;}
p#PBP4{
	width: 300px;
	margin-left: 10px;
}
/*
#PText1{
	width: 508px;
	height: 86px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/point_text01.gif) no-repeat;
	margin: 0 0 20px;
}
*/
#PointBG2{
	width: 508px;
	height: 284px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/point_bg_02.gif) no-repeat;
	margin-top: 15px;
}


#PText2{
	border-bottom: solid 1px #E1E1E1;
	padding: 10px 10px 15px;
}
.PBox2{
	width: 508px;
	border-bottom: solid 1px #E1E1E1;
	margin-top: 10px;
}
#LeftPane div.Pbox2 h3{
	width: 508px;
	height: 26px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
#LeftPane h3#point1{background: url(../../know/img/h3_point_05.gif) no-repeat;}
#LeftPane h3#point2{background: url(../../know/img/h3_point_06.gif) no-repeat;}
#LeftPane h3#point3{background: url(../../know/img/h3_point_07.gif) no-repeat;}
#LeftPane h3#point4{background: url(../../know/img/h3_point_08.gif) no-repeat;}
#LeftPane h3#point5{background: url(../../know/img/h3_point_09.gif) no-repeat;}
#LeftPane h3#point6{background: url(../../know/img/h3_point_10.gif) no-repeat;}
#LeftPane h3#point7{background: url(../../know/img/h3_point_11.gif) no-repeat;}
#LeftPane h3#point8{background: url(../../know/img/h3_point_12.gif) no-repeat;}
.PBox2 p{
	width: 394px;
	margin: 12px 0 16px 107px;
}
/* Q&A */
#QAList{
	padding-bottom: 10px;
	background: url(../img/border_h.gif) repeat-x bottom;
}
#QAList ul{
	margin: 5px 0 0 7px;
}
#QAList li{line-height: 1.6;}
.QABox{
	width: 508px;
	background: #F5F5F5 url(../../know/img/qa_bg_01.gif) no-repeat top;
	margin: 10px 0;
}
.QABox div{
	width: 498px;
	margin-left: 5px;
}
.Q{
	background: url(../../know/img/qa_q.gif) no-repeat 5px 9px;
	border-bottom: solid 1px #E5E5E5;
}
.Q p{
	color: #3B8DEF;
	width: 432px;
	margin: 0 0 0 55px;
	padding: 13px 0 12px;
}
.A{
	background: url(../../know/img/qa_a.gif) no-repeat 5px 9px;
}
.A p{
	width: 432px;
	margin: 0 0 0 55px;
	padding: 13px 0 7px;
}
.QABox span{
	display: block;
	width: 508px;
	height: 5px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/qa_bg_02.gif) no-repeat;
}
/* 便利な使い方 */
#Use{width: 508px;}
@media print {
	#Use{padding-bottom: 100px;}
}
.UseBox{
	float: left;
	width: 254px;
	background: url(../../know/img/use_box_bg.gif) repeat-y center;
	text-align: center;
	margin-top: 10px;
}
#LeftPane div.UseBox h3{
	width: 244px;
	height: 39px;
	border: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: none;
}
.UseBox p{
	width: 220px;
	margin: 5px auto 0;
	text-align: left;
}
.UBimg{
	width: 224px;
	margin: 10px auto 0;
}
.UBLinks{
	width: 224px;
	margin: 5px auto 0;
	background: url(../../know/img/use_border.gif);
	text-align: left;
	padding-bottom: 5px;
}
.UBLinks h4{
	color: #D91B1B;
	font-size: 12px;

	width: 214px;
	margin: 0 0 0 5px;
	border-bottom: solid 1px #DEDEDE;
	padding: 5px 0 4px;
}
.UBLinks ul{margin: 3px 0 0 5px;}
.UBLinks ul li{

	background: url(../../know/img/use_icon.gif) no-repeat left center;
	padding-left: 8px;
}
.UseBox span{
	display: block;
	width: 244px;
	height: 10px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../know/img/use_box_btm.gif) no-repeat;
	margin: 0 auto;
}
/* 用語集 */
#Gyo{
	display: block;
	width: 506px;
	height: 20px;
	background: url(../../know/img/gyo.gif) no-repeat;
	margin: 10px 0 10px 1px;
}
#Gyo li{
	display: block;
	float: left;
	width: 46px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#Gyo li a{
	display: block;
	width: 46px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#Gyo li a:hover{background-image: url(../../know/img/gyo_over.gif);}
#Gyo li#A a:hover{background-position: 0px;}
#Gyo li#KA a:hover{background-position: -46px;}
#Gyo li#SA a:hover{background-position: -92px;}
#Gyo li#TA a:hover{background-position: -138px;}
#Gyo li#NA a:hover{background-position: -184px;}
#Gyo li#HA a:hover{background-position: -230px;}
#Gyo li#MA a:hover{background-position: -276px;}
#Gyo li#YA a:hover{background-position: -322px;}
#Gyo li#RA a:hover{background-position: -368px;}
#Gyo li#WA a:hover{background-position: -414px;}
#Gyo li#EIS a:hover{background-position: -460px;}
#Words{
	width: 498px;
	border-top: solid 1px #E1E1E1;
	margin-top: 10px;
	margin-left: 5px;
}
.WordsBox{
	width: 598px;
	border-bottom: solid 1px E1E1E1;
	padding: 5px 0;
	margin-left: 5;
}
#LeftPane div#Words h4{
	float: left;
	width: 123px;
	height: auto;
	font-size: 12px;
	color: #689F05;
	line-height: 1.5;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border: 0;
	background: none;
}
#Words p{
	float: right;
	width: 365px;
	line-height: 1.5;
	margin-top: 5px;
	padding-bottom: 5px;
}
#Words div{
	clear: both;
	width: 498px;
	border-bottom: solid 1px #E1E1E1;
	height: 1px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
}


/*キャンペーン情報
-------------------------------------------*/
#Camp{}
#Cimg{
	width: 508px;
	height: 414px;
	background: url(../../campaign/img/img1.jpg) no-repeat;
}
#Cimg p{
	text-indent: -9999px;
	overflow: hidden;
}
#CExp{margin-top: 10px;}
#LeftPane div#Camp h2{
	margin: 15px 0 10px;
	padding: 0;
}
#LeftPane div#Camp div.itemBox td.P3 h3{
	font-size: 12px;
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	padding: 5px 20px 5px 10px;
	margin: 0;
	border-bottom: none;
}
#LeftPane div#Camp h2.CamH2{margin-top: 20px;}
.CamT{
	width: 498px;
	margin-left: 5px;
}
.CamT p{margin-bottom: 15px;}
#CamBtn{
	display: block;
	margin-top: 8px;
}
#CamBtn:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.OC{}
.OC ul li{
	background: url(../../campaign/img/icon_01.gif) no-repeat left center;
	padding-left: 13px;
}

/*fes*/
#fes{
	width: 508px;
	height: 447px;
	background: url(../../campaign/img/img_fes1.jpg) no-repeat;
	overflow: hidden;
}
#fes h2{text-indent: -9999px;}
#fes p{text-indent: -9999px;}
#festext1{
	background: url(../../campaign/img/img_fes2.jpg) no-repeat right;
	padding-right: 155px;
}
#festext2{
	background: url(../../campaign/img/img_fes3.jpg) no-repeat left;
	padding-left: 190px;
}
#festext3{
	background: url(../../campaign/img/img_fes4.jpg) no-repeat right;
	padding-right: 205px;
}



/*オススメパック
-------------------------------------------*/
/* index */
#PackIndex{
	width: 507px;
	background: url(../../pack/img/pack_bg.jpg) repeat-y;
}
.pibox{
	float: left;
	width: 159px;
}
.pibox p{padding: 10px 5px 0px;}
.pibox p.piprice{
	text-align: center;
	padding-bottom: 10px;
	margin-top: 3px;
	border-bottom: solid 1px #F1F1F1;
}
.piprice strong{
	letter-spacing: 1px;
	color: #D91B1B;
}
.pispace{
	float: left;
	width: 15px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

/* pack1,2,3 */
.packlink{
	margin-bottom: 10px;
}
.packbox{width: 508px;}
#LeftPane div.packbox h2{
	height: 175px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}
.packbox p{
	width: 275px;
	color: #FFFFFF;
	margin-left: 12px;
	line-height: 1.5;
}
.packbox ul{height: 1px;}
.packbox li,
.plus5250{
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.packbox div{
	text-indent: -9999px;
	overflow: hidden;
}

#Economy1{
	height: 709px;
	background: url(../../pack/img/economy1.jpg) no-repeat;
}
#Economy2{
	margin-top: 10px;
	height: 50px;
	background: url(../../pack/img/economy2.jpg) no-repeat;
}
#Standard1{
	height: 709px;
	background: url(../../pack/img/standard1.jpg) no-repeat;
}
#Standard2{
	margin-top: 10px;
	height: 240px;
	background: url(../../pack/img/standard2.jpg) no-repeat;
}
#Business1{
	height: 768px;
	background: url(../../pack/img/business1.jpg) no-repeat;
}
#Business2{
	margin-top: 10px;
	height: 240px;
	background: url(../../pack/img/business2.jpg) no-repeat;
}
.plus5250{
	height: 117px;
	background: url(../../pack/img/5250.jpg) no-repeat bottom;
	margin-top: 5px;
}

.packtable1{margin-top: 10px;}
.packtable1 td{
	padding: 3px;
	vertical-align: top;
}
.packtable2{
	width: 508px;
	border-top: solid 1px #CCCCCC;
	margin-top: 10px;
}
.packtable2 td, .packtable2 th{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border-bottom: solid 1px #CCCCCC;
}
.packtable2 th{
	font-weight: normal;
}
.packtable2 td{
	font-size: 10px;
}
.pt1{
	width: 100px;
	/* background: #E0E0E0; */
}
.pt1 strong{
	display: block;
	font-weight: normal;
	padding: 0 5px;
}
.pt2{
	padding: 0 10px;
	/* background: #EBEBEB; */
}
.pt3{
	text-align: center;
	width: 35px;
	/* background: #F6F6F6; */
}
.pt4{padding: 0 10px;}

.packtable3{
	width: 498px;
	margin: 5px 0 0 5px;
	border-top: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
}
.packtable3 th, .packtable3 td{
	vertical-align: top;
	text-align: left;
	padding-top: 2px;
	border-right: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
	padding-left: 10px;
}
.packtable3 th{
	font-weight: normal;
	background: #F6F6F6;
}
.packtable3 td{
	
}


/*お問合せ
-------------------------------------------*/
#thanks{
	width: 508px;
	height: 345px;
	overflow: hidden;
	background: url(../../contact/img/tel.jpg) no-repeat;
	margin-bottom: 25px;
}
#thanks p, #thanks li{
	text-indent: -9999px;
	overflow: hidden;
}
#ctitle{margin-bottom: 15px;}

/*サイトマップ
-------------------------------------------*/
.site_arrow li{
	background: url(../../campaign/img/icon_01.gif) no-repeat left center;
	padding-left: 13px;
	margin-left:10px;}

/*相互リンク
-------------------------------------------*/
.link_arrow li{
	background: url(../../campaign/img/icon_01.gif) no-repeat left center;
	padding-left: 13px;
	margin-left:10px;}

.tagbox{
	background:#eeeeee;
	border:solid 1px #aaaaaa;
	padding:5px;
	margin-bottom:20px;}