@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Author:         Name (admin)
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* default Style - デフォルトのスタイル調整 基本リンクカラー設定
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Your Name (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	letter-spacing:0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_006.gif);
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	all  size&layout
----------------------------------------------------*/

div#container{
width:1024px;
margin:0 auto;
text-align:center;
}

div#wrapper{
margin:10px auto 0 auto;
width: 1004px;
text-align:left;
}

div#content{
	float:right;
	width:724px;

}


div#header{
width:1024px;
height:185px;
position:relative;
top:0px;
left:0px;
}



div#sideber{
	width:227px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_002.jpg);


}

div#footer{
	width:1024px;
	clear:both;
	margin-top: 30px;
	text-align:left;
}

/*----------------------------------------------------
	backgroundcolor
----------------------------------------------------*/

div#container{
	background-color:#FFFFFF;
	width: 1024px;
}


 

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #0050A1;
}

a:visited {
	text-decoration: none;
	color: #0050A1;
}

a:hover {
	text-decoration: underline;
	color: #0050A1;
}

a:active {
	text-decoration: none;
}


/* @group [class*="accesibility"] */

.accesibility {
position:absolute;
left:-9999px;
top:-9999px;
height:0;
visibility:hidden;
}

/* @end */


/* Floatバグ回避用 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac \*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/

/* @end */

/* header,navigation Style
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      header.css
 Style Info:     ヘッダー、
----------------------------------------------------------- */

/*----------------------------------------------------
	#header
----------------------------------------------------*/

div#header {
background-image:url(../images/il_001.jpg);
background-repeat:no-repeat;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#header h1 {
position:absolute;
bottom:5px;
right:20px;
color:#2c537e;
font-size:12px;
font-weight:normal;
text-align: right;
width: 600px;
}
div#header h2 {
position:absolute;
top:42px;
left:30px;
}
div#header ul {
position:absolute;
top:14px;
right:25px;
width:264px;
}
div#header li,
div#header li a {
display:block;
width:84px;
height:37px;
text-align:right;
}
div#header li {
position:absolute;
top:0;
}
div#header li a {
background-position:top left;
background-repeat:no-repeat;
}
div#header li a:hover {
background-position:top right;
}
.logo1 {right:180px;}
.logo2 {right:90px;}
.logo3 {right:0;}
.logo1 a {background-image:url(../images/head_logobt_satellite.gif);}
.logo2 a {background-image:url(../images/head_logobt_mall.gif);}
.logo3 a {background-image:url(../images/head_logobt_park.gif);}

div#header form {
position:absolute;
top:100px;
right:20px;
text-align:right;
}
div#header form dd {
display:inline;
list-style-type:none;
}
div#header input {
margin: 5px 0 5px 3px;
}
.formtxt {
width:270px;
margin:0;
}
.formbt {
margin:11px;
}


/* contents Style
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Your Name (admin)
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

.txtbox {
    margin:10px;

}


/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/



#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: right;
}

/*----------------------------------------------------
	汎用class end
----------------------------------------------------*/

/*----------------------------------------------------
	パンクズ
----------------------------------------------------*/
div#root {
	width:724px;
	height:21px;
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_001.gif);
	background-repeat:no-repeat;
	background-position:right;

}

.roottxt {
	width:700px;
	height:18px;
	margin-left:15px;
	text-align:left;
	font-size: 11px;
	color: #325980;
	padding-top: 2px;
	 
}
	 



/*----------------------------------------------------
	globalnavi
----------------------------------------------------*/
div#globalnavic {
   margin-top:10px;
   text-align:right;
	
}


div#globalnavic ul li {
    list-style:none;
	display:inline;
	
}
	
/*----------------------------------------------------
	title
----------------------------------------------------*/

.catetitle-1 {
	margin-top:25px;
	margin-bottom:15px;
	 
}

.catetitle-2 {
     margin-top:20px;
	 margin-bottom:15px;
	 
}

.txttitle-1 {
	color:#333333;
	font-size:17px;
	font-weight: bolder;
	margin-top: 25px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_003.gif) no-repeat;
	height: 27px;
	width: 724px;
	  
}

