﻿@charset "utf-8";



/*----------------------------------------------------
	Reset
----------------------------------------------------*/
*{zoom:1;}


html {
height: 100%;
width: 100%; 
min-width: 1050px;
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: middle; 
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
background: #fff;
color: #6c7a80;
font-size: 12px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
text-shadow:0px 1px 0px #e0e5ec;
line-height: 2.5em;
text-align: center;
margin: 0 auto;
}

* + html body {
font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/


a:link { color: #00a0e9; }
a:visited { color: #00a0e9; }
a:hover { color: #00a0e9;}
a:active { color: #00a0e9; }
