@charset "utf-8";


/* All Setting
=========================================================================================== */

* {
	margin: 0;
	padding: 0;
	color: #111111;
	font-size: 100%;
	line-height: 100%;
}


/* Body & Base Setting
=========================================================================================== */

body {
	margin: 0 auto;
	background:url(../img/header_bg.gif) top repeat-x;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.05em;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
 }

fieldset { border: none; }

ul { list-style: none; }

img { border: none; 
	  vertical-align:bottom;
}

strong { font-weight: bold; }

em { font-style: italic; }


/* Link Setting
=========================================================================================== */

a:link, a:link * {
	color: #06417E;
	text-decoration: none;
}
a:visited, a:visited * { 
	color: #551A8B;
	text-decoration: none;
}
a:hover, a:hover * {
	color: #0961bb;
	text-decoration: underline;
}
a:active, a:active * {
	color: #0961bb;
	text-decoration: underline;
}