.txttitlefont {
	font: bolder 15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	position: relative;
	top: 3px;
	left: 15px;

}

/*----------------------------------------------------
	list
----------------------------------------------------*/

/*---widelist-------------------------------------*/

.listwide {
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	
   
} 
 
.listwide ul li{
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_010.gif);
	background-position : left center ;
	background-repeat : no-repeat ;
	padding-left : 7px ;
	
}


.listwide li{
	padding: 0 6px;
	display: inline;
	
	
}

/*---h-list-------------------------------------*/
.list-h {
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	
   
} 
 
.list-h ul li{
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_010.gif);
	background-position : left center ;
	background-repeat : no-repeat ;
	padding-left : 7px ;
	
}

.listtitle,
.listtitle2 {
margin:3px 2px 3px 5px;
font-weight:bold;
color: #3A5578;
font-size:12px;
text-align:left;
}
.listtitle {
background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_001.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:18px;
}
.listtitle2 {
padding:0 0 10px 0;
}


/*----------------------------------------------------
	view　一覧txt&ページトップへtxt全て見るtxt
----------------------------------------------------*/

.view {
	margin-top: 20px;
	margin-left: 10px;
	border-width: 0px;
	margin-bottom: 10px;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_009.gif);
	background-position : left 5px;
	background-repeat : no-repeat;
	padding-left : 10px;
	height: 20px;
	
	
}

.view-top {
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_008.gif);
	background-position : right 5px;
	background-repeat : no-repeat;
	text-align:right;
	height: 20px;
	padding-right: 12px;
	margin-right: 10px;
	margin-bottom: 10px;

}


.view-top2 {
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_008.gif);
	background-position : right center;
	background-repeat : no-repeat;
	text-align:right;
	height: 20px;
	padding-right: 12px;
	margin-bottom: 10px;

}




.view-all {
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_009.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 10px;
	height: 20px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	
}

.view-allbox {
	text-align:right;
	width: 700px;
	margin-bottom: 10px;
	padding-right: 15px;
	
}

/*----------------------------------------------------
	date 日付
----------------------------------------------------*/

.date  {
	width:710px;
	text-align:right;
	height: 13px;
	padding-bottom: 10px;
	margin-right: 6px;
	font-size: 11px;
	color: #666666;
	
}
.date  ul li {
	padding-left : 7px;
	display:inline;
	  
}




/*----------------------------------------------------
	boxborder
----------------------------------------------------*/

.boxborder {
	height: auto;
	border-top: 1px solid #EDEDF3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EDEDF3;
	margin: 10px 5px 20px;
	width: 714px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_007.gif);
	   
}

.boxborder-middle {
	height: auto;
	border-top: 1px solid #EDEDF3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EDEDF3;
	margin: 6px 5px 0px;
	width: 714px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_007.gif);
	   
}
/*----------------------------------------------------
	news
----------------------------------------------------*/

.news-txt{
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 10px;
	
}

.newscontent-txt{
	width: 645px;
	padding-top: 6px;
	line-height: 18px;
	margin-left: 10px;
	padding-bottom: 10px;
	
}



.newscontent-txt ul {
     list-style: none;

}

.newscontent-txt li {
	list-style: square inside;
}



/*----------------------------------------------------
	QA
----------------------------------------------------*/

.q-txt{
	padding-left : 25px;
	font-size: 14px;
	margin-bottom: 15px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_006.gif) no-repeat left center;
	margin-left: 10px;
	
}

.a-txt{
	padding-left : 25px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_007.gif) no-repeat left top;
	width: 645px;
	padding-top: 6px;
	line-height: 18px;
	margin-left: 10px;
	padding-bottom: 10px;
	
}



.a-txt ul {
     list-style: none;

}

.a-txt li {
	list-style: square inside;
}

/*----------------------------------------------------
	keyword
----------------------------------------------------*/

.keyword1 {
	height: auto;
	border-top: 1px solid #EDEDF3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EDEDF3;
	margin: 6px 5px 30px;
	padding-bottom: 10px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_007.gif);
	  
}

.keywordbox {
	margin: 10px;
	
   
} 
 

.keywordbox li{
	padding: 0 6px;
	display: inline;
	border-right: 1px solid #CCCCCC;
	
}
/*----------------------------------------------------
	category一覧
----------------------------------------------------*/


