/*----------------------
共通全体領域設定用CSS
------------------------*/
/* デフォルト値リセット */
html, 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;
}
img{
	border:0;
}
h1{
	font-size:18px;
}
/* aタグ */
a:link {
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}
a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
input[type="radio"]{
	margin:3px 6px 0px 5px;
}
input[type="checkbox"]{
	margin:3px 6px 0px 5px;
}

/*----------------------
領域設定
------------------------*/
body {
	margin: 0px;
	padding:0px;
	background-color: #FCFCFC;
}
.indent10{
	padding-left:10px;
	margin-bottom: 5px;
}
.indent20{
	padding-left:20px;
	margin-bottom: 5px;
}
.indent30{
	padding-left:30px;
	margin-bottom: 5px;
}
.indent35{
	padding-left:35px;
	margin-bottom: 5px;
}
.indent40{
	padding-left:40px;
	margin-bottom: 5px;
}
.indent50{
	padding-left:40px;
	margin-bottom: 5px;
}
/*----------------------
コンテンツ領域設定
------------------------*/
#container{
	width: 800px;
	padding: 0px;
	/*
	border-left:solid #FFF 5px;
	border-right:solid #FFF 5px;
	*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	color: #6e6e6e;
}
/*----------------------
ヘッダ領域設定
------------------------*/
.headerTopMargin{
	padding-top:9px;
	background-color:#005c00;
}
#header{
	padding: 0px;
}
#header .menuBg{
	background-image: url(../img/header_menu_bg.gif);
	background-repeat:repeat;
	clear: both;
	padding: 0px 0px 0px 10px;
	height: 35px;
}
#header .logo{
	float:left;
	width: 168px;
	padding-top: 9px;
}
#header .santacart{
	float:left;
	padding-top: 1px;
}




#header .kago{
	float:left;
	font-size:10px;
	color:#FFFFFF;
	line-height:16px;
	padding: 6px 0px 0px 0px;
}
#header .headerMenu{
	float:left;
	padding: 14px 2px 0px 2px;
	font-size:12px;
	line-height:17px;
}
#header .headerline{
	float:left;
	width: 2px;
	height:16px;
	padding: 14px 4px 0px 4px;
}
.javaLine{
	height:0px;
	background-color:#006b38;
	color:#FFF;
	font-size:12px;
}

/* aタグ */
#header .headerMenu a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#header .headerMenu a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#header .headerMenu a:hover{
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
#header .headerMenu a:active{
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
#headerJS {
	margin:0;
	padding:5px 0px;
	color:#000;
	background-color:#fff;
	font-size:12px;
	text-align:center;
	clear:both;
	border-top:0px;
	border-bottom:2px solid #f00;
}
/*----------------------
買い物カゴ情報
------------------------*/
#cartMsg{
	color:#777777;
	vertical-align:middle;
}
#cartMsg img{
	vertical-align:middle;
}
/*----------------------
frame設定
------------------------*/
#index-ct-area-right{
	float:left;
	width:585px;
	padding: 0px 0px 20px 15px;
	font-size: 12px;
}
#clFrame{
	width: 800px;
}
#clFrameH{
	height:40px;
	padding-top:15px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#clFrameM{
	float: left;
	width: 585px;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#clFrameC{
	width:720px;
}
#clFrameF{
	height:50px;
	clear: both;
}
#clFrameH frttlline{
	padding:0px;
	margin:0px;
	clear:both;
}
/*----------------------
frame内タイトル
------------------------*/
.ttlMark{
	color:#006633;
	font-weight:bold;
	font-size:146%;
}
.ttl{
	color:#666666;
	font-weight:bold;
	font-size:146%;
}
.ttlS{
	color:#aeaeae;
	font-weight:bold;
	font-size:80%;
	float:right;
	padding: 10px 60px 0px 0px;
}
.input {
	height: 12px;
}

/*----------------------
フッタ領域設定
------------------------*/
#footer {
	text-align: center;
	font-size: 12px;
	color:#FFFFEE;
	font-weight:bold;
	clear: both;
	line-height: 30px;
	background-color: #063;
	padding-bottom: 15px;	
}
.footerTopMargin{
	background-color:#FFFFFF;
	height: 2px;
	padding: 1px 0px;
}

