@charset "shift_jis";


* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #555555;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing:1px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
img {
    border: 0;
}

.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; font-size: 100%; }
.point { color:#FF6600; font-weight: normal; font-size: 100%; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
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;
    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: 480px;
    margin: 30px auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    margin: 20px 0;
    text-align: left;
}

/* ヘッダーナビ1
------------------------------------------------ */
div#header {
    width: 915px;
    margin: 0 auto;
}

div#header-logo {
    float: left;
}

div#header h1 {
    font-weight: normal;
}
div#header h1 a {
    color: #999;
	font-size: 90%;
    text-decoration: none;
}

div#information {
	margin: 20px 0 0 0;
	text-align: right;
	float:right;
}

div#head-info {
	width: 715px;
	float: left;
}

div#head-info table {
	width: 715px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
div#head-info table tr {
	padding: 0px;
	border: 0px;
}
div#head-info table td {
	padding: 0px;
	border: 0px;
}

/* ヘッダーナビ2
----------------------------------------------- */
div#header2 {
    width: 915px;
    margin: 0 auto;
	clear: both;
	background-color: #FFFFFF;
}

/* フレーム
----------------------------------------------- */
div#container {
    width: 915px;
    margin: 0 auto;
    text-align: left;
	background-color: #fff;
	clear: both;
}

div#container-tablecustom {
    width: 916px;
    margin: 0 auto;
    text-align: left;
	background-color: #fff;
	clear: both;
}

div#detailcontainer {
    width: 915px;
    margin: 0 auto;
    text-align: left;
	clear: both;
}
#detailcontainer:after {/* firefox背景色表示用 */
    content: "text/css";
	color: #000;
    display: block;
    clear: both;
    overflow: hidden;
}

div#leftcolumn {


}

div#leftcolumn h2 {
    padding: 10px 0 0 0;
}

div#centercolumn {
    float: left;
    width: 720px;
}

div#centercolumn h2 {
    padding: 10px 0 0 0;
}

div#rightcolumn {
	float: right;
    width: 140px;
}

div#rightcolumn h2 {
    padding: 0 0 5px 0;
}

/* メインコンテンツ
----------------------------------------------- */
/* 2カラム設定 1 */
div#two_maincolumn1 {
    float: left;
    width: 720px;
}

div#two_maincolumn1 h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 2 */
div#two_maincolumn2 {
    float: right;
    width: 715px;
}

div#two_maincolumn2 h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    width: 100%;
	margin: 0 auto;
}

/* index以外のカテゴリ
----------------------------------------------- */
div#categoryarea {
    width: 180px;
	padding: 0 20px 10px 0;
}
div#categoryarea p {
    padding: 2px 0 0 22px;
	font-size: 95%;
	line-height: 1.8;
}

div#categoryarea dl {
    padding: 10px 0;
    background: url("../img/common/line_146.gif") no-repeat bottom;
}

div#categoryarea dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}

div#categoryarea dl dt {
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("../img/common/arrow_blue.gif") no-repeat;
}

div#categoryarea dl dt.onmark {
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("../img/common/arrow_red.gif") no-repeat;
}

div#categoryarea dl dd {
    padding: 0 0 0 20px;
}

div#categoryarea a { text-decoration: none; }
div#categoryarea a:link { color: #333333; }
div#categoryarea a:visited { color: #333333; }
div#categoryarea a:hover { color: #ff6600; text-decoration:underline; }

/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* バナー
----------------------------------------------- */
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;
}

/* 商品一覧・詳細フッター上
----------------------------------------------- */
div#item-footer {
    width: 715px;
    margin: 0 auto;
}
div#item-footer h2 {
    width: 200px;
	float: left;
}
div#item-footer p {
	font-size: 110%;
	font-weight: normal;
	padding: 15px 0 0 5px;
}
div#item-footer a:link { color: #CC0000; }
div#item-footer a:visited { color: #CC0000; }
div#item-footer a:hover { color: #FF0000; }

div#item-footersub {
    width: 715px;
	height: 100%;
    padding: 5px 0 0 0;
	background-color: #000;
	clear: both;
}
div#item-footersub h3 {
    margin: 0 20px 0 0;
	float: left;
}

/* フッター
----------------------------------------------- */
#footer {
    width: 915px;
    margin: 0 auto;
    padding: 30px 8px 10px 0px;
    font-size: 90%;
    color: #fff;
    text-align: right;
	clear: both;
}

