body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12;
	color:dimgray
}

a:link{
	color:dimgray;
	padding-bottom:10
}

a:visited{
	color:black
}

a:hover{
	color:darkorange
}

img {
    border-style:none
}

/*ページ幅*/
#container{
		margin:0 auto;
		width:800px;
		text-align:center;
			
}

/*ヘッダ*/
#header{
		margin:0 auto;
		width:100%;
		height:170;
		text-align:left;
		background:url(image/title.jpg) no-repeat;
}

/*メインメニュー*/
li{
		float:left;
		line-height:40px;
		list-style-type:none;
}

#menuimage1 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/home.gif) no-repeat;		
}

#menuimage1 a:hover{
		background:url(image/home2.gif) no-repeat;
}

#menuimage2 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/profile.gif) no-repeat;		
}

#menuimage2 a:hover{
		background:url(image/profile2.gif) no-repeat;
}

#menuimage3 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/move.gif) no-repeat;		
}

#menuimage3 a:hover{
		background:url(image/move2.gif) no-repeat;
}

#menuimage4 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/logi.gif) no-repeat;		
}

#menuimage4 a:hover{
		background:url(image/logi2.gif) no-repeat;
}

#menuimage5 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/egs.gif) no-repeat;		
}

#menuimage5 a:hover{
		background:url(image/egs2.gif) no-repeat;
}

#menuimage6 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/recruit.gif) no-repeat;		
}

#menuimage6 a:hover{
		background:url(image/recruit2.gif) no-repeat;
}

#menuimage7 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/link.gif) no-repeat;		
}

#menuimage7 a:hover{
		background:url(image/link2.gif) no-repeat;
}

#menuimage8 a{
		display:block;
		width:100px;
		height:40px;
		background:url(image/faq.gif) no-repeat;		
}

#menuimage8 a:hover{
		background:url(image/faq2.gif) no-repeat;
}


/*メイン部*/
#main{
		float:left;
		margin:3em 0 1em 0;
		text-align:left;
		font-size:12
}

#main a{	
		font-size:12;
}

*.title{	
		width:400;
		height:25px;
}

*.pr{
		padding-top:10;
		padding-bottom:10;
		line-height:1.2
}		

*.small{
		padding-left:15;
		line-height:1.2;
		font-size:12
}

*.float
      {
	float:left;
	margin-top:0.5em;
	margin-right:1em;
      }

*.floatclear
      {
         clear: both;
      }


/*Pマーク他インフォメ部*/
#info{
		float:right;
		width:320px;
		text-align:left;
}

#info li{
		float:none;
		text-height:1.2;
		list-style-type:none;
		font-size:13
}

/*フッタ*/
#footer{
		clear:both;
		margin:3em 0 1em 0;
		width:100%;
		height:30px;
		text-align:center;
}

#footer hr{
		
