﻿@charset "utf-8";



/*----------------------------------------------------
	Reset
----------------------------------------------------*/
*{zoom:1;}


html {
height: 100%;
width: 100%;
min-width: 1000px;
overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}


hr,legend {
display: none;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}

img,abbr,acronym,fieldset {
border: 0;
}

li {
list-style-type: none;
}

img {
vertical-align: bottom; 
}



/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
background: #7fafe9 url(../../img/bg.gif) center top;
color: #7a675d;
font-size: 14px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.5;
text-align: center;
margin: 0 auto;
}

* + html body {
font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a {text-decoration: none;}
a:link { color: #3198f7; }
a:visited { color: #1263e8; }
a:hover { color: #ff9e3e;}
a:active { color: #f8ff3e; }


