@charset "shift_jis";
/* CSS Document */

/*************************************/
/*ベース設定*/
/*************************************/

html{
	font-family:'Verdana','Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body{
	margin:0;
	padding:0;
	font-size:13px;
	color:#000;
	line-height :20px;
	background:#000000;
	overflow:auto;
}

#wrapper{
	color:#fff;
	width:100%;
	margin:0 auto;
	background:#000000 url(../z_img/background.png) repeat-x;
}

.clear{
	clear: both;
}

/*************************************/
/*認証設定*/
/*************************************/
#ind_wrapper{
	background:#000000 url(../z_img/ind/back.png) repeat-x;
}

.n_click{
	margin:0px;
	padding:0px 5px;
}

#n_mini_comment{
	margin:40px 0px 20px 0px;
	color:#fff;
	font-size:10px;
	text-align:center;
}

#n_footer{
	margin:5px 0px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

/*************************************/
/*ヘッダー設定*/
/*************************************/

#header{
	margin:0 auto;
	width:1000px;
	height:225px;
	background:url(../z_img/header.png);
}

#s-scroll{
	margin:190px 50px 0px 25px;
	font-weight:bold;
}

#header_line{
	width:100%;
	height:40px;
	margin:0 auto;
	text-align:center;
	background:url(../z_img/bar.png) repeat-x;
}

#contents_line{
	width:100%;
	height:72px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:17px;
	text-align:center;
	background:url(../z_img/contents_line.jpg) repeat-x;
}

#scroll{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:945px;
	height:38px;
	line-height:38px;
	background:#fff url(../z_img/scroll.jpg);
	color:#fff;
	font-weight:bold;
	padding:0px 12px 0px 15px;
}

.page_header{
	margin:0px 0px 5px 0px;
}

/*************************************/
/*フッター設定*/
/*************************************/

#footer{
	margin-top:20px;
	width:100%;
	height:194px;
	color:#fff;
	text-align:center;
	background:url(../z_img/footer.png) repeat-x;
}

#footer_bar{
	width:100%;
	height:18px;
	color:#fff;
	text-align:center;
	background:url(../z_img/footer_bar.png) repeat-x;
}

#footer_link{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:20px 0px 0px 30px;
}

#footer_logo{
	width:980px;
	text-align:right;
	margin:0 auto;
}

.footer_link_g{
	padding:0px 15px 0px 0px;
}

/*************************************/
/*カラム設定*/
/*************************************/

#container{
	margin:0 auto;
	margin-top:10px;
	width:1000px;
	text-align:left;
	zoom: 1;
}

div#container div#content{
	position:relative;
}

div#container div#leftContent{
	float:left;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*background-color:#FF158A;*/
}

div#container div#centerContent{
	float:left;
	width:430px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*background-color:#FF158A;*/
}

div#rightContent{
	vertical-align: top;
	float:left;
	width:250px;
	padding:0px;
	text-align:left;
	/*background-color:#FFCC00;*/
}

#page_contents{
	margin:0 auto;
	margin-top:10px;
	width:950px;
	text-align:left;
	zoom: 1;
}

#page_detail{
	margin:10px 0px 0px 15px;
}

.rank_bar{
	color:#000;
	font-weight:bold;
	width:869px;
	height:40px;
	margin:0 auto;
	padding-top:20px;
	background:url(../ranking/img/rank_bar.png);
}

/*************************************/
/*出勤ページ設定*/
/*************************************/

.P_schedule_waku{
	margin-bottom:15px;
	width:900px;
	height:130px;
	font-size:13px;
	text-align:left;
	padding:8px;
	background:#FDDFE2;
	border-width: 1px; /* 太さ */
	border-style: double; /* 線種 */
	background:url(../profile/img/sche_back.jpg) repeat-x;
}

.P_Schedule_navi{
	text-align:center;
	margin:0 auto ;
	padding:0px;
	overflow:hidden;
	zoom:1; 
}  

.P_Schedule_navi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}

.P_Schedule_navi li{
	color:#000;  
	background:#ffffff;
	float: left;  
	width: 105px;
	height:85px;
	margin: 4px;
	padding-top:40px;
	font-size:12px;
	text-align:center;
	
}

.P_Schedule_navi li.name{  
	color:#000;
	background:#ffffff;
	float: left;  
	width: 90px;
	height:115px;
	margin: 4px;
	padding-top:10px;
	font-size:12px;
	text-align:center;
	
}

/*************************************/
/*コンテンツリンク設定*/
/*************************************/

#globalnavi{
	width:950px;
	margin:0 auto ;
	padding-top:4px;
	text-align:center;
	overflow:hidden;
	zoom:1;
}  

#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li{
	float: left;
	width: 115px;
	height:35px;
	margin: 0;
	padding: 1px;
}

#globalnavi a{  
	text-align: center;
	display:block;
	padding: 0;
	width:100%;
	color:#000000;
}  
  
#globalnavi a:hover{
	color: #ffffff;
}

/*************************************/
/*トップページ設定*/
/*************************************/

.t_title{
	text-align:left;
	margin:3px 0px;
}

.t_schedule{
	color:#fff;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	width:296px;
	font-size:13px;
	text-align:center;
	padding:2px;
	line-height:160%;
	border-width: 1px;			/* 太さ */
	border-style: dotted;		/* 線種 */
	border-color:#FFF;		/* 線色 */
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}

.t_topics{
	color:#fff;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	width:230px;
	font-size:13px;
	text-align:center;
	padding:2px;
	line-height:160%;
	border-width: 1px;			/* 太さ */
	border-style: dotted;		/* 線種 */
	border-color:#FFF;		/* 線色 */
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}

/*************************************/
/*パーツ設定*/
/*************************************/

/* 画像のボーダーをnoneに */
img {
    border-style:none;
}

/* 罫線のスタイル */
hr {
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: dotted; /* 線種 */
border-color: #666; /* 線色 */
height: 1px; /* 高さ */
}

.thum{
	padding:2px;
}

.icon{
	padding:1px;
}

/*************************************/
/*共通リンク設定*/
/*************************************/

a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

a:active{
	color:#fff;
	text-decoration:none;
}

/*************************************/
/*特定のリンク設定（class="text"）*/
/*************************************/

a.link.text {
	color:#000000;
	text-decoration:none;
}

a:visited.text {
	color:#000000;
	text-decoration:none;
}

a:hover.text {
	color:#ffffff;
	background-color:#F5636D;
	text-decoration:none;
}

a:active.text {
	color:#ffffff;
	background-color:#F5636D;
	text-decoration:none;
}
