﻿/* CSS Document */
/** トップページ用　**/
/** main Image  **/
#mainimage{
	width:948px;
	height:350px;
	margin: 20px 0px 10px 0px;
	padding: 0;
	position:relative;
}

#LeftColumn{
	width:450px;
	float:left;
}
#RightColumn{
	width:450px;
	float:right;
}


#gelcoolImg{
	width:145px;
	height:108px;
	float:left;
	padding-right:5px;
}

#gelcoolText{
	padding:0px 0px 5px 7px;	
}

#gelcoolText p{
	text-align:right;
}

#Facebook{
	display :block;
	width:440px; 
	height:500px;
	padding:0px 5px;
	overflow-y:scroll;
	overflow-x:hidden;

}


