/*---------基本設定----------*/
body{
	margin:0;
	padding:0;
	}
	
div, img , h1, h2, h3{
	margin:0;
	padding:0;
	}


body{
 background: #FFFFFF;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 color:#666666;
 
 }
 
 

#wrapper{
 width:1200px;
 margin:0 auto;
 }
 
a {
 color:#6666CC;
 text-decoration:none;
 }

a:hover, a:visited{
 color:#666699;
 }
	
		
/*---------コンテンツ----------*/


#content1{
 position:relative;
 }
 
#pro{
  position:absolute;
  width:360px;
  top: 230px;
  left: 830px;
  font-weight:bold;
  font-size: 10px;
  line-height:1.4;
}


.nameU{
 font-size: 18px;
 }
 
#mail{
	width:200px;
	position:absolute;
	font-size: 0.8em;
	top:195px;
	left:295px;
  }

#left_con {
	float: left;
	width: 536px;
	margin-top:20px;
}
#right_con {
	padding-top:10px;
	float: left;
	width: 664px;
	line-height:2.5;
}
 #right_con p{ padding: 20px 0 0 20px; font-size:0.9em; font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; color: #333333;}
 
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}
#header{
 margin:0;
 padding:0;
 width:1200px;
 }
 
#footer{
 width:1200px;
 text-align:center;
 }

#btn{
 width:283px;
 height:26px;
 position:absolute;
 top:215px;
 left:126px;
 }
 #btn p {text-indent:-9999px;}
 #btn a{
 	display:block;
	width:283px;
	height:26px;
	background:url(img/btn.jpg) no-repeat;
	overflow:hidden;
   outline:none;
	}
	#btn a:hover{ background:url(img/btn_rl.jpg) no-repeat;}
	
 
