/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

body {
	background-color: #e1e1e1;
	background-image: url(../images/top-base.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	display: block;
	padding: 0;
	width: 910px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/mainContents-base.gif);
	background-repeat: repeat-y;
}

#contents {
	padding: 0;
	width: 577px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}


/* 各ページ用追加スタイル */
/* ---------------------------------------------------------------- */

/* HOME(TOP)ページ */


#main_image {
	width: 100%;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* HOME(TOP)ページ:info */

#infoBox {
	width: 387px;
	background-image: url(../images/topInfo-base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 173px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 180px;
}

#infoBox p {
	margin-right: 0;
	margin-left: 0;
	line-height: 100%;
	margin-bottom:0;
}

#infoBox .txtR{
	text-align:right;
	padding-right:1em;
}

#infoBox a {
	color: #A10505;
}

#infoBox a:hover {
	color: #666666;
}


/* HOME(TOP)ページ:topics */

#topics

  {
	text-align: center;
	background-image: url(../images/topWork-base.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 567px;
	margin-right: auto;
	margin-left: auto;
}

#topics .staff {
	background-image: url(../images/topics-base_bg.gif);
	background-repeat: repeat-y;
	width: 681px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#topics  .title {
	font-weight: bold;
	color: #425C78;
	text-align: left;
}

#topics  p    {
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topics  a    {
	font-weight: bold;
	color: #425C78;
	text-align: left;
}

#recruitArea {
	background-image: url(../images/topRecruit-base.gif);
	background-repeat: repeat-y;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#recruitArea p {
	text-align: left;
}

#recruitArea a {
	color: #333333;
}

#recruitArea a:hover {
	color: #A10505;
}


.day {
	color: #A70D0D;
	margin-top: 5px;
	font-weight: bold;
}

.detail01 {
	width: 314px;
	background-image: url(../images/datail01-base.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.detail02 {
	margin-top: 5px;
	background-image: url(../images/datail02-base.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 314px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.line     {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.txt-clr-red {
	color: #FF0000;
}


#topics    table.data     th     {
	padding: 2px;
	white-space: nowrap;
	color: #A3D539;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}

#topics   table.data    td     {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#sidebar

  {
	margin-right: auto;
	margin-left: auto;
	width: 333px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* HOME(TOP)ページ:banner */

#sidebar  .bnr {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding-bottom: 2px;
}

#sidebar .bnr img {
	margin-bottom: 10px;
}


address a:link,
address a:visited{
	color:#FFF;
}
