@charset "Shift_JIS";

/*
	css for SLEEPERS CO. website
    design by yujiro
    http://www.cool-dzine.com/
    2005
*/

/* BASE----------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	width:722px;
	font-family: "Osaka",Verdana, Arial,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	font-size: 10px;
	color: #a0a0a0;
	padding-left:10px;
	background-image:url(http://sleepers.co.jp/img/bg.gif);
	background-repeat:repeat-y;
	}

a:link {color: #a0a0a0; text-decoration: none;}
a:visited {color: #a0a0a0; text-decoration: none;}
a:active {color: #a0a0a0; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}

a img{
	border-style:none;
	}

h1 {
    font-size: 100%;
    }

h2 {
    font-size: 100%;
    }

h3 {
    font-size: 100%;
    }

/* index --------------------------------------------------- */

#header {
    display:none;
    }

#main  {
	margin:0px;
	width : 702px ;
    background: url("./img/main_bg.jpg") repeat center top;
	padding-top:50px;
	padding-bottom:50px;
	}

p.photoz{
	margin:0 auto;
	text-align:center;
	padding-left:32px;
	}

p.photoz img {
    padding-right:8px;
    padding-left:0px;
    letter-spacing:0px;
    }

#shoplogo {
	text-align:center;
	width: 152px;
	margin-left:400px;
	margin-top:50px;
	margin-bottom:50px;
    }


.footer{
	margin-top:0;
    width: 702px;
    padding-top:5px;
    text-align:right;
    border-top: 1px solid #4F4F4F ;
     }


/* page 02 --------------------------------------------------- */

#main2  {
	width : 702px ;
	padding-top:50px;
	}


.textarea {
	clear:both;
	width: 600px;
	margin:0 auto 60px auto;
	background-color: #E2DECF;
	padding: 25px 20px 0px 20px;
    }

.textarea h3{
	color:#000;
	}

.textarea hr{
	clear:both;
	visibility:hidden;
	}

.comment {
    width: 410px;
    float: left;
    text-align: left;
	font-size: 11px;
	line-height: 180%;
    color: #606060;
    }

.comment2 {
    /*float: left;*/
    text-align: left;
	font-size: 11px;
	line-height: 180%;
    color: #606060;
    }

.page2photo {
    /*width: 132px;*/
    float : right;
    }

.page2photo img{
	padding-bottom:10px;
	}

.page2photo2 {
    width: 132px;
    float : left;
    }

.price {
    width:300px;
    text-align: right;
    float : right;
	font-size: 11px;
	line-height: 180%;
    color: #606060;
   	/* border : solid 1pt #CCCCCC ; */ 
	}

.hours {
    width: 270px;
    float : right;
    text-align: right;
	font-size: 11px;
	line-height: 180%;
    color: #606060;

	/* border : solid 1pt #CCCCCC ; */
    }

/* page 03 --------------------------------------------------- */

#main3  {
	height: 600px ;
	width : 702px ;
    text-align: center;
	/* border : solid 1pt #CCCCCC ; */
	}


.newsarea {
    width: 600px;
    /* height:270px; */
	background: url("./img/text_bg.jpg") repeat;
	padding: 25px 20px;
	
	/* border : solid 1pt #CCCCCC ; */
    }

.news {
    width: 560px;
    height:400px;
    float : left;
    text-align: left;
	font-size: 11px;
	line-height: 180%;
    color: #606060;

	border : solid 1pt #CCCCCC ;
    }

.page3photo {
    width: 132px;
    height:200px;
    float : right;
	/* border : solid 1pt #CCCCCC ; */
    }


