@charset "utf-8";

/* 
name: 和傘
designer: Firstserver
designer_url: http://www.fsv.jp/ 
CssName：main.css
Ver1.00 2010/07/02
*/

/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address, table, caption, th, td {
	font-style: normal;
	font-weight: normal;
    font-size: 100%;
}

img {
	border: 0;
}

table,img,p {
    border: 0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px;
}

.required01 {
	color: #cc0000;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #CCC;
	margin-bottom:5px;
}

/* PHOTO */
.picture {
    border: 1px solid #CCC;
}
#container_inner {/* IE背景色表示用 */
	_height:1%;
}

#header_inner:after,
#container:after,
#container_inner:after,
.customize_block:after  {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align: center;
	background: #f7f6e8 url("../img/shop/body_bg.gif") ;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:72.5%;
	line-height : 1.5;
}

/* 標準のリンク指定 */
a:link, a:visited  {
	color: #006600;
	text-decoration: underline;
}

a:hover, a:active {
	color: #99cc33;
	text-decoration: underline;
}

/* フォント関連 */
em {
	font-style: normal;
	font-weight: normal;
	color:#FF0000;
}

.attention {
	color:#FF0000;
}

.mini {
	font-size:85%;
}

.price {
	color:#FF0000;
	font-weight:bold;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
    width: 830px;
    margin: 0 auto;
	text-align:left;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}

#header_inner {
	background:#FFF;
	padding:0 0 10px;
}

#header .content {
	background: #FFF url(../img/shop/header_bg.gif) right bottom no-repeat;
	padding:0;
	min-height:120px;
	height: auto !important;
	height: 120px;
	width:830px;
}

/* サイト要約 */
#header_description {
	font-size:90%;
	padding:2px 10px;
	line-height: 1.2;
	color: #000;
	width:480px;
}

/* サイト名エリア */
#header #logo {
	width:520px;
	padding: 0 0 10px;
}

/* サイト名テキスト表示 */
#header h1 {
    font-size: 220%;
	font-weight: bold;
	color: #000;
	font-weight:bold;
	padding:20px 10px 5px;
	line-height:1.2;
}

#header h1 a:link,
#header h1 a:visited {
	color: #000;
	text-decoration: none;
}

#header h1 a:hover,
#header h1 a:active {
	color: #000;
	text-decoration: underline;
}

/* ヘッダーメニュー */
#header_menu {
	padding:3px 10px;
	background: #7fa954 url(../img/shop/header_menu_bg.gif) 0 bottom repeat-x;
}

#header_menu ul {
	list-style: none;
	text-align: right;
}

#header_menu li {
	display: inline;
	margin: 0 0 0 5px;
}

#header_menu a {
	color:#FFF;
}


/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
    width: 830px;
    margin: 0 auto;
	text-align:left;
	background:#FFF;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}

/* フッターメニュー */
.footer_menu {
	border-top:4px solid #d5ebbe;
	border-bottom:4px solid #d5ebbe;
	padding: 5px 0;
}

.footer_menu ul {
	list-style: none;
	text-align: center;
}

.footer_menu li {
	display: inline;
	padding: 0 10px 0 0;
}

/* コピーライト */
.copyright {
	padding: 5px;
	text-align: center;
}

.designed {
	padding: 5px 5px 15px;
	text-align: right;
	font-size: 85%;
}

/* ---------------------------------------------------------------------
メイン全体 レイアウト
--------------------------------------------------------------------- */
/* 3カラム共通 */
#container {
    width: 830px;
    margin: 0 auto;
	text-align:left;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}

/* 3カラム時 */
.layout_twt {
	background: #FFF url(../img/shop/container_bg_twt.gif) repeat-y;
}

/* 2カラム時 */
.layout_tw {
	background: #a3d772 url(../img/shop/container_bg_tw.gif) repeat-y;
}

/* 1カラム時 */
.layout_w {
	background:#FFF;
}

/* 3カラム時 */
#three_maincolumn {
    float: left;
	width: 440px;
	padding: 10px 15px 20px;
}

/* 2カラム時 */
#two_maincolumn {
    float: left;
    width: 620px;
	padding: 5px 15px 20px;
}

/* 1カラム時 */
#one_maincolumn {
    width: 830px;
	padding: 5px 0 20px;
}

/* ページトップ */
#pagetop {
	clear:both;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: right;
}

/* ---------------------------------------------------------------------
サイドエリア レイアウト
--------------------------------------------------------------------- */
#leftcolumn {
    float: left;
    width: 180px;
	padding: 5px 0 20px;
}

