@charset "shift_jis";

/* +++++++++++++++++++ CSS information ++++++++++++++++++++++++++
File Name  : default.css
Author     : ネタ本
Style Info : ページの基本的な設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ボディ */
body {
margin: 0px;
padding:0px;
text-align: center;
color: #421f00;
font-size: 100%;
font-family: MS-PGothic,Osaka, sans-serif;
}

textarea { font-family: sans-serif; }

/* ++++++ リンク色 ++++++ */
a:link { color: #375c1f;text-decoration: none; }
a:visited { color: #9b2893;text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

img {
margin: 0px; 
border: 0px;
padding:0px;
}

/* ボックスマージン */
body div,table {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

h1,h2,h3,h4,h5 {
margin: 0px;
padding:0px;
}


