﻿/*　-------------------------------------------------------------------------------------

サイト共通設定
-------------------------------------------------------------------------------------　*/

* {
	font-size: 100%;
	line-height: 1;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana,Arial,sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/total/back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
* html body {
    font-family:'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
    font-family:メイリオ,'ＭＳ Ｐゴシック',sans-serif;
}
a:link {
	color: #97BC39;
}
a:visited {
	color: #97BC39;
}
a:hover {
	color: #748F2C;
}
a:active {
	color: #748F2C;
}
h1,h2,h3,h4,h5,h6,p,dt,dd,li,a {
	line-height: 1.4;
}
strong {
	font-weight: bold;
}

