@charset "utf-8";

/*
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------GLOBAL RESET------------------------------------------------
--------------------------------------------------------------------------------------------------------------
*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tbody,th,td{margin:0em;padding:0em;}
	/*body{font-size:62.5%;font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}*/
	body{font-size:62.5%;font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
	/*table{border-collapse:collapse;border-spacing:0em;}*/
	fieldset,img,abbr{border:0em;}
	address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
	caption,th{text-align:left;}
	ul{list-style:none;}
	img{vertical-align:bottom; border:none;}
	
	.clearfix:after {
	  content: ".";  /* 新しい要素を作る */
	  display: block;  /* ブロックレベル要素に */
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}
	
	.clearfix {
	  min-height: 1px;
	}
	
	* html .clearfix {
	  height: 1px;
	  /*?*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
	}
	
body {
	width:100% ;
	height:auto ;
	background-image:url(../img/back.gif) ;
	background-repeat: repeat-x repeat-y ;
}

	
#wrapper {
	width:802px ;
	margin: 0px auto ;
}

	#header {
		margin-top:5px ;
	}


	#contents {
		width:802px ;
		margin-top:10px ;
	}
	
		#leftCon {
			display:block ;
			float:left ;
			width:190px ;
		}
		
		#leftCon li {
			margin-bottom:5px ;
		}
		
		#rightCon {
			width:592px ;
			display:block ;
			float:left ;
			margin-left:20px ;
		}
		
			.conTop {
				width:592px ;
			}
			
			
			#textBox {
				margin-top:5px ;
				padding:15px ;
				font-size:12px ;
				color:#6a5000 ;
				line-height:2em ;
				border:2px solid #ebdcb8 ;
				background-color:#fff ;
				margin-bottom:5px ;
			}
			
			.subTitle {
				font-weight:bold ;
				color:#71a35d ;
				font-size:15px ;
			}
			
			
			
		
#footer {
	width:100% ;
	background-color:#ebdcb8 ;
	margin-top:50px ;
	height: auto ;
	padding: 20px 0 20px 0 ;
}

	#footerCon {
		width:802px ;
		margin:0px auto ;
	}
	
	#footerCon li {
		display:block ;
		float:left ;
		margin-left:15px ;
	}
	
	#footerCon li a{
		font-size:12px ;
		border:2px solid #fff ;
		background-color:#71a35d ;
		padding:5px ;
		color:#fff ;
		text-decoration: none ;
	}
	
	#footerCon li a:hover{
		font-size:12px ;
		border:2px solid #dec78f ;
		padding:5px ;
		color:#ebdcb8 ;
	}