@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/*タイトル部*/
#Company {
}

#Company .Name {
	font-size:54px;
	font-weight:nomal;
}

#Company .Catch {
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

/*コンテンツ*/
#Contents {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#098432;
}

#Contents .item {
	font-size:16px;
	color:#FFFFFF;
}

#Contents a:link {
	color: #FFFFFF;
}
#Contents a:visited {
	color: #FFFFFF;
}
#Contents a:hover {
	color: #FFF463;
}
#Contents a:active {
	color: #000000;
}