#footer-navi {
    width: 915px;
    margin: 0 auto;
    padding: 5px 0px 0px 8px;
    font-size: 95%;
    color: #fff;
    text-align: left;
}

#footer-navi a {
    text-decoration: none;
}

/* トピックス
----------------------------------------------- */
div#maintopics {
    width: 720px;
	margin-bottom: 18px;
	clear: both;
}

/* トップページカテゴリ
----------------------------------------------- */
div#categoryselect {
    width: 180px;
	padding: 0 20px 10px 0;
    float: left;
}

div#categoryselect p {
    padding: 2px 0 0 22px;
	margin-bottom: 5px;
	font-size: 95%;
	line-height: 1.5;
}

div#item-categoryselect {
	font-size: 100%;
	font-weight: bold;
    padding: 0 0 0 22px;
	margin-bottom: 5px;
}

div#categoryselect a { text-decoration: none; }
div#categoryselect a:link { color: #333333; }
div#categoryselect a:visited { color: #333333; }
div#categoryselect a:hover { color: #ff6600; text-decoration:underline; }


/* トップページカテゴリ2
----------------------------------------------- */
div#categoryselect2 {
    width: 515px;
	padding: 0 5px 10px 0;
    float: right;
}
div#categoryselect2 h2 {
    width: 490px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 5px 0;
	padding: 2px 5px;
    clear: both;
}
div#categoryselect2 a:link { color: #333333; }
div#categoryselect2 a:visited { color: #333333; }
div#categoryselect2 a:hover { color: #ff6600; }

/* トピックス
----------------------------------------------- */
div#topicsarea {
    width: 480px;
	margin: 0 0 10px 0;
	clear: both;
}
div#topicsarealeft {
    width: 230px;
	margin: 0 10px 5px 0;
	float: left;
	font-size: 85%;
}
div#topicsarearight {
    width: 230px;
	margin: 0 0 5px 0;
	float: right;
	font-size: 85%;
}

div#topicsmain {
    width: 650px;
	margin:10px 0;
}
div#topicsarea2 {
    width: 610px;
	margin: 0 0 10px 40px;
}
div#topicsarealeft2 {
    width: 300px;
	margin: 0 10px 5px 0;
	float: left;
	font-size: 90%;
}
div#topicsarearight2 {
    width: 300px;
	margin: 0 0 5px 0;
	float: right;
	font-size: 90%;
}

/* トピックス
----------------------------------------------- */
div#sale {
    clear: both;
    width: 715px;
	margin: 0 auto;
	padding: 10px 0;
}
div#saleblock {
    width: 715px;
	clear: both;
}
div.saleblockleft {
    float: left;
	width: 161px;
	padding: 5px;
	margin: 2px 6px 2px 0;
	border: 1px solid #CCCCCC;
}
div.saleblockright {
    float: right;
	width: 161px;
	padding: 5px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
}
div.salephoto {
    clear: both;
    width: 140px;
	margin: 0 auto;
}
div.saletextblock {
    width: 140px;
	margin: 5px auto;
}
div.saletextblock h3 {
	font-size: 100%;
	font-weight: bold;
}
div.saletextblock p {
	font-size: 95%;
	text-align: center;
	text-decoration: line-through;
}
div.saletextblock h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

div#salecomment {
	width: 695px;
	clear: both;
	border: 5px solid #CCCCCC;
	padding: 5px;
	margin: 2px auto;
	text-align: center;
	font-size: 120%;
	color: #666666;
}
div#salecomment h4 {
	font-weight: bold;
	color: #FF0000;
}
div#salecomment p {
	width: 90%;
	margin: 5px auto;
	line-height: 1.5;
	text-align: left;
}


/* ニュース
----------------------------------------------- */
div#newsarea {
    width: 500px;
	height: 150px;
    margin: 0 5px 0 0;
    font-size: 95%;
	overflow-y:scroll;
	clear: both;
}

.newsarea {
    font-size: 90%;
	padding: 5px 0 0 0;
}

div#newsarea dl {
    padding: 10px 0;
    background: url("http://store.14plus.jp/img/common/line_400.gif") repeat-x bottom;
}

div#newsarea dl.end {
    padding: 10px 0;
}

div#newsarea dl dt {
    padding: 0 0 0 22px;
    background: url("http://store.14plus.jp/img/common/news_icon.gif") no-repeat;
}

/* 新作、再入荷情報
----------------------------------------------- */
div#arrival-item {
    width: 480px;
	margin: 0 0 20px 0;
}
div#arrival-item h2 {
	width: 470px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	background-color: #999999;
	margin: 5px 0;
	padding: 2px 5px;
    clear: both;
}

