@charset "UTF-8";

/* color
yellow: #ffcc00;
blue: #114fca;
red: #ca2a29;
green: #1E9A16;
gray: #a5a5a5;
*/

@import "reset.css";

body {
	background: #FFF url(../images/body_bg.gif) left top repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	color: #3f3f3f;
	padding:0 0 30px 0;
	text-align:center;
}

a {
	color: #114fca;
	text-decoration: underline;
}

a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

a:hover.bright img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

hr {
	border: none 0;
	border-bottom: 1px solid #DADADA;
	height: 1px;
	margin: 10px 0;
}

#wrapper {
	width: 900px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:100%;
	height:88px;
	position:relative;
	}
	
	#headLogo {
		width:221px;
		height:69px;
		}
	
	#headDesc {
		width:450px;
		height:19px;
		font-size:10px;
		line-height:19px;
		}
	
	#headMess {
		width:590px;
		height:12px;
		font-size:10px;
		line-height:12px;
		position:absolute;
		top:57px;
		left:262px;
		text-align:right;
		}

	#headButton {
		width: 460px;
		height:30px;
		overflow: hidden;
		position:absolute;
		top:0px;
		left:450px;
	}
		#headButton li {
			display:inline;
		}
		#headButton a {
			display:block;
			width:150px;
			height:30px;
			float:left;
			background-image: url(../images/head_btn.gif);
			background-repeat: no-repeat;
			overflow:hidden;
			text-indent:-999em;
		}
		#hb01 a { background-position:0px 0px; }
		#hb02 a { background-position:-150px 0px; }
		#hb03 a { background-position:-300px 0px; }
		#hb01 a:hover, #hb01 a.nowhb { background-position:0px -30px; }
		#hb02 a:hover, #hb02 a.nowhb { background-position:-150px -30px; }
		#hb03 a:hover, #hb03 a.nowhb { background-position:-300px -30px; }
		
	#headText {
		width:400px;
		height:15px;
		font-size:90%;
		line-height:1.1;
		position:absolute;
		top:62px;
		left:236px;
		}

	#headMenu {
		width: 450px;
		height:15px;
		line-height:1.1;
		position:absolute;
		top:65px;
		left:450px;
	}

	#headMenu ul li {
		float: right;
		width: auto;
		margin-left:14px;
		display:inline;
	}
	
	#headMenu ul li a {
		display:block;
		width:auto;
		text-decoration:none;
		padding-left: 15px;
		background: url(../images/bow_yellow.gif) left center no-repeat;
		white-space:nowrap;
		color:#5f5f5f;
		text-decoration:none;
	}
	
	#headMenu ul li a:hover {
		background-image:url(../images/bow_gray.gif);
		color:#a5a5a5;
		text-decoration:none;
	}

#globalnavi {
	width: 910px;
	height:33px;
	overflow: hidden;
}
	#globalnavi li {
		display:inline;
	}
	#globalnavi a {
		display:block;
		width:150px;
		height:33px;
		float:left;
		background-image: url(../images/globalnavi.gif);
		background-repeat: no-repeat;
		overflow:hidden;
		text-indent:-999em;
	}
	#gb01 a { background-position:0px 0px; }
	#gb02 a { background-position:-150px 0px; }
	#gb03 a { background-position:-300px 0px; }
	#gb04 a { background-position:-450px 0px; }
	#gb05 a { background-position:-600px 0px; }
	#gb06 a { background-position:-750px 0px; }
	#gb01 a:hover, #gb01 a.nowgb { background-position:0px -33px; }
	#gb02 a:hover, #gb02 a.nowgb { background-position:-150px -33px; }
	#gb03 a:hover, #gb03 a.nowgb { background-position:-300px -33px; }
	#gb04 a:hover, #gb04 a.nowgb { background-position:-450px -33px; }
	#gb05 a:hover, #gb05 a.nowgb { background-position:-600px -33px; }
	#gb06 a:hover, #gb06 a.nowgb { background-position:-750px -33px; }


#mainwrap {
	float:right;
	width:690px;
	margin-top:11px;
}

