/* __メイン設定
------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: url(http://www.fastcut.jp/fast-shop/img/back.gif);
}
a {
	color: #996633;
	text-decoration: none;
}
a:hover {
	background-color: #996633;
	color: #FFFFFF;
}
a img {
	border: none;
}
a.anchorimg {
	background-color: transparent;
}

/* __レイアウト
------------------------------------------*/

#wrapper {
	width: 1060px;
	margin: 0px auto;
	font-size: 12px;
	FONT-FAMILY: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	background-color: #ffffff;
	background-image: url(http://www.fastcut.jp/fast-shop/img/shadow.gif);
	background-repeat: repeat-y;
}

#header {
	margin: 0px 0px 10px 50px;
	width: 975px;
	overflow: hidden;
	height: 70px;
	padding-top: 20px;
}
#navi {
	margin: 0px 0px 20px 50px;
	width: 975px;
	overflow: hidden;
}
#container {
	margin: 0px auto;
	width: 950px;
}
#side {
	float: left;
	width: 200px;
	margin: 0px 0px 20px 0px;
}

#side h2{
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	clear: both;
	padding: 6px 0px 8px 10px;
	margin: 0px 0px 20px;
	color: #FFF;
	background: #4699A5;
	text-align: left;
}

#contents {
	width: 700px;
	float: right;
margin: 0px 0px 20px;
}
#contents a{
	text-decoration: none;
}
#contents a img{
	border-style: none;
}
#footer {
	margin: 0px auto;
	width: 986px;
	clear: both;
	padding: 0px 0px 20px;
	background: #666666; url(http://img.shop-pro.jp/tmpl_img/38/0303_footer.gif) repeat-x top;
	color: #FFF;
}

/* __ヘッダー設定※不要CSSあり
------------------------------------------*/
#header h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	margin-right: 22px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-image:none;
}
#header p.logo {
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	margin: 0px 0px 10px;
	float: left;
}
#header p.logo a {
	text-decoration: none;
}
#header p.logo a:hover {
	text-decoration: underline;
}
#header p.logo a img {
	border-style: none;
}

#header p.cart {
	line-height: 0;
	height: 30px;
	width: 144px;
	text-indent: -9999px;
	clear: right;
	float: right;
	margin: 0px 0px 8px 10px;
}
#header p.cart a {
	display: block;
	height: 100%;
	line-height: normal;
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_header_cart.gif) left;
	margin-right: 24px;
}
#header p.cart a:hover {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_header_cart.gif) right;
}
#header ul.global-navi {
	width: 964px;
	clear: both;
}
#header ul.global-navi li {
	float: left;
	height: 32px;
	line-height: 0;
	margin: 0px 0px 0px 0px;
	width: 237px;
	text-indent: -9999px;
	border-bottom: 3px solid #666;
}
#header ul.global-navi li.blog {
	width: 238px;
}
#header ul.global-navi li.inq {
	width: 236px;
}

#header ul.global-navi li a {
	display: block;
	height: 100%;
	line-height: normal;
	background-image: url(http://img.shop-pro.jp/tmpl_img/38/0303_header_globalnavi.gif);
}
#header ul.global-navi li.home a {
	background-position: 0px top;
}
#header ul.global-navi li.sk-payment a {
	background-position: -237px top;
}
#header ul.global-navi li.blog a {
	background-position: -474px top;
}
#header ul.global-navi li.inq a {
	background-position: -712px top;
}
#header ul.global-navi li.home a:hover {
	background-position: 0px bottom;
}
#header ul.global-navi li.sk-payment a:hover {
	background-position: -237px bottom;
}
#header ul.global-navi li.blog a:hover {
	background-position: -474px bottom;
}
#header ul.global-navi li.inq a:hover {
	background-position: -712px bottom;
}
#header div.member {
	margin: 0px 0px 20px;
	float: right;
	width: 430px;
}
#header div.member ul {
	padding: 0px;
	margin: 0px;

}
#header div.member ul li {
	line-height: 30px;
	height: 30px;
	margin: 0px 0px 8px 10px;
	text-indent: 20px;
	float: right;
}
#header div.member ul li a {
	color: #333;
	text-decoration: none;

}
#header div.member ul li.login {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_icon_login.gif) no-repeat left center;
}
#header div.member ul li.regist {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_icon_regist.gif) no-repeat left center;
}
#header div.member ul li.mypage {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_icon_mypage.gif) no-repeat left center;
}
#header div.member ul li.logout {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_icon_logout.gif) no-repeat left center;
}
#header div.member p.member {
	line-height: 1.3em;
	clear: both;
	text-align: right;
	margin-right: 24px;
}


/* __左カラム設定※不要CSSあり
------------------------------------------*/

