@charset "utf-8";

h1, h2, h3, h4, h5, h6, ul, li,dl,dt,dd, em, strong, pre, code,
p,th,td,form,fieldset {
padding: 0;
margin: 0;
line-height: 1.0;
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration : none;
}

html{
margin:0;
padding:0;
height:100%;
 }

@font-face
{
font-family: mplus-1p-medium;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-medium.ttf')
     format("truetype");
} 

body {
width:100%;
height:100%;
font-famili: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
/*font-family:mplus-1p-medium,Verdana,"游ゴシック", YuGothic,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-size:12px;
margin:0;
padding:0;
background-color : #171c61;
border : 0;
color:#818078;
letter-spacing:1px;
line-height:1.5;
}

html>/**/body{
  /*overflow:-moz-scrollbars-vertical;*/
}

ul,li{
  list-style-type : none;
  text-decoration : none;
  border : 0;
}

table{
 border-collapse: collapse;
 border-spacing : 0;
}

p{
 margin:0;
 }
 
 a{
text-decoration:none;
 }
 
a:hover{
opacity:0.6;
  -webkit-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
}

a img:hover{
opacity:0.6;
  -webkit-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
}
 
img{
	border-style:none;	
	display:block;
}