#centerBar {
	float:left;
	width:461px;
}

	#cOsusume {
		margin-top:30px;
		}
	#cOsusume h3 {
		width:461px;
		height:25px;
		text-indent:-999em;
		background:url(../images/c_osusume_ttl.gif) no-repeat;
		}
	#cOsusume li {
		padding:10px 0;
		width:461px;
		overflow:hidden;
		border-bottom:dotted 1px #dadada;
		}
		#cOsusume li h4 {
			font-weight:bold;
			}
		.cOssmPic {
			float:left;
			width:110px;
			text-align:center;
			}
		.cOssmTex {
			float:right;
			width:341px;
			line-height:1.5;
			}
			.cOssmTex p {
				margin:8px 0;
				}
			.cOssmIcon {
				width:73px;
				height:15px;
				overflow:hidden;
				color:#FFF;
				font-size:10px;
				font-weight:bold;
				line-height:15px;
				text-align:center;
				margin-bottom:5px;
				background:url(../images/ic_red_bg.gif) no-repeat;
				}
			.cOssmPrice {
				text-align:right;
				color:#ca2a29;
			}

	#cNewspd {
		margin-top:30px;
		}
		#cNewspd dl {
			margin:0.2em 0 0 2px;
			}
			#cNewspd dt {
				font-weight:normal;
				line-height:1.1em;
				padding-left:8px;
				width:90px !important;
				width /**/:98px;
				background:url(../images/bow_mini_gray.gif) 0 4px no-repeat;
				margin-top:8px;
				}
			#cNewspd dd {
				margin:-1.2em 0 0 100px;
				line-height:1.3;
				}
			.newsIcon {
				display:-moz-inline-box;
				display:inline-block;
				width:73px;
				height:15px;
				overflow:hidden;
				color:#FFF;
				font-size:10px;
				font-weight:bold;
				line-height:15px;
				text-align:center;
				margin-right:8px;
				vertical-align:bottom;
				background:url(../images/ic_red_bg.gif) no-repeat;
				}
	

	.cBoxTtl {
		width:461px;
		height:25px;
		overflow:hidden;
		}
		#newpdTtl { background:url(../images/c_newpdc_ttl.gif) no-repeat; }
		.cBoxTtl h3 {
			width:461px;
			height:7px;
			line-height:7px;
			overflow:hidden;
			text-indent:-999em;
			}
		.cBoxTtl a {
			display:block;
			width:41px;
			height:13px;
			margin-left:411px;
			overflow:hidden;
			text-indent:-999em;
			background:url(../images/r_ttl_toidx.gif) 0 0 no-repeat;
			z-index:10;
			}
			.cBoxTtl a:hover {
				background-position:0 -13px;
				}
	


#rightBar {
	float: right;
	width: 199px;
	overflow:visible;
}
	
	#rbtKago {
		margin-top:-8px;
	}
		#rbtKago a {
			display:block;
			width:199px;
			height:41px;
			overflow:hidden;
			text-indent:-999em;
			background:url(../images/r_bt_kago.gif) 0 0 no-repeat;
			}
		#rbtKago a:hover {
			background-position:0 -41px;
			}
	
	#rbtJoin {
		margin-top:5px;
	}
		#rbtJoin a {
			display:block;
			width:199px;
			height:38px;
			overflow:hidden;
			text-indent:-999em;
			background:url(../images/r_bt_join.gif) 0 0 no-repeat;
			}
		#rbtJoin a:hover {
			background-position:0 -38px;
			}
	
	#rLogin {
		margin-top:10px;
		}
		#rLogin h3 {
			width:199px;
			height:25px;
			text-indent:-999em;
			overflow:hidden;
			background:url(../images/r_login_ttl.gif) no-repeat;
			}
		#rLogInner {
			width:199px;
			height:142px !important;
			height /**/:156px;
			padding:14px 0 0;
			background:url(../images/r_login_bg.jpg) no-repeat;
			}
			#rLogInner dl {
				margin:0 0 0 10px;
				width:189px;
			}
			#rLogInner dt {
				width:72px;
				font-weight:normal;
				font-size:12px;
				line-height:21px;
				overflow:hidden;
				background:url(../images/r_login_kugiri.gif) right center no-repeat;
			}
			#rLogInner dd {
				margin:-21px 0 9px 77px;
			}
			#rLogInner dd input {
				width:98px !important;
				width /**/:102px;
				height:17px !important;
				height /**/:21px;
				line-height:17px;
				font-size:12px;
			}
			
			#rLogBtn {
				padding-top:6px;
				width:179px;
				margin:0 auto;
			}
			
			#rLogPaww {
				margin-top:10px;
				font-size:12px;
				line-height:14px;
				text-align:center;
				white-space:nowrap;
				}
		
	.rmenuBox {
		margin-top:30px;
		width:199px;
		}
		.rmenuTtl {
			width:199px;
			height:25px;
			overflow:hidden;
			}
			.rmenuTtl h3 {
				width:199px;
				height:7px;
				line-height:7px;
				overflow:hidden;
				text-indent:-999em;
				}
				#eventTtl { background:url(../images/r_event_ttl.gif) no-repeat; }
				#newsTtl { background:url(../images/r_news_ttl.gif) no-repeat; }
			.rmenuTtl a {
				display:block;
				width:41px;
				height:13px;
				margin-left:149px;
				overflow:hidden;
				text-indent:-999em;
				background:url(../images/r_ttl_toidx.gif) 0 0 no-repeat;
				}
				.rmenuTtl a:hover {
					background-position:0 -13px;
					}
		
		.rmenuBox dl {
			margin:0 10px 0 2px;
			}
			.rmenuBox dt {
				font-weight:normal;
				line-height:1.1em;
				padding-left:8px;
				background:url(../images/bow_mini_gray.gif) 0 4px no-repeat;
				margin-top:10px;
				}
			.rmenuBox dd {
				margin:1px 0 0 8px;
				line-height:1.4;
				}
	
	#rBanner {
		margin-top:30px;
		}
		#rBanner li {
			margin-bottom:7px;
			}

