@charset "UTF-8";
@import url("reset.css");

/*===================================================================
------------------
Table Of Contents
------------------
 00) basic
 00) top
 00) lightbox
 00) campaign
===================================================================*/

/*-------------------------------------------------------------------
 00) basic
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	font-family:'ＭＳ Ｐゴシック','MS P Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}

/* IE6 */
* html body {
	font-size: 75%;
	text-align: center;
}

/* IE7 */
*:first-child+html body { font-size: 75%; }

* html table th,
* html table td { font-size: 75%;}

hr { display: none;}

button {
	background: none;
	border: 0;
	overflow: visible;
	cursor: pointer;
}

/*
a { color: ;}
a:hover { color: ;}
*/

/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {	clear: both; }

 /* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

/*-------------------------------------------------------------------
 00) top
-------------------------------------------------------------------*/
body#top {
	background: transparent url(../images/bg_top.jpg) center top no-repeat;
}

body#campaign {
	background: transparent url(../images/bg_campaign.jpg) center top no-repeat;
}

#swissTop {
	margin: 0 auto;
	width: 980px;
	height: 1363px;
	position: relative;
}

#swissTop div { position: absolute;}
#swissTop #lnk01 { top: 86px; left: 84px;}
#swissTop #lnk02 { top: 111px; left: 431px;}
#swissTop #lnk03 { top: 0px; left: 727px;}
#swissTop #lnk04 { top: 308px; left: 8px;}
#swissTop #lnk05 { top: 424px; left: 536px;}
#swissTop #lnk06 { top: 586px; left: 156px;}
#swissTop #lnk07 { top: 783px; left: 346px;}
#swissTop #lnk08 { top: 909px; left: 19px;}
#swissTop #lnk09 { top: 1079px; left: 565px;}
#swissTop #lnk10 { top: 1155px; left: 91px;}

#lnkArea {
	margin: 0 auto 36px;
	width: 980px;
}

#lnkArea ul li { float: left;}

#footArea {
	margin: 0 auto;
	width: 980px;
	height: 190px;
	position: relative;
}

#footArea h1,
#footArea div,
#footArea #fukidashi,
#footArea ul#sns { position: absolute;}

#footArea h1 { top: 12px; left: 197px;}
#footArea #bnr1 { top: 120px; left: 739px; padding-bottom: 20px;}
#footArea #bnr2 { top:0; left: 739px;}
#footArea #logo1 { top: 51px; left: 0;}
#footArea #logo2 { top: 91px; left: 0;}

#footArea #fukidashi {
	top: 0px;
	left: 900px;
	width: 0;
	height: 0;
	z-index: 99;
}

#footArea ul#sns {
	top: 10px;
	left: 0;
	overflow: hidden;
	_zoom: 1;
}

#footArea ul#sns li {
	float: left;
	margin-right: 10px;
}

#floating {
	position: absolute;
	top: 0;
	left: 0;
}

#floating2 {
	position: absolute;
	top: 0;
	right: 0;
}


/*-------------------------------------------------------------------
 00) lightbox
-------------------------------------------------------------------*/
body#lightbox {
	padding: 42px 0 0 0;
	background: transparent;
	line-height: 1.9;
}


#lightbox #contents {
	width: 866px;
	margin-left: 28px;
	padding-bottom: 20px;
	position: relative;
	background: transparent url(../images/bg_lightbox.png) 0 0 no-repeat;
}

#lightbox #contents h1 {
	position: absolute;
	top: -42px;
	left: -28px;
}

#lightbox #contents .head {
	position: relative;
	margin: 0 40px 15px 40px;
	border-bottom: 1px dotted #d90015;

}

#lightbox #contents .head #img1 {
	position: absolute;
	top: -42px;
	right: 0;
}

#lightbox #contents .head p {
	padding: 52px 0 1em 0;
	width: 506px;
}

#lightbox #contents .head .btn {
	padding-bottom: 20px;
}

#lightbox #contents .sts {
	height: 50px;
}

#lightbox #contents h2 {
	margin: 0 42px 18px;
}

#lightbox #contents dl {
	margin: 0 42px 18px;
	padding-bottom: 18px;
	overflow: hidden;
	_zoom: 1;
	border-bottom: 1px dotted #d90015;
}

#lightbox #contents dt {
	float: left;
}

#lightbox #contents dd {
	float: right;
	width: 430px;
}

#lightbox #contents dd h3 { padding-bottom: 10px;}
#lightbox #contents dd p { padding-bottom: 2em;}
#lightbox #contents dd p .sfont { font-size: 0.9em;}


#lightbox #closeArea {
	position: relative;
	text-align: center;
	height: 55px;
	width: 894px;
	background: transparent url(../images/bg_close.png) 0 0 no-repeat;
}

#lightbox #closeArea #logo {
	position: absolute;
	top: 0px;
	right: 40px;
}

/*-------------------------------------------------------------------
 00) campaign
-------------------------------------------------------------------*/
#swissCamp {
	margin: 0 auto;
	width: 980px;
}

#swissCamp #header {
	position: relative;
	height: 236px;
}

#swissCamp #header p,
#swissCamp #header h1,
#swissCamp #header ul#sns {
	position: absolute;
}

#swissCamp #header p#logo { top: 8px; left: 0;}
#swissCamp #header h1 { top: 0; left: 183px;}
#swissCamp #header p#logo1 { top: 105px; left: 741px;}
#swissCamp #header p#logo2 { top: 105px; left: 872px;}
#swissCamp #header ul#sns {
	top: 150px;
	left: 748px;
	overflow: hidden;
	_zoom: 1;
}

#swissCamp #header ul#sns li {
	float: left;
	margin-right: 10px;
}

#swissCamp #movie {
	margin-bottom: 10px;
	text-align: center;
}

#swissCamp #quiz {
	margin: 0 auto;
	width: 902px;
	position: relative;
}

#swissCamp #quiz .btn {
	position: absolute;
	top: 202px;
	left: 182px;
}

#swissCamp .bnrArea1 {
	padding: 30px 0 20px;
	text-align: center;
}
#swissCamp .bnrArea2 {
	padding: 0px 0 40px;
	text-align: center;
}

#swissCamp .oubo {
	margin: 0 auto 70px;
	width: 881px;
}

#swissCamp .oubo h2 { margin-bottom: 50px;}

#swissCamp .oubo dl {
	width: 881px;
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 30px;
}

#swissCamp .oubo dt {
	float: left;
	width: 174px;
}

#swissCamp .oubo dd {
	float: right;
	width: 687px;
}

#swissCamp .oubo dd em {
	font-weight: bold;
	font-size: 1.2em;
	color: #d90015;
}

#swissCamp .oubo .end {
	color: #d90015;
}