@charset "EUC-JP";

/* { border: 1px red solid; } /* */

/* 宮教大生協　基本ページ　全体構造
---------------------------------------------------- */
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;		/* IE用センタリング */
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳゴシック";
	font-size: small;
	background: #fff;
	height: 100%;
}
#wrapper {
	margin: 0px auto;		/* センタリング */
	padding: 0px;
	text-align: left;
	width: 760px;
	color: #222222;
	background: #ffffff;
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #wrapper { height: auto; }

img, a {
	border: 0;
}
a img {
/*	display: block; */
}
.l, .fleft { margin: 0 0.5em; padding: 0 0.5em; float: left; }
.r, .fright { margin: 0 0.5em; padding: 0 0.5em; float: right; }
.c, .fcenter { display:block; margin-left: auto; margin-right: auto; }
.inner_center { text-align: center; }
.center_pad { text-align: center; padding: 0.5em 0; }
.inner_center img, .inner_center table,
.center_pad img, .center_pad table,
{
	margin-left: auto;
	margin-right: auto;
}
.col_l { width: 48%; float: left; }
.col_r { width: 48%; float: right; }

/* リンク
---------------------------------------------------- */
a:link {
	color: #cc2222;
}
a:visited {
	color: #aa0000;
}
a:hover, a:active {
	color: #ff6666;
	text-decoration: none;
	_text-decoration: underline;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
	position: relative;
	margin: 0;
	padding: 0px 0px 48px 0px;
	width: 760px;
	line-height: 1.5;
}


/* ヘッダ
---------------------------------------------------- */
#header {
	margin: 0 0 8px;
	color: #999999;
	height: 92px;
}
#header h1 {				/* ヘッダータイトル */
	float: left;
	margin: 0;
}
#header h1 a {				/* ヘッダータイトル リンク */
	display: block;
	width: 420px;
	height: 60px;
	margin: 8px 0;
	line-height: 0em;
	text-indent: -9999px;
	background: url(/images/top/miyakyo_logo.jpg) no-repeat 0 0;
}
#header #breadcrumb {
	display: block;
	position: absolute;
	right: 0px;
	top: 76px;
	width: 100%;
	height: 16px;
	padding: 2px 0;
	font-size: 10px;
	color: #ffffff;
	line-height: 1em;
	text-indent: 32px;
	background: url(/images/top/headerbar.gif) no-repeat 0 0;
}
#header #breadcrumb a:link,
#header #breadcrumb a:visited,
#header #breadcrumb a:hover,
#header #breadcrumb a:active {
	font-weight: bold;
	color: #ffffff;
}

#header #searchForm {				/* 検索窓 */
	display: block;
	position: absolute;
	right: 0px;
	top: 24px;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 240px;
	height: 40px;
	line-height: 1em;
	font-size: 11px;
}

#header #searchForm form input#ifr {
	_font-size: 12px;
	_background-color: #ffffff;
	_border: 1px solid #888888;
}
*+html #header #searchForm form input#ifr {
	width: 150px;
}

#header #searchForm form input#hyt_sbmt {
	_font-size: 10px;
	_background-color: #dddddd;
	_border: 1px solid #888888;
}
#header #bt_fontsize {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 180px;
	height: 20px;
	line-height: 0em;
	text-indent: -9999px;
	background: url(/images/common/icon_fs.gif) no-repeat 0px -60px;
}
#header #bt_fontsize a#fs_minus {
	display: block;
	position: absolute;
	text-decoration: none;
	left: 80px;
	top: 0px;
	width: 20px;
	height: 20px;
}
#header #bt_fontsize a#fs_plus {
	display: block;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 20px;
	height: 20px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	float: right;
	margin: 7px 0 0 0;
	width: 600px;
}
#content_nav {
	float: left;
	margin: 0;
	width: 150px;
}

/* バナー
---------------------------------------------------- */
#banners img, #pickup img {
	display: block;
	margin: 0;
	padding: 2px;
	border: 1px solid #e0d8cb;
	vertical-align: bottom;
}
#banners img:hover {
	border-color: #f0b8ab;
	background-color: #ffdddd;
}
img.bnr, img.border {
	margin: 0;
	padding: 2px;
	border: 1px solid #e0d8cb;
	vertical-align: bottom;
}
img.bnr:hover {
	border-color: #f0b8ab;
	background-color: #ffdddd;
}