#leftBar {
	float:left;
	width:180px;
}

	.luserBox {
		width:180px;
		padding-bottom:10px;
		margin-top:11px;
		margin-bottom:6px;
		}
		#guest { background:#FFDE59 url(../images/welcome_guest_ft.gif) left bottom no-repeat; }
		#user { background:#F9F6E7 url(../images/welcome_user_ft.gif) left bottom no-repeat; }
	.luserBox h3 {
		font-weight:normal;
		text-align:center;
		padding:8px;
		line-height:1.1;
		}
		#guest h3 { background:url(../images/welcome_guest_hd.gif) left top no-repeat; }
		#user h3 { background:url(../images/welcome_user_hd.gif) left top no-repeat; }
	.luserInner {
		width:160px;
		margin:0 10px;
	}
	
	#luserPoint {
		margin-top:20px;
		padding:7px 8px;
		border-top:dotted 1px #dadada;
		border-bottom:dotted 1px #dadada;
		line-height:1.1;
		}
		#luserPoint dt {
			font-weight:normal;
			width:8em;
			}
		#luserPoint dd {
			margin:-1.1em 0 0 8em;
			text-align:right;
			font-family:"ＭＳ ゴシック", "Osaka－等幅", monospace;
			}
	
	#userBtn {
		margin-top:17px;
		margin-bottom:20px;
		}
	#userBtn li {
		margin-bottom:3px;
		}
	#userBtn li a {
		display:block;
		width:160px;
		height:31px;
		overflow:hidden;
		text-indent:-999em;
		background-position:0 0;
		background-repeat:no-repeat;
		}
	#userBtn li a:hover {
		background-position:0 -31px;
		}
		#mycatalogBtn a { background-image: url(../user/images/mycatalog_btn.gif); }
		#historyBtn a { background: url(../user/images/history_btn.gif); }
	
	#personalMenu {
		border-top:dotted 1px #dadada;
		padding:10px;
		}
		#personalMenu h4 {
			font-weight:normal;
			line-height:1.1;
			margin-bottom:6px;
			}
		#personalMenu ul {
			line-height:1.4;
			}
			#personalMenu ul li {
				margin-top:3px;
				}
			#personalMenu ul li a {
				padding-left: 15px;
				background: url(../images/bow_yellow.gif) 0 35% no-repeat;
				}
			#personalMenu ul li a:hover {
				background-image:url(../images/bow_gray.gif);
				}
	
	#lbtKago {
		margin-bottom:8px;
	}
		#lbtKago a {
			display:block;
			width:180px;
			height:41px;
			overflow:hidden;
			text-indent:-999em;
			background:url(../images/l_bt_kago.gif) 0 0 no-repeat;
			}
		#lbtKago a:hover {
			background-position:0 -41px;
			}
	
	#leftSearch {
		width:180px;
		}
	#leftSearch h3 {
		width:180px;
		height:36px;
		text-indent:-999em;
		overflow:hidden;
		background:url(../images/l_search_ttl.gif) no-repeat;
		}
		#leftSchInner {
			width:180px;
			padding:13px 0 10px;
			background:#ffeca2 url(../images/l_search_bg.jpg) left bottom no-repeat;
		}
			#leftSchInner dl {
				margin:0 0 0 10px;
				width:170px;
			}
			#leftSchInner dt {
				width:72px;
				margin-bottom:2px;
				font: normal 12px/14px monospace;
				height:14px;
				overflow:hidden;
				background:url(../images/r_login_kugiri.gif) right center no-repeat;
			}
			#leftSchInner dd {
				margin-bottom:5px;
				line-height:13px;
			}
			#leftSchInner dd input {
				width:156px !important;
				width /**/:160px;
				height:17px !important;
				height /**/:21px;
				line-height:17px;
				font-size:12px;
			}
			
			#leftSchBtn {
				width:160px;
				margin:0 10px;
			}
			
			#leftSchTex {
				margin:8px 0 11px;
				font-size:12px;
				line-height:13px;
				text-align:center;
				white-space:nowrap;
				}

	.lmenuBox {
		margin-top:19px;
		width:180px;
		}
		.lmenuBox h3 {
			width:180px;
			height:36px;
			text-indent:-999em;
			overflow:hidden;
			}
			.category h3 { background:url(../images/l_search_cat_ttl.gif) no-repeat; }
			.series h3 { background:url(../images/l_search_ser_ttl.gif) no-repeat; }
		
		.series ul {
			line-height:1.4;
			}
			.series ul li {
				margin-top:6px;
				}
			.series ul li a {
				padding-left: 15px;
				background: url(../images/bow_yellow.gif) 0 35% no-repeat;
				}
			.series ul li a:hover {
				background-image:url(../images/bow_gray.gif);
				}

		.category dl {
			line-height:1.4;
			}
			.category dl dt {
				margin-top:6px;
				}
			.category dl dt a {
				padding-left: 15px;
				background: url(../images/bow_sq_yellow.gif) 0 35% no-repeat;
				color:#5F5F5F;
				text-decoration:none;
				}
			.category dl dt a:hover {
				background-image:url(../images/bow_sq_gray.gif);
				text-decoration:none;
				}
		
		.category ul {
			line-height:1.4;
			margin-left:8px;
			}
			.category ul li {
				margin-top:3px;
				padding-left: 7px;
				background: url(../images/bow_mini_gray.gif) 0 45% no-repeat;
				}
			


