@charset "utf-8";
/* -----------------------------------------------------------
* Filename: layout.css
* Website: http://site.com/
* Author: Name
* Description: レイアウトの設定
----------------------------------------------------------- */

body {
color: #333;
font: 78% Verdana,Arial,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
letter-spacing: 0.1em;
line-height: 1.44em;
background: #FFF url(../../images/backflip.png) no-repeat center -251px;
}

#wrapper {
width: 100%;
background: url(../../images/pageTopline.gif) repeat-x left top;
}

#layout {
border-top: 5px solid #FF0000;
width: 900px;
margin: 0 auto;
}

#contents {
position: relative;
width: 900px;
margin: 0 0 50px 0;
}
/* IE6 */
* html #contents {
width: 900px;
margin-top: -121px;
}

#footer {
margin-bottom: 15px;
overflow: hidden;
}