@CHARSET "UTF-8";

/*-----------------------------------------------------
@author:    designRoyale
@version:   1.0
@copyright: 2009, designRoyale
@since:     2009.10.29
-------------------------------------------------------*/


/*------------------------------------------------------
       Common
-------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, Georgia, "Times New Roman", Times, serif, Verdana, 'ヒラギノ角ゴ Pro', 'ＭＳ Ｐゴシック';
	line-height: 120%;
	color: #707070;
	background-color: #fff;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #707070;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

pre {

}

block {

}


/*----------
  Layout
------------*/

div#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#container {
	width: 666px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


/*----------
   header
------------*/
div#header {
    margin: 105px 0px 0px 0px;
    padding: 0px;
    width: 442px;
}

    div#header h1#logo {
        margin: 0px;
        padding: 0px;
    }


/*----------
  navigator
------------*/
div#nav-container {

}

div#nav-container:after {
	display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";	
}

	/* menu */
	div#menu {
		float: left;
	    margin: 0px 14px 0px 74px;
	    padding: 0px;	
	}
	
	    div#menu div#menu-container {
	        width: 442px;
	    }
	    
	    div#menu div#menu-container:after {
	        display: block;
	        clear: both;
	        height: 0px;
	        visibility: hidden;
	        content: ".";
	    }
	    
	        div#menu-container div#menu-left {
	            float:left;
	            height: 60px;
	        }
	        
	            div#menu-left ul {
	                margin: 0px;
	                padding: 0px;
	                list-style-type:none;    
	            }
	            
	            div#menu ul li {
	                margin: 0px 0px 2px 0px;
	                padding: 0px;
	                height: 29px;
	            }
	        
	        div#menu-container div#menu-right {
	            float:left;
	            height: 60px;
	        }
	
	    div#menu div#menu-footer {
	        margin: 0px;
	        padding: 0px;
	        width: 442px;
	        height: 24px;
	    }

	/* sticker */
	div#sticker-container {
		float: left;
	    position: relative;
	    top: -30px;
	    left: 0px;
	}


/*----------
   content
------------*/
div#content {
    margin: 11px 0px 50px 74px;
    padding: 25px 0px 0px 0px;
    width: 592px;
    border-top: 1px dotted #000;
    text-align: left;
}

