@charset "utf-8";

/*
----------------------------------------
2007.2.26
version 1.0
----------------------------------------
*/

/*左コンテンツ*/
#I-info{
	background:#F5F4F3;
	width:220px;
	padding:10px;
	border-radius:5px; /* CSS3草案 */  
    -webkit-border-radius:5px; /* Safari,Google Chrome用 */  
    -moz-border-radius:5px; /* Firefox用 */
	margin-bottom:20px;
}


/*右コンテンツ*/
#I-area{
	background:url(./img/index/area_tit.jpg) left top no-repeat;
	width:690px;
	height:50px;
	font-size:0.85em;
	color:#999;
	}
	
#I-area a{color:#999;}

#I-area a:visit{color:#333;}

#Area-txt{width:540px; margin-left:150px;}

#I-Lis {display:block; width:690px; margin-bottom:15px;}
#I-List li{
	float:left;
	padding:15px 0px;
	margin-bottom:15px;
	text-align:center;
	background:#F5F9FE;
	width:220px;
	border-radius:5px; /* CSS3草案 */  
    -webkit-border-radius:5px; /* Safari,Google Chrome用 */  
    -moz-border-radius:5px; /* Firefox用 */
}

#I-List h4 a{ font-size:0.85em; font-weight:bold; color:#FF6600;}
#I-List h4 a:visit{ font-size:0.85em; font-weight:bold; color:#FF6600;}

#I-List .Add{font-size:0.85em; color:#999999;}
#I-List .Plan{font-size:0.95em; font-weight:bold; color:#666666;}
#I-List .Price{ font-size:0.95em; font-weight:bold; color:#FF6600;}