﻿/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol,li, dl, dt, dd,
 caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}
/*HTML5用ブロック*/
header, footer, article, aside, time ,nav, section { display: block; }

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/*リンクアンカー*/

a:link           		{color: #1d3994; }

a:visited        		{color: #941d55; }

a:hover          		{
		  		color: #1d3994;
                  		text-decoration: underline;
                 		}

a:active         		{color: #1d3994;}

p                		{margin-bottom:10px;
                                 text-indent:1em;
                                }
a {text-decoration: none; }

/* 画像の下にできる隙間をなくす 
img { vertical-align: bottom;}*/
         