/* CSS Document */

/*-----レイアウトがCenter用の指定------*/
#bodyLayout{
	text-align:center;
}
#topLayout{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#bottomLayout{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/*-------初期設定---------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
body{
	scrollbar-Track-Color:#eeeeee;
	scrollbar-Face-Color:#ffcccc;
	scrollbar-Shadow-Color:#ffcccc;
	scrollbar-DarkShadow-Color:#ffcccc;
	scrollbar-Highlight-Color:#ffcccc;
	scrollbar-3dLight-Color:#ffcccc;
	scrollbar-Arrow-Color:#FFFFFF;
}

html,body#index-body {
	height: 100%;	/* height100%指定用 */
}
img {
	vertical-align:top;
}
ul,li {
	list-style: none;
}	
address {
	font-style:normal;
}
a:link {
	color: #ff0099;
	text-decoration: none;
}
a:visited {
	color: #ff0099;
	text-decoration: none;
}
a:active {
	color: #ff6699;
	text-decoration: none;
}
a:hover {
	color: #ff6699;
	text-decoration: underline;
}

/*Fx*/
.clearfix:after {
	content: ".";
	font-size: 0;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*ie7*/
.clearfix {
	display: inline-block;   
}


/*--------各ブロック毎の指定----------------*/
body#index-body{
	
}

#bodyLayout{
	width:100%;
	height:100%;
	min-height:100%;	/* height100%指定用 */
}

body#index-body > #bodyLayout{
	height:auto;
}


#topLayout {
	width: 810px;	
}

#header {
	height: 444px;
	background:url(/img/newImage/index/headerBg.jpg) no-repeat;
}

.headerArea {
	width:600px;
	margin-left:215px;
	padding-top:30px;
	font-size:12px;
}

.headerArea h1{
	font-weight: bold;
	color: #ff0099;
}

.headerArea p{
	margin-top:20px;
	line-height:120%;
	color:#555555;
}




.renewal{
	font-size: 0px;
	line-height: 0px;
	text-indent:-9999px;	
}

.entrance {
	width:600px;
	margin-top:220px;
	margin-left: 33px;
}

.entrance dt{
	font-size:0px;
	line-height:0px;
	text-indent:-9999;	
}
.entrance dd{
	float:left;
}

.entrance dl dd a:hover{
	background-position: 0px 100%;
}
a.enter{
	width: 258px;
	height: 68px;
	background-image:url(/img/newImage/index/enterBg.jpg);
	background-position: 0px 0px;
	display:block;
	text-indent:-9999px;
	outline: 0px;
	
	margin-right:30px;
}
a.exit{
	width: 258px;
	height: 68px;
	background-image:url(/img/newImage/index/exitBg.jpg);
	background-position: 0px 0px;
	display:block;
	text-indent:-9999px;
	outline: 0px;
}




#contents {
	margin-top:15px;
}


#main {
padding: 0px 50px;
}

	
.indexMobile {
	width: 223px;
	height: 140px;
	background:url(/img/newImage/index/mobileBg.jpg) no-repeat;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	float:left;
}

.indexCampaign {
	float:right;
}
.indexAdw {
	float:left;
}
.indexCampaign .sslTable th,
.indexAdw .sslTable th {
	padding-right:10px;
}
.indexCampaign .sslTable td,
.indexAdw .sslTable td {
	color:#999999;
	font-size:11px;
	padding-top:5px;
}

.indexCampaign h2,
.indexCampaign p,
.indexAdw p {
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;	
}
	
.indexSsl {
	width:100%;
	text-align:center; /*センター寄せ部品*/
	margin-top: 10px;
}


.indexSsl dl{
	width:570px;
	margin: 0px auto; /*センター寄せ部品*/
	text-align: left; /*センター寄せ部品*/
}
.indexSsl dt{
	width:120px;
	float:left;
}
.indexSsl dd{
	width: 450px;
	float:left;
	font-size:11px;
	margin-top:3px;
	color:#999999;
}


#bottomLayout{
	width: 810px;
	height: 87px;
	background:url(/img/newImage/index/footerBg.jpg) no-repeat;
	margin-top:40px;
}

#footer{
	
}

div.footerMenuArea{
}

.addressArea{
	margin-top:20px;
	margin-left:400px;
	font-size:12px;
}

ul.footerMenu{
	width:357px;
	margin-top:15px;
	margin-left:453px;
}


ul.footerMenu li{
	float: left;
	margin: 5px 5px 0px 0px;
	font-size:11px;
	white-space:nowrap;
}

ul.footerMenu a,ul.footerMenu a:hover,
ul.footerMenu a:visited,ul.footerMenu a:active {
	color:#666666;
}

#footer address {
	text-align:right;
	display:block;
	margin-top:15px;
	font-size:12px;
	color: #FF80C0;
}
#footer address a {
	color: #FF80C0;
	text-decoration:none;
}

/*-----デザイン用------*/
#pageLayout{
	
}
	