.catebox1 {
    height:auto;
	border-top: 1px solid #EDEDF3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EDEDF3;
	overflow:visible;
	width: 342px;
	float: right;
	padding-bottom: 10px;
	margin-right: 5px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_007.gif);
	padding-top: 10px;
	
	
	  
}


.catebox2 {
	height:auto;
	border-top: 1px solid #EDEDF3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EDEDF3;
	overflow:visible;
	margin: 0px 5px;
	width: 342px;
	padding-bottom: 10px;
	background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_007.gif);
	padding-top: 10px;
	
	
	  
}


.catebox3{
	height:auto;
	border-bottom: 1px dotted #999999;
	width:724px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	  
}

.catebox4 {
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 310px;
	line-height: 20px;
	
   
} 

.catebox4 ul {list-style: none;

}

.catebox4 li {
    padding-left:7px;
    background: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_010.gif) no-repeat 0px 29%;
}


/*----------------------------------------------------
	inquiry
----------------------------------------------------*/
.border1 {
	border-bottom:1px dotted;
	height: 1px;
	width: 694px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	margin: 20px auto 23px;

}




/*----------------------------------------------------
	category一覧
-----------------------------------------------

.catebox4 ul li{
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_010.gif);
	background-position : left;
	background-repeat : no-repeat ;
	padding-left : 7px;
	
}
-----*/


/* footer Style
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      footer.css
 Author:         Your Name (admin)
 Style Info:     フッター
----------------------------------------------------------- */

/*----------------------------------------------------
	#footer
----------------------------------------------------*/



/*--link-----------------------------------------------------*/



div#footer p {
	font-size:100%;
	text-align:left;
	text-decoration:none;
	color:#666666;
	margin-bottom: -2px;
}

div#footer p  a:link {
	text-decoration: none;
	color: #333333;
}

div#footer p  a:visited {
	text-decoration: none;
	color: #333333;
}

div#footer p  a:hover {
	text-decoration: underline;
	color: #333333;
}

div#footer p  a:active {
	text-decoration: none;
}




/*--EGsatellitesupportlink--------------------------------*/

div#ftanavi {
	width:1014px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dotted #CCCCCC;
	border-top: 1px solid #999999;
	
}

div#ftanavi ul{
	list-style:none;
	
}
	
div#ftanavi li{
	padding:0.5px;
	display:inline;
	font-size:11px;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2px;
	line-height: 15px;
	
}

/*--EGsatellitemalllink--------------------------------*/

div#ftbnavi {
    width:1014px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dotted #CCCCCC;
	
}

div#ftbnavi ul{
    list-style:none;
	
}
	
div#ftbnavi li{
	padding:0.5px;
	display:inline;
	font-size:11px;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2px;
	line-height: 15px;
	
}

/*--EGsatellitelink--------------------------------*/

div#ftcnavi {
     width:1014px;
	 margin-left:auto;
	margin-right:auto;
	 border-bottom:1px dotted #CCCCCC;
	
}

div#ftcnavi ul{
    list-style:none;
	
}
	
div#ftcnavi li{
	padding:0.5px;
	display:inline;
	font-size:11px;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2px;
	line-height: 15px;
	
}

/*--sbipulink--------------------------------*/

div#ftdnavi {
    width:1014px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dotted #CCCCCC;
	
}

div#ftdnavi ul{
    list-style:none;
	
}
	
div#ftdnavi li{
	padding:0.5px;
	display:inline;
	font-size:11px;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2px;
	line-height: 15px;
	
}

/*--sbigrouplink--------------------------------*/

div#ftenavi {
	width:1014px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-bottom:1px solid #999999;
	
}

div#ftenavi ul{
    list-style:none;
	
}
	
div#ftenavi li{
	padding:0.5px;
	display:inline;
	font-size:11px;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2px;
	line-height: 15px;
	
}

/*--logo,copyright-----------------------------------*/

div#address {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_005.jpg);
	padding: 10px;


}

div#address p {
   text-align:center;
   color:#999999;
  
   
    
}

div#clogo {
	float:left;
	margin-bottom: 3px;

   
}


