/* Common */

/* ===================================================== */
/* ALL */
/* ===================================================== */
* {
	font-size: x-small;
	line-height: 140%;
}


/* ===================================================== */
/* BODY */
/* ===================================================== */
body {
	color: #333333;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF
}

/* ===================================================== */
/* TEXT */
/* ===================================================== */
/* TEXT A */
.style1 {color: #FFFFFF}
.style2 {color: #FF6600}
.style3 {color: #FF0000}
.style4 {text-decoration:blink}


.txta {
	font-size: xx-small;
	line-height: 140%;
}

/* TEXT B */
.txtb {
	font-size: x-small;
	line-height: 140%;
}

/* TEXT C */
.txtc {
	font-size: small;
	line-height: 140%;
}

/* TEXT ATT */
.txtAtt {
	font-size: x-small;
	color: #CC0000;
	line-height: 140%;
}
/* TEXT TITLE */
.txtTiele {
	font-size: 32px;
	font-weight: bold;
}

/* TEXT TITLE */
.txtContentsA {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 13px;
	/*font-weight: bold;*/
}

.txtContentsB {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 18px;
	font-weight: bold;
}

.txtContentsC {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 11px;
	font-weight: bold;
}

.txtContentsD {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

.txtContentsE {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 13px;
	line-height: 150%;

}

.txtContentsF {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 11px;
	line-height: 150%;

}

.txtContentsG {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	
}

.txtContentsH {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 14px;
	line-height: 150%;
	
}

.txtSS {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 11px;
	font-weight: bold;
	line-height: 170%;
}

.txtSS_B {
	/*font-family: "HGP恨集筏","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;*/
	font-size: 11px;
	line-height: 170%;

}

/* ===================================================== */
/* ANCHOR */
/* ===================================================== */

/* COMMON MENU */
a{
	color: #0052CF;
	text-decoration: underline;
}

a:visited{
	color: #800080;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: none;
}

a:active{
	color: #888888;
	text-decoration: underline;
}

/* ===================================================== */
/* PAGE TITLE */
/* ===================================================== */
.pageTitle {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ===================================================== */
/* INPUT */
/* ===================================================== */

input {
	margin-right: 2px;
	margin-left: 2px;
}

select {
	margin-right: 2px;
	margin-left: 2px;
}

input.input40 {
	width: 40px;	
}
input.input60 {
	width: 60px;	
}
input.input120 {
	width: 120px;	
}
input.input180 {
	width: 180px;	
}
input.input300 {
	width: 300px;	
}
input.input500 {
	width: 500px;	
}
input.input780 {
	width: 790px;	
	height: 60px;	
}

/* ===================================================== */
/* foot*/
/* ===================================================== */
.foot a:link{ color:#0066CC;}
.foot a:visited{  color:#0066CC;}
.foot a:hover{ color:#0066CC;}
.foot a:active{ color:#0066CC;}

.new { font-size: 13px;  color: #333333}
.foot { font-size: 13px;  color: #666666}

/* ===================================================== */
/* price */
/* ===================================================== */
.txt12red {
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
}
.bggray {
	background-color: #ebebeb;
}
.bgccc {
	background-color: #CCCCCC;
}
.txt12line {
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}
.line {
	border-top: 1px none #e5e5e5;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #FFFFFF;
	height: 10px;
}
.bgbule {
	background-color: #CCFFFF;
}
.bgfff {
	background-color: #FFFFFF;
}
.txt12333 {
    font-size: 12px;
	line-height: 150%;
	color: #333333;
}
h3 {  padding: 0; margin: 0 
}
.txt11red {
	font-size: 11px;
	line-height: normal;
	color: #FF0000;
}

.bgyellow {
	background-color: #FFFF99;
}