@charset "utf-8";
/* CSS Document */
/*------------------------------------------2009年12月4日-----*/
/*-------------------------------------------playguide/function/aitune/（共有）----*/
/*--コンテンツ内box--*/
.box{
	width:620px;
	text-align:left;
	padding:0 0 40px 40px;
	_padding:0 0 40px 1px;
	}

*:first-child+html .box {
	padding:0 0 40px 0;
	}
	
/*--2カラム-------*/
.left{
	float:left;
	width:280px;
	margin:0 auto;
	}

.right{
	float:right;
	width:320px;
	}

/*--end　2カラム--*/

/*右寄せの画像*/
img.rightimg{
	float:right;
}

/*--下部　stepリンク--*/
.step li{
		display:inline;
}

/* -- 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 -- */

/*--talk cocoro &ai--*/

.cocoro{
	color:#0F787D;
	}

.ai{
	color:#FF5683;
	}


/*------------------------------------------2009年12月4日-----*/
/*-------------------------------------------index.html（aiちゅ～んとは）----*/

/*--ページタイトル下の画像--*/
#index img.main{
	margin-top:15px;
}

#index h3{
	text-align:left;
	margin-left:20px;
	}
	
#index h4{
	color:#0074C5;
	border-bottom:#0074C5 1px solid;
	font-size:15px;
	padding-left:15px;
	margin-bottom:10px;
	background:url(../_image/aitune/h3_bg.gif) no-repeat;
	font-weight:bold;
	}

#index p{
	margin-bottom:30px;
	}
	
#index img{
	margin-bottom:30px;
	}
	
#index p.next{
	color:#F29600;
	font-size:15px;
	font-weight:bold;
	margin:30px 0 5px;
	clear:both;
	}

