@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "ＭＳ　Ｐゴシック", sans-serif;
	text-align: center;
	background: url("./images/background.jpg") repeat-x;
	font-size: 63%;
	color: #000;
	line-height: 1.4;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
	clear: both;
}

/* リンクの色 */
a:link {
	color: #FF6633;
}
a:visited {
	color: #FF6633;
}
a:hover {
	color: #666;
}
a:active {
	color: #000000;
}

.icon {
	border: none;
	padding: 3px 3px 0 5px;
	text-decoration: none;
}

/* スパン */
span.small {
	font-size: 0.9em;
	color: #565656;
}
span.price {
	font-size: 1.4em;
	color: #FF0000;
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
span.red {
	color: #FF0000;
}

/* テーブルレイアウト */
table.layout {
	margin: 5px;
	border-collapse: collapse;
}
table.layout th {
	padding: 3px;
	width: 180px;
	border: 1px solid #AAA;
	background: #FFF url("./images/tablebackground.jpg") repeat-x bottom;
	vertical-align: top;
}
table.layout th {
	padding: 3px;
	width: 180px;
	border: 1px solid #AAA;
	background: #FFF url("./images/tablebackground.jpg") repeat-x bottom;
	vertical-align: top;
}
table.layout td {
	padding: 3px;
	border: 1px solid #AAA;
	background: #FFF url("./images/tablebackground.jpg") repeat-x bottom;
	vertical-align: top;
}
table.layout td {
	padding: 3px;
	border: 1px solid #AAA;
	background: #FFF url("./images/tablebackground.jpg") repeat-x bottom;
	vertical-align: top;
}
table.layout td.bold {
	font-weight: bold;
}
table.layout td.item {
	text-align: center;
}
table.layout td.price {
	text-align: right;
}

/* 会社概要テーブル */
table.deal_table {
	margin: 5px;
	border-collapse: collapse;
	font-size: 1.4em;
}
table.deal_table th {
	padding: 3px 3px 5px 17px;
	color: #FFF;
	letter-spacing: 1px;
	background: url("./images/deal_th.gif") no-repeat;
	border-bottom: 3px solid #FFF;
}
table.deal_table td {
	padding: 5px 3px 5px 10px;
	background: #DEDEDE;
}

div#wrap {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url("./images/wrap.jpg") repeat-y;
}

div#header {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	background: url("./images/header.jpg") no-repeat;
}
div#header h1 {
	width: 1000px;
	height: 72px;
	text-indent: -9999em;
	overflow: hidden;
}
div#header div#logo {
	width: 1000px;
	height: 72px;
	text-indent: -9999em;
	overflow: hidden;
}
div#header div#logo_link {
	width: 1000px;
	height: 72px;
	position: relative;
}
div#logo_link a {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 247px;
	height: 64px;
	text-indent: -9999em;
	overflow: hidden;
}

/* ヘッダーメニュー START */
div#headmenu {
	width: 1000px;
	height: 80px;
	background: url("./images/headmenu.jpg") no-repeat;
}
div#headmenu ul {
	float: left;
	display: inline;
	margin: 0 10px;
	width: 980px;
}
div#headmenu ul li {
	float: left;
	display: inline;
	width: 196px;
}
div#headmenu ul li a {
	display: block;
	width: 196px;
	height: 80px;
	text-indent: -9999em;
	overflow: hidden;
}
div#headmenu ul li a#premiere {
	background: url("./images/headmenu.jpg") no-repeat -10px 0;
}
div#headmenu ul li a#premiere:hover {
	background: url("./images/headmenu.jpg") no-repeat -10px -80px;
}
div#headmenu ul li a#museum {
	background: url("./images/headmenu.jpg") no-repeat -206px 0;
}
div#headmenu ul li a#museum:hover {
	background: url("./images/headmenu.jpg") no-repeat -206px -80px;
}
div#headmenu ul li a#price {
	background: url("./images/headmenu.jpg") no-repeat -402px 0;
}
div#headmenu ul li a#price:hover {
	background: url("./images/headmenu.jpg") no-repeat -402px -80px;
}
div#headmenu ul li a#faq {
	background: url("./images/headmenu.jpg") no-repeat -598px 0;
}
div#headmenu ul li a#faq:hover {
	background: url("./images/headmenu.jpg") no-repeat -598px -80px;
}
div#headmenu ul li a#company {
	background: url("./images/headmenu.jpg") no-repeat -794px 0;
}
div#headmenu ul li a#company:hover {
	background: url("./images/headmenu.jpg") no-repeat -794px -80px;
}
/* ヘッダーメニュー END */

