@charset "utf-8";

/* CSS Document */

/* ----------------------------------------
 * 全体のタイトル　↓
---------------------------------------- */

/* --------------------
 * コラム
-------------------- */

.column {
	width:640px;
	border: 2px ridge #CCCCCC;
	margin-top:15px;
	padding:25px;
}
	
.column_title {
	height:20px;
	width:350px;
	background-image:url(../images/bar_glay.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	padding:13px;
	font-size:14px;
	margin-bottom:10px;
	float:left;
	
}
.column_date {
	height:20px;
	width:150px;
	text-align:right;
	font-size:12px;
	margin-bottom:10px;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 13px;
}

.column img {
	margin:0px 0 10px 10px;
	float:right;
	
}
	
	
/* --------------------
 *shop
-------------------- */

.shop {
	width:620px;
	margin:auto;
}