/* インフォ
----------------------------------------------- */
div#infoarea {
    width: 480px;
	margin: 0 0 10px 0;
}
div#infoareablockleft {
    width: 230px;
	margin: 0 0 5px 0;
	float: left;
	font-size: 95%;
}
div#infoareablockleft h3 {
	font-weight: bold;
	color: #333333;
}
div#infoareablockright {
    width: 230px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	float: right;
	font-size: 95%;
	border-left: 1px dotted #CCCCCC;
}
div#infoareablockright h3 {
	font-weight: bold;
	color: #333333;
}


/* おすすめ
----------------------------------------------- */
div#recommendarea {
    width:715px;
	margin:10 auto;
	clear: both;
}

div#recommendareatitle {
    padding:0 0 2px 0;
	border-bottom:1px dotted #cccccc;
	clear:both;
}

div#recommendblock {
    width:715px;
	clear:both;
}

div#recommendblock-left {
    width:115px;
	margin:5px 35px 5px 0;
	float:left;
	text-align:center;
}
div#recommendblock-left p {
    font-size:80%;
	color:#999999;
}
div#recommendblock-right {
    width:115px;
	margin:5px 0;
	float:right;
	text-align:center;
}
div#recommendblock-right p {
    font-size:80%;
	color:#999999;
}

/* パンくず
----------------------------------------------- */
div#pan {
    width: 705px;
	margin-left: 10px;
	font-size: 95%;
	clear: both;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */
div#listtitle {
    width: 715px;
    margin: 10px 0;
    background-color: #000;
}

div#listtitle h2 {
    padding: 5px 0;
}

/* リスト
----------------------------------------------- */
div#listarea {
    clear: both;
    width: 715px;
	margin:0 0 5px 0;
}

div.listblock-left {
    float: left;
	width: 160px;
	padding: 5px;
	margin: 1px 9px 1px 0;
	border: 1px solid #CCCCCC;
}
div.listblock-right {
    float: right;
	width: 160px;
	padding: 5px;
	margin: 1px 0;
	border: 1px solid #CCCCCC;
}

div.listphoto {
    clear: both;
    width: 140px;
	margin: 0 auto;
	padding:10px 0;
}

div.listtextblock {
    width: 140px;
	font-size: 95%;
	margin: 5px auto;
}
div.listtextblock p {
	font-size: 95%;
	text-align: center;
}
div.listtextblock h3 {
	font-size: 100%;
	font-weight: bold;
}


/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
    width: 715px;
    margin: 10px 0;
    background-color: #000;
}

div#detailtitle h2 {
    padding: 5px 0;
}


/* 商品
----------------------------------------------- */
div#detailarea {
    width: 715px;
    margin: 15px 0 0 0;
}

div#detailphotoblock {
    float: left;
    width: 300px;
}
div#detailphotoblock p {
    margin: 5px 0 2px 0;
	font-size: 90%;
}

div#detaillargeblock {
    margin: 10px 0 0 0;
}

div#detailleftcomment {
    width: 290px;
}

div#detailleftsub {
	padding: 5px 0;
}
div#detailleftsub h3 {
	padding: 10px 0 0 0;
}
div#detailleftsub p {
	font-size: 100%;
	color: #666;
	padding: 0 0 10px 0;
}
div#detailleftsub table {
	width: 290px;
}
div#detailleftsub table tr {
	padding: 2px;
}
div#detailleftsub table td {
	width: 25%;
	text-align: center;
	font-size: 90%;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	padding: 2px;
}


div#detailrightblock {
    float: right;
    width: 320px;
}

div#detailsubtitle {
    border-left: 5px solid #666;
	padding: 0 0 0 5px;
	font-size: 110%;
}

div#detailitemname {
    font-size: 95%;
	color: #333;
	margin: 5px 0 5px 10px;
}
div#detailitemname h2 {
    font-size: 180%;
	color: #000;
}
div#detailitemname p {
    font-size: 90%;
	margin: 5px 0;
}
div#detailitemname a { text-decoration: none; }
div#detailitemname a:link { color: #666666; }
div#detailitemname a:visited { color: #666666; }
div#detailitemname a:hover { color: #ff6600; }

div#detailrightblock-d {
    width: 320px;
}

div#detailrightblock-d p {
    font-size: 95%;
}

