@charset "Shift_JIS"; 

* {margin: 0;padding: 0;font-weight : normal;font-style : normal; }

html{
height:100%;
margin:0px 0px 0px 0px;}

body {
margin:0px auto;
font-size : 15px;
color: #000066;
letter-spacing : 1px;
text-align: center;
font-family: "ＭＳ Ｐゴシック",sans-serif;}

//*ページ全体の指定*//
#wrap {text-align: left; margin: 0px;
margin-left : auto ; margin-right : auto ;}   
body > #wrap {height: auto;}  

//*リンクボタン指定*//
a{ text-decoration: none; outline: none;}
a:link{ color:#333366;}
a:visited{ color:#333366;}
a:hover{ color:#CC9966;}
a:active{ color:#FFCC66;}

//*画像縁取り削除、コンテンツ中央配置、テキスト設定*//
img{ border: 0;}
table{text-align: center; margin-top: 10px; margin-left : auto ; margin-right : auto ;}
td.text{text-align: left; font-size: 15px; line-height: 20px; padding:10px 0px 0px 10px;}
