@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */


/* PageTitle */
h2{
	width:755px;
	height:30px;
	background:url(../images/title01.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	padding:5px 5px 0 0;
	margin:0 0 20px;
}

/* Main */
.box{
	width: 740px;
	height: 100%;
	margin: 0 auto;
}
.box img{
	width:218px;
	float:left;
	border:1px solid #c4c4c4;
}
.box p{
	width:500px;
	float:right;
	line-height:160%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	
}
.name{
	clear:both;
	width:210px;
	height:32px;
	margin:15px 0 0 auto;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../images/name.gif) no-repeat right 0;
}
/*.name{
	clear:both;
	width:210px;
	height:32px;
	margin:15px 0 0 auto;
	display:block;
	line-height:100%;
  text-align:right;
}*/