div#detailrightblock-c {
    width: 320px;
	margin-top: 10px;
	padding: 5px 0;
    background: url("../img/common/line_280.gif") no-repeat;
	clear: both;
}
div#detailrightblock-c p {
    font-size: 80%;
	margin: 5px 0 5px 0;
}
div#detailrightblock-c a:link { color: #333; }
div#detailrightblock-c a:visited { color: #333; }
div#detailrightblock-c a:hover { color: #ff6600; }

div#detailrightblock li {
    display: inline;
	float: left;
}

div#detailrightblock h2 {
    margin: 3px 0;
    padding: 0;
    color: #333;
   
    font-weight: bold;
}

div#detailrightblock dl {
    padding: 10px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url("../img/common/arrow_gray.gif") no-repeat left center;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailselectblock {
    width: 320px;
	padding: 0 0 15px 0;
}

div#detailrightblock .btn {
    clear: both;
    padding: 0 0 2px 0;
}

div#detailcartblock {
    width: 320px;
	padding: 5px 0 15px 0;
	border-top:1px dotted #cccccc;
}
div#detailcartblockparts {
    padding:5px 0;
	clear:both;
}
div#detailcartblockparts img {
    float:left;
}
div#detailcartblockparts-r {
    float:left;
	padding:0 0 0 10px;
	font-weight:bold;
}
div#detailcartblockparts-r img {
    float:none;
}
div#detailcartblockcontact {
    padding:10px 0 0 0;
	clear:both;
}

/* ボイス
----------------------------------------------- */
div#voicearea {
    clear: both;
    width: 715px;
    border-top: solid 1px #999;
	margin-top: 30px;
}

div#voicearea1 {
	width: 715px;
}
div#voicearea1 h2 {
    padding: 5px 0;
}

div#voicearea2 {
	width: 715px;
	clear: both;
}

div#voicephotoblock {
    float: left;
	margin: 0 20px 5px 0;
}

div#voicecomment {
	margin: 0 0 5px 0;
}
div#voicecomment p {
	font-size: 95%;
}
div#voicecomment h3 {
	padding: 15px 0 5px 0;
}
div#voicecomment h4 {
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	padding: 3px 0;
	background-color: #666666;
}

div#voicecomment-l {
	margin: 0 0 5px 0;
}
div#voicecomment-l p {
	font-size: 95%;
}
div#voicecomment-l h3 {
	padding: 15px 0 5px 0;
}
div#voicecomment-l h4 {
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	padding: 3px 0;
	background-color: #FF6600;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    width: 580px;
    padding: 30px 0 0 0;
}

div.subarea h3 {
    width: 560px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
    width: 365px;
}

div.subphotoimg {
    float: right;
    width: 202px;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}

/* 拡大ページ
----------------------------------------------- */
div#moreimage {
    width: 915px;
    margin: 0 auto;
	clear: both;
}

div#moreimageleft {
    width: 600px;
    margin: 0 20px 10px 0;
	float: left;
}
div#moreimageleft p {
	text-align: center;
}

div#moreimagerighttext {
	width: 220px;
	padding: 5px 10px;
	float: right;
}

div#moreimageright1 {
	float: left;
}
div#moreimageright1 p {
    margin: 5px;
}
div#moreimageright2 {
	float: right;
	width: 120px;
	height: 520px;
	overflow-y: scroll;
}
div#moreimageright2 p {
    margin: 5px;
}


/* ご利用ガイド
----------------------------------------------- */
div#shoppingguide {
	width: 650px;
    margin: 15px 0 0 0;
}
div#shoppingguide p {
    padding: 3px 0 0 0;
}
div#shoppingguide h3 {
    font-size: 100%;
	font-weight: bold;
	padding: 5px 0;
}

div#shoppingguidetitle {
    width: 650px;
    background-color: #000;
}
div#shoppingguidetitle h2 {
    padding: 5px 0;
}

#pagetop {
    margin: 0 auto;
    padding: 30px 0 15px 0;
    text-align: right;
}

/* 下層共通指定
----------------------------------------------- */
div#undercolumn {
    float: right;
    width: 715px;
	margin: 7px 0 0 0;
}

div#undercolumn h2.title{
    width: 715px;
}

div#undercolumn table {
    width: 715px;
}

div#undercolumn p {
    padding: 0 10px;
}

/* 下層共通指定
----------------------------------------------- */
div#under02column {
    width: 715px;
    margin: 0 auto;
	padding: 20px 0 0 0;
	clear: both;
}

