@charset "utf-8";

@import url("../packages/default/css/import.css");


/* ヘッダー設定
----------------------------------------------- */

div#top H1{
	border-top: 4px solid #CC6635;
	border-right: 4px none #CC6635;
	border-bottom: 4px none #CC6635;
	border-left: 4px none #CC6635;
    display:block;
    position:static;
    width:781px;
    margin: 0 auto;

    font-size:100%;
    color:#581e7e;
    background-color: #ffffff;
}

.p10mein{
	font-size: 10pt;
	color:#581e7e;
}
.p10left{
	font-size: 10pt;
	color:#E76212;
}
.border_orange {
	border-top: 4px solid #CC6635;
	border-right: 4px none #CC6635;
	border-bottom: 4px none #CC6635;
	border-left: 4px none #CC6635;
}
.border_gray {
	border: 4px solid #CCCCCC;
	border-right: 4px none #CCCCCC;
	border-bottom: 4px none #CCCCCC;
	border-left: 4px none #CCCCCC;
}


/* トップページ用
----------------------------------------------- */
.message{
  width:781px;
  margin: 0 auto;
  background-color: #ffffff;
}

.message_text{
margin: 0px 10px;
color:#8B008B;
}

.image_left{
float:left;
clear: both;
margin-left:5px;
}

.image_right{
float:right;
clear: both;
margin-right:5px;
}

/* ヘッダーテーブル設定
----------------------------------------------- */
table#header  {
    margin: 0px auto 0 auto;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th#header {
    padding: 0px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;

    font-weight: normal;
}
table td#header {
    padding: 0px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

/*シチュエーション用
----------------------------------------------- */
.si_text{
    font-size: 100%;
    font-weight:bold;
    margin-top;20px;
    line-height:120%;
}

.si_waku{
   width:400px;
   margin: 10px 10px;
   border-width: 1px; 
   border-style: dotted;
   border-color: blue;
}

table#si  {
    margin: 0px auto 0px auto;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
    text-align: left;
}

table td#si {
    margin-top:5px;
    margin-bottom:5px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}


/* お支払いと配送ページ
----------------------------------------------- */
div#ship.midashi {
    clear: both;
    width: 580px;
    padding: 5px 0 0 0;
}

div#ship.midashi h3 {
    width: 560px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 5px;
    background-color: #FFE493;
}

.ship_textarea {
    font-size: 100%;
    width: 560px;
    margin: 10px;
}

.ship_label{
    width: 560px;
    font-size: 110%;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 5px;
    background-color: #FFFFCC;
}

.ship_label2{
    width: 560px;
    font-size: 110%;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 5px;
    background-color: #E0FFFF;
}

.ship_block{
    width: 560px;
    font-size: 110%;
    margin: 0 0 10px 0;
    padding: 5px 5px;
}

/* 各ページの共通設定
----------------------------------------------- */
.co_text{
    font-size: 100%;
    margin: 5px 5px;
}

.co_title{
    font-size:12pt;
    font-weight:bold;
    margin:10px 10px;
}

.co_pict{
    margin-right:10px;
}

/* リンクページ
----------------------------------------------- */
.co_link_block{
    margin-top:10px;
}

.co_link{
    font-size:11pt;
    line-height: 130%;
    margin:10px 5px 5px;
    font-weight: bold;
}

.co_link_text{
    font-size:10pt;
    line-height: 130%;
    margin:5px 5px;
    border-bottom: thin dotted #FFA500;
}

/* ランキングページ
----------------------------------------------- */

.rank_title{
    font-size:10pt;
    font-weight:bold;
}

.rank_artist{
    font-size:7pt;
}

/* 新譜ページ
----------------------------------------------- */
.new_release{
   width:400px;
   margin: 10px 10px;
   border-width: 2px; 
   border-style: dotted;
   border-color: orange;
}

.new_title{
    font-size:11pt;
    font-weight:bold;
    margin:3px 3px;
    text-align:center;
}

/* 詳細画面の設定
----------------------------------------------- */
.normal_price { color: #000000; font-weight: bold;text-decoration: line-through; }
.points { color: #0000CC; font-weight: normal;}
.times { font-size: 90%;}

.trial { 
font-size: 90%;
text-align:right;
margin-left:350px;
}

.artist {
    padding: 10px 0 10px 30px;
    font-size: 110%;
}

/* キャンペーン用
----------------------------------------------- */
.cp_title{
    font-size: 200%;
    font-weight:bold;
    color:#FFA500;
    margin:10px 0;
    line-height:130%;
}