@charset "utf-8";
/* CSS Document */

/*------------------------------------------2009年12月4日-----*/
/*-------------------------------------------index.html（aiぽんとは）----*/

/*--ページタイトル下の画像--*/
img.main{
	margin-top:15px;
}
	
#index h3{
	text-align:left;
	margin-left:20px;
	}

#index p{
	margin-bottom:5px;
	}

#index .box{
	width:620px;
	text-align:left;
	padding:20px 0 40px 40px;
	_padding:20px 0 40px 0;
	}

*:first-child+html #index .box {
	padding:20px 0 40px 0;
	}
	
#index .box img{
	margin:0 0 30px;
	padding:0;
	border:0;
	}



/*--2カラム-------*/
#index .left{
	float:left;
	width:300px;
	margin:0 auto;
	}

#index .right{
	float:right;
	width:300px;
	}

/*--end　2カラム--*/
/* -- clear float (コンテンツ2カラム分け部分-- */ 
.floatlr { 
    min-height:0; 
    display: inline-table; 
} 
.floatlr:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .floatlr {height:0;} 
.floatlr{display: block;} 
/* */ 
/* -- end clear float -- */