div#content:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";	
}


    /*-----------
       col1
    -------------*/   
    div#content div#col1 {
        float: left;
        width: 167px;
        margin: 0px 33px 0px 0px;
        padding: 0px;
        text-align: right;
    }
    
        div#col1 div#download-image {
            margin: 0px 0px 15px 0px;
            padding: 0px;
        }
        
            div#download-image a {
                display: block;
                width: 167px;
                height: 36px;
                background-image: url(../images/col1_download.gif);
                background-position: top left;
                background-repeat: no-repeat;
            }
            
            div#download-image a:hover {
                background-position: top right;
            }
        
        div#col1 div#catch-image {
            margin: 0px 0px 9px 0px;
            padding: 0px;
            width: 167px;
            height: 170px;
        }
        
        
        /***** external link *****/
        div#col1 div#purchase-link {
            margin: 0px 0px 15px 0px;
            padding: 0px 0px 15px 0px;
            border-bottom: 1px dotted #000;
        }
        
            div#purchase-link ul {
                list-style-type: none;
            }
            
            div#purchase-link ul li#itunes {
                margin: 0px 0px 5px 123px;
                padding: 0px;
            }
            
            div#purchase-link ul li#itunes a {
                display: block;
                width: 44px;
                height: 13px;
                background-image: url(../images/col1_purchase_itunes.gif);
                background-repeat: no-repeat;
                background-position: top left;
            }
            
            div#purchase-link ul li#itunes a:hover {
                background-position: top right;
            }
            
            div#purchase-link ul li#jb {
                margin: 0px 0px 5px 130px;
                padding: 0px;
            }
            
            div#purchase-link ul li#jb a {
                display: block;
                width: 37px;
                height: 12px;
                background-image: url(../images/col1_purchase_jb.gif);
                background-repeat: no-repeat;
                background-position: top left;
            }
            
            div#purchase-link ul li#jb a:hover {
                background-position: top right;
            }
            
        
        /***** external link *****/
        div#col1 div#external-link {
            margin: 0px 0px 15px 0px;
            padding: 0px 0px 15px 0px;
            border-bottom: 1px dotted #000;
        }
        
            div#external-link ul {
                list-style-type: none;
            }
            
            div#external-link ul li {
                margin: 0px 0px 3px 0px;
                padding: 0px;
            }
            
            /*** watch ***/
            div#external-link ul li#watch a {
                display: block;
                width: 72px;
                height: 20px;
                background-image: url(../images/col1_external_watch.gif);
                background-repeat: no-repeat;
                background-position: top left;
                margin-left: 95px;
            }
            
            div#external-link ul li#watch a:hover {
                background-position: top right;
            }
            
            /*** listen ***/
            div#external-link ul li#listen a {
                display: block;
                width: 63px;
                height: 17px;
                background-image: url(../images/col1_external_listen.gif);
                background-repeat: no-repeat;
                background-position: top left;
                margin-left: 104px;
            }
            
            div#external-link ul li#listen a:hover {
                background-position: top right;
            }
            
            /*** tweet ***/
            div#external-link ul li#tweet a {
                display: block;
                width: 64px;
                height: 17px;
                background-image: url(../images/col1_external_tweet.gif);
                background-repeat: no-repeat;
                background-position: top left;
                margin-left: 103px;
            }
            
            div#external-link ul li#tweet a:hover {
                background-position: top right;
            }
            
            /*** photos ***/
            div#external-link ul li#photos {
                margin-bottom: 1px;
            }
            
            div#external-link ul li#photos a {
                display: block;
                width: 73px;
                height: 17px;
                background-image: url(../images/col1_external_photos.gif);
                background-repeat: no-repeat;
                background-position: top left;
                margin-left: 94px;
            }
            
            div#external-link ul li#photos a:hover {
                background-position: top right;
            }
            
            /*** fan ***/
            div#external-link ul li#fan a {
                display: block;
                width: 122px;
                height: 18px;
                background-image: url(../images/col1_external_fan.gif);
                background-repeat: no-repeat;
                background-position: top left;
                margin-left: 45px;
            }
            
            div#external-link ul li#fan a:hover {
                background-position: top right;
            }
            
        
        /***** news letter *****/    
        div#col1 div#news-letter {

        }
        
            div#news-letter h2 {
                margin: 0px 0px 7px 0px;
                padding: 0px;
            }
        
            div#news-letter form#silverpop-form {
                margin: 0px 0px 5px 0px;
                padding: 0px;
            }
        
            div#news-letter input#email {
                width: 133px;
                height: 20px;
                border: 1px solid #000;
                padding: 2px;
                font-size: 12px;
            }
            
            div#news-letter div#signup-button {
                text-align: right;
                padding-left: 108px;
                display: block;
            }
            
            div#news-letter div#signup-button a {
                text-align: right;
                display: block;
                width: 59px;
                height: 21px;
                background-image: url(../images/col1_signup.gif);
                background-position: top left;
                background-repeat: no-repeat;
            }
            
            div#news-letter div#signup-button a:hover {
                background-position: top right;
            }
            
            div#news-letter div#signup-result {
                /*display:none;*/
                margin-top: 3px;
                color: #000;
            }
    
    /*-----------
       col2
    -------------*/
    div#content div#col2 {
        float: left;
        margin: 0px;
        padding: 0px;
    }
    
       /***** entry *****/
       div#col2 div#entry-container {
       
       }
       
           div#entry-container div.entry {
               width: 392px;
               margin: 0px 0px 22px 0px;
               padding: 0px 0px 15px 0px;
               border-bottom: 1px dotted #000;
           }
    
               div.entry h2.entry-title {
                   margin: 0px 0px 12px 0px;
                   padding: 0px;
                   color: #000;
                   font-size: 18px;
                   text-transform: uppercase;
               }
               
               div.entry h2.entry-title a {
                   color: #000;
                   text-decoration: none;
               }
    
               div.entry h2.entry-title a:hover {
                   color: #707070;
                   text-decoration: none;
               }
    
               div.entry div.entry-date {
                   margin: 0px 0px 18px 0px;
                   padding: 0px;
                   color: #000;
               }
               
               div.entry div.entry-body {
                   color: #707070;
                   line-height: 140%;
               }
               
               div.entry div.entry-image {
                   margin: 0px 0px 10px 0px;
                   padding: 0px;
               }
               
               div.entry div.entry-embed {
                   margin: 0px 0px 10px 0px;
                   padding: 0px;
               }
               
                   div.entry-image img {
                   }
               
               
                   div.entry-body p, div.entry-body pre, div.entry-body block {
                       margin: 0px 0px 10px 0px;
                       padding: 0px;
                   }
                   
               div.entry div.entry-footer {
                   /*margin-top: 30px;*/
                   text-align: right;
               }
               
               div.entry div.entry-footer a {
                   color: #000;
               }
               
               div.entry div.entry-footer a:hover {
                   color: #707070;
               }

        /***** tour-entry *****/
        div#entry-container div.tour-entry {
               width: 392px;
               margin: 0px 0px 22px 0px;
               padding: 0px 0px 24px 0px;
               border-bottom: 1px dotted #000;
           }
    
               div.tour-entry h2.tour-entry-title {
                   margin: 0px 0px 18px 0px;
                   padding: 0px;
                   color: #000;
                   font-size: 18px;
                   text-transform: uppercase;
               }
               
               div.tour-entry div.tour-entry-image {
                   margin: 0px 0px 10px 0px;
                   padding: 0px;
                   text-align: left;
               }
               
               div.tour-entry h3.tour-entry-when, div.tour-entry h3.tour-entry-where {
                   margin: 0px 0px 3px 0px;
                   padding: 0px;
                   color: #000;
                   font-weight: bold;
                   text-transform: uppercase;
               }
               
               div.tour-entry p.tour-entry-when-body, div.tour-entry p.tour-entry-where-body {
                   margin: 0px 0px 15px 0px;
                   padding: 0px;
               }
               
               div.tour-entry div.tour-entry-body {
                   color: #707070;
                   line-height: 140%;
                   margin: 0px 0px 15px 0px;
                   padding: 0px;
               }
               
               div.tour-entry div.tour-entry-vendor {
                   margin: 0px 0px 15px 0px;
                   padding: 0px;
               }
               
                   div.tour-entry-vendor div.tour-vendor {
                       margin: 0px 0px 3px 0px;
                       padding: 0px;
                   }
                   
                   div.tour-entry-vendor div.tour-vendor:after {
                       display: block;
                       clear: both;
                       height: 0px;
                       visibility: hidden;
                       content: "."; 
                   }
               
                       div.tour-vendor div.tour-vendor-left {
                           float: left;
                           margin: 0px 5px 0px 0px;
                           padding: 0px;
                           width: 5px;
                           height: 9px;
                       }
                       
                       div.tour-vendor div.tour-vendor-right {
                           float: left;
                       }
                       
                           div.tour-vendor-right a {
                               color: #b2b2b2;
                               text-decoration: none;
                           }
               
                           div.tour-vendor-right a:hover {
                               color: #000;
                               text-decoration: none;
                           }
               
                   div.tour-entry-vendor ul {
                       
                   }
               
                   div.tour-entry-vendor li {
                       margin-left : 15px;
                   	   padding: 0px;
                       text-transform: uppercase;
                       font-size: 11px;
                       list-style-image: url(../images/tour_vendor_header.gif); 
                   }
               
                   div.tour-entry-vendor li a {
                       color: #b2b2b2;
                       text-decoration: none; 
                   }
                   
                   div.tour-entry-vendor li a:hover {
                       color: #000;
                       text-decoration: none;
                       list-style-image: url(../images/tour_vendor_header_normal.gif);
                   }
               
                   div.tour-entry-body p, div.tour-entry-body pre, div.tour-entry-body block {
                       margin: 0px 0px 10px 0px;
                       padding: 0px;
                   }

                  
                  
