/* 
	Description : システム関係スタイルシート 
	$Log:$
*/
.navi {
		background-color: #FFFFCC;
}
.global {
	border-color: #FF66FF;
	border-size: 0px 1px 0px;
	border-style: none dotted none;
}
.contents {
}

.copyright {
	text-align: center;
	font-size: 80%;
}
.center {
	text-align: center;
}

p {
	color: #333333;
	font-size: 90%;
	margin-left: 20px;
}


h3 {
	margin: 12px 3px 8px;
	/* padding: 0px;*/
}

h4 {
	color: #555555;
}

input, textarea {
	border-style: dotted;
	border-width: 1px;
	border-color: #FF66FF;
	background-color: #f0f0f0;
	outline-width: 2px;
}

/****************** テーブル関係 *****************/
table {
	margin: 0px;
	padding: 0px;
}
.viewcart th {
	text-align : right;
	font-size: 80%;
}
.viewcart td {
	font-size: 90%;
}
th {
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 2px;
	background-color: #FF99FF;
	font-size: 90%;
}

td {
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 2px;
}

td.int {
	text-align: right;
}
td.string {
	
}
td.center {
	text-align: center;
}

th.code {
	text-align: center;
}
th.name {
	text-align: center;
}
th.value{
	text-align: center;
}
th.price{
	text-align: center;
}

.name{
	width: 200px;
}
.code{
	width: 60px;
}
.price{
	width: 80px;
	text-align: right;
}
.value{
	width: 40px;
	text-align: right;
}
.function {
	width: 30px;
	text-align: center;
}

th.total {
	font-weight: bold;
	text-align: right;
}
td.total {
	text-align: right;
}
/**************** テキストデコレーション ***************/
p.error { 
	color: #FF0000; 
	background-color: #FFFFFF; 
	padding: 3px;
	border: 1px solid;
}

 /* 警告表示テキスト */
p.warning {
	color: #FF9966; 
	padding: 3px;
	border-style: dashed;
	border-color: #FF9966;
	border-width: 1px;

}

/* 情報関係テキスト */
p.notice {
	color: #333333; 
	padding: 10px;
	border-style: double;
	border-width: 3px;
	border-color: #CC66FF;
	margin-left: 16px;
} 

p.strong {
	color: #333333; 
	padding: 10px;
	border-style: double;
	border-width: 3px;
	border-color: #CC66FF;
	margin-left: 16px;
	font-size:120%;
}
.tips {
	color: #FFAA77;
}

.infowin p {
	font-size: 80%;
}

.infotitle {
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
}

.small {
	font-size: 80%;
}
.powerdby {
	text-align: center;
	font-size: 10px;
	/* font-weight: bold; */
}

.itemtitle {
	font-size: 100%;
	font-weight: bold;
	color: #FF66FF;
}

.iteminfo{
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
	color: #333333; 
}

.cart {
	font-size: 80%;
	color: #333333; 
}

/****** BODY Aタグ関係 ******/

/* IEバグ対策 */
html,body {
	height: 100%;
}

body {
	margin: 0%;
}


body {
	height: 100%;
}
a:visited {
	color: #FF66FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

a:active  { 
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
 } 

a:link { 
	color: #CC66FF;
	text-decoration: none;
	font-weight: bold;
 }
 
img {
	margin: 0px;
	border: 0px;
}

dt {
	margin-left: 20px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 80%;
}
dd {
	margin-left: 40px;
	font-size: 80%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.navi hr {
	text-align: center;
	width: 80%;
}

.bottomline {
	text-align: center;
	height: 4px;
	margin: 4px 0px 0px 4px;
	width: 100%;
	padding: 0px;
	border-style: dotted;
	color: #FF66FF;
}

ul {
	color: #FF66FF;
	margin: 0px;
	padding: 0px
}

.navi li {
	list-style-type: none;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	margin: 0px;
}

.policy {
}

form {
	padding: 0px;
	margin: 0px;
}