@charset "shift_jis";
/*--information---------------------------------------------------------
Last update：07/08/28
File name ：index.css
Site name：webメール
Summary：「お客様サポート（メインコンテンツ内）」で使用しています。
Copyright：Copyright (C) 2007. webメール. All Rights Reserved
-------------------------------------------------------------------------*/

/*--ContainerInner----------------------------------------------------------*/
div#containerInner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../../images/common/containerInner.gif);
	background-repeat: repeat-y;
	text-align: left;
	clear: both;
	
}

/*--Inner_left----------------------------------------------------------*/
div#inner_left {
	float: left;
	width: 553px;
	padding-bottom: 30px;
	
}

/*h2*/
h2 {
	height: 100px;
	width: 552px;
	margin-top: 1px;
	margin-bottom: 20px;
	display: block;
	
}
/*support_box*/
div#support_box {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	
}
div#support_box ul{
	list-style-type: none;

	
}
div#support_box li{
	display: inline;
	width: 250px;
	float: left;
	height: 100px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #CCCCCC;

	
}

