@charset "UTF-8";

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

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

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


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

body {
	color: #000;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	border-top: none;
}

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

#header {
	margin: 0 auto 10px;
	width: 100%;
	height: 100px;
	text-align: center;
}

/* グローバルナビ */

#grobalNavi {
	display: none;
}

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

#main {
	margin: 50px auto 0;
	padding: 0;
	width: auto;
	text-align: center;
}
.bgPhoto {
	background:url(../img/common/bg_main.jpg) no-repeat 760px 110px;
}

/* contents */
#main #contents {
	padding: 0;
	float: left;
	width: 660px;
	min-height: 500px;
	height: auto !important;/* IE6 min-height */
	height: 500px;
	text-align: left;
}

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

#topicPass {
	margin: 0 auto 30px;
	padding-right: 10px;
	width: 890px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#topicPass ol {
	margin: 0;
	display: block;
	text-align: right;
}
#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 {
	display: none;
}

/* goPageTop */

#goPageTop {
	display: none;
}

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

#footer {
	display: none;
}