﻿/** shop **/

/* 全体設定用 */
html,body {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 7px;
}

/* 共通部用 */
body {
	color: #555555;
	font-size: 12px;
	background-color: #F9899B;
	font-family: Verdana, Arial, sans-serif;
}

/* 段落（共通）*/
p {
	margin-right: 0;
	line-height:1.6em;
}

/* 書体（共通）*/
textarea { 
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Arial, sans-serif;
}

/* リンク状態（共通）*/
a { /* 通常 */
	text-decoration: none;
	color: #DB6600;
}

a:hover { /* 選択中 */
	text-decoration: underline;
	color: #FF6633;
}

a:visited { /* 訪問済 */
	color: #996633;
}

/* ***レイアウト配置*** */
#container {
	margin: 0;
	padding: 0;
	width: 830px;
	background:#FAFAE8;
	height: 100%;
}

/* ***商品ＢＯＸ*** */
#box {
	width: 570px;
	background: #FFFFFF;
	border-bottom: 1px solid #FF0000;
	padding: 10px 0px 10px 10px;
}

/* タイトルバナー部用 */
#head {
	background-color: #F9899B;
	background-image: url(../images/mar_bg.jpg);
	width: 830px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

/* ページタイトル文字 */
#head h1 {
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	visibility: inherit;
	padding-left: 5px;
	margin-top: 15px;
}

/* ページタイトル文字のリンク状態 */
#head h1 a { /* 通常 */
	color: #FFFFFF;
}

#head h1 a:hover { /* 選択中 */
	text-decoration: underline;
}

/* パンクズ文字 */
#pan {
	font-size:10px;
	text-align: left;
	visibility: inherit;
	padding-left: 10px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
}

/* パンクズ文字のリンク状態 */
#pan a { /* 通常 */
	text-decoration: none;
}

#pan a:hover { /* 選択中 */
	text-decoration: underline;
}

/* リンクバナー部用 */
#navi-bar {
	background-color: #F9899B;
	width: 100%;
	height: 22px;
}

/* センター部用 */
#center {
	width: 640px;
	height: 100%;
	float: left;
	margin-left: 0px;
}

/* カート用 */
#cart {
	width: 640px;
	height: 30px;
	text-align: right;
}

/* カート文字用 */
.cart-type {
	font-size: 9px;
	padding-top: 5px;
}

/* 左側サイドバー */
#left {
	float: left;
	width: 170px;
	margin-top: 30px;
}

/* 右側サイドバー */
#right {
	float: left;
	width: 170px;
	margin-top: 30px;
}

/* サイドバー部（左右共通） */
.sidebar {
	padding: 0px 12px 0px 15px;
	text-align: left;
}

/* フッター部用 */
#footer {
	width: 830px;
	border-top: 1px solid #999999;
	clear: both;
	background: url(http://www.markunkobo.com/common/images/copyright.gif) no-repeat center;
	height: 34px;
}

/* エントリー（記事エリア） */
.msg-body {
	background: #DCDCDC;
	padding: 10px 0px 0px;
	float: left;
	width: 640px;
	height: 90%;
	clip: rect(auto,auto,-20px,auto);
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 {
	border-bottom: dashed 1px #B1B1B1;
}


/* エントリー（画像）*/
.msg-pict  {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	text-align: center;
	line-height: 0.6em;
}

/* エントリー（画像）*/
#msg-head  {
	background: #DCDCDC;
	height: 10px;
	width: 640px;
	text-align: right;
	padding-bottom: 20px;
}

/* サイドメニューのタイトル用 */
.mod-caption {
	color: #FFFFFF;
	text-align: left;
	height: 14px;
	background: #FF9900;
	width: 138px;
	text-indent: 10px;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	line-height: 1.2em;
}

/* サイドメニュー文字 */
.mod-text {
	font-size: 11px;
	color:#444444;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.6em;
	vertical-align: top;
}

/* サイドバー挿入テキスト用 */
.side_menu_txt {
	color: #555555;
	text-align: left;
	line-height: 1.6em;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.side_menu {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #FFFFFF;
	width: 140px;
	line-height: 1.5em;
}

/* LOGOマーク用 */
#logo {
	margin-top: 10px;
	text-align: left;
}

/* サイドバーのバナー */
#banner a:visited {
	left: 0px;
	top: 0px;
}
#banner a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
}
#banner a:active {
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
}

/* 購入用 */
.shop {
	color: #333333;
	font-size: 10px;
}

/* イメージ用 */
.img-waku {
	vertical-align: top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* 項目用 */
.topic {
	color: #000099;
}

/* サイドバー用 */
.cap1 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	background: #FCD85C;
}

.cap1-b {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	background: #BFFFAA;
}

.cap1-c {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	background: #AAE3FF;
}

.cap1-d {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5em;
	background: #C1C1FF;
}

.cap2 {
	border: 2px dashed #FF9966;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 11px;
	background: #FFFFFF;
	margin-top: 10px;
	letter-spacing: 0.1em;
	color: #333333;
}

.cap3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cap-list {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.new {
	font-size: 9px;
	color: #FF0000;
}

/* ページの前後リンク用 */
.navi {
	width: 98%;
	text-align: right;
	height: 12px;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
}

.navi1 {
	width: 97%;
	text-align: right;
	height: 12px;
	font-size: 11px;
	margin-top: 10px;
}

.navi-prev {
	font-size: 10px;
	line-height: 1.5em;
	right: 10px;
}
.navi-next {
	font-size: 10px;
	line-height: 1.5em;
}

.type-bold {
	font-weight: bold;
	color: #FF0000;
}

.big {
	background: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 5px;
}

.big-type {
	font-size: 12px;
	color: #FF6600;
	text-align: center;
}

/* end of stylesheet */

