@charset "utf-8";
/*
	Description: individual
	Version: 0.01
	lastupdate:20090224
	Author: nabe3.0
*/
/*********************
* *1:entrance 
*********************/

/*********************
* *1:entrance [body id="ent"]
*********************/
body#ent {
	background-image: url(../images/ent-bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:left;
}
body#ent img {
	behavior: url(iepngfix.htc);
}
body#ent h1 {
	margin-left:20px;
}
body#ent #wrapper {
	width:800px;
}
#mainImg {
	margin-top:10px;
} 
#entrance {
	text-align:center;
	padding-top:4px;
	padding-bottom:15px;
}
#entrance a:hover img {
	filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}
#entrance p {
	margin-top:16px;
}
#ent h1 {
	margin:0;
	padding:0;
}
/*********************
* *2:main 
*********************/
#newsContent {
	float:left;
	width:450px;
}
#news {
	width:450px;
	height:420px;
	overflow-y:scroll;
}
.list {
	clear:both;
	padding-bottom:10px;
	border-bottom:dashed 1px #fff;
	display:inline-block;
}
			
.list:after {/*list clearfix */
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* hides from IE-mac \*/
* html .list {
	height:1%;
}
.list {
	display:block;
}
/* End hide from IE-mac */
.list li.date {
	color:#FF0000;
	background-position:0 18px;
	padding-left:15px;
	padding-top:15px;
	margin-left:20px;
	background-image: url(../images/indexNewsLi.gif);
	background-repeat: no-repeat;
}
.list dl {
	padding-top:10px;
	color:#fff;
}
.list dt {
	font-weight:bold;
}
.list dd {
	padding-top:10px;
	padding-left:5px;
}
.list li img {
	float:right;
	padding-right:8px;
	padding-left:5px;
}
#cover {
	width:320px;
	float:right;
	margin-bottom:10px;
}
#coverGirl {
	width:320px;
	height:420px;
	position:relative;
	margin-top:5px;
}
#coverGirl img {
	padding:10px;
	position:relative;
	top:10;
	left:10;
}
#scheduleContent {
	clear:both;
}

#scheduleL {
	width:780px;
	height:250px;
	margin-top:5px;
}
#scheduleC {
	width:760px;
	margin-top:5px;
	margin-left:20px;
}
#scheList {
	width:772px;
	/*height:175px;*/
	height:245px;
	overflow-y:scroll;
	/*margin-top:5px;
	margin-left:5px;*/
	margin-bottom:5px;
	padding:5px 0 0 5px;
	color:#fff;
	position:relative;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	background-color: #000;
}
#scheListC {
	margin-bottom:5px;
	padding:5px 0 0 5px;
	color:#fff;
	position:relative;
	background-color: #000;
}
#scheList ul {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#scheList li {
	background:url(../images/tabBg.gif) no-repeat;
	width:246px;
	height:130px;
}
#scheList ul.list4 li {
	background:url(../images/tabBg4.gif) no-repeat;
	width:175px;
	height:130px;
	padding-top:7px;
	padding-left:5px;
}
#scheList ul.list4 {
	margin-right:5px;
	position:relative;
}
#scheList ul.list4 li table {
	border-collapse:collapse;
}
#scheList ul.list4 li .new {
	position:absolute;
	top:7px;
	left:5px;
}
/*#scheList ul.list4 li table td {
	padding-left:5px;
}*/
#scheList ul.list4 li table td {
	padding-left:10px;
}
#scheList ul.list4 li table td.list4Img {
	padding-left:0px;
}
#scheList ul.list4 li table td.list4Name {
	font-weight:bold;
	font-size:12px;
}