/*-----------
   paginator
-------------*/
div#pager {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #000;
    width: 391px;
    line-height: 200%;
}

div#pager:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

    div#pager div#other-navigator {
        float:left;    
    }
    
        div#pager div#other-navigator ul {
            list-style-type:none;
        }
        
            div#other-navigator ul li {
                margin: 0px 5px 0px 0px;
                display: inline;
            }
        
            div#other-navigator ul li a {
                border: 1px solid #e2e2e2;
                padding: 2px 5px 2px 5px;
                text-decoration: none;
            }
            
            div#other-navigator ul li a:hover {
                margin: 0px 5px 0px 0px;
                padding: 2px 5px 2px 5px;
                border: 1px solid #000000;
                text-decoration: none;
            }

    div#pager div#navigator {
        float: right;
    }
    
    div#pager div#navigator:after {
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
        content: ".";
    }
    
        div#navigator ul {
            list-style-type: none;
        }
        
        div#navigator ul li {
            display:inline;
        }
        
        div#navigator ul li.pager-link a {
            margin: 0px 5px 0px 0px;
            padding: 2px 5px 2px 5px;
            text-decoration: none;
            border: 1px solid #e2e2e2;
        }
        
        div#navigator ul li.pager-link a:hover {
            color: #000;
            border: 1px solid #000;
        }
        
        div#navigator ul li#active {
        	margin: 0px 5px 0px 0px;
            padding: 2px 5px 2px 5px;
            color: #000;
            border: 1px solid #000;
        }
        