#footer {
	border-top: 1px solid #dadada;
	width: 900px;
	overflow:hidden;
	margin-top:10px;
	padding-top:10px;
}
	
	#footLogo {
		float:left;
		width:128px
		}
		#footLogo a {
			width:118px;
			height:30px;
			text-indent:-999em;
			overflow:hidden;
			display:block;
			background:url(../images/foot_logo.gif) no-repeat;
		}

	#footText {
		float:left;
		width:500px;
		}

	.footMenu {
		overflow: hidden;
		line-height:1.1;
	}
	
	.footMenu li {
		float: left;
		width: auto;
		margin-right:14px;
		display:inline;
	}
	
	.footMenu li a {
		display:block;
		width:auto;
		text-decoration:none;
		padding-left: 15px;
		background: url(../images/bow_yellow.gif) 0 1px no-repeat;
		white-space:nowrap;
		color:#5f5f5f;
		text-decoration:none;
	}
	
	.footMenu li a:hover {
		background-image:url(../images/bow_gray.gif);
		color:#a5a5a5;
		text-decoration:none;
	}

	#footer-copy {
		font:normal 10px/12px Arial, sans-serif;
		color:#5f5f5f;
		margin-top:3px;
	}


/* second */
#bread {
	margin:8px 30px 0 0;
	line-height:1.1;
	font-size:90%;
	text-align:right;
	}

.pagetoplink {
	line-height:1.2;
	text-align:right;
	margin-top:30px;
	zoom:1;
	}
	.pagetoplink a {
		white-space:nowrap;
		text-decoration:none;
		background:url(../images/bow_top_yellow.gif) left center no-repeat;
		padding-left:15px;
		color:#5f5f5f;
		text-decoration:none;
	}
	.pagetoplink a:hover {
		background-image:url(../images/bow_top_gray.gif);
		color:#a5a5a5;
		text-decoration:none;
	}

#wideWrap {
	width:100%;
	margin:80px 0 260px;
	}
