/* Clear
-------------------------------------------------- */

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;
}
html{
    overflow-y: scroll;
}
/*h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}*/
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}

textarea {
 font-size: 100%; }
 
img.imgleft {
	text-align:left;
	float:left;
	width:310px;
	padding-right:15px;
}

img.imgright {
	text-align: right;
	float:right;
	width:140px;
	padding-left:15px;
}

/*img {
 vertical-align: middle;
 color: #ffffff;
 background: transparent;}
*/

/* Link 
-------------------------------------------------- */
/*リンク文字の色*/
a:link {
	color: #0166ca;
	text-decoration: underline;
	background: transparent;
}

/*訪問済みリンクの色*/
a:visited {
	color: #554e94;
	text-decoration: underline;
}

/*マウスオーバーの時の色*/
a:hover {
	color: #ff9933;
	text-decoration: none;
}

/*訪問済みの時の色*/
a:active {
	color: #554e94;
	text-decoration: none;
}


/* Font
-------------------------------------------------- */

body {
	font-size: 14px;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-size: 90%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 90%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

p {
	color: #58565b;
	line-height:1.7em;
	font-size: 95%;
        margin: 10px 0;
}

/*p {
	color: #58565b;
	line-height:1.5em;
	font-size: 100%;
}*/



@media screen and (min-width: 641px) {
#top-head{display: none;}

}