/*--背景----------------------------------------------------*/

.footbg {
background:url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/bg_004.gif);

}


/*--a-link----------------------------------------------------*/


/* print
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Author:         Your Name (admin)
 Style Info:     印刷用
----------------------------------------------------------- */
@media print {



}



/* navi
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      navi.css
 Style Info:     globalnavi、
----------------------------------------------------------- */

/*----------------------------------------------------
	#sideber
----------------------------------------------------*/

/*---layout-------------------------------*/

div#globalbt li{
	list-style:none;
	line-height:0;
	margin:0px;
	padding:0px;
	border:0px;
	height: 29px;
	width: 227px;
	font-size: 0px;
	vertical-align: bottom;


}

div#globalbt p{
	list-style:none;
	line-height:0;
	margin:0px;
	padding:0px;
	border:0px;
	height: 37px;
	width: 227px;
	font-size: 0px;
	vertical-align: bottom;


}

.svmenu {
	margin-left:30px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 6px;

}


.svmenu li{
	list-style: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_005.gif) outside;
    
}


.svmenu2 {
	margin-left:30px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;

}





.svmenu2 li{
   list-style-image:url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_005.gif);
    
}

/*---alink-------------------------------*/

.menutitle a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.menutitle a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.menutitle a:hover {
	text-decoration: none;
	color: #FF9900;
}

.menutitle a:active {
	text-decoration: none;
}





.menutitle2 a:link {
	text-decoration: none;
	color: #CCFF66;
}

.menutitle2 a:visited {
	text-decoration: none;
	color: #CCFF66;
}

.menutitle2 a:hover {
	text-decoration: none;
	color: #FF9900;
}

.menutitle2 a:active {
	text-decoration: none;
}






.svmenu a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.svmenu a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.svmenu a:hover {
	text-decoration: none;
	color: #FF9900;
}

.svmenu a:active {
	text-decoration: none;
}
   


.svmenu2 a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.svmenu2 a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.svmenu2 a:hover {
	text-decoration: none;
	color: #FF9900;
}

.svmenu2 a:active {
	text-decoration: none;
}
   





/*---menutitle---------------------------*/

.menutitle {
	font-size:13px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	padding-left: 10px;

}

.menutitle2 {
	font-size:12px;
	line-height: 15px;
	color: #CCFF66;
	padding-left: 10px;
	margin: 8px 10px 5px 16px;

}

.menutitle2 li{
	list-style: url(http://d1igwe7ig2dzmv.cloudfront.net/common/images/ic_003.gif) outside;

}


/*--end---------------------------*/


/* beginner
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      beginner.css
 Author:         Your Name (admin)
 Style Info:     初めての方
----------------------------------------------------------- */


/* ---------------共通----------------------- */


.beginner-txtbox {
	margin-left:40px;
	width:480px;
		  
}

.beginner-txt {
	font-size:13px;
	color: #333333;
	line-height: 25px;
         
		  
}


.beginner-linkbox {
	width:200px;
	position: relative;
	top: 230px;
	left: 50px;

         
		  
}

/* ---------------初めての方index----------------------- */

.beginner-box5 {
	text-align:right;

}

.beginner-box5 ul li {
    list-style:none;
	display:inline;
	
}

#beginner-box6 {
	margin:0px auto 10px auto;
	padding:0px;
	text-align:center;
}
#beginner-box6-head {
	margin: 0px auto;
	padding: 20px 0px 0 0px;
	width:714px;
	text-align:left;
	background-image:url(../../beginner/images/beginner_mainimage.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#beginner-box6-head p {
	margin: 0px;
	padding: 0px 20px 20px 280px;
	font-size:14px;
	line-height:1.6em;
	text-align:left;
}
#beginner-box6-body {
	clear:both;
	margin: 0px auto 20px auto;
	padding: 0px;
	width:714px;
	text-align:left;
}
#beginner-box6-body01,#beginner-box6-body02,#beginner-box6-body03 {
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_boxfoot.gif);
	background-repeat:no-repeat;
}
#beginner-box6-body01 {	width:239px;background-position:bottom left;}
#beginner-box6-body02 {	width:236px;background-position:bottom center;}
#beginner-box6-body03 {	width:239px;background-position:bottom right;}

