	@charset "UTF-8";
/* CSS Document */
	
	/* 左カラム */
	#side1{
		width:246px;
		float:left;
		margin-left:27px;}
		
		#side1 img {
				margin-top:35px;
				margin-bottom:75px;}
		
		#side1 ul{
			font-size:90%;
			}
			
	/* メイン */
	#main{
			float:left;
			margin-left:15px;
			margin-top:30px;
			margin-bottom:77px;
			margin-right:27px;
			width:680px;}
			
			#main p{
					font-size:90%;}
					
			#main img{
					margin-top:20px;}
	
			.example table {
					width: 100%;
					margin-top:20px;
					margin-bottom:20px;
					font-size:77%;
					border: 1px #000000 solid;
					border-collapse: collapse;
					}
					
					
					
					.example td {
					border: 1px #000000 solid;
					padding-left:5px;
					padding-top:3px;
					padding-bottom:3px;
					}
					
					.example th {
					border: 1px #000000 solid;
					width:15%;
					text-align: center;
					font-weight:normal;
					}

			
					.example2 table {
					width: 80%;
					font-size:77%;
					border: 1px #000000 solid;
					border-collapse: collapse;
					margin-bottom:20px;
					}
					
					.example2 td {
					border: 1px #000000 solid;
					text-align: center;
					padding-top:3px;
					padding-bottom:3px;
					}


			
	/* 右カラム */

	