#scheListC ul {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#scheListC li {
	background:url(../images/tabBg.gif) no-repeat;
	width:246px;
	height:130px;
}
#scheListC ul.list4 li {
	background:url(../images/tabBg4.gif) no-repeat;
	width:175px;
	height:130px;
	padding-top:7px;
	padding-left:5px;
}
#scheListC ul.list4 {
	margin-right:5px;
	position:relative;
}
#scheListC ul.list4 li table {
	border-collapse:collapse;
}
#scheListC ul.list4 li .new {
	position:absolute;
	top:7px;
	left:5px;
}
#scheListC ul.list4 li table td {
	padding-left:5px;
}
#scheListC ul.list4 li table td.list4Img {
	padding-left:0px;
}
#scheListC ul.list4 li table td.list4Name {
	font-weight:bold;
	font-size:12px;
}

#indexFoot {
	clear:both;
	margin-top:15px;
}
#indexFoot a:hover img {
	filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}
#indexFoot div {
	float:left;
	padding-right:4px;
	display:inline;
}
#indexFoot div.mobile {
	position:relative;
	padding-right:0;
	width:262px;
	height:130px;
	background:url(../images/indexBtm03.gif) no-repeat;
}
#indexFoot div.mobile em {
	display:none;
}
#indexFoot div.mobile form {
	position:absolute;
	left: 6px;
	top: 55px;
}
#indexFoot div.mobile #qr img {
	position:absolute;
	left: 182px;
	top: 41px;
}
#domain {
	width:155px;
	line-height:1.1em;
	font-size:10px;
	color:#fc4343;
	position:absolute;
	left: 11px;
	top: 82px;
}
/*********************
* *3:出勤
*********************/
#TabbedPanels1 {
	margin-top:15px;
}
/*********************
* *4:システム
*********************/
#system {
	background:url(../images/image09_1232637804.jpg) no-repeat center;
	clear:both;
}
#system dl {
	margin:10px;
}
#system dl dt {
	margin-bottom:10px;
}
#system dl dd {
	padding:10px;
	margin:0px auto;
	border:1px solid #999;
}
#system dl dd table {
	margin:auto;
}
#system dl dd table td {
	padding:5px;
}
/*********************
* *5:メルマガ
*********************/
#mmag {
	/*background:url(../images/mmagBg.jpg) no-repeat;*/
	width:780px;
	height:600px;
	padding-top:20px;
	color:#fff;
}
#mmag table p {
	color:#fff;
}
p.mmtitle {
	background:url(../images/mmTab.gif) no-repeat;
	width:250px;
	height:25px;
	padding:7px 30px;
	letter-spacing:0.2em;
	margin:10px 0 0 47px;
	color:#fff;
}
.ml70 {
	margin-left:70px;
}
/*#mm01 {
	width:578px;
	height:78px;
	background:#333;
	border:#FFF 1px solid;
	margin:20px 0 0 125px;
}*/
table#mmInput {
	margin:20px 0 0 125px;
	background:#333333;
	border:#FFF 1px solid;
}
table#mmInput td {
	padding:10px;
}
.fs8px {
	font-size: 8px;
}
#mmTouroku {
	margin-left: 603px;
}
/*********************
* *６:求人
*********************/
h1#recruit {
	background:url(../images/recruitTitle.jpg) no-repeat;
	width:800px;
	height:130px;
}
#recContent {
	background:#FFF;
	color:#333;
	padding-bottom:20px;
	width:100%;
}
#recContent dl {
	width:589px;
	border:1px solid #CCCCCC;
	margin:10px auto;
	padding-left:10px;
	background:#FFFFFF;
}
#recContent dt {
	font-size:14px;
	background:url(../images/recruit02.gif) no-repeat;
	width:459px;
	height:58px;
	padding-top:33px;
	padding-left:15px;
}
#recContent dd {
	margin-top:-20px;
}

#bosyu h3 {
	background: url(../images/recruit03.gif) no-repeat;
	width:600px;
	height:45px;
	text-align:center;
	margin:auto;
	font-size:16px;
	padding-top:12px;
}
#bosyu dt {
	background:url(../images/recruit05.gif) no-repeat;
	width:459px;
	height:30px;
	padding-top:8px;
	padding-left:20px;
}
#bosyu dd {
	padding-left:200px;
	padding-top:20px;
	font-size:12px;
}
#bosyu dl {
	padding-bottom:10px;
}
/*********************
* *7:お問い合わせ
*********************/
table#form {
	margin:10px auto;
}
table#form td {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:10px;
}
/*********************
* *8:運営者
*********************/
table#uneisya {
	width:600px;
	margin:15px auto;
}
table#uneisya td {
	padding:5px;
}

