@charset "Shift_JIS";


.left {
}
.right {
	width: 455px;
	margin-bottom: 40px;
	padding-right: 10px;
}
	.right h4 {
		margin-bottom: 10px;
	}
	.right p {
		padding: 0 !important;
		margin-bottom: 1em;
	}
		.right .photo {
			float: left;
			width: 160px;
		}
		.right .button {
			float: left;
			padding-top: 40px;
			padding-left: 20px;
		}
		.right .button div {
			margin-bottom: 5px;
		}
.column {
	position: relative;
	width: 400px;
	border: 1px solid #E6E6E6;
	padding: 15px;
}
	.column .soldoutbtn {
		position: absolute;
		bottom: 40px;
		left: 202px;
	}

/*------------------------------------------------------------------------------
 
	上部の注意情報エリア
 
------------------------------------------------------------------------------*/
#note {
}
	#note .text {
		padding: 0 10px;
		color: #C00;
		font-size: 13px;
		line-height: 1.5em;
	}
	#note p {
		margin-bottom: 1.0em;
	}



/*------------------------------------------------------------------------------
 
	タグのスタイル
 
------------------------------------------------------------------------------*/
strong {
	font-weight: bold;
}


a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

a:hover img.btn,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a:hover img.nohover {
	/*cursor: default;*/
}





/*******************************************************************************

	  Override common styles

*******************************************************************************/
#wrapper {
	background-color: transparent;
	width: 960px;
}

/*------------------------------------------------------------------------------
 
	ヘッダ
 
------------------------------------------------------------------------------*/
/*#header {
	position: relative;
	width: 930px;
	padding: 10px;
	margin: 0 5px 5px;
	background-color: #FFF;
}
	#header h1{
		float: left;
		width: 350px;
		padding-left: 5px;
	}
	#headerMenu {
		float: right;
		widht: 235px;
		padding: 0;
	}
		#headerMenu li {
			float: left;
			line-height: 0;
			padding-top: 25px;
		}
	#sitemap {
		position: absolute;
		top: 0;
		right: 10px;
	}
*/
		
	#header a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		cursor: default;
	}
	#header a:hover img.btn {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		cursor: pointer;
	}

#yodogawa {
}

#contents {
	float: left;
	width: 960px;
	padding: 0 0 5px 0;
}

#update {
}

#date {
}





/*------------------------------------------------------------------------------
 
	フッタ
 
------------------------------------------------------------------------------*/
#footer {
}
	#footer .basics {
	}
	#footer .links {
	}
	#footer .others {
		margin-top: 0;
		border-top: 0 none;
	}