div#under02column h2.title{
    width: 715px;
    margin: 0 0 15px 0;
}

div#under02column table {
    width: 715px;
}

div#under02column p {
    padding: 0 10px;
}

/* 14+ について
----------------------------------------------- */
div#about_14plus {
	width: 715px;
	margin: 0 auto 10px;
}

div#about_message {
	width: 715px;
	clear: both;
}
div#about_message .leftphoto {
	width: 140px;
	padding: 5px 0 10px 0;
	float: left;
}
div#about_message .righttext {
	padding: 10px 0;
	color: #333;
}

div#about_list {
	width: 713px;
	border: 1px solid #999;
	background: url("../img/about/list_background.jpg") no-repeat bottom;
	clear: both;
}
div#about_list h3 {
	font-size: 100%;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
div#about_list ol {
	font-size: 95%;
	margin: 0 0 10px 0;
}
div#about_list li {
    padding: 0 0 2px 20px;
}

div#about_listblock {
	width: 715px;
	padding: 20px 0;
	clear: both;
}
div#about_listblock h3 {
	border-left: 10px solid #333333;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 5px;
}
div#about_listblock h4 {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	padding: 1px 5px;
	clear: both;
}
div#about_listblock p {
	font-size: 120%;
	color: #333333;
	margin: 20px 15px;
}

div#about_listblockleft {
	width: 240px;
	margin-right: 20px;
	float: left;
}

div#about_listblockright {
	width: 455px;
	float: right;
}
div#about_listblockright p {
	font-size: 100%;
	color: #666666;
	margin: 5px 0 10px;
}

div#about_flow {
	width: 715px;
	margin: 0 auto;
	text-align: center;
}

div#about_listreturn {
	clear: both;
	text-align: right;
	padding: 30px 10px 0 0;
}



div#about_handlingleft {
	float: left;
	width: 200px;
	padding: 5px 20px;
}
div#about_handlingright {
	float: right;
	width: 380px;
	padding: 5px 10px 5px 0;
	line-height: 1.8;
}
div#about_handlingright a { font-weight: bold; }

div#about_size {
	clear: both;
	margin: 5px 0;
}
div#about_sizeleft {
	float: left;
	width: 100px;
	padding: 0 20px 0 0;
}
div#about_sizeright {
	float: right;
	width: 330px;
	margin: 10px 0;
}
div#about_sizeright p {
	color: #333;
	font-weight: bold;
}

div#about_postage {
	width: 445px;
	border: 3px double #CCCCCC;
}
div#about_postage h4 {
	background-color: #FFFFFF;
	color: #333;
	font-weight: bold;
	font-size: 100%;
	margin: 5px 8px;
	border-bottom:1px dotted #666666;
}
div#about_postage p {
	font-size: 95%;
	margin: 10px;
}

div#about_pay {
	width: 455px;
	padding-bottom: 20px;
	clear: both;
}
div#about_pay h4 {
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 110%;
	padding: 0 5px;
	margin-left: 10px;
}
div#about_pay p {
	color: #666666;
	margin-left: 10px;
	line-height: 1.5;
	padding: 0 0 0 10px;
}
div#about_advancepayment {
	width: 60%;
	display: block;
	margin: 0 0 5px 24px;
	padding: 5px 8px;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #333333;
}


div#about_return {
	width: 693px;
	margin: 15px 0;
	padding: 10px;
	border: 1px dotted #ccc;
}
div#about_return h4 {
	color: #333;
	font-weight: bold;
	font-size: 120%;
	padding: 0 5px;
	border-left: 5px solid #333333;
	border-bottom: 1px dotted #333333;
	background-color: #FFFFFF;
}
div#about_return h5 {
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	padding: 0 10px;
	margin: 10px 0;
}
div#about_return p {
	color: #666666;
	font-size: 95%;
	line-height: 1.5;
	margin: 0 10px;
}


/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
	width: 650px;
	margin: 10px 0;
	clear: both;
}
div#ordertitle {
    width: 650px;
    margin: 10px 0;
	background-color: #000;
}
div#ordertitle h2 {
    padding: 5px 0 0 0;
}

div#orderlist_block {
	width: 550px;
	color: #333;
	line-height: 1.5;
	margin: 10px 0 0 100px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
div#orderlist_blockleft {
	width: 150px;
	float: left;
	padding: 5px 0;
	font-weight: bold;
}
div#orderlist_blockright {
	width: 380px;
	float: right;
	padding: 5px;
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
	width: 650px;
	margin: 10px 0 0 0;
}

