html{
 margin:0px auto;
 scrollbar-arrow-color: #000;
 scrollbar-base-color: #a4a4a4;
 scrollbar-darkshadow-color: #000;
 scrollbar-highlight-color: #000;
 scrollbar-shadow-color: #000;
}

body{
 margin:0px auto;
 background:#a4a4a4 url("http://www.smappa.net/image/kiitosbg.jpg") repeat-x fixed;
 color:#a4a4a4;
 font-size:12px;
 font-family:Century Gothic,ヒラギノ丸ゴ Pro;
}

h1{
 font-size:12px;
 text-indent:-9999px;
}

a{/*リンクされた文字*/
    color:#fff;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#fff;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#fff;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

#containar {
 width:800px;
 min-height:1700px;
 margin:0px auto;
 background:#000;
 border:solid 1px #ffaa00;
}


#header {
 background:url("http://www.smappa.net/image/kiitos_headbg.jpg") no-repeat;
 width:800px;
 height:90px;
 float:left;
}


#menu {
 width:800px;
 height:90px;
 float:left;
}

#menu_in {
 width:550px;
 float:right;
 margin-top:40px;
 margin-right:5px;
 text-align:right;
 color:black;
}

a.menu {
 font-size:14px;
 font-family:Century Gothic;
 letter-spacing:2px;
 color:black;
}

#main {
 width:780px;
 min-height:500px;
 margin-left:10px;
 float:left;
}

#main_top {
 background:url("http://www.smappa.net/image/kiitos_main.jpg") no-repeat;
 width:800px;
 height:200px;
 float:left;
}

#cocktail_line {
 background:url("http://www.smappa.net/image/cocktail_bg.jpg") no-repeat;
 width:780px;
 height:500px;
 float:left;
 overflow:auto;
}

img.cock {
 width:88px;
 heihgt:120px;
 border:dotted 1px gray;
}


#shop_line {
 width:780px;
 min-height:500px;
 float:left;
}

#link_line {
 width:780px;
 height:170px;
 float:left;
}

#copy{
 width:100%;
 height:50px;
 float:left;
 text-align:center;
 color:#000;
 font-size:10px;
}