@charset "utf-8";

@import url("../packages/angyo/css/index.css");
@import url("../packages/angyo/css/products.css");
@import url("../packages/angyo/css/under.css");
@import url("../packages/angyo/css/under02.css");
@import url("../packages/angyo/css/mypage.css");
@import url("../packages/angyo/css/window.css");

* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
	background: #fff url("../packages/angyo/img/background.gif") top center repeat-y;
	color: #4D4D4D;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
	}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* タイトル
----------------------------------------------- */
h3.under {
    font-size: 130%;
    line-height: 37px;
    height: 37px;
    color: #ffffff;
    margin-bottom: 10px;
    padding-left: 40px;
    background: url("../img/title_bg.gif") top left no-repeat;
}

/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    background: url("../packages/angyo/img/header/bg_header.gif");
    width: 806px;
    height: 148px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 40px 0 0 10px;
    width: 400px;
    height: 40px;
    background: url("../packages/angyo/img/header/logo.gif");
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 8px 10px 0 0;
}
div#information ul li {
    display: inline;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
div#information ul li a {
    text-decoration: none;
}
div#navi {
    clear: both;
    float: left;
    width: 620px;
    padding: 16px 0 0 8px;
}
div#navi ul li {
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 0 3px 0 0;
}
div#navi ul li a {
    text-decoration: none;
}
#fax {
    display: block;
    float: right;
    margin: 0;
    padding: 6px 15px 0 0;
}
#merit {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 0 0 18px;
}
/* フレーム
----------------------------------------------- */
div#container {
    width: 806px;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}
div#leftcolumn {
    float: left;
    width: 196px;
    margin-right: 7px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

div#rightcolumn {
    float: left;
    width: 196px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;

}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 400px;
    margin-right: 7px;
    padding: 15px 0 0 0;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}




/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 598px;
    padding: 15px 0 0 0;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 10px 0 0 0;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 160px;
    padding: 3px 18px 3px 18px;
    background: url("../packages/angyo/img/side/bg_gradation.gif") top center no-repeat;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../packages/angyo/img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 160px;
    padding: 3px 18px 3px 18px;
    background: url("../packages/angyo/img/side/bg_gradation.gif") top center no-repeat;
}
div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../packages/angyo/img/side/icon.gif") 0 4px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../packages/angyo/img/side/icon.gif") 0 4px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 160px;
    padding: 3px 18px 3px 18px;
    background: url("../packages/angyo/img/side/bg_gradation.gif") top center no-repeat;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 160px;
    padding: 3px 18px 3px 18px;
    background: url("../packages/angyo/img/side/bg_gradation.gif") top center no-repeat;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 3px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #F9C6BE;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #F6F1D2;
    color: #E04A00;
}

#block-calendar caption {
    color: #85656F;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
    width: 764px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}



#fotter {
    width: 806px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    background-color: #ffa85c;
    font-size: 90%;
    color: #886677;
    text-align: center;
    height: 58px;
    background: url("../packages/angyo/img/footer/bg_fotter.gif");
}
#fotter a {
    color: #886677;
}
#copyright {
    width: 806px;
    margin-top: 20px;
    color: #FFFFFF;
    text-align: center;
}
.st01 {
    font-size:14px;
    color: #EA94A0; 
    font-weight: bold;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FF6699;
    margin:10px 0 0 0;
    padding:0 0 0 0;
    display: block;
}
.message01{
    border:none;
}
#message02{
    border-style:solid;
    border-width: thin;
    border-color: #896A74;
    padding:3px;
    margin-top:30px;
}
#message03{
    width:570px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #896A74;
    font-size:16px;
    font-weight: bold;
    margin-top:40px;
}
.question {
    border-left-style: solid;
    border-left-width: middle;
    border-left-color: #3A2BC9;
    color: #3A2BC9;
    padding-left:3px;
}