@charset "UTF-8";
/*
style.css
Copyright (c) Flashic Kitchen All rights reserved.
HEY! YO!

*/
* {
margin: 0;
padding: 0;
}

html{
height:100%;
}

body {
background:#000 url(../img/bg.jpg) repeat-y;
font-family:'Helvetica',Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3';
font-size:18px;
color:#696969;
height:100%;
margin:0 auto;
}

img,a img {
border: none;
margin:0;
behavior:url(../js/alpha.htc); /*IE5*/
}

hr{
color:#ffffff;
background:url(../img/hr.gif) no-repeat;
height:7px;
border:0;
margin:5px 0;
}

.clear{
clear:both;
}

/*---------------------------------------*/
#page{
text-align:center;
width:100%;
height:100%;
}

#inner0{
position:relative;
margin:auto auto;
width: 915px;
height: auto;
min-height: 100%;
}

#inner0{
background:#000 url(../img/bg-color.gif) repeat-y;
}


body > #inner0 {
height: auto;
}





/*---------------------------------------*/

h1{}
h2{padding:60px 0 0 0; margin:0;}


.pink{
color:#cc3399;
}
.blue{
color:#3399cc;;
}


.footer{
position:absolute;
bottom:0px;
float:right;
}