#wideWrap p {
	text-align:center;
	line-height:1.6;
	margin-bottom:1em;
	}


/*********/
#secwrap {
	width:660px;
}

.ctWrap {
	width:640px;
	margin:25px 10px;
	overflow:hidden;
	}

.pdWrap {
	width:620px;
	margin:25px 20px;
	overflow:hidden;
}
	
.title01 {
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	padding:8px 10px 38px;
	border-top:solid 1px #DADADA;
	border-bottom:solid 1px #DADADA;
	zoom:1;
	}

.title02 {
	font-weight:normal;
	line-height:34px;
	height:34px;
	background: url(../images/sec_title1_bg.gif) 0 0 no-repeat;
	padding-left:10px;
	margin-bottom:8px;
	}

.title03 {
	font-weight:normal;
	line-height:34px;
	height:34px;
	background: url(../images/sec_title2_bg.gif) 0 0 no-repeat;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:8px;
	}

.title04 {
	font-weight:normal;
	line-height:1.1;
	background: url(../images/sec_title3_bg.gif) left bottom repeat-x;
	padding:0 10px 12px;
	margin-top:20px;
	margin-bottom:8px;
	}

.boxWrap {
	border:solid 1px #d4d4d4;
	margin:12px 0;
	zoom:1;
	}
	.boxtitle {
	padding:5px 10px;
	margin:1px;
	background-color:#FBEB9E;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.1;
		}
	.boxInner {
		padding:8px 12px;
		line-height:1.5;
		}

.boxGradation {
	background:#FEDA44 url(../images/box_gradation_bg.jpg) left top repeat-x;
	}

/*********/
.ff-mono { font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace; }

.fs-small { font-size:80%; }
.fs-large { font-size:110%; }
.fs-xlarge { font-size:120%; }

.clr-green { color:#539B34; }
.clr-red { color: #CC2A27; }
.clr-yellow { color: #FFCC00; }



/*********/
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	overflow:hidden;
}

.layout2 {
	float:left;
	width:50%;
	display:inline;
	}

.imgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}

.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	}

.txCenter {
	text-align:center;
	}

.txRight {
	text-align:right;
	}

.txLeft {
	text-align:left;
	}

table.tbl-type1 {
	border:none;
	background-color:#dadada;
	width:100%;
	}
	.tbl-type1 td, .tbl-type1 th {
		line-height:1.5;
		vertical-align:middle;
		padding:6px 8px;
		}
	.tbl-type1 td {
		background-color:#FFF;
	}
	.tbl-type1 th {
		background-color:#F9F6E5; text-align:center;
		border:solid 1px #FFF;
	}
	

/***********/
ul.bowList {
	line-height:1.4;
	overflow:hidden;
}
	ul.bowList li {
		margin-bottom:6px;
	}
	ul.bowList li a {
		padding-left:15px;
		background: url(../images/bow_yellow.gif) 0 35% no-repeat;
		}
	ul.bowList li a:hover {
		background-image:url(../images/bow_gray.gif);
		}

ul.iconList {
	line-height:1.3;
	margin-bottom:1em;
	}
	ul.iconList li {
		padding-left:20px;
		background-repeat:no-repeat;
		background-position:left center;
		white-space:nowrap;
		margin-bottom:5px;
		}
		.ic-pdf { background-image:url(../images/ic_acrobat.gif); }
		.ic-world { background-image:url(../images/ic_world.gif); }
		.ic-file { background-image:url(../images/ic_file.gif); }


/********/
a.bowlink {
	padding-left: 15px;
	background: url(../images/bow_yellow.gif) left center no-repeat;
	}
	a.bowlink:hover {
		background-image:url(../images/bow_gray.gif);
	}


/********/
ul.formBotan {
	margin-top:25px;
	text-align:center;
	}
	
	.formBotan li {
		display:inline;
		}
	.formBotan li a,
	.formBotan li input {
		margin-right:20px;
		vertical-align:bottom;
		}

a.imageBtn {
	display:-moz-inline-box;
	display: inline-block;
	width:160px;
	height:27px;
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	a.imageBtn em {
		margin-left:-999em;
	}
	a.imageBtn:hover {
		background-position:0 -27px;
		}

	a.historyback { background-image:url(../images/back_btn.gif); }
	a.cancel { background-image:url(../images/cancel_btn.gif); }
	a.close { background-image:url(../images/close_btn.gif); }

