@charset "shift_jis";
/*--information---------------------------------------------------------
Last update：07/08/24
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;
	
}
/*Flash*/
div#flash {
	height: 150px;
	width: 525px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
	border-left-color: #CCCCCC;
	
}
/*h2*/
h2 {
	height: 36px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	
}
/*point_navi*/
div#point_navi {
	margin-right: auto;
	margin-left: auto;
	width: 530px;
	height: auto;
	margin-bottom: 20px;
}
div#point_navi ul{
	list-style-type: none;
	display: block;
}
div#point_navi li{
	height: 162px;
	width: 145px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	/*display: inline;*/
	position:relative;
}
div#point_navi li a	{
	height: 162px;
	width: 145px;
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	/* Operaはスクロールが出るので対応 */
	overflow:hidden;
}
div#point_navi li img{
	height: 15px;
	width: 70px;
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	visibility:hidden;
}
/*個別背景*/
div#point_navi li.list_01 {
	background-image: url(../images/common/menu01.gif);
	background-repeat: no-repeat;
	
}
div#point_navi li.list_02 {
	background-image: url(../images/common/menu02.gif);
	background-repeat: no-repeat;
	
}
div#point_navi li.list_03 {
	background-image: url(../images/common/menu03.gif);
	background-repeat: no-repeat;
	
}
div#point_navi li.list_04 {
	background-image: url(../images/common/menu04.gif);
	background-repeat: no-repeat;
	
}
div#point_navi li.list_05 {
	background-image: url(../images/common/menu05.gif);
	background-repeat: no-repeat;
	
}
div#point_navi li.list_06 {
	background-image: url(../images/common/menu06.gif);
	background-repeat: no-repeat;
	
}
/*リスト内説明テキスト*/
div#point_navi dl{
	width: 135px;
	margin-right: auto;
	margin-left: auto;
}
div#point_navi dt{
	height: 0%;
	width: 0%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
}
div#point_navi dd{
	font-size: 0.7em;
	margin-top: 90px;
	line-height: 1em;
	
}
/*whats_new*/
div#whats_new {
	clear: both;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
div#whats_new h3{
	height: 25px;
	width: 525px;
	background-image: url(../images/common/img_info02.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	
}
div#whats_new dl{
	height: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	background-color: #f2f2f2;
	overflow: auto;
	position: relative;
	
}
div#whats_new dt{
	font-size: 0.7em;
	display: block;
	position: absolute;
	left: 0px;
	margin: 10px;
	
}
div#whats_new dd{
	font-size: 0.7em;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 90px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}
