@charset "UTF-8";

/*
/////////// プリント設定 //////////

	(1)__base
 	(2)__header
 	(3)__main
	(4)__footer

/////////////////////////////////////////
*/


/*====================
	(1)__base
  ==================== */

body {
	color: #555555;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	padding-top: 0px;
	width: 100%;
	background: none;
}

/*====================
	(2)__header
  ==================== */

#header {
	display: none;
}

/*====================
	(3)__mainCont
  ==================== */

#main {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: none;
	text-align: center;
}

/* contents */

#main #contents {
	padding: 0;
	border-right: none;
	float: left;
	width: 679px;
	min-height: 700px;
	height: auto !important;/* IE6 min-height */
	height: 720px;
	text-align: left;
}

/* sideNavi */
#main #sideNavi {
	display: none;
}

/* recomendArea */
#main #sideNavi #recomendArea {
	display: none;
}

/* topicPass */
#topicPass {
	margin: 0 auto 5px;
	width: 900px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
#topicPass ol {
	margin: 0;
	display: block;
	text-align: left;
}
#topicPass ol li {
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-type: none;
}
#topicPass ol li a {
	margin-right: 0px;
	padding-right: 22px;
	color: #333333;
	background: url(../img/common/bg_topicPass_arrow.gif) no-repeat right 50%;
}
#topicPass ol li a:hover {
	text-decoration: underline;
}

#main #contents .return {
	padding-top: 20px;
	width: 654px;
	clear: both;
	text-align: center;
}

/* goPageTop */

#goPageTop {
	display: none;
}

/*====================
	(4)__footer
  ==================== */

#footer {
	display: none;
}