div#contacttitle {
    width: 650px;
    margin: 0 0 10px 0;
    background-color: #000;
}

div#contacttitle h2 {
    padding: 5px 0;
}

div#undercolumn_contact p {
	padding: 2px 10px;
}

div#undercolumn_contact .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .zipimg img {
    margin: 5px 0 0 0;
}

/* プライバシーポリシー、サイトポリシー
----------------------------------------------- */
div#undercolumn_privacypolicy {
	width: 550px;
	padding: 20px 0;
	clear: both;
}
div#privacypolicytitle {
    width: 550px;
    margin: 0 0 10px 100px;
	background-color: #000;
}
div#privacypolicytitle h2 {
    padding: 5px 0 0 0;
}

div#privacypolicy_block {
	width: 550px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 100px;
	padding: 5px 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
}
div#privacypolicy_block p {
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 5px 0 15px;
}

div#undercolumn_sitepolicy {
	width: 550px;
	padding: 20px 0;
	clear: both;
}
div#sitepolicytitle {
    width: 550px;
    margin: 0 0 10px 100px;
	background-color: #000;
}
div#sitepolicytitle h2 {
    padding: 5px 0 0 0;
}

div#sitepolicy_block {
	width: 550px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 100px;
	padding: 5px 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
}
div#sitepolicy_block p {
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 5px 0 15px;
}

/* サイトマップ
----------------------------------------------- */
div#sitemap00 {
    width: 715px;
    margin: 0 73px 0 72px;
	clear: both;
}
div#sitemap00 p {
    padding: 5px 10px 0;
}

div#under02column_sitemap {
    width: 715px;
	margin: 10px auto 0 auto;
	clear: both;
}

div#title_sitemap {
    width: 715px;
    margin: 0 0 10px 0;
    background-color: #000;
}
div#title_sitemap h2{
    padding: 5px 0 0 0;
}

div#sitemaparea {
    width: 715px;
	height: 800px;
	padding: 10px 0;
	background: url("../img/sitemap/background.jpg") no-repeat bottom;
}

div#sitemaparea1 {
    width: 230px;
	margin-right: 5px;
	float: left;
}
div#sitemaparea1 a:link { color: #333333; }
div#sitemaparea1 a:visited { color: #333333; }
div#sitemaparea1 a:hover { color: #ff6600; }

div#sitemaparea1 h3 {
	font-weight: bold;
	color: #333;
	font-size: 100%;
	border-left: 5px solid #000;
	padding-left: 5px;
}
div#sitemaparea1 p {
	padding: 2px 5px 10px 10px;
	color: #666;
	font-size: 100%;
}
div#sitemaparea1 h4 {
	font-weight: bold;
	color: #333;
	font-size: 100%;
	padding: 2px 5px 2px 10px;
}

/* 定番帽子特集
----------------------------------------------- */
div#standardhatarea {
    width: 722px;
    margin: 20px 69px;
}
div#standardhatarea table {
    width: 720px;
    margin: 5px auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
div#standardhatarea table tr {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}
div#standardhatarea table td {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

/* ニューヨークハット特集
----------------------------------------------- */
div#newyorkhatarea {
    width: 650px;
	margin-top: 10px;
    background: url("../img/item/newyorkhat/brand_newyorkhat_background.gif") no-repeat bottom;
    background-color: #000;
}
div#newyorkhatarea table {
    width: 650px;
    border: 0px;
    border-collapse: collapse;
}
div#newyorkhatarea table tr {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}
div#newyorkhatarea table td {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}
div#newyorkhatarea table td p {
    color: #fff;
    font-size: 100%;
    padding:10px 0 10px 20px;
}


/* cnak0139
----------------------------------------------- */
div#cnak0139 {
	width: 715px;
	float: right;
}

div#cnak0139 table {
	width: 715px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
div#cnak0139 table tr {
	padding: 0px;
	border: 0px;
}
div#cnak0139 table td {
	padding: 0px;
	border: 0px;
}



/*　SEO対策追加　*/



h1{color: #999;
	font-size: 90%;
    text-decoration: none;
	font-weight:normal;
	 padding-top:1px; width:915px; margin:0 auto; }
	 
.cl{clear:both;}

.seo1{font-size: 100%;
	font-weight: bold;
    padding: 0 0 0 22px;
}	 

.seo2{
	font-size: 95%;
	color: #333;
	padding: 2px 10px 5px 10px;
}

