/* CSS Document */
@charset "shift_jis";


/*--------初期解除----------*/

* {
padding: 0px;
margin: 0px;
list-style: none;
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 150%;
}

img{
border: 0;
}

h1,h2,h3,h4,h5,h6,p,ul {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino　Kaku　Gothic　Pro", Osaka, sans-serif;
}


/*---------初期設定---------*/

body {
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino　Kaku　Gothic　Pro", Osaka, sans-serif;

/*font-family: "Arial", Gadget, sans-serif;*/
color: #444444;
text-decoration: none;
overflow-x: hidden;
}

address {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
color: #444444;
text-decoration: underline;
overflow: hidden;
outline: none;
}

a:hover {
color: #9BA800;
text-decoration: none;
}

