@charset "UTF-8";
/* CSS Document */

BODY {font-size:10px; color:#666666; line-height: 13px;
 background-color: #CCCCCC; margin:15px 0 0 0;
 padding:0;
 font-family:"HG丸ｺﾞｼｯｸM-PRO", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
} 

a img { border: 0; }
a:link {text-decoration: underline; color: #FF9900;}
a:visited {text-decoration: underline; color: #FF9900;}
a:active {text-decoration: underline; color: #CC0000; }
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

/* 
---------------------------------------------------- */
#wrapper{
	width:760px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

#look_newhead {
 clear:both;
 width:760px;
 height:66px;
 margin:0px;
 background: url("../image/interface_look_newhead.gif") no-repeat;
 text-align:right;
 vertical-align:top;
 
 }
#look_face_monita {
	clear:both;
	width:760px;
	height:434px;
	text-align:center;
	background: url("../image/back_interface.gif") no-repeat;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka;
 }
 
#sc_profile{
 margin-right:20px;
} 
 
 

 
#look_monita {
	width:714px;
	height:368px;
	padding:8px 0 0 0;
	margin:0px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	
 }


#newfooter {
 clear:both;
 width:710px;/*dafaultより変更*/
 padding:5px 22px 0px 28px;/*dafaultより変更*/
 height:120px;
 margin:0px;
 background: url("../image/interface_newfooter.gif") no-repeat;
 }


 #footer_bottom{
 clear:both;
 padding:0px 0 0 0 ;/*dafaultより変更*/
 height:15px;/*dafaultより変更*/
 margin:0;
 font-weight:300;
 text-align:left;
 }
 
 
 .left{
 float:left; 
 	 
	 }
 .right{
 float:right;

 }
#footer_bottom .left{
	font-size:10px;
	color:#4D434B;
	line-height: 150%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:650px;

	}
#footer_bottom .right{
	text-align:right;
	width:50px;
	}
 


/* tooltip */

#screenshot{
	position:absolute;
	border:none;
	background: none;
	display:none;
	
	}

/* tranceparent */
.imgArea    { width: 100%; }  
.imgArea:after  { height:0; visibility: hidden; content: "."; display: block; clear: both; }  
.imgArea li { list-style-type: none; float: left; }  
.imgArea a  {  
     display: block;  
     width: 200px;  
     border: 1px solid #CCC;
	 margin-right:10px; /*dafaultより変更*/
 }  
.imgArea a:hover    { border: 1px solid #BC80BD; }  
