@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------------------------------

	reset

------------------------------------------------------------------------- */
html, body, div, p, span, h1, h2, h3, ul, ol, li, table, tr, td, th, frame, noframe, frameset, a, img {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: none;
	margin: 0;
	padding: 0;
}
html, body {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 150%;
}
ol, ul, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}



/* -------------------------------------------------------------------------

	style

------------------------------------------------------------------------- */
.wrapper {
	width: 754px;
	margin: 14px auto 0;
}
	.left {
		width: 246px;
		float: left;
		padding: 0 8px 0 9px;
	}
	.right {
		width: 483px;
		float: left;
	}

h1 {
	margin-bottom: 102px;
}
h2 {
	margin: 0 0 10px 2px;
}

p {
	font-size: 10px;
	color: #600;
	margin-top: 0 3px 0 2px;
	padding-top: 3px;
}

ul {
	margin: 0 0 20px 2px;
}
	ul li a {
		color: #555;
		font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 170%;
	}
	ul li a:hover {
		color: #006cb8;
	}

.adobe {
	line-height: 250%;
	margin-left: 2px;
}

.logo {
	width: 120px;
	margin: 5px auto 0;
}