@charset "Shift_JIS";

@import url(reset.css);

html,body {
	text-align: center;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size:0.86em;
	line-height: 1.5em;
	color: #666666;
}
#contents {
	position: relative;
	margin: 0 auto;
	text-align: left;
}

/*フォント*/
a:hover {
	text-decoration: underline;
}
a {
	color: #ff6633;
	text-decoration: none;
}
.topPage li a {
	color: #ffd133;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; } 

.attention {
	color: #cc3333;
}
.caption {
	font-size:0.90em;
	line-height: 1.2em;
}
strong{
	color:#ff0000;
	font-weight: bold;
}

/*トップページ
---------------------------------------------*/
.topPage #contents {
	width: 900px;
	height: 590px;
	margin-top: 20px;
	padding: 20px 25px;
	background: url(../img/top_back.gif) no-repeat;
}
.topPage #main {
	position: absolute;
	width: 415px;
	height: 590px;
	top: 20px;
	left: 25px;
}
.topPage #detail {
	position: absolute;
	width: 485px;
	height: 490px;
	top: 130px;
	left: 440px;
}

/* ブランディングエリア */
.topPage h1 {
	position: absolute;
	width: 415px;
	top: -1000px;
	text-indent: -1000em;
	/*background: url(../img/top_main.gif) no-repeat;*/
}

/*タイトル*/
.topPage h2 {
	position: absolute;
	top: -1000px;
	width: 415px;
	text-indent: -1000em;
	/*background: url(../img/top_ttl.gif) no-repeat;*/
}
.topPage #main p {
	text-indent: -1000em;
}

/*ニュース*/
#news {
	position: relative;
	width: 413px;
	height: 228px;
	top: 0px;
	left: 40px;
	padding: 10px;
	border: 1px solid #0068b7;
}
#news ol {
	overflow: auto;
	display: block;
	width: 395px;
	height: 160px;
	margin: 0px;
	padding: 10px;
	background: url(../img/dot.gif) repeat-y;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#a9a9a9;
	scrollbar-highlight-color:#e5e5e5;
	scrollbar-darkshadow-color:#cfcece;
}
#news li {
	width: 340px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: top left;	
}
#news #news01 {
	background-image: url(../img/number01.gif);
}
#news #news02 {
	background-image: url(../img/number02.gif);
}
#news #news03 {
	background-image: url(../img/number03.gif);
}
#news #news04 {
	background-image: url(../img/number04.gif);
}
#news #news05 {
	background-image: url(../img/number05.gif);
}
#news p {
	width: 390px;
	margin-top: 5px;
	margin-left: 10px;
	font-size:0.90em;
	line-height: 1.2em;
}

/*メニュー*/
.topPage .menu {
	position: absolute;
	width: 485px;
	height: 230px;
	top: 260px;
	left: 0px;
}

/*携帯登録方法
---------------------------------------------*/

.mobilePage #contents {
	width: 880px;
	height: 800px;
	padding: 0 35px;
	background: url(../img/back.gif);
}
.mobilePage .content {
	position: relative;
	width: 880px;
	height: 260px;
	margin-bottom:20px;
	background: url(../img/dot.gif);
}
.mobilePage li {
	position: absolute;
	width: 380px;
	height: 240px;
}
#step1,#step3,#step5 {
	top: 0px;
	left: 10px;
}
#step2,#step4,#step6 {
	top: 0px;
	left: 440px;
}
.mobilePage #btn {
	position: absolute;
	top: 157px;
	left: 17px;
}
.mobilePage .arrow {
	position: absolute;
	top: 117px;
	left: 393px;
}

/* ブランディングエリア */
#parco_mail_title {
	position: relative;
	width: 950px;
	height: 140px;
	margin: 20px auto 0;
	background: url(../img/title.gif) no-repeat;
}
#parco_mail_title p {
	position: absolute;
	top: 20px;
	right: 20px;
}
.mobilePage h1 {
	text-indent: -1000em;
	
}

/*タイトル*/
.mobilePage h2 {
	position: absolute;
	width: 390px;
	top: -2000px;
	text-indent: -1000em;
	background: none;
}
.mobilePage .content p {
	position: absolute;
	width: 390px;
	top: -2000px;
	text-indent: -1000em;
}
.mobilePage .content .text {
	position: absolute;
	width: 230px;
	text-indent: 0em;
	font-size: 12px;
	line-height: 26px;
	left: 140px;
	top: 30px;
}


#footer {
	position: relative;
	width: 950px;
	height: 70px;	
	margin: 0 auto 20px;
	background: url(../img/btm.gif) no-repeat top;
	text-align: center;
}
#footer img {
	width: 98px;
	height: 17px;
	margin: 10px auto;
}

/*オンマウス
---------------------------------------------*/
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

