@charset "UTF-8";

/*ページ全体的なデザイン*/

*{
    font-size:13px;
    line-height:18px;
}

body {
    color: #333;
    background:url(img/body_bk.jpg) repeat-x;
    text-align:center;
    margin-top:0px;
}

A:link{
   color: #333333;
   text-decoration:none;
   border-bottom:0px;
}

A:visited{
   color: #333333;
   text-decoration:none;
   border-bottom:0px;
}

A:active{
   color: #333333;
   text-decoration:none;
   border-bottom:0px;
}

A:hover{
   color: #922248;
   text-decoration:none;
   border-bottom:0px;
}

H1{
   font-size:13px;
   font-weight:normal;
   color:#9b0500;
   margin:0px 10px 0px;
   display:inline;
   text-align:left;
}
  
H2,H3,H4{
   font-size:13px;
   font-weight:normal;
   margin:0px;
   padding:0px;
   display:inline;
}

img{
   border:0px;
   /*vertical-align:top;
   vertical-align:bottom;*/
}

div.clear{
  clear:both;
}

div.clear hr{
  display:none;
}

p{
  font-size:13px;
  text-align:justify;
  text-justify:inter-ideograph;
  line-break: strict;
  margin:0;
}

p.link{
  float:right;
  vertical-align:bottom;
  border:0;
  display:inline;
}

p.line{
  background:url(img/bg_noteline.gif) repeat 0 0;
  margin:0;
  text-align:justify;
  text-justify:inter-ideograph;
  line-break: strict;
}

p.right{
	float:right;
	clear:right;
}

br.2em{
	margin-bottom:2em;
}

span{
  font-size:10px;
  margin-left:10px;
}

em{
  font-weight:bold;
  font-style:normal;
}

/*全体的なレイアウト*/

div#container{
	width:1000px;
	margin:0 auto;
	background-color:#e6e6e6;
}

div#header{
	width:100%;
	height:20px;
	text-align:left;
	background-color:#5fff95;
}

div#title{
	width:1000px;
	height:107px;
}

div#title table{
	width:1000px;
	height:107px;
	border-collapse:collapse;
}

div#title table tr td{
	border:0px;
	padding:0px;
	margin:0px;
	height:107px;
}

div#title table tr td img{
	vertical-align:bottom;
}

div#left_area{
	width:150px;
	float:left;
	background-color:#e6e6e6;
}

div#menu_area{
	width:150px;
	background-color:transparent;
	margin:0;
}

div#main_area{
	width:845px;
	_width:850px;
	background-color:#e6e6e6;
	float:right;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}


div#footer{
	width:1000px;
	background-color:#9b0500;
	margin-top:5px;
}

div#footer_menu{
	width:100%;
	text-align:center;
	background-color:#e6e6e6;
	border-top:1px #9b0500 dotted;
	line-height:28px;
}

div#copyright{
	width:100%;
	text-align:center;
	color:#fff;
}

/*全体的なレイアウトここまで*/
/*▼▼メニュー▼▼*/

div#menu_area dl{
	width:150px;
	margin:0;
	padding:0;
}

div#menu_area dl dt.menu01 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu01.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu01 a:hover{background:url(img/menu//menu01_on.jpg) no-repeat; }

div#menu_area dl dt.menu02 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu02.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu02 a:hover{background:url(img/menu/menu02_on.jpg) no-repeat; }

div#menu_area dl dt.menu03 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu03.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu03 a:hover{background:url(img/menu/menu03_on.jpg) no-repeat; }

div#menu_area dl dt.menu04 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu04.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu04 a:hover{background:url(img/menu/menu04_on.jpg) no-repeat; }

div#menu_area dl dt.menu05 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu05.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu05 a:hover{background:url(img/menu/menu05_on.jpg) no-repeat; }

div#menu_area dl dt.menu06 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu06.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu06 a:hover{background:url(img/menu/menu06_on.jpg) no-repeat; }

div#menu_area dl dt.menu07 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu07.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu07 a:hover{background:url(img/menu/menu07_on.jpg) no-repeat; }

div#menu_area dl dt.menu08 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu08.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu08 a:hover{background:url(img/menu/menu08_on.jpg) no-repeat; }

