@charset "utf-8";

/*---------------------------------------------------
screen用の設定を消す
---------------------------------------------------*/
#header_area ul,
#footer_area ul,
#footer_area p,
#footer_area img {
	display: none;
}

/*-- ページトップへ --*/
#gototop {
	display: none;
}

body {
	color: #000;
}

/*---------------------------------------------------
print用の設定
---------------------------------------------------*/
#main-contents {
	width: 770px;
	text-align: left;
	margin: 2px auto 0px auto;
	padding: 0px;
}

/*----------------------------------------------------
containerの設定
----------------------------------------------------*/
#stage {
	margin: 0px auto;
	width: 820px;
	height: auto;
}
#stage div#contents_area {
	width: 820px;
	height: auto;
}


/*----------------------------------------------------
ヘッダ部分の設定
----------------------------------------------------*/
#header_area {
	margin: 0px auto;
	padding: 0 15px;
	width: 770px;
	_width: 800px;
	text-align: left;
	position: relative;
	font-size: 12px;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}
　
/*----------------------------------------------------
フッタ部分の設定
----------------------------------------------------*/
#footer_area {
	margin: 0 auto;
	padding: 5px 15px;
	width: 770px !important;width/**/:800px;
	font-size: 10px;
	color: #000;
	border-top: 1px #000 solid;
	clear: both;
}

#footer_area address {
	text-align: center;
	font-style: normal;
}

/*----------------------------------------------------
コンテンツ部分の設定
----------------------------------------------------*/

#main-contents {
	width: 770px;
	text-align: left;
	margin: 2px auto 0px auto;
	padding: 0px;
}


/*----------------------------------------------------
アテンションエリアの設定
----------------------------------------------------*/

.attention-area {
	margin: 20px auto;
	padding: 0 ;
	text-align: left;
	font-size: 95%;
	line-height: 120%;
}


.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 {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  