/* ヘッダーメニュー２ START */
div#header2 {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	background: url("./images/header.jpg") no-repeat;
}
div#header2 h1 {
	width: 1000px;
	height: 80px;
	text-indent: -9999em;
	overflow: hidden;
}
div#headmenu2 {
	width: 1000px;
	height: 72px;
	background: url("./images/headmenu2.jpg") no-repeat;
}
div#headmenu2 ul {
	float: left;
	display: inline;
	margin: 0 10px;
	width: 980px;
}
div#headmenu2 ul li {
	float: left;
	display: inline;
	width: 196px;
}
div#headmenu2 ul li a {
	display: block;
	width: 196px;
	height: 72px;
	text-indent: -9999em;
	overflow: hidden;
}
div#headmenu2 ul li a#premiere {
	background: url("./images/headmenu2.jpg") no-repeat -10px 0;
}
div#headmenu2 ul li a#premiere:hover {
	background: url("./images/headmenu2.jpg") no-repeat -10px -72px;
}
div#headmenu2 ul li a#museum {
	background: url("./images/headmenu2.jpg") no-repeat -206px 0;
}
div#headmenu2 ul li a#museum:hover {
	background: url("./images/headmenu2.jpg") no-repeat -206px -72px;
}
div#headmenu2 ul li a#price {
	background: url("./images/headmenu2.jpg") no-repeat -402px 0;
}
div#headmenu2 ul li a#price:hover {
	background: url("./images/headmenu2.jpg") no-repeat -402px -72px;
}
div#headmenu2 ul li a#faq {
	background: url("./images/headmenu2.jpg") no-repeat -598px 0;
}
div#headmenu2 ul li a#faq:hover {
	background: url("./images/headmenu2.jpg") no-repeat -598px -72px;
}
div#headmenu2 ul li a#company {
	background: url("./images/headmenu2.jpg") no-repeat -794px 0;
}
div#headmenu2 ul li a#company:hover {
	background: url("./images/headmenu2.jpg") no-repeat -794px -72px;
}
/* ヘッダーメニュー２ END */

/* パンくずナビゲーション START */
div.breadcrumbs {
	margin: 0 10px 10px 10px;
	width: 700px;
}
div.breadcrumbs ul {
	list-style: none inside;
	float: left;
	display: inline;
	font-size: 1.2em;
	border: 1px solid #AAA;
}
div.breadcrumbs ul li {
	float: left;
	display: inline;
	padding: 7px 7px 3px 5px;
	letter-spacing: 1px;
}
div.breadcrumbs ul li.crumb {
	float: left;
	display: inline;
	padding: 7px 7px 3px 23px;
	background: url("./images/crumb.gif") no-repeat center left;
}
/* パンくずナビゲーション END */

/* コンテンツ見出し */
.content_head {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	width: 720px;
	height: 32px;
}

div#contents {
	float: left;
	display: inline;
	margin: 10px 10px 10px 20px;
	width: 720px;
}

/* サイドバー START */
div#side {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	width: 240px;
}
dl#sidemenu {
	margin: 5px 0;
	width: 232px;
	background: url("./images/sidemenu.jpg") no-repeat;
}
dl#sidemenu dt {
	width: 232px;
	height: 34px;
	text-indent: -9999em;
	overflow: hidden;
}
dl#sidemenu dd ul {
	float: left;
	display: inline;
	list-style: none inside;
}
dl#sidemenu dd ul li {
	float: left;
	display: inline;
	width: 232px;
}
dl#sidemenu dd ul li.listtitle {
	width: 232px;
	height: 25px;
	text-indent: -9999em;
	overflow: hidden;
}
dl#sidemenu dd ul li.listitem {
	width: 232px;
	height: 34px;
}
dl#sidemenu dd ul li.listitem a {
	display: block;
	width: 232px;
	height: 34px;
	text-indent: -9999em;
	overflow: hidden;
}
div.side_order {
	margin: 0px 5px 5px 5px;
	width: 223px;
	height: 72px;
}
div.side_order a {
	display: block;
	overflow: hidden;
	width: 223px;
	height: 72px;
	text-indent: -9999em;
	background: url("./images/side_orderbutton.gif") no-repeat 0 -72px;
}
div.side_order a:hover {
	background: url("./images/side_orderbutton.gif") no-repeat 0 0;
}

