@charset "utf-8";

/*
-----------------------------------------------
▼基本デザイン
----------------------------------------------- */

* {
margin:0;
padding:0;
line-height:1.5;
}

body, td {
font-family:Arial,'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
font-size:12px;
}
/* IE6用の設定▼ \*/
* html body {
font-size:0.75em;
}
/* ▲IE6用の設定 */

img {border:0;}
a:link {color:#03F;}
a:visited {color:#039;}
a:hover,a:active {color:#903;}

.cboth {
clear:both;
height:0;
}
/* IE 用▼ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}

/* Win IEちらつき防止▼ */
* html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
background:url(../img/all_bg.gif) repeat-x #6f001a;
text-align:center;
padding-top:20px;
padding-bottom:20px;
}

#pageAll{
width:800px;
margin:0 auto;
text-align:left;
}

#head {
width:800px;
height:26px;
background:url(../img/head_bg.gif) repeat-x;
}

#head h1 {
width:533px;
font-size:12px;
font-weight:normal;
padding:4px 0 0 10px;
float:left;
}
/* IE 用▼ */
* html #head h1 {
width:543px;
}


#head img {
float:left;
margin-right:20px;
}


/* css_end */
