@charset "utf-8";
/* CSS Document */

#manufield {
	
}

#rightimage {
	display: block;
	float: right;
	width: 293px;
	height: 187px;
}
#submenulist {
	margin: 50px 0px 30px 0px;
}
#submenulist .submenu {
	display: inline-block;
	border: thin solid #DDD;
	padding: 7px 10px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F8F8F8));
	background: linear-gradient(#FFF, #F8F8F8);
	color: #666;
	width: 250px;
	padding: 15px;
	margin-bottom: 5px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#message {
	line-height: 120%;
	font-size: 15px;
	padding: 0px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 50px 0px;
	text-indent: 0em;	
}
#message h1 {
	text-align: center;
	letter-spacing: 1em;
	font-size: 19px;
	font-weight: normal;
	text-decoration: underline;
}
#message p {
	margin: 0px;
}
#message p#name {
	margin: 1em 0px;
	text-indent: 0px;
}