div#menu_area dl dt.menu09 a{width:149px; height:42px; margin:5px 0 0 1px; background:url(img/menu/menu09.jpg) no-repeat; display:block; }
div#menu_area dl dt.menu09 a:hover{background:url(img/menu/menu09_on.jpg) no-repeat; }

div#menu_area dl dt img{margin:5px 0 0 1px;display:block;}

/*▲▲メニューここまで▲▲*/

/*▼▼main.phpここから▼▼*/

div#upper_area{
	width:1000px;
}

/*▼▼新人表示▼▼*/

div#now_debut{
	width:190px;
	text-align:center;
	margin-top:5px;
	font-size:0px;
	float:right;
}

div.debut_body{
	width:141px;
	margin:0 auto;
	background:url(img/bk_debut.gif) repeat-y;
}

div.debut_body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div.debut_include{
	width:84%;
	margin:0 auto;
}

div#now_debut img{
	margin:0;
	display:inline;
}

/*▼▼ピックアップ表示ここから▼▼*/

div#pickup{
	width:377px;
	float:left;
	font-size:0px;
}

div#pickup_body{
	width:377px;
	background:url(img/bk_pickup.gif) repeat-y;
	text-align:center;
}

div.pickup_include{
	width:92%;
	margin:0 auto;
}

div#pickup_body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#pickup img{
	margin:0px;
	display:inline;
}

/*▼▼ニュース更新記事表示ここから▼▼*/

div#news{
	width:420px;
	height:260px;
	float:left;
	background-color:#fdfdfd;
/*	overflow:hidden;*/
	margin:5px 5px 0 0;
	_margin:5px 1px 5px 0px;
	text-align:left;
}

div.news_kiji{
	width:408px;
	_width:413px;
	height:235px;
	_height:244px;
	padding:0 5px;
	border:1px #9b0500 solid;
	background-color:#c6ffbb;
	overflow:auto;
	margin-top:5px;
}

div.ban_mailmaga{
	width:420px;
	height:50px;
	margin:10px 5px 0 0;
	_margin:10px 0 0 0 ;
/*	float:right;*/
}

/*▼▼本日出勤表示ここから▼▼*/

div#today{
	width:630px;
	margin:5px auto;
	border-top:2px #9b0500 dotted;
	border-bottom:2px #9b0500 dotted;
	padding-top:5px;
	overflow:auto;
}

div.today_title{
	width:630px;
	height:18px;
	text-align:left;
}

div.today_include{
	width:98%;
	margin:5px auto;
}

/*▼▼メイン左側部分ここから▼▼*/

div#main_left{
	width:640px;
	float:left;
}

/*▼▼メイン右側部分ここから▼▼*/
div#main_right{
	width:200px;
	float:right;
	text-align:center;
}

div.syuzai{
	width:190px;
	maegin:5px auto;
}

/*▼▼ランキング表示ここから▼▼*/

div#ranking{
	width:200px;
	float:right;
	text-align:center;
}

div#ranking_title{
	width:100%;
	height:19px;
	text-align:left;
}

div#ranking_include{
	width:100%;
	height:550px;
	margin:5px auto;
	overflow:auto;
}

/*▼▼バナーエリア1ここから▼▼*/

div#ban_area1{
	width:630px;
	margin:0 auto;
}

div.ban_area_box{
	width:210px;
	float:left;
}

div.ban_area_title{
	width:210px;
	font-size:0;
}

div.ban_area_body{
	width:190px;
	_width:210px;
	height:200px;
	background:url(img/bk_eve.gif) repeat-y;
	text-align:left;
	padding:0 10px 0 10px;
}

div.ban_area_body em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

div.ban_area_body span{
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	background-color:yellow;
	margin:0;
}

div.ban_area_bottom{
	width:210px;
	font-size:0;
}

div#ban_area2{
	width:626px;
	margin:0 auto;
}

div#system_box{
	width:626px;
}

div.sys_title{

	font-size:0;
}

div.sys_body{
	width:586px;
	_width:626px;
	text-align:left;
	background:url(img/bk_sys.gif) repeat-y;
    padding:5px 20px;
}

div.sys_body span{
	font-size:13px;
	margin:0;
	color:red;
}

div.sys_body span.right{
	font-size:13px;
	margin-left:500px;
	color:#333;
	display:inline;
}

div.sys_bottom{
	width:626px;
	height:130px;
	font-size:0;
}


	
