﻿/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
    clear:both;
}

*html body {
   overflow-y:auto;
}

*+html body {
   overflow-y:auto;
}

body
{
    background:#bc005a url("../bimg/bg.gif") repeat-y top center;
    font-size: 12px;
	text-align:left;
	font-family: font-family: verdana, arial, sans-serif;
	color: #442d30;
    margin: 0;
	padding: 0;
    overflow-y:scroll;
	}


img{border:0px;}

h1,h2,h3,h4{margin:0; padding:0; display:inline; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;}

.column-L h3,.column-L h2,.column-L h1{ font-weight:normal;}

a:link
{
    color:#158cb8;
    text-decoration:none;
    }
a:visited
{
    color:#158cb8;
    text-decoration:none;
    }
a:active
{
    color:#158cb8  ;
    text-decoration:none;
    }
a:hover
{
    color:#ff3d72;
    text-decoration:none;
    }
