@charset "shift-jis";

/* basic sytle
--------------------------------------------------*/
body{
	background:#000000;
	color:#333333;
	font-family:"HiraKakuPro-W3",Osaka,"MS UIGothic",sans-serif;
	text-align : left;
	line-height: 140%;
}

/* $B8+=P$7(B */
h1, h2 h3 {
    font-weight: bold;
	font-size:140%;
}

/* $B8+=P$7(B2 */
h4, h5, h6 {
    font-weight: normal;
	font-size:130%;

}

/* $B%j%s%/(B */
a,
a:link,
a:visited {
    color: #cc0000;
    text-decoration: underline;
	
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
a:active {}

/* $B%j%s%/$D$-2hA|(B */
a img {
    border: 0;
}

/* $B%j%s%/$J$72hA|(B */
.image{
    padding : 0px;
}

/* $BCJMn(B */
p {
    margin: 10px 0px;

}

/* $B=g=x$J$7%j%9%H(B */
ul {
    padding: 0px;
}
	
ol {
    padding: 0px;
} 

li{
    padding: 0px;
} 

/* $BDj5A%j%9%H(B */
dl {}
dt {}
dd {
}

.clear {
    clear: both;
}