﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}


body {
	background: #fff url(../img/PrNew_body-back.jpg) top left no-repeat;
	text-align: center;
}


/*----------------------------------------------------
containerの設定
----------------------------------------------------*/
#stage {
	margin: 0px auto;
	width: 820px;
	height: auto;
	overflow: hidden;
	background: #fff url(../img/PrNew_stage_bg.jpg) repeat-y;
}

#stage div#contents_area {
	width: 820px;
	height: auto;
	overflow: hidden;
	background: url(../img/PrNew_contents_area_bg.jpg) no-repeat;
}



/*----------------------------------------------------
ヘッダ部分の設定
----------------------------------------------------*/
#header_area {
	margin: 0px auto 10px;
	padding: 0 15px;
	position: relative;
	width: 800px;
	width: 770px;
	background: #fff;
	font-size: 12px;
	text-align: left;
}


a img {
	border: none;
}


#header_area ul {
	position: absolute;
	top: 40px;
	right: 10px;
}


#header_area ul li {
	padding: 0 5px;
	display: inline;
}

#header_area ul li.company {
	border-right: 1px #000 solid;
}


#header_area p.oricon {
	position: absolute;
	top: 10px;
	right: 14px;
}



/*----------------------------------------------------
フッタ部分の設定
----------------------------------------------------*/
#footer_line {
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px;
	border-bottom: 1px #7f7f7f solid;
	width: 800px;
	width: 770px;
	height: 1px;
	overflow: hidden;
}


#footer_area {
	clear: both;
	margin: 0 auto;
	padding: 5px 15px;
	border-bottom: 1px #7f7f7f solid;
	width: 770px !important;width/**/:800px;
	height: 100%;
	color: #000;
	background-color: #fff;
	font-size: 10px;
	text-align: left;
}


#footer_area ul li {
	padding: 0 5px;
	border-right: 1px #000 solid;
	display: inline;
}


#footer_area ul li#listFirst {
	padding-left: 0;
}


#footer_area address {
	font-style: normal;
	text-align: right;
}


/*----------------------------------------------------
コンテンツ部分の設定
----------------------------------------------------*/
#main-contents {
	margin: 0px auto;
	width: 770px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}


#main-contents_2 {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 800px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}



/*----------------------------------------------------
ページトップへの設定
----------------------------------------------------*/
#gototop {
	margin: 10px auto;
	width: 770px;
	font-size: 12px;
	text-align: right;
}



/*----------------------------------------------------
アテンションエリアの設定
----------------------------------------------------*/

.attention-area {
	margin: 20px auto;
	padding: 0 ;
	line-height: 120%;
	color: #333333;
	font-size: 95%;
	text-align: left;
}



.attention-area p.attentionTitle {
	margin: 10px 0;
	padding: 5px;
	border-top: 1px #999 solid;
	border-right: 10px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 10px #999 solid;
	font-weight: bold;
}


.attention-area dl dt {
	float: left;
	width: 1em;
}


.attention-area dl dd {
	padding-left: 1.5em;
}


.attention-area dl:after {
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}