/* 緊急告知・終了の表示など
---------------------------------------------------- */
.noticeInTheTop {
	margin: 0.5em;
	padding: 1.5em;
	font-size: 150%;
	letter-spacing: 0.5em;
	color: #dd0000;
	font-weight: bolder;
	text-align: center;
	border: 3px #dd0000 double;
}
.noticeInTheTop .normalText {
	font-size: normal;
	letter-spacing: 0px;
	text-align: left;
}
/* Honya Club
---------------------------------------------------- */
#content .searchForm form input#keyword {
	margin: 4px 0 0 0;
	padding: 1px;
	width: 280px;
	font-size: 12px;
	line-height: 1.0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳゴシック", Osaka;
	border: 1px solid #777;
}
#content .searchForm form input#btn_search {
	line-height: 1.0;
	vertical-align: bottom;
	border: none;
}
/* Honya Club
---------------------------------------------------- */
#content .searchForm form input#keyword {
	margin: 4px 0 0 0;
	padding: 1px;
	width: 280px;
	font-size: 12px;
	line-height: 1.0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳゴシック", Osaka;
	border: 1px solid #777;
}
#content .searchForm form input#btn_search {
	line-height: 1.0;
	vertical-align: bottom;
	border: none;
}
#header #searchForm form input#btn_search {
	line-height: 1.0;
	vertical-align: bottom;
	border: none;
}
#header #searchForm p {
	line-height: 1.0;
	font-size: 10px;
}

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	position: absolute;
	bottom: 0px;
	margin: 0;
	width: 760px;
	height: 48px;
	background: url(/images/top/footerbar.gif) no-repeat 0px bottom;
	overflow: hidden;
}
#footer #copyright {
	position: absolute;
	bottom: 0px;
	left: 1px;
	margin: 1px;
	width: 380px;
	height: 16px;
	font-size: 12px;
	line-height: 0em;
	text-indent: -9999px;
	background: url(/images/top/copyright.gif) no-repeat 0px 50%;
}
#footer #contactus {
	position: absolute;
	bottom: 0px;
	right: 3px;
	margin: 1px;
	width: 220px;
	height: 20px;
	font-size: 12px;
	background: url(/images/top/contactus.gif) no-repeat 0 0;
}
#footer #contactus a {
	display: block;
	width: 220px;
	height: 20px;
	text-indent: -9999px;
}
#footer #contactus a:hover {
	background: url(/images/top/contactus.gif) no-repeat -220px 0;
}
#footer .pageback {	/* 前のページへ戻る */
	position: absolute;
	width: 60px;
	height: 16px;
	font-size: 12px;
	background: url(/images/top/pageback.gif) no-repeat 0 0;
}
#footer .pageback a {
	display: block;
	width: 60px;
	height: 16px;
	color: #444444;
	text-indent: -9999px;
}
#footer .pageback a:hover {
	background: url(/images/top/pageback.gif) no-repeat -60px 0;
}
#footer .pagetop {	/* ページトップへ戻るアンカー */
	position: absolute;
	right: 0px;
	width: 100px;
	height: 16px;
	font-size: 12px;
	background: url(/images/top/pagetop.gif) no-repeat 0 0;
}
#footer .pagetop a {
	display: block;
	width: 100px;
	height: 16px;
	color: #444444;
	text-indent: -9999px;
}
#footer .pagetop a:hover {
	background: url(/images/top/pagetop.gif) no-repeat -100px 0;
}

/* un-ordered list
---------------------------------------------------- */

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}
ol {
	margin: 0px;
	padding: 0.1em 0px 0.3em 2em;
	list-style-position: outside;
}
ol > * { margin-left:2em; }
li {
	margin: 0px;
	padding: 0.2em 0px;
}
ul.tri li {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	padding-left: 18px;
	background: url(/images/common/listimg_tri.gif) no-repeat 0px 0.5em;
}
ul.tri_small li {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	padding-left: 18px;
	background: url(/images/common/listimg_tri.gif) no-repeat 0px 0.5em;
	font-size: 90%;
}
ul.tri_large li {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	padding-left: 18px;
	background: url(/images/common/listimg_tri.gif) no-repeat 0px 0.5em;
	font-size: 120%;
	font-weight: bold;
	color: #6080a0;
}
ol.strong > li { font-weight: bold; }

ul.inline {
	white-space: normal;
}
ul.inline li {
	padding: 0px 1em;
	line-height: 1.8em;
	display: block;
	float: left;
	white-space: nowrap;
	_white-space: normal;	/* for WinIE */
}
ul.inline li a {
	_white-space: nowrap;	/* for WinIE */
}


/* table
---------------------------------------------------- */
td.nowrap, th.nowrap { white-space: nowrap; }
table th {
	padding: 0.05em 0.5em 0.05em 0.2em;
	white-space: nowrap;
}
table td {
	padding: 0.05em 0.2em 0.05em 0.5em;
}
table caption {
	font-weight: bold;
	text-align: left;
}

table.normal td {
	vertical-align: top;
}
table.normal th {
	vertical-align: top;
	text-align: right;
}

