/*全体*/



div.top	{

	display:none;

}

body	{

	font-family: Georgia, serif;

	color: #444f56;

	font-size: 11px;

}



/*タイトル*/

.title	{
		
		background-color:orange;
		
		padding: 4px;
		width: 775px;
}

.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;
}

ul.navi	{
	background-color: orange;
	color: white;
	margin:0px;
	font-size:10px;
	
}
ul.navi	li	{
	display: inline;
	list-style-type: none;
	margin: 0px 0.2em;
	border-left: dotted 1px white;
	padding:0px 8px;
}

ul.navi a	{

	color: white;

	text-decoration: none;

		}

ul.navi a:visited	{

		color:gray;

		}

ul.navi a:hover	{

		color: red;

		}

ul.navi a:active	{

		color: green;
}

/*メニュー*/





.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;

	}

.menu2-2	{

	clear:left;

}

.menu2-2 div	{

		margin-top:10px;

		margin-bottom:5px;

		}

.menu2-2 a	{

	display:block;

	font-size: 12px;

	font-weight: bold;

	border: solid 1px;

	width:105px;

	padding: 2em 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;

}

a.link10:hover	{

		background-color: #800000;

		border-color:#800000;

		}

a.link10	{

		color:#800000;

}



.menu2 a:hover	{

		color:white;

}

.menu2-2 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;

}