/*-----------
   comment
-------------*/
div#comment-container, div#comment-confirmation-container, div#comments-container {
    width: 392px;
    margin: 0px 0px 22px 0px;
    padding: 0px 0px 24px 0px;
    border-bottom: 1px dotted #000;   
}

    div#comment-container h2#comment-title, div#comment-confirmation-container h2#comment-title, div#comments-container h2#comments-title {
        margin: 0px 0px 12px 0px;
        padding: 0px;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    div#comment-container div#comment-explanation {
        color: #000;
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    div#comment-container span.red {
        color: #FF0000;
        font-size: 10px;
    }

    div#comment-container dl dt {
        color: #000;
        margin-bottom: 3px;
    }
    
    div#comment-container dl dt span#comment-note {
        font-size: 10px;
        color: #999;
        font-style: italic;
    }
    
    div#comment-container dl dd {
        margin-bottom: 7px;
    }
    
    div#comment-container input#comment-name, div#comment-container input#comment-email {
        padding: 2px;
        border: 1px solid #000;
        color: #000;
        font-size: 12px;
        width: 300px;
        height: 20px;
    }
    
    div#comment-container textarea#comment-message {
   		padding: 2px;
        border: 1px solid #000;
        color: #000;
        font-size: 12px;
        width: 300px;
        height: 200px;
    }
    
    div#comment-container div#recaptcha {
        margin: 5px 0px 15px 0px;
    }
    
    div#comment-container div#comment-submit {
    }
    
    div#comment-container div#comment-submit a {
       display:block;
       width: 59px;
       height: 21px;
       background-image: url(../images/blog_submit.gif);
       background-repeat: no-repeat;
       background-position: top left;
    }
    
    div#comment-container div#comment-submit a:hover {
       background-position: top right;
    }

    /***** comments  *****/
    div#comments-container div.comments-entry {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
        div.comments-entry p {
            color: #707070;
            margin-bottom: 10px;
        }
    
        div.comments-entry div.comments-footer {
            margin-bottom: 10px;
        }
    
        div.comments-entry div.comments-footer:after {
            display: block;
            clear: both;
            height: 0px;
            visibility: hidden;
            content: ".";
        }
    
            div.comments-footer div.comments-footer-left {
                float: left;
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #000;
            }
            
            div.comments-footer div.comments-footer-left a {
                color: #000;
            }
            
            div.comments-footer div.comments-footer-left a:hover {
                color: #707070;
            }

            div.comments-footer div.comments-footer-right {
                float: left;
            }
        
            div.comments-footer span {
                color: #000;
            }

    div#comment-confirmation-container div#comment-confirmation-reload {
        margin: 15px 0px 15px 0px;
    }

    div#comment-confirmation-container div#comment-confirmation-reload a {
        display:block;
        width: 59px;
        height: 21px;
        background-image: url(../images/blog_reload.gif);
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    div#comment-confirmation-container div#comment-confirmation-reload a:hover {
        background-position: top right;
    }
    
    


/*-----------
   errors
-------------*/
div#errors {
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #707070;
    background-color: #cecece
}

    div#errors ul {
        list-style-type:none;
    }
    
    div#errors ul li {
    	padding: 0px;
        color: #000;
        margin-bottom: 3px;
    }
