@charset "UTF-8";

/* ベース */
* {
margin: 0px;
padding: 0px;
list-style: none;
font-family: Verdana, 'Lucida Grande',Meiryo,Osaka,"ＭＳ Ｐゴシック", Arial,Osaka, sans-serif; 
}

body {
background-color: #000000;
margin: 0px auto 0px auto;
padding: 0px 0px 50px 0px;
text-align: center;
}

img {
display: block;
border: none;
}

p,li {
font-size: 13px;
line-height: 1.5em;
color : #efefef;
}

li {
list-style: none;
}

em,strong,h1,h2,h3,dt {
font-family: Verdana, 'Lucida Grande',Meiryo,Osaka,"ＭＳ Ｐゴシック", Arial,Osaka, sans-serif; 
font-weight: normal;
}

h1 {
font-size: 20px;
color : #000000;
}

h2 {
font-size: 18px;
color : #222222;
}

h3 {
font-size: 16px;
color : #333333;
}

hr {
border-style: solid;
border-color: #999999;
}

a {text-decoration: none;}
a:active {color: #0000af;}
a:link {color: #afaf00;}
a:visited {color: #afaf00;}
a:hover {text-decoration: none;color: #dfdfdf;font-weight:normal;}

.english {
font-family: Verdana, 'Lucida Grande',Meiryo,Osaka,Arial,sans-serif; 
line-height: normal;
}