@charset "utf-8";
/* ===================================================================
CSS information

 file name  :terminal.css
 author     :administrator
 style info :ターミナル
 
このスタイルシートの構成
ターミナルページ

 #page
  #header
  #main-img
  #contents
   #main
   #sub
  #footer
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
#contents {
	background-color:#ffffff;
}

.terminal-title {
	text-indent:-7777px;
	background-image:url(../img/terminal/terminal-title.gif);
	background-repeat:no-repeat;
	height:33px;
	display:block;
	width:388px;
	margin:0 auto;
}
.terminal-info1 {
	text-indent:-7777px;
	background-image:url(../img/terminal/terminal-01.gif);
	background-repeat:no-repeat;
	height:26px;
	display:block;
	width:388px;
	margin:20px auto;
}

.terminal-txt {
	width:378px;
	margin:0 auto 20px;
	}
	
.terminal-info2 {
	text-indent:-7777px;
	background-image:url(../img/terminal/terminal-02.gif);
	background-repeat:no-repeat;
	height:26px;
	display:block;
	width:388px;
	margin:20px auto;
}
.terminal-img {
	width:400px;
	margin:16px auto;
	}

.terminal-link {
	width:400px;
	margin:0 auto;
	}
.terminal-sub-img {
	padding:0 1px 10px 1px!important;
	}
.terminal-link-left{
	width:190px;
	border:1px solid #cccccc;
	float:left;
	height:170px;
	}
	
.terminal-link-left p{
	margin:0;
	padding:0;
	}
.terminal-link ul{
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
.terminal-link ul li{
	list-style: square;
	padding-bottom:5px;
}	
.terminal-link-right{
	width:190px;
	border:1px solid #cccccc;
	float:right;
	height:170px;
}

.terminal-link-right p{
	margin:0;
	padding:0;
	}
	
.terminal-sub-link {
	background-image:url(../img/share/arrow.gif);
	text-indent:22px;
	background-repeat:no-repeat;
	margin:10px 0 15px 10px!important;
	}
	
.terminal-sub-linkskip {
	background-image:url(../img/share/skip.gif);
	text-indent:22px;
	background-repeat:no-repeat;
	margin:10px 0 15px 10px!important;
	}
