@charset "UTF-8";

/* ■見出し■ */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	display: inline;
}


/* ■td 内要素 垂直位置■ */
td {
	vertical-align: top;
}


/* ■文書本体■ */
body {
	color: #333333;
	text-align: center;
	line-height: 1.6;
	background: url(../images/header_bg.gif) repeat-x;
	font-size: 12px;
}


/* ■全体のコンテナ■ */
div#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	text-align: left;
	background: url(../images/header_bg.gif) repeat-x;
}


/* ■ヘッダー■ */
.header {
	width: 950px;
	height: 163px;
	margin: 0px auto 0px auto;
}

/*■ヘッダー文言■*/
.headmsg {
	vertical-align: middle;
	color: #CC3366;
}

/*■メニュー下リンク■*/
.mnubtm {
	color: #FFFFFF;
	vertical-align: middle;
	width: 950px;
	height: 26px;
	background: url(../images/mnubtm.gif);
	font-weight: bold;
}

A.mnulnk:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.mnulnk:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.mnulnk:active {
	color: #FFFFFF
	text-decoration: none;
}
A.mnulnk:hover {
	color: #00CCFF;
	text-decoration: none;
}


/* ■サイドメニュー■ */
.sidemenu {
	width: 220px;
}


/* ■コピー■ */
.copy {
	width: 950px;
	text-align: center;
}


/* ■テキスト装飾■ */
.t0033FF {
	color: #0033FF;
	display: inline;
}

.tFFFFFF {
	color: #FFFFFF;
	display: inline;
}

/* ■ページャー■ */
.pagination{
	clear: both;
	text-align : center;
	margin-bottom: 10px;
}

.pagination a{
	color:#627ba4;
}

.pagination a:hover{
	color: white;
	background : #8d9bba;
}

.pager-current{
	height: 1px;
	border : 1px solid #CED5E1;
	color : #39546A;
	background : #E2E5EA;
	margin : 0 2px;
	padding : 1px 4px;
}

.pager-num{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

a.pager-num {
	color : #39546A;
}

a.pager-num:hover{
	color: white;
	background : #8d9bba;
}

.pager-last{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-first{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-last,.pager-first{
	padding : 1px 4px;
}


/* ■一般リンク■ */
A:link {
	color: #0066FF;
	text-decoration: none;
}
A:visited {
	color: #0066FF;
	text-decoration: none;
}
A:active {
	color: #0066FF
	text-decoration: none;
}
A:hover {
	color: #00CCFF;
	text-decoration: none;
}

/* ■クーポン印刷ボタン■ */
a.printbutton {
	background-image:url(../print_coupon/css/img/open_button.png);
	width:180px;
	height:30px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	display: block;
	position: absolute;
	top: px;
	left: px;
}

