@charset "utf-8";

/* Universal
------------------------------*/
* {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック" osaka; */
	font-family: "ＭＳ Ｐゴシック" osaka;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: medium;
	text-align: center;
	background: #F6F6F6 url(images/home/bgi_top.gif) repeat-x left top;
	color: #666666;
}

/* Headline
------------------------------*/
h1 {
	font-size: 140%;
	line-height: 140%;
}

h2 {
	font-size: 120%;
	line-height: 140%;
}

h3 {
	font-size: 120%;
	line-height: 140%;
}

p,
dl dt, dl dd,
table th, table td {
	font-size: 75%;
	line-height: 140%;
}

ul, ol {
	font-size: 90%;
}

p {
	margin-bottom: 10px;
}

a, span, em, strong, input, textarea, select, label {
	font-size: 100%;
}

/* Anchor
------------------------------*/
a:link {
	color: #676F9D;
}

a:visited {
	color: #676F9D;
}

a:hover {
	color: #FF9900;
}

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