@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #ebebeb;
}

#container {
  background: url(../img/container_bg.gif);
  width: 765px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  height:76px;
  background: url(../img/head_bg.jpg) no-repeat right top;
}
#header h1#logo{
  float:left;
  width:262px;
}
#header ul{
  position:absolute;
  display:block;
  margin: 0 26px 10px 0;
  padding: 0 0 5px 0;
  top:53px;   
  right:0px; 
  background: url(../img/head_line01.gif) no-repeat right top;
}
#header li{
  display:inline;
  margin: 0;
  padding: 0 8px 0 8px;
  border-left: 1px solid #CCCCCC;
  list-style:none;
}
#header li a{
  padding-left:0px;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です（トップページメニュー）
 * ---------------------------------------------------------------- */

div#menuwrap{
	margin-top:16px;
	margin-left:18px;
	border:1px solid #ffffff;
}

.menu01, .menu02, .menu03, .menu04, .menu05, .menu06 {
	width:119px;
	height:210px;
	font-size:90%;
	float:left;
	margin:0 3px 16px 0px;
}

.menu01 {
	background-color:#ebf4fa;
}
.menu02 {
	background-color:#ebedfa;
}
.menu03 {
	background-color:#f4e8fa;
}
.menu04 {
	background-color:#faeaea;
}
.menu05 {
	background-color:#f9f2e6;
}
.menu06 {
	background-color:#eefae9;
}

.menu01 ul, .menu02 ul, .menu03 ul, .menu04 ul, .menu05 ul, .menu06 ul {
	line-height:1.1em;
	margin:0;
	padding:0;
}
.menu01 ul li,.menu02 ul li,.menu03 ul li,.menu04 ul li,.menu05 ul li,.menu06 ul li {
	list-style-type:none;
	border-bottom:1px solid #FFFFFF;
}
.menu01 ul li {
	background:url(../img/01menu_bg.gif);
}
.menu02 ul li {
	background:url(../img/02menu_bg.gif);
}
.menu03 ul li {
	background:url(../img/03menu_bg.gif);
}
.menu04 ul li {
	background:url(../img/04menu_bg.gif);
}
.menu05 ul li {
	background:url(../img/05menu_bg.gif);
}
.menu06 ul li {
	background:url(../img/06menu_bg.gif);
}
.menu01 ul li a, .menu02 ul li a, .menu03 ul li a, .menu04 ul li a, .menu05 ul li a, .menu06 ul li a{
	display:block;
	margin:0;
	padding:4px 4px 4px 14px;	
	text-decoration:none;
	color:#333333;	
}
.menu01 ul li a {
	background:url(../img/01arrow.gif) no-repeat  6px .7em;
}
.menu02 ul li a {
	background:url(../img/02arrow.gif) no-repeat  6px .7em;
}
.menu03 ul li a {
	background:url(../img/03arrow.gif) no-repeat  6px .7em;
}
.menu04 ul li a {
	background:url(../img/04arrow.gif) no-repeat  6px .7em;
}
.menu05 ul li a {
	background:url(../img/05arrow.gif) no-repeat  6px .7em;
}
.menu06 ul li a {
	background:url(../img/06arrow.gif) no-repeat  6px .7em;
}
.menu01 ul li a:hover, .menu02 ul li a:hover, .menu03 ul li a:hover, .menu04 ul li a:hover, .menu05 ul li a:hover, .menu06 ul li a:hover {
	color:#6666cc;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です（メインページメニュー）
 * ---------------------------------------------------------------- */
#menu{
	margin:0 0 52px -14px;
	padding:0;
	background:#efefef;
}
#menu li{
	float:left;
	list-style-type: none;	
}
 


/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#main {
  padding-left: 26px;
  padding-right: 222px;
  padding-bottom:0px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom:1px solid #ffffff;
}

#main_bg{
  background:url(../img/main_bg.gif) repeat-y;
  padding:0;
  margin:0;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
  background: #FFFFFF;
  margin: 0;
  padding: 8px 0 6px 0;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #bebebe;
}
.contents p{
	font-size:105%;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  margin: 0;
  paddng:0;
  text-align:center;
  clear:both;
}


/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
  background:url(../img/address_line.gif) no-repeat top;
  margin-top: 20px;
  padding: 10px 24px 18px 24px;
}

/* ---------------------------------------------------------------- *
	コピーライト部分の設定です
 * ---------------------------------------------------------------- */
 
 #copy{
 	background:url(../img/copy_line.gif) no-repeat top;
	text-align:center;
	margin:0;
	padding:15px 0;
 }

/* ---------------------------------------------------------------- *
	新着情報と研修会のご案内部分の設定です
 * ---------------------------------------------------------------- */

#infowrap{
	width:752px;
	margin-left:3px;
}
dl.info {
	width: 357px;
	padding: 0 0 0 15px;
	margin:16px 0 0 0;
	overflow: hidden;
	float:left;
}

dl.info img{
	margin-bottom:4px;
	padding:0;
}

dl.info dt {
	float: right;
	margin-left: 10px;
	padding: 5px 0 3px 0;
	text-align: right;
}

dl.info dd {
	padding: 5px 0 3px 0;
	border-bottom: 1px dotted #999;
	padding-left: 21px;
	margin:0;
	background: url(../img/mark.gif) no-repeat 10px .9em;
}

/* ---------------------------------------------------------------- *
	パンくず部分の設定です
 * ---------------------------------------------------------------- */
 
#pan{
	clear:both;
	margin:0 26px 7px 20px;
	padding:0px 9px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sidenavi {
  background: #ffffff;
  width: 184px;
  top: auto;
  left: auto;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right:26px;
  /* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
  z-index: 1;
}
#sidenavi img{
	margin-bottom:8px;
}

#sidenavi ul#parent {
  line-height:120%;
  margin:0;
  padding:0;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #bebebe;
}

#sidenavi ul#parent li {
  list-style-type:none;
  background:#FFF;
  background:url(../img/sidenavi_bg.gif) no-repeat;
}

#sidenavi ul#parent li a {
	display:block;
	width:164px;
	padding:6px 0 5px 14px;
	background:url(../img/mark.gif) no-repeat 7px .9em;
	border-bottom:1px solid #d2d2d2;
	text-decoration:none;
}
#sidenavi ul#parent li a:hover {
	background:url(../img/mark.gif) no-repeat 7px .9em;
	text-decoration:none;
	color:#660066;
}
#sidenavi ul#parent img{
	padding-right:8px;
	padding-top:5px;
	padding-bottom:0;
}

#sidenavi ul#parent li ul.child{
	line-height:120%;
	margin:0;
	padding:0;
	letter-spacing:0.1em;
}
#sidenavi ul#parent li ul.child li a{
	background:url(../img/sidenavi_bg.gif) no-repeat;
}

/* ---------------------------------------------------------------- *
	解除の設定です
 * ---------------------------------------------------------------- */
 
.empty {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

/* ---------------------------------------------------------------- *
	ページトップの設定です
 * ---------------------------------------------------------------- */
 
 .pagetop{
	text-align:right;
	margin:0 0 0 0;
	padding:15px 32px 20px 0;
	background:url(../img/main_bottom.gif) top no-repeat;
	margin: 0px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}