#side div ul {	list-style-type:none;
	list-style-image:none;
}
#side div ul li {
	line-height: 1.2em;
	margin-bottom: 3px;
	background: url(./template/cmsp/38/0303_icon_arrow.gif) no-repeat left top;
	padding-left: 20px;
}
#side div ul li a  {
	text-decoration: none;
}
#side div ul li a:hover {
	text-decoration: underline;
}
#side a img {
	border-style: none;
	margin-right: 5px;
}
#side div table td{
	height: 20px;
	text-align: center;
	background: #FFF;
	font: 10px/20px Verdana, Geneva, sans-serif;
}
#side div table td.weekday {
	border-bottom: 1px solid #EAEAEA;
}
#side div table td.cell {
	width: 27px;
	border-bottom: 1px solid #EAEAEA;
}
#side div table tr td.cell a {
}
#side div form input {
	margin-right: 4px;
}
#side h3.calender {
	display: none;
}
#side h3.feed {
	display: none;
}

/* __検索
------------------------------------------*/

#side form {
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_header_search.gif) no-repeat left top;
	float: right;
	margin: 0px 0px 15px;
	clear: right;
}
#side form select {
	width: 175px;
	margin: 0px 7px 10px 20px;
}
#side form input {
	width: 140px;
	margin-right: 7px;
	vertical-align: top;
}
#side form button {
	border-style: none;
	padding: 0px;
	width: 40px;
	border-width: 0px;
	cursor: pointer;
	height: 20px;
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_header_search_btn.gif);
	vertical-align: top;
}
#side form button span {
	display: none;
}
#side div {
	clear: both;
	margin: 0px 0px 15px;
}
#side div ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-image:none;
}


/* __メインページ設定※不要CSSあり
------------------------------------------*/
#contents h2 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	clear: both;
	padding: 6px 0px 8px 10px;
	margin: 0px 0px 20px;
	color: #FFF;
	background: #4699A5;
	text-align: left;
}
#contents h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 16px 5px 15px;
	margin: 0px 0px 15px 0px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 4px solid #666;
	letter-spacing: 0.1em;
}
#contents p {
	line-height: 1.6em;
margin: 0px 40px 20px;
}
#contents ul {
	line-height: 1.6em;
	list-style-type:none;
	list-style-image:none;
margin: 0px 40px 20px;
}
#contents p.none {
	font-size: 14px;
	line-height: 200px;
	letter-spacing: 0.1em;
	text-align: center;
}
#contents p.sort {
	text-align: right;
}

#contents ul.topicpass {
	margin: 0px 0px 10px;
}
#contents ul.topicpass li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background: url(none);
}
#contents ul.topicpass li a {
	margin-left: 5px;
}

#contents ul.sequel {
	text-align: center;
	margin: 0px 0px 10px;
	font-size: 10px;
}
#contents ul.sequel li {
	display: inline;
	margin: 10px;
}
#contents div.entry {
	margin-bottom: 30px;
}
#contents div.entry div {
	line-height: 1.5em;
	margin: 0px 10px 20px 40px
}
#contents div.entry div blockquote{
	line-height: 1.5em;
	background: #F6F6F6;
padding: 20px 30px;
}

#contents div.entry p.date {
	text-align: right;
	font: 10px Verdana, Geneva, sans-serif;
	letter-spacing: 0.1em;
}
#contents div.entry div span#sequel {
	display: block;
}
#contents div.entry ul {
	text-align: right;
}
#contents div.entry ul li {
	display: inline;
	margin-left: 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#contents dl.posted {
	margin: 0px 50px 20px;
}
#contents dl.posted dt {
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 3px;
}
#contents dl.posted dt span {
	margin-left: 5px;
}
#contents dl.posted dd {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #E2E2E2;
}
#contents dl.posted dd p {
	margin: 0px;
	line-height: 1.5em;
}

#contents form {
	margin: 0px auto 20px;
	width: 400px;
}
#contents form dl {
	margin: 0px 0px 10px;
}
#contents form dl dt {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
#contents form dl dd {
	margin-bottom: 5px;
}

#contents form dl dd input, #contents form dl dd textarea {
	font-size: 12px;
	line-height: 18px;
	width: 400px;
}
#contents form dl dd textarea {
	height: 90px;
}
#contents form div.submit {
	text-align: center;
}
#contents div.page ul {
	margin: 0px 0px 10px;
	text-align: center;
}
#contents div.page ul li {
	display: inline;
	margin: 10px;
}
#contents div.page p {
	text-align: center;
}

/* __フッター設定※不要CSSあり
------------------------------------------*/
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #000;
background-color: #FFF;
}
#footer p.pagetop {
	line-height: 10px;
	height: 28px;
	font-size: 10px;
	text-indent: -9999px;
	background: #FFF;
	width: 136px;
	margin-left: 820px;
}
#footer p.pagetop a {
	display: block;
	height: 100%;
	background: url(http://img.shop-pro.jp/tmpl_img/38/0303_footer_pagetop.gif);
}
#footer p.copyright {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}
#footer ul.footernavi {
	line-height: 80px;
	text-align: center;
}
#footer ul.footernavi li {
	display: inline;
	margin: 6px;