/* aタグ */
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#footer a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
#footer a:active{
	color: #FFF;
	text-decoration: underline;
	font-weight:bold;
}
/*----------------------
セキュリティシール
------------------------*/
#secSeal{
	float:right;
	padding-top:20px;
	padding-right:0px;
}
/*----------------------
status
------------------------*/
#status{
	width:600px;
	font-size:12px;
	line-height:16px;
	border:none;
	color:#6e6e6e;
}
.btn{
	width:120px;
	height:26px;
}
.statusBox{
	font-size:12px;
	color:#000;
}
.statusBox table{
	width:100%;
}
.orderInfo{
	text-align:left;
	padding:10px 0px 10px 20px;
	width:35%;
	line-height:20px;
}
.orderInfo p{
	padding:0px;
	font-weight:bold;
}
.odStat{
	text-align:center;
	padding:0;
	width:65%;
}
#odStatTxt{
	color:#070;
	font-weight:bold;
	font-size:240%;
	line-height:50px;
}
.statusTxt{
	margin-top:15px;
	color:#000;
	padding:5px;
}
.statusBox .title{
	background-color:#ef2021;
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
}
.condition{
	border-top:solid #ccc 1px;
}
.condition th{
	width:20%;
	text-align:right;
	vertical-align:text-top;
	background-color:#ffffc7;
	padding:5px;
	line-height:16px;
	font-weight:normal;
}
.condition td{
	width:80%;
	text-align:left;
	background-color:#ffffc7;
	padding:5px;
	line-height:16px;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
}
.statusBox .orderDetail{
	border:solid;
	border-width:0px 1px 1px 1px;
	border-color:#ef2021;
}
.statusBox p{
	padding:0px;
	margin:3px 0px 3px 5px;
	line-height:16px;
	color:#000;
	font-weight:bold;
}
/*----------------------
status(inquiry)
------------------------*/
.formBox{
	width:100%;
	border:none;
}
.formListTh{
	height:30px;
	line-height:30px;
	padding:0px 5px 0px 5px;
	text-align:right;
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fff;
	color:#fff;
	background-color:#ef2021;
}
.formTitle{
	height:30px;
	line-height:30px;
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fff;
	color:#fff;
	background-color:#ef2021;
	text-align:center;
}
.formListTd{
	line-height:30px;
	padding:5px;
	text-align:left;
	background-color:#eee;
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fff;
	color:#000;
}
.formBtn{
	text-align:center;
	padding:5px;
}
#inquiryForm{
	padding-top:20px;
	padding-bottom:20px;
}
/*----------------------
notice
------------------------*/
.noticeArea{
/*	width:100%;*/
	border-width:1px;
	border-style:dashed;
	border-color:#ef2021;
	padding:5px;
	margin-bottom:5px;
}
.noticeMsg{
	color:#f00;
	font-weight:bold;
	line-height:20px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
/*----------------------
standerd form
------------------------*/
#stcompanyCellTtl{
	width:700px;
	font-size:13px;
	color:#6e6e6e;
	line-height:18px;
	border-style:none;
}
.stdTxt{
	margin:10px 0px 10px 0px;
}
.stdForm{
/*	line-height:18px;*/
	font-size:100%;
}
.stdForm th, .stdForm td{
	padding:5px;
}
.stdForm .title{
	background-color:#ef2021;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.stdForm .cellH{
	background-color:#ef2021;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.stdForm .cellD{
	background-color:#eee;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.stdForm .cellBtn{
	background-color:#fff;
	font-weight:normal;
	text-align:center;
}
.stdForm .cellBtn input[type="submit"]{
	height:28px;
	width:120px;
}
.stdForm .cellTxt{
}
/*----------------------
sitemap
------------------------*/
#sitemap{
	font-size:12px;
	line-height:20px;
	padding-top:15px;
	padding-left:20px;
	letter-spacing: 1px;
}
#sitemap h2{
	margin-left:15px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	background: url(/img/sitemap_h.gif) no-repeat;
}
#sitemap ul{
	padding-left:50px;
}
#sitemap ul ul{
	padding-left:40px;
}
#sitemap .splitLine{
	margin:20px 0px 20px 0px;
}
/*----------------------
character
------------------------*/
.charaBox{
	border:solid 1px #aaa;
	height:78px;
	width:288px;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	padding:20px 0 0 0;
}
#u{
	background-color:#212084;
	color:#fff;
}
#p{
	background-color:#f7efef;
	color:#7b2021;
}
.lookupTxt{
/*	width:100%;*/
	text-align:left;
	font-weight:bold;
}
.l_color{
	color:#e7006b;
}
.u_color{
	color:#212084;
}
.p_color{
	color:#7b2021;
}

/*----------------------
deadline
------------------------*/

.deadline_content{
	font-size: 150%;
	color: #6e6e6e;
	margin: 20px 0px 5px 0px;
	text-align: center;
}
.deadline_content > .emphasis{
	font-weight: bold;
	color: #063;
}
.end_content{
	font-size: 150%;
	color: #6e6e6e;
	margin: 20px 0px 10px 0px;
	text-align: center;
}
.end_content > .emphasis{
	font-weight: bold;
	color: #063;
}



