/*	ご注文確認用 スタイルシート */

/* ページ全体の設定 **********************************/
* {
	margin					: 0px;
	padding					: 0px;
}

body {
	background-color		: #ffffff;
	color					: #000000;
	margin-top				: 10px;
	text-align				: center;
}
img{
	border					: none;
}
/*  外枠  ******************/
#frame_out{
	width					: 767px;
	margin					: 0px auto;
}
#frame_in{
	border					: 1px solid #000000;
}
-->
/*  線  ******************/
.line{ 
	border-top				:1px solid #000000;
}

/* タイトル部分のテーブル設定 ******************/
#header {
	width					: 765px;
}
#header td {
	text-align				: center;
	vertical-align			: middle;
}
#header td.titlelogo {
	width					: 263px;
	height					: 80px;
}
#header td.line {
	width					: 1px;
	background-color		: black;
}
/*  お客様用入口の背景  */
#login_title {
	background-image		: url(../gpx/enter_2.gif);
	background-repeat		: no-repeat;
	background-position		: left top;
	background-color		: #660000;
	width					: 449px;
	height					: 24px;
	text-align				: right;
	vertical-align			: middle;	
}
/*  SSL  */
#login_ssl {
	text-align				: right;
	font-size				: 13px;
	margin-top				: 2px;
}
/*　SSL_リンクカラー　*/
#login_ssl a:link {
	color					: #0000ff;
}
#login_ssl a:visited {
	color					: #0000ff;
}
#login_ssl a:active {
	color					: #ff9900;
}
#login_ssl a:hover{
	color					: #ff9900;
	text-decoration			: none;
}
/*  ご入店  */
#login_id {
	background-color		: #fbfbef;
	text-align				: center;
	vertical-align			: middle;
	height					: 36px;
}

#login_id span.size1{
	font-size				: 15px;
	font-weight				: bold;
}
#login_id span.size2{
	font-size				: 13px;
}
#login_oshirase {
	background-color		: #fbfbef;
	color					: #ff6666;
	font-size				: 13px;
	height					: 20px;
}
#msg{
	width					: 765px;
	padding					: 0px;
	text-align				: left;
}
#msg_table{
	background-color		: #ffcccc;
	width					: 757px;
	margin					: 4px;
}
#msg_table td.img {
	width					: 20px;
	padding					: 2px 4px;
}
#msg_table td.error {
	font-size				: 80%;
	text-align				: left;
}
#secom{
	width					: 50px;
	text-align				: center;
}

/*　ファイルスペース読込テーブル設定　******************/
#centertable {
	width					: 765px;
}
/*  左セル  */
#centertable_td1{
	padding					: 0px;
	text-align				: left;
	width					: 555px;
	vertical-align			: top;
}
/*  ボーダー用セル  */
#centertable_td2{
	width					: 1px;
	background-color		: #000000;
}
/*  右セル  */
#centertable_td3{
	text-align				: left;
	width					: 209px;
	vertical-align			: top;
	background-color		: #fbfbef;
}
#centertable_td3 a:link {
	color					: #0000ff;
}
#centertable_td3 a:visited {
	color					: #0000ff;
}
#centertable_td3 a:active {
	color					: #ff9900;
}
#centertable_td3 a:hover{
	color					: #ff9900;
	text-decoration			: none;
}
/*　リンクリストテーブル設定　******************/
#linklist {
	width					: 765px;
	background-color		: #fbfbef;
	padding					: 3px 3px 3px 6px;
	font-size				: 80%;
	text-align				: center;
}
/*　リンクリスト_リンクカラー　*/
#linklist a:link {
	color					: #0000ff;
}
#linklist a:visited {
	color					: #0000ff;
}
#linklist a:active {
	color					: #ff9900;
}
#linklist a:hover{
	color					: #ff9900;
	text-decoration			: none;
}
/*　カウンタ・コピーライト　******************/
#footer_table {
	width					: 765px;
}
/*  カウンタ  */
#count {
	text-align				: left;
	vertical-align			: center;
}
/*  コピーライト  */
#copyright {
	text-align				: right;
	font-size				: 80%;
	color					: #555555;
}
-->