﻿@charset "utf-8";

/* ----------------------- Browser Default Initialization */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img
{margin: 0;	padding: 0;}

table
{border-collapse: collapse;border-spacing: 0;}
caption, th
{text-align: left;}
hr,legend{display: none;}
h1, h2, h3, h4, h5, h6	{font-size: 100%; font-weight:normal;}
li{list-style-type: none;}
ol li{list-style-type:decimal;
margin-left:20px;
margin-bottom:15px;
}
/* ------------ Font Style */

html{overflow-y: scroll;}
img{border:0;}
a{text-decoration:none; color:#3366CC;}
a:hover{text-decoration:none; color:#88A5E1;}

body {
margin:0; padding:0;
background-image: url(image/bg.png);
background-color: #E9EADD;
background-repeat:repeat-x;
background-position:center top;
vertical-align: baseline;
text-align:center;
line-height: 1.5;
font-size: 0.875em;
font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic", Sans-Serif;
}
