.menu a,
.title div,
.con div	{
	color:darkgreen
	}


.title h1	{
	color:#fd6330
	}

body,
.con h2	{
	background-color:lightseagreen;
	}

.title h1	{
	border-bottom-color:#fd6330;
	}

.sub	{
	border-left-color:#74ced1;
	}

				/*051211 .con h3と.con hrを追加*/
.con h3	{
	color:seagreen;
	}

.con hr	{
	color:seagreen;
	}
				/*追加終わり*/

.menu div.jp,
.title p,
.con p	{
	color:#333333
	}

.sub	{
	color:white
	}

.menu a:hover,
.con h2	{
	color:white
	}


.main,
.menu div.jp,
.menu a	{
	background-color:white;
	}

.menu a:hover	{
	background-color:#666666;
	}

.menu	{
	position:absolute;
	top:20px
	}

.left	{
	position:absolute;
	left:10px;
	}

.right	{
	position:absolute;
	left:780px;
	}

.main	{
	position:absolute;
	left:180px;
	top:20px;
	width:600px;
	padding:20px 20px 20px 20px
	}


/* メニュー */
.menu div	{
	}

.menu div.jp	{
	width:150px;
	padding:5px 0px 5px 10px;
	font-family:ＭＳ ゴシック,平成角ゴシック;
	font-size:14px;
	margin-top:-6px;
	margin-bottom:8px;
	}

.menu a	{
	display:block;
	width:150px;
	padding:8px 8px 5px 8px;
	text-decoration:none;
	font-family:ＭＳ ゴシック,平成角ゴシック;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	}


.sub	{
	width:150px;
	margin-top:10px;
	border-left:solid 8px;
	padding-left:6px;
	line-height:13px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}

img.adobe	{
	width:80px;
	height:30px;
	}

/* タイトル */
.title h1	{
	margin-top:0px;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:solid 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	}

.title div	{
	font-size:18px;
	font-weight:bold;
	}

.title p	{
	margin-top:5px;
	margin-bottom:20px;
	width:220px;
	line-height:120%;
	font-size:12px;
	}

img.05logo	{
	position:absolute;
	margin-top:-9px;
	margin-left:390px;
	width:170px;
	height:92px;
	}

/* コンテンツ */
.con	{
	margin-bottom:30px;
	clear:both
	}

.con h2	{
	padding:3px;
	margin-bottom:10px;
	font-size:20px;
	}

				/*051211 .con h3を追加*/
.con h3	{
	padding:3px;
	margin-bottom:-10px;
	font-size:16px;
	}

.con div	{
	font-size:18px;
	margin-bottom:5px;
	}

.con a	{
	font-size:14px;
	}

.con p	{
	margin-top:-1.5em;
	margin-left:1.5em;
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	font-size:18px;
	}

.con pre	{
	margin-top:0.2em;
	margin-left:1.5em;
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
	font-size:12px;
	}

				/*051211 .con hrを追加*/
.con hr	{
	size:2px;
	}