table.border, table.border100 {
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
table.border th, table.border100 th {
	margin: 0px;
	padding: 0.5em 0.8em 0.3em 0px;
	white-space: nowrap;
	border-bottom: 1px #aaaaaa solid;
	text-align: left;
}
table.border td, table.border100 td {
	margin: 0px;
	padding: 0.5em 0.8em 0.3em 0.8em;
	border-bottom: 1px #aaaaaa solid;
}
table.border th.fields, table.border100 th.fields {
	margin: 0px;
	padding: 0.5em 0.8em 0.1em 0.8em;
	white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
}
table.border td.head, table.border100 td.head,
table.border th.head, table.border100 th.head {
	margin: 0px;
	padding: 0.5em 0.3em 0.3em 0.3em;
	white-space: nowrap;
	border-bottom: none;
	background-color: #eeeeee;
	text-align: left;
}
table.border th.right, table.border100 th.right,
table.border td.right, table.border100 td.right {
	text-align: right;
}
table.border100{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* images
---------------------------------------------------- */
.photo, .photo_r, .photo_l, .photo_c {
	clear: both;
	margin: 0px 0px 0.5em 0.5em;
	padding: 0px;
	text-align: center;
	font-size: 70%;
	color: #304050;
	border: 1px #aaaaaa solid;
	background-color: #ffffff;
}
.photo + li, .photo_r + li, .photo_l + li, .photo_c + li { clear: none; }
.photo img, .photo_r img, .photo_l img, .photo_c img {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	display: block;
}
.photo_r {
	float: right;
}
.photo, .photo_l {
	float: left;
}
.photo_c img {
	margin-left: auto;
	margin-right: auto;
}

/* 文字装飾
---------------------------------------------------- */
p {
	text-indent: 1em;
}
p.noind {
	text-indent: 0;
}
/* h1, h2, h3, h4, h5, h6 { clear: both; } */
h2 {
	font-size: 125%;
	margin: 2em 0px 1em;
	padding: 6px 8px;
	color: #224455;
	border-left: 12px solid #668899;
	border-bottom: 1px solid #6699aa;

}
h3 {
	font-size: 115%;
	margin: 2em 0px 1em;
	padding: 6px 8px;
	color: #224455;
	border-left: 12px solid #668899;
/*	border-right: 12px solid #668899;*/
}
h4 {
	font-size: 105%;
	margin: 1em 0 0.5em;
	padding: 0;
	color: #447799;
	border-bottom: 2px solid #88aabb;
}
h4.tri {
	padding-left: 1.2em;
	background: url(/images/common/listimg_tri.gif) no-repeat 0px 0.5em;
	border: none;
}
h5 {
	font-size: 100%;
	margin: 1em 0 0.5em;
	padding: 0;
	color: #666666;
	border-bottom: 1px solid #aaaaaa;
}
.h5top_or {	/*_____小見出し冒頭の数字_____*/
	padding: 0px 0.5em 0px 0px;
	font-size: 120%;
	font-family: "Verdana";
	font-weight: bold;
	color: #ee5500;
}
.h5top_bl {	/*_____小見出し冒頭の数字_____*/
	padding: 0px 0.5em 0px 0px;
	font-size: 120%;
	font-family: "Verdana";
	font-weight: bold;
	color: #0055ee;
}
h6 {
	font-size: 90%;
	margin: 0.5em 0 0.2em;
	padding: 0;
	color: #666666;
	border-bottom: 1px solid #aaaaaa;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	background-color: #f4f4f4;
}

.new {				/* [new] マーク用 */
	margin-left: 0.3em;
	font-size: 70%;
	color: #dc143c;
	font-weight: bold;
	font-family: Verdana;
}
.hr {	/*____horizontal line____*/
	margin: 12px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	border-top: 1px #aaaaaa solid;
}
.price {
	padding-bottom: 4px;
	font-size: 130%;
	color: #aa0022;
	font-weight: bolder;
	border-bottom: 3px #aa0022 double;
}
.price_noborder {
	padding-bottom: 4px;
	font-size: 130%;
	color: #aa0022;
	font-weight: bolder;
}
ul.caption {
	margin: 0.2em 0 0.5em 2em;
	padding: 4px 0 0 0;
	border-top: 1px #aaaaaa solid;
}
ul.caption li {
	margin: 0;
	padding: 0 1.5em 0 0;
	display: block;
	float: left;
	_float: none;
	font-size: 80%;
	font-weight: normal;
}
.cpt {
	font-size: 80%;
	font-weight: normal;
}
.cpt_border {
	font-size: 80%;
	padding: 0.4em 1em;
	border: 1px #aaaaaa solid;
}
.closedcpt {
	font-size: 80%;
	text-align: center;
	padding: 0.2em 2em;
	border: 1px #aaaaaa solid;
}
.closedcpt img, .closedcpt table { margin-left: auto; margin-right: auto; }

fieldset {
	padding: 0.2em 0.8em 0.8em 0.5em;
	border: 1px #006677 solid;
}
fieldset.tac {
	text-align: center;
}
fieldset legend {
	color: #006677;
	font-size: 110%;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}
div.bq {
	margin: 0.2em 0;
	padding: 0 0 0 2em;
}
div.borderbox {
	margin: 0.2em 0;
	padding: 0.5em 0.8em;
	border: 1px #aaaaaa solid;
}
div.borderbox_tac {
	margin: 0.2em 0;
	padding: 0.5em 0.8em;
	border: 1px #aaaaaa solid;
	text-align: center;
}
div.borderbox_tac img,
div.borderbox_tac table {
	margin-left: auto;
	margin-right: auto;
}
div.cautionbox {
	margin: 0.8em 0;
	padding: 0.5em 0.8em;
	border: 3px #ff6666 double;
	color: #ff2222;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}