dl#pri {
	line-height:2em;
}
/*********************
* *9:show
*********************/
#show {
	background:url(../images/syoukai.gif) no-repeat;
	width:710px;
	height:710px;
}
#show-type2 {
	background:url(../images/syoukai2.gif) no-repeat;
	width:710px;
	height:680px;
}
#show-type3 {
	background:#000 url(../images/syoukai.jpg) no-repeat;
	width:730px;
	margin:0;
	padding:0;
}
#show-type4 {
	background:url(../images/syoukai2.gif) no-repeat;
	width:710px;
	height:640px;
}
#show-type2 td.lh3 {
	padding-left:50px;
}
#showLeftComm {
	width:80%;
	text-align:left;
	padding:10px;
	line-height:1.5em;
	margin:10px auto;
	border:1px solid #999;
}
#showWrapp {
	text-align:left;
}
#showName dl {
	margin:30px 0 0 30px;
	color:#fff;
}
#showName dt {
	font-size:20px;
	float:left;
	width:5em;
}
#showName dd {
	font-size:14px;
	margin-left:5em;
	padding-top:5px;
}
#showContent {
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
}
#showConL {
	/*background:url(../images/showConL.jpg) no-repeat;*/
	width:366px;
	height:488px;
	float:left;
	padding-top:0px;
	color:#fff;
}
#show-type3 #showConL {
	/*background:url(../images/showConL.jpg) no-repeat;*/
	width:366px;
	/*height:488px;*/
	height:auto;
	float:right;
	padding-top:0px;
	color:#fff;
}
#showConL a {
	#fff;
}
.lh3 {
	line-height:3em;
}
#showConL td {
	border-bottom:1px solid #FFF;
	padding-top:2px;
}
#show-type2 #showConL td {
	border-bottom:1px dotted #777;
}
#showConR {
	width:304px;
	float:right;
}
#show-type3 #showConR {
	width:304px;
	/*height:700px;*/
	float:left;
}
#showConR p img {
	border: 2px solid #FFFFFF;
}
#showConR ul {
	margin-top: 4px;
}
#showConR li {
	float:left;
	margin-right:1px;
}

#showSche {
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
}
#showSche table {
	width:300px;
	color:#fff;
	text-align:center;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
}
#showSche table th {
	font-weight:normal;
	background:#777;
	padding-top:2px;
	text-align:center;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}
#showSche table td {
	background:#333;
	padding-top:2px;
	text-align:center;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}
#showSche dt {
	color:#fff;
	font-weight:bold;
}

#show-type3 #showConR li {
	margin-bottom:2px;
}
#showConR li.showLas {
	margin-right:0px;
}

#showConRL {
	padding-left:20px;
	padding-top:10px;
}
#showConRL p img {
	border: 2px solid #FFFFFF;
}
#showConRL ul {
	margin-top: 4px;
}
#showConRL li {
	float:left;
	margin-right:1px;
}
#showConRL li.showLas {
	margin-right:0px;
}

#showComme {
	clear:both;
	/*margin-left:15px;
	margin-right:15px;
	margin-top:10px;*/
	padding:15px;
	padding-top:20px;
	color:#333333;
	height:65px;
	_height:60px;
	overflow:auto;
}
.showCut {
	text-align:center;
}
.showCut a {
	color:#fff;
}
#showOption {
	margin-top:10px;
}
#showOption td {
	border-bottom:none;
}
.optionOther {
	width:300px;
	border:1px solid #666666;
}
table.link {
	border-collapse:separate;
	margin:10px auto;
	width:610px;
}
table.link td {
    padding:5px;
}	
#bosyu dt {
	margin-top:10px;
}
#bosyu dd {
	border-bottom:1px dashed #ffa903;
	padding-bottom:10px;
}
