@charset "utf-8";

/*---------------------------------------*
	Js絡み
	任意で変更
*----------------------------------------*/

#page {
	width:630px;
	margin:0 auto;
	padding:10px;
	background:#FFF;
}



/* pageTop */

.pageTop {
	clear:both;
	padding:0px 17px;
	text-align:right;
	margin-bottom:0;
}


/* 現在のページにリンクしている場合 */

.current {
	color:red;
}

.current img {
	vertical-align:top;
}

