/*全体*/

div.top	{
	display:none;
}
body	{
    font-family:MingLiU,'MS UI Gothic','LiHei Pro','Apple LiGothic',sans-serif;

    color: #444f56;
    font-size: 11px;
}

/*タイトル*/
.title	{
		background-color:orange;
		padding: 4px;
}
.title h1	{
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 1px 5px;
		font-size: 25px;
		color: white;
}
.title h2	{
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 1px 10px;
		font-size: 18px;
		color: white;
}		
.title p	{
		font-size: 11px;
		color: white;
}		
.title p.top	{

		padding-left:25px;
}
.title	span	{
	font-size:10px;
	padding:4px 0px;
}
table.title a	{
	color: white;
	text-decoration: none;
		}
table.title a:visited	{
		color:gray;
		}

table.title a:hover	{
		color: red;
		}
table.title a:active	{
		color: green;
		}
table.title th	{
		padding: 0px 5px;
}
table.title td	{
		color: white;
		font-weight:bold;
}
/*メニュー*/


.menu2	{
	clear:left;
}
.menu2 div	{
		margin-top:10px;
		margin-bottom:5px;
		}
.menu2 a	{
	display:block;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px;
	width:105px;
	padding: 2.5em 0em;
	text-align: center;
	text-decoration: none;
	}

a.link04:hover	{
		background-color: orange;		
		border-color:orange;
		}
a.link04	{
		color:orange;
}

a.link05:hover	{
		background-color: olive;
		border-color:olive;
		}
a.link05	{
		color:olive;
}

a.link06:hover	{
		background-color: #abc04e;
		border-color:#abc04e;
		}
a.link06	{
		color:#abc04e;
}
a.link07:hover	{
		background-color: yellowgreen;
		border-color:yellowgreen;
		}
a.link07	{
		color:yellowgreen;
}
a.link08:hover	{
		background-color: #87ad93;
		border-color:#87ad93;
		}
a.link08	{
		color:#87ad93;
}
a.link09:hover	{
		background-color: skyblue;
		border-color:skyblue;
		}
a.link09	{
		color:skyblue;
}

.menu2 a:hover	{
		color:white;
}

/*コンテンツ1*/
	
.con	{
	position:absolute;
	top:75px;
	left:125px;
	width: 650px;
	height: 350px;
	background-repeat:no-repeat;
	background-position:-20px 0px;
}

.con h1	{
	margin:10px 24px 0px;
	line-height: 60px;
}

.con p	{
	position: absolute;
	margin-top: 0px;
	background-color:white;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
.con span	{
	float: right;
	padding-top: 8px;
	font-size: 55px;
	color:orange;
}

/*コンテンツ2*/
.con2	{
	position:absolute;
	top:430px;
	left:125px;
	width: 650px;
	margin-bottom:10px;

}

table.con2 {
    position: absolute;
    top:0px;
    left:0px;
    margin-top: 0px;
    border-collapse: collapse;
    padding: 5px;
    border:solid 1px #f57029;
    background-color: #f1efef;
}


table.con2  td {
	text-align:center;
	font-weight: bold;
}

