body {
	margin:0px;
	padding:0px
	}


/* タイトル */
.title {
	width:780px;
	height:78px;
	padding:0px
	}

.title h1	{
	background-image:url(flower.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:50px 50px;
	font-size:16px;
	color:#ffffff;
	}
	
/* メニュー */

.menu {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	border-left:solid 0px #ffffff;
	padding:100px 0px 10px 15px;
	}

.menu div	{
	width:200px;
	margin-bottom:10px;
	}
	
.menu div.jp	{
	width:152px;
	background-color:white;
	padding:1px 0px 2px 8px;
	font-size:9px;
	margin-top:1px;
	margin-bottom:10px;
	color:#888888
	}

.menu a	{
	display:block;
	width:200px;
	border:solid 1px #73a1ff;
	padding:10px;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	color:#000099
	}

.menu a:hover	{
	background-color:lightyellow;
	color:#ffaa00
	}
.menu p
	{
	font-size:12px;
	color:#000000
	}
	
	

/* コンテンツ */
.con	{
	position:absolute;
	top:100px;
	left:250px;
	width:520px;
	height:700px;
	margin-bottom:30px
	}

.con h2	{
	margin-bottom:10px;
	font-size:18px;
	color:#000099
	}

.con p	{
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
	line-height:150%;
	font-size:12px;
	color:#000000
	}