/* Setting Reset
/* h1,h2,h3,h4,h5,h6,pre,code,address,caption,em,strong,th,div,p,a,img,table,ul,dl,ol,li,td,th*/
* {
margin:0px;
padding:0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,em,strong,p,th{
text-decoration:none;
font-size:100%;
font-weight:normal;}

ul,ol{
list-style:none;}

dt,dd{
display:inline;}

img{
border:none;}

/* Global setting*/

html{
height:100%;}

body{
background-color:#222222;
background-image:url('images/bg_base.jpg');
background-position:center;
background-repeat:repeat-y;
font-size:0.95em;
letter-spacing:-0.025em;
line-height:160%;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}

a:link{color : #3399ff; text-decoration:none;}
a:visited{color : #336699; text-decoration:none;}
a:hover{color : #3399ff; text-decoration:underline;}