dl.side_introduction {
	margin: 10px 0px;
	width: 230px;
	border: 1px solid #AAA;
}
dl.side_introduction dt {
	width: 220px;
	padding: 5px;
	text-align: center;
}
dl.side_introduction p.shop_image {
	padding: 3px 5px;
	text-align: center;
}
dl.side_introduction ul {
	float: left;
	display: inline;
	width: 230px;
	list-style: none inside;
}
dl.side_introduction ul li {
	float: left;
	display: inline;
	padding: 3px 5px;
	width: 220px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
}
dl.side_introduction ul li:first-line {
	font-weight: bold;
	font-size: 1.2em;
}

dl.side_contact {
	margin: 10px 0px;
	width: 230px;
	border: 1px solid #AAA;
}
dl.side_contact dt {
	width: 220px;
	padding: 5px;
	text-align: center;
}
dl.side_calendar {
	margin: 10px 0px;
	width: 230px;
	border: 1px solid #AAA;
}
dl.side_calendar dt {
	width: 220px;
	padding: 5px;
	text-align: center;
}
dl.side_calendar dd {
	width: 230px;
}
dl.side_calendar dd p {
	padding: 5px;
	font-size: 1.4em;
}

/* モバイルQRコード */
.qrcode {
	margin: 0 auto;
	width: 230px;
}
.qrcode img {
	margin: 0 20px;
	width: 180px;
}

/* サイドバー END */

div#footer {
	width: 100%;
	height: 240px;
	background: #2787B7 url("./images/footer.jpg") repeat-x;
	clear: both;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #000;
	text-decoration: underline;
}
div#footer p.copyright {
	padding: 10px 0;
	width: 100%;
	font-size: 1.6em;
	letter-spacing: 1px;
	color: #FFF;
	background: #2787B7;
}
div#footermenu {
	margin: 0 auto;
	width: 1000px;
	font-size: 1.4em;
}
div#footermenu dl {
	float: left;
	display: inline;
	margin: 0 10px 0px 0;
	text-align: left;
}
div#footermenu dl.contents {
	float: left;
	display: inline;
	margin: 0 0 0px 20px;
	width: 280px;
	text-align: left;
}
div#footermenu dl dt {
	margin: 5px 5px 0 5px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.2em;
}
div#footermenu dd {
	margin: 5px 0;
}
div#footermenu dd ul {
	list-style: none inside;
	float: left;
	display: inline;
	margin: 0 10px;
	width: 150px;
	color: #FFF;
}
div#footermenu dd li {
	list-style: none inside;
	float: left;
	display: inline;
	padding: 0 5px;
	width: 140px;
}
div#footermenu dd li.genre {
	font-weight: bold;
	padding: 0;
	width: 150px;
}

div.pagetop {
	margin: 0 10px 10px 0;
	text-align: right;
}
div.pagetop img {
	border: none;
}

div#topbanner {
	margin: 0 0 10px 0;
	width: 720px;
}
div#topbanner img {
	border: none;
}
div#topbanner p {
	padding: 3px 3px 2px 3px;
	font-size: 1.4em;
	color: #FFF;
	text-align: right;
	background: #2682E5;
	border-bottom: 1px solid #3399CC;
}