#beginner-box6-body01 dt,#beginner-box6-body02 dt,#beginner-box6-body03 dt {
	padding: 0px;
	height:35px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#beginner-box6-body01 dt {
	margin:15px 11px 0px 13px;
	width:215px;
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_subtitle_001.gif);
}
#beginner-box6-body02 dt {
	margin:15px 11px 0px 11px;
	width:214px;
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_subtitle_002.gif);
}
#beginner-box6-body03 dt {
	margin:15px 12px 0px 11px;
	width:216px;
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_subtitle_003.gif);
}
#beginner-box6-body01 dd,#beginner-box6-body02 dd,#beginner-box6-body03 dd {
	padding: 0px;
	font-size:12px;
	line-height:1.5em;
}
#beginner-box6-body01 dd {
	margin:0px 11px 0px 13px;
	width:215px;
}
#beginner-box6-body02 dd {
	margin:0px 11px 0px 11px;
	width:214px;
}
#beginner-box6-body03 dd {
	margin:0px 12px 0px 11px;
	width:216px;
}
#beginner-box6-body01 dd img,#beginner-box6-body02 dd img,#beginner-box6-body03 dd img {
	float:right;
	margin:5px 0px 15px 0px;
}

/* ---------------初めての方----------------------- */

.beginner-box1 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_005.jpg);
	background-repeat:repeat;
	width: 714px;
	margin-right: auto;
	margin-left: auto;
}


.intro-img1 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_001.jpg);
	background-repeat:no-repeat;
	width:714px;
	height:309px;
	margin-right: auto;
	margin-left: auto;

}




/* ---------------EGサテライトとは----------------------- */


.beginner-box2 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_006.jpg);
	background-repeat:repeat;
	width: 714px;
	margin-right: auto;
	margin-left: auto;
}


.intro-img2 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_002.jpg);
	background-repeat:no-repeat;
	width:714px;
	height:309px;
	margin-right: auto;
	margin-left: auto;

}


/* ---------------EGSモールとは----------------------- */


.beginner-box3 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_007.jpg);
	background-repeat:repeat;
	width: 714px;
	margin-right: auto;
	margin-left: auto;
}


.intro-img3 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_003.jpg);
	background-repeat:no-repeat;
	width:714px;
	height:309px;
	margin-right: auto;
	margin-left: auto;

}



/* ---------------ありがトンとは----------------------- */


.beginner-box4 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_008.jpg);
	background-repeat:repeat;
	width: 714px;
	margin-right: auto;
	margin-left: auto;
}