#rightcolumn {
    float: left;
    width: 180px;
	padding: 5px 0 20px;
}

/* ---------------------------------------------------------------------
サイドエリア共通
--------------------------------------------------------------------- */
#leftcolumn .customize_block,
#rightcolumn .customize_block,
#mynavarea .customize_block {
	width:180px;
	margin-bottom: 10px;
}

#leftcolumn .customize_block .content,
#rightcolumn .customize_block .content,
#mynavarea .customize_block .content {
	padding:0 10px 5px;
}

#leftcolumn .customize_block h2,
#rightcolumn .customize_block h2,
#mynavarea .customize_block h2 {
	padding: 15px 0 3px 40px;
	margin: 0 0 3px 0;
	background: url(../img/shop/s_title.gif) 3px bottom no-repeat;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height:1.3;
	border-bottom:1px solid #000;
}

#leftcolumn .customize_block ul,
#rightcolumn .customize_block ul,
#mynavarea .customize_block ul {
	list-style: none;
}

#leftcolumn .customize_block li,
#rightcolumn .customize_block li,
#mynavarea .customize_block li {
	background: url(../img/shop/s_list_icon.gif) 0px 9px no-repeat;
	padding: 3px 5px 3px 10px;
	line-height:1.3;
}

.customize_block .btn {
	padding: 0;
	margin:10px auto;
	text-align:center;
}

/* メインエリアブロック用ボタン　*/
.maincolumn .customize_block .btn {
	padding: 0;
	margin:10px auto;
	text-align:left;
}

/* テーブル共通指定
--------------------------------------------------------------------- */
table  {
	margin-top:10px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    text-align: left;
	margin:15px auto 0;
}

table th {
    padding: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #F5F5F5;
    font-weight: normal;
    text-align: left;
    text-align: center;
}

table td {
    padding: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.tblareabtn {
    clear: both;
    margin: 15px 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
	white-space: nowrap;
}
.pricetd em {
    font-weight: bold;
}

#completetext {
    margin: 15px auto 0 auto;
    padding: 15px 30px;
}
#completetext em {
    font-weight: bold;
	color: #333;
	font-size:120%;
}
#completetext p {
    text-align: left;
	margin-bottom:20px;
}

/* 買い物かご
--------------------------------------------------------------------- */
#cartarea p {
    padding: 5px;
}

#cartarea .item {
	border-bottom:1px dotted #663300;
}

/* ログイン
--------------------------------------------------------------------- */
#login {
	margin:0 10px;
	line-height:1.3;
}

#login .mailboxLength,
#login .passLength {
	width: 130px;
	margin-bottom: 5px;
}

#loginarea .pwReminder {
	font-size:85%;
	margin-bottom:5px;
	padding:0 5px;
}

#loginarea .autoLogin {
	font-size:95%;
	margin-bottom:15px;
	padding:0 3px;
}

/*商品検索
--------------------------------------------------------------------- */
#search_form {
	margin:0 10px;
	line-height:1.3;
}

#search_form .categoryLength,
#search_form .searchboxLength {
	width: 130px;
	margin-bottom: 10px;
}

/* メイン：2カラム時 */
.layout_tw .maincolumn #searcharea p {
	float:left;
	margin-right:5px;
}

.layout_tw .maincolumn #searcharea p.btn {
	margin:0 0 0 5px;
}

/* カレンダー
--------------------------------------------------------------------- */
#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
	width:160px;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCC;
}

#block-calendar th {
    background: #99cc33;
    color: #FFF;
}

#block-calendar td {
    background: #FFF;
}

#block-calendar .off {
    background: #FFFFCC;
    color: #E04A00;
}

#block-calendar caption {
	padding:2px;
	font-weight: bold;
}

/* メイン：3カラム時 */
.layout_twt .maincolumn #block-calendar {
	padding:10px 10px !important;
	padding:10px 90px;
	width:420px;
} 
.layout_twt .maincolumn #block-calendar table {
	float:left;
	margin:0 20px 5px;
}

/* メイン：2カラム時 */
.layout_tw .maincolumn #block-calendar {
	padding:10px 100px !important;
	padding:10px 90px;
	width:420px;
} 
.layout_tw .maincolumn #block-calendar table {
	float:left;
	margin:0 20px 5px;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #CCC;
	padding:2px;
}

textarea {
    border: 1px solid #CCC;
	padding:2px;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box80 {
    width: 80px;
    height: 22px;
}