/* 共通レイアウト */
div.box {
	float: left;
	display: inline;
	margin: 13px 10px;
	width: 700px;
}
div.box dl {
	width: 700px;
}
div.box dt {
	font-size: 1.4em;
	font-weight: bold;
}
div.box dd {
	margin-bottom: 13px;
	font-size: 1.4em;
}
div.box dd img {
	border: none;
}
div.box dt.layout {
	margin: 0 0 3px 0;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.box dt.layout span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.box p {
	padding: 5px;
}
div.box p.layout:first-line {
	font-weight: bold;
}

div.box p.download_button {
	width: 200px;
	float: left;
	font-weight: bold;
}

div.premiere_design {
	margin: 0 10px;
	width: 700px;
}
div.premiere_design dl {
	width: 350px;
	float: left;
}
div.premiere_design dl dt {
	margin: 0 0 3px 0;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.premiere_design dl dt span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.premiere_design dd {
	margin-bottom: 10px;
}
div.premiere_design dd p.txt {
	float: right;
	display: inline;
	margin: 0 3px;
	width: 172px;
	font-size: 1.3em;
}
div.premiere_design ul.detail {
	float: left;
	display: inline;
	margin: 5px 3px 0 3px;
	width: 172px;
	list-style: none inside;
	font-size: 1.2em;
}
div.premiere_design ul.detail li {
	float: left;
	display: inline;
	width: 172px;
}
p.premiere_thumb {
	margin: 0 0 3px 0;
	float: left;
	display: inline;
	width: 172px;
	text-align: center;
}
p.premiere_thumb img {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	border: none;
}
div.premiere_design_bottom {
	float: left;
	display: inline;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #AAA;
}
div.premiere_design_bottom div.price {
	float: right;
	display: inline;
	width: 172px;
	text-align: right;
	background: url("./images/lot.gif") no-repeat 3px 0;
	font-size: 1.4em;
}
div.detail_button {
	float: left;
	width: 172px;
	height: 32px;
}
div.detail_button a {
	display: block;
	width: 172px;
	height: 32px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("./images/detail_button.gif") no-repeat 0 0;
}
div.detail_button a:hover {
	background: url("./images/detail_button.gif") no-repeat -172px 0;
}

div.design_detail {
	width: 700px;
	margin: 0 10px 10px 10px;
	padding: 5px 0;
}
p.detail_thumb {
	margin: 0 0 3px 0;
	float: left;
	display: inline;
	width: 250px;
	text-align: center;
}
p.detail_thumb img {
	float: left;
	display: inline;
	margin: 0 5px;
	border: none;
}
div.design_detail dl {
	float: right;
	display: inline;
	width: 450px;
}
div.design_detail dt {
	margin: 0 0 3px 0;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.design_detail dt span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.design_detail dl dd {
	margin-bottom: 10px;
}
div.design_detail dl dd p.txt {
	float: right;
	display: inline;
	margin: 0 13px 0 3px;
	width: 434px;
	font-size: 1.6em;
}
div.design_detail ul.detail {
	float: left;
	display: inline;
	margin: 5px 13px 0 3px;
	width: 434px;
	list-style: none inside;
	font-size: 1.2em;
}
div.design_detail ul.detail li {
	float: left;
	display: inline;
	width: 434px;
}
div.design_detail div.price {
	margin: -7px 27px 0 0;
	text-align: right;
	font-size: 1.4em;
	background: url("./images/lot.gif") no-repeat 80px 0;
}
div.design_detail div.design_detail_bottom {
	clear: both;
	margin: 0 0 5px 0;
	width: 700px;
	border-bottom: 1px solid #AAA;
}

/* 名刺概要 */
div.cards_detail {
	margin: 5px 10px;
	width: 700px;
	font-size: 1.4em;
}
div.cards_detail div.left {
	width: 320px;
	float: left;
}
div.cards_detail dl.form_size {
	float: right;
	display: inline;
	width: 380px;
}
div.cards_detail dt {
	font-weight: bold;
}
div.cards_detail dd p {
	padding: 5px;
}
div.cards_detail dd p:first-line {
	font-weight: bold;
}

/* 入稿の際の注意点 */
div.attention {
	margin: 5px 10px;
	width: 700px;
}
div.attention dd {
	padding: 5px 10px;
	font-size: 1.4em;
}
div.attention dd:first-line {
	font-weight: bold;
	font-size: 1.2em;
}
div.attention p {
	padding: 5px 10px;
}
div.attention p:first-line {
	font-weight: bold;
}

/* プレミア名刺とは */
div.whatispremierecards {
	margin: 5px 10px;
	width: 700px;
	font-size: 1.4em;
}
div.whatispremierecards dt {
	margin: 0 0 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.whatispremierecards dt span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.whatispremierecards dd {
	padding: 5px 23px 5px 10px;
}

/* スケルトン名刺とは */
div.whatisskeletoncards {
	margin: 5px 10px;
	width: 700px;
	font-size: 1.6em;
}
div.whatisskeletoncards dl {
	float: left;
	display: inline;
	width: 420px;
}
div.whatisskeletoncards dt {
	margin: 0 0 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.whatisskeletoncards dt span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.whatisskeletoncards dd {
	padding: 5px 23px 5px 10px;
}
div.whatisskeletoncards dd p {
	margin: 5px 0;
}
div.whatisskeletoncards p.image {
	float: right;
	display: inline;
	width: 280px;
}

/* よくある質問 */
div.faq {
	margin: 5px 10px;
	width: 700px;
}
div.faq_list {
	margin-bottom: 21px;
	padding-bottom: 13px;
	font-size: 1.3em;
	color: #454545;
	border-bottom: 1px solid #AAA;
}
div.faq_list ol {
	width: 700px;
	margin-left: 34px;
}
div.faq_list li {
	width: 700px;
	padding: 5px 0px 3px 0;
}
div.faq dl {
	margin: 13px 0;
	border-bottom: 1px solid #AAA;
}
div.faq dt.question {
	margin: 13px 0;
	padding: 34px 13px 10px 72px;
	background: url("./images/faq_question.gif") no-repeat;
	font-size: 1.4em;
}
div.faq dd.answer {
	margin: 13px 0 21px;
	padding: 34px 13px 10px 72px;
	background: url("./images/faq_answer.gif") no-repeat;
	font-size: 1.4em;
}

/* 会社概要 */

div.company {
	float: left;
	display: inline;
	margin: 5px 10px;
	width: 700px;
}
div.company h2 {
	font-size: 1.6em;
}
div.company div.description {
	float: left;
	display: inline;
	width: 490px;
}
div.company div.description dd {
	font-size: 1.2em;
}
ul.shop {
	float: left;
	display: inline;
	margin: 0 10px 5px 10px;
	width: 470px;
	list-style: none inside;
	font-size: 1.2em;
}
ul.shop li {
	float: left;
	display: inline;
	width: 470px;
	font-size: 1.2em;
}
div.company div.data {
	float: left;
	display: inline;
	margin: 0 5px;
	width: 200px;
}
div.photo {
	margin: 5px 0;
}
div.map {
	margin: 5px 0;
	text-align: right;
	font-size: 1.4em;
}

/* 注文フォーム */
div.order {
	width: 700px;
}
div.order p {
	margin: 0 10px;
	font-size: 1.4em;
}
div.order p.message {
	margin: 10px;
	text-align: center;
}
div.order img.message {
	margin: 5px;
}

div.order dt {
	margin: 0 0 0 10px;
	font-size: 1.4em;
}
div.order dt.customer {
	margin: 0 0 3px 10px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr1.gif") no-repeat right center;
}
div.order dt.premiere {
	margin: 10px 0 3px 10px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr2.gif") no-repeat right center;
}
div.order dt.delivery {
	margin: 10px 0 3px 10px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr3.gif") no-repeat right center;
}
div.order dt.other {
	margin: 10px 0 3px 10px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("./images/hr.gif") no-repeat right center;
}
div.order dt span {
	padding: 0 5px 0 0;
	background: #FFF;
}
div.order dd {
	margin: 0 10px 0 10px;
	font-size: 1.4em;
}
div.order input.text {
	padding: 2px 2px 2px 3px;
	width: 420px;
	border: 1px solid #999;
}
div.order textarea {
	padding: 2px 2px 2px 3px;
	width: 480px;
	height: 120px;
	border: 1px solid #999;
}
div.order input.text_min {
	padding: 2px 2px 2px 3px;
	width: 280px;
	border: 1px solid #999;
}
div.order div.submit {
	margin: 10px;
	text-align: right;
}
div.order div.submit input {
	margin: 5px;
}
div.order ul.radio {
	width: 510px;
	list-style: none inside;
	float: left;
}
div.order ul.radio li {
	padding: 3px 0;
	width: 85px;
	float: left;
}

table.orderform {
	width: 680px;
	border-collapse: collapse;
}
table.orderform th {
	padding: 5px;
	width: 140px;
	border: none;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #AAA;
	background: #EAEAEA;
	color: #454545;
}
table.orderform td {
	padding: 5px;
	width: 510px;
	border: none;
	vertical-align: top;
	border: 1px solid #AAA;
	background: #FFF;
}

/* プレミア名刺フォーム */
table.orderform_premiere {
	width: 680px;
	border-collapse: collapse;
}
table.orderform_premiere th {
	padding: 5px;
	width: 140px;
	border: none;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #AAA;
	background: #d8ebff;
	color: #454545;
}
table.orderform_premiere td {
	padding: 5px;
	width: 510px;
	border: none;
	vertical-align: top;
	border: 1px solid #AAA;
	background: #FFF;
}

/* 発送と注文フォーム */
table.orderform_delivery {
	width: 680px;
	border-collapse: collapse;
}
table.orderform_delivery th {
	padding: 5px;
	width: 140px;
	border: none;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #AAA;
	background: #FFE;
	color: #454545;
}
table.orderform_delivery td {
	padding: 5px;
	width: 510px;
	border: none;
	vertical-align: top;
	border: 1px solid #AAA;
	background: #FFF;
}
table.orderform_delivery th.min {
	padding: 5px;
	width: 150px;
	border: none;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #AAA;
	background: #FFE;
	color: #454545;
}
table.orderform_delivery td.min {
	padding: 5px;
	width: 320px;
	border: none;
	vertical-align: top;
	border: 1px solid #AAA;
	background: #FFF;
}

/* ご質問・ご要望 */
table.orderform_other {
	width: 680px;
	border-collapse: collapse;
}
table.orderform_other th {
	padding: 5px;
	width: 140px;
	border: none;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #AAA;
	background: #EEF;
	color: #454545;
}
table.orderform_other td {
	padding: 5px;
	width: 510px;
	border: none;
	vertical-align: top;
	border: 1px solid #AAA;
	background: #FFF;
}

/* 詳しく見るボタン */
div.detail_button {
	float: right;
}

/* ご注文ボタン */
div.order_button {
	float: right;
	width: 172px;
	height: 32px;
}
div.order_button a {
	display: block;
	width: 172px;
	height: 32px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("./images/order_button.gif") no-repeat 0 0;
}
div.order_button a:hover {
	background: url("./images/order_button.gif") no-repeat -172px 0;
}

/* 注文フォームボタン */
div.button_order {
	margin: 5px 10px;
}
div.button_order a {
	display: block;
	width: 223px;
	height: 24px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("./images/button_order.gif") no-repeat 0 0;
}
div.button_order a:hover {
	background: url("./images/button_order.gif") no-repeat 0 -24px;
}

/* カレンダー */
div.calendar {
}
div.calendar p.shop {
	float: left;
	display: inline;
	padding: 10px;
	width: 260px;
	font-size: 1.6em;
}

/* カレンダーデザイン */
div.calendar_table {
	float: left;
	display: inline;
	padding: 0 10px;
	width: 200px;
	height: 180px;
	text-align: center;
	font-size: 1.1em;
}
div.side_calendar_table {
	margin: 10px auto;
	width: 184px;
	text-align: center;
	font-size: 1.1em;
}
table.calendar {
	width: 184px;
	font-size: 1.2em;
	border-collapse: collapse;
	border: none;
}
table.calendar td {
	padding: 0 2px;
	border: none;
	background: #FFF;
	text-align: center;
}
table.calendar td.day {
	width: 20px;
	border: 1px solid #FFF;
	background: #CCC;
}
table.calendar td.sun {
	width: 20px;
	border: 1px solid #FFF;
	background: #F99;
	font-weight: bold;
}
table.calendar td.sat {
	width: 20px;
	border: 1px solid #FFF;
	background: #3AF;
	font-weight: bold;
}
table.calendar td.date {
	border: 1px solid #FFF;
	width: 20px;
}
table.calendar td.closed {
	background: url("./images/calendar_mark.gif") no-repeat center;
}


/* 名刺ミュージアム */
div#museum {
	float: left;
	display: inline;
	margin: 5px 20px 17px 20px;
	width: 960px;
}
div.museum {
	float: left;
	display: inline;
	width: 960px;
	background: #000 url("./museum/museum_background.jpg") no-repeat center top;
	position: relative;
}
div#stage {
	position: absolute;
	top: 0;
	left: 128px;
	width: 704px;
}
div.obj {
	float: left;
	width: 704px;
	height: 530px;
	position: relative;
	background: #000 url("./museum/museum_background.jpg") no-repeat center top;
}
div.top {
	float: left;
	width: 704px;
	height: 530px;
	position: relative;
	background: #000 url("./museum/museum_background.jpg") no-repeat center top;
}
div.top p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-top:-141px;
	margin-left:-210px;
	width: 420px;
	height: 282px;
}
div.thumb {
	position: absolute;
	top: 160px;
	left: 60px;
	z-index: 100;
	width: 320px;
	height: 320px;
}
div.thumb_vertical {
	position: absolute;
	top: 48px;
	left: 117px;
	z-index: 100;
	width: 206px;
	height: 432px;
}
div.thumb_vertical img {
	width: 206px;
	height: 330px;
}
div.thumb img {
	width: 320px;
	height: 215px;
}
div.obj ul.data {
	position: absolute;
	top: 180px;
	left: 420px;
	
	width: 240px;
	list-style: none inside;
	float: left;
}
div.obj ul.data li {
	width: 240px;
	float: left;
}
div.obj ul.data li.name {
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
}
div.obj ul.data li.url {
	color: #3188E7;
	font-size: 1.4em;
}

div#museum_navigation {
	width: 960px;
}
div#museum_navigation a#next {
	width: 120px;
	height: 530px;
	float: right;
}
div#museum_navigation a#prev {
	width: 120px;
	height: 530px;
	float: left;
}