.intro-img4 {
	background-image:url(http://d1igwe7ig2dzmv.cloudfront.net/beginner/images/beginner_bg_004.jpg);
	background-repeat:no-repeat;
	width:714px;
	height:309px;
	margin-right: auto;
	margin-left: auto;

}



/* guide
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      guide.css
 Author:         Your Name (admin)
 Style Info:     使い方ガイド
----------------------------------------------------------- */



/* -----------------------------------------------------------
共通
----------------------------------------------------------- */

.guide-contents {
margin:0 auto 20px auto;
width:724px;
text-align:left;  
}
.guide-img-ti {
margin-left:5px;
}
.guidebox,
.guide-contents2 {
border-top:1px solid #EDEDF3;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #EDEDF3;
background:url(../images/bg_007.gif);
}
.guidebox {
margin:15px 5px;
padding:0 0 10px 0;
}
.guidebox p,
.guidebox ul {
margin:0;
padding:10px 10px 0 10px;
}
.guide-contents2 {
margin:0 5px;
padding:5px 0;
text-align:center;
}

.exp-img,
.exp-img-arrow1 {
clear:both;
width:600px;
margin:0px auto;
text-align:center;
}
.exp-img {
padding:0px;
}
.exp-img-arrow1 {
padding:60px 0 0 0;
background: url(../../guide/images/guide_il_003.gif) no-repeat top center;
}
.exp-txt01 {
clear:both;
width:600px;
margin:20px auto;
padding:0px;
text-align:left;
}
.exp-txt01 p {
padding-left:17px;
background-position:left 3px;
background-repeat:no-repeat;
}
.exp-num1 {background-image:url(../../guide/images/guide_ic_001.gif);}
.exp-num2 {background-image:url(../../guide/images/guide_ic_002.gif);}
.exp-num3 {background-image:url(../../guide/images/guide_ic_003.gif);}
.exp-num4 {background-image:url(../../guide/images/guide_ic_004.gif);}
.exp-num5 {background-image:url(../../guide/images/guide_ic_005.gif);}
.exp-num6 {background-image:url(../../guide/images/guide_ic_006.gif);}
.exp-num7 {background-image:url(../../guide/images/guide_ic_007.gif);}
.exp-num8 {background-image:url(../../guide/images/guide_ic_008.gif);}
.exp-num9 {background-image:url(../../guide/images/guide_ic_009.gif);}

.exp-link {
background-image:url(../images/ic_010.gif);
background-position:left;
background-repeat:no-repeat;
padding:0 6px 0 8px;
margin:3px;	
}
.guide-numti {
color: #333;
margin:8px 0 5px 0;
font-weight:bold;
}


/* sitemap
----------------------------------------------------------- */


/* -----------------------------------------------------------
CSS Information

 File name:      sitemap.css
 Style Info:     サイトマップ専用、
----------------------------------------------------------- */

/*----------------------------------------------------
	#sitemap
----------------------------------------------------*/

/*---共通-------------------------*/

.sitemap-contents {
	width:714px;
	margin-right: auto;
	margin-left: auto;
}


#egs-box {
         width:674px;
	     margin-right:auto;
	     margin-left:auto;
	
}
	
.map-detail {
	border-bottom:1px dashed #CCCCCC;
	padding-bottom: 10px;
		
}

.map-detail2 {
	border-bottom:1px dashed #CCCCCC;
	padding-bottom: 10px;
		
}


.list-box {
	width:620px;
	margin-left:auto;
		 
}


.map-line {
	width:694px;
	border-bottom: 5px solid #939BB0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 40px;
	padding-bottom: 3px;
	
}
   
.maplogo {
	width:110px;

}  


	
/*---ＥＧサテライト-------------------------*/



#egs-box p {
	margin:3px 2px 8px 5px;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_001.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 8px;
	font-weight: bold;
	font-size: 13px;
	
}


    

#egs-box li {
	margin:3px 2px 3px 20px;
	display:inline;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_002.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-size: 12px;
	line-height:40px;
}




.map-detail {
	border-bottom:1px dashed #999999;
	padding-bottom: 10px;
		
}


/*---ＥＧサテライトモール-------------------------*/

#egsm-box {
         width:674px;
	     margin-right:auto;
	     margin-left:auto;
	
}

#egsm-box p {
	margin:3px 2px 8px 5px;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_004.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 8px;
	font-weight: bold;
	font-size: 13px;
	
}

#egsm-box li {
	margin:3px 2px 3px 20px;
	display:inline;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_002.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-size: 12px;
	line-height:40px;
}

/*---PU-------------------------*/

#pu-box {
         width:674px;
	     margin-right:auto;
	     margin-left:auto;
		 
}		 


#pu-box p {
	margin:3px 2px 8px 5px;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_005.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 8px;
	font-weight: bold;
	font-size: 13px;
	
}

#pu-box li {
	margin:3px 2px 3px 20px;
	display:inline;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_002.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-size: 12px;
	line-height:40px;
}

/*---サポート-------------------------*/

#sup-box {
         width:674px;
	     margin-right:auto;
	     margin-left:auto;
		 
}		 


#sup-box p {
	margin:3px 2px 8px 5px;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_006.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 8px;
	font-weight: bold;
	font-size: 13px;
	
}

#sup-box li {
	margin:5px 2px 3px 20px;
	display:inline;
	background-image: url(http://d1igwe7ig2dzmv.cloudfront.net/sitemap/images/sitemap_ic_002.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-size: 12px;
	line-height:40px;
	
}


/*---link-------------------------*/

#1 {
   width:600px;
   padding-top:30px;
   
}


#2 {
   width:600px;
   padding-top:30px;
   
}


#3 {
   width:600px;
   padding-top:30px;
   
}



