@charset "utf-8";
/*
Theme Name: theme115
Theme URI: http://theme.o2gp.com/
Description: theme115
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

html{background:#d4e3ec;}

body{
font:14px/1.5 "メイリオ","Meiryo","arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #101010;
background:#ffffff url(images/header.png) repeat-x;
}

a{color: #254E99;}
a:hover{color: #1456ad;text-decoration:none;}
a:active, a:focus {outline:0;}
img{border:0;}
.clear{clear:both;}
p{padding-bottom:10px;}
.center{text-align:center;}
.right{text-align:right;}


/*******************************
全体幅
*******************************/
#header, #container, #wrapper, #wrapper-program,#wrapper-5sg,.inner{
margin:0 auto;
width:960px;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:120px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
position:absolute;
top:2px;
color:#ffffff;
font-size:12px;
line-height:30px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h3{top:45px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top:42px;
right:0;
width:305px;
height:15px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:15px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent:-9999px;
text-decoration:none;
display:block;
height:10px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width:110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -15px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -15px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -15px;}


/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-10px;
top:64px;
}
#header .banners{
	margin-left: 10px;
}
#header .banners a{
	margin-right:10px;
	text-indent: -9999px;
	display: block;
	background-image: url(images/bannerS2.png);
	background-repeat:no-repeat;
	width: 200px;
	height: 60px;
	margin-bottom: 20px;
}
#header .banners a:hover{
	background-position: 0 -60px;
}

/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin:5px  auto;
width:960px;
height:45px;
background:url(images/mainnav.png) no-repeat 0 0;
clear: both;

}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent:-9999px;
text-decoration:none;
display:block;
width:192px;
height:45px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}

ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -45px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -45px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -45px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -45px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -45px;}



/*******************************
メイン画像
*******************************/
#mainImage a{
margin:0 auto;
position: relative;
background: url(images/mainImage6.png) no-repeat;
width: 960px;
height: 245px;
display: block;
}

#mainImage p{
	position: absolute;
	top: 160px;
	left: 215px;
	font-size: 44px;
	font-weight: bold;
	color: red;
	
}
/* トップページ　メインカラムの写真 */
.photoB{margin-bottom:5px;}




/*******************************
コンテンツ位置
*******************************/

/* メイン+ サイドバー右 */
#container{
float:right;
width:745px;
margin:0 0 30px;
}

/*プログラム紹介ページ */
#container_program{
width:950px;
margin:0 0 30px;
}


#main{
float:left;
width:530px;
padding:20px 0 0;
}

#sidebarR{
float:right;
width:200px;
padding:24px 0 0;
margin:0 0 30px;
}

#sidebarR p{
padding:0 0 15px;
}

/* サイドバー左 */
#sidebarL{
float:left;
width:200px;
padding:24px 0 0;
margin:0 0 30px;
}

#sidebarL p{
padding:0 0 15px;
}

/* トップページのサイドバーの上部スペースの調節 */
body.toppage #sidebarR,body.toppage #sidebarL{padding-top:20px;}

#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* .boxS サイドバーのbox
*************************/
.boxContainer{
width:530px;
margin:0 auto 15px;
background:url(images/box1.png) 0 100%;
}
.boxContainer-info{
width:530px;
margin:0 auto 15px;
}
.boxinfo,.boxevent{
margin:0 0 15px 0;
padding:0 0 20px;
width:530px;
border:0;
background:url(images/box.png) 0 100%;
position: relative;
}
.top-info,.top-event{
	padding: 10px 20px;
	margin-bottom: 10px;
}
.box1, .box3, .box4{
float:left; 
width:231px;
margin:0 20px 0 0;
padding:15px 12px;
}

.box1{
background:url(images/boxTop.png) 0 0 no-repeat;
}

.box2{
float:left;
width:160px;
margin:0 17px 5px 4px;
}

.box3{
width:530px;
padding:0 0 10px;
border-top:0;
}

.box4{
margin:0 0 15px 0;
padding:0 0 20px;
width:530px;
border:0;
background:url(images/box.png) 0 100%;
}

.boxS{
width:200px;
margin:0px 0 15px;
padding:0 0 10px;
font-size:13px;
background:url(images/sidebarBox.png) 0 100%;
}
.boxS-tag{
width:190px;
margin:0px 0 15px;
padding:0 5px 10px;
font-size:13px;
background:url(images/sidebarBox-long.png) 0 100%;
line-height: 1.8em;
}


.boxS-tag a:hover{
	background-color: #26509E;
	color: #fff;
}


/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{
float:left;
margin:0 10px 10px 11px;
}

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding:0 12px 10px;}


/*************
/* サイドバナー
*************/


div#side-ust{
	margin: 0px 0 30px 0px;
	width: 200px;
	height: 150px;
	background-image: url(images/side-ust01.png);
	padding-top: 31px;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

div#side-ust p a{
	position: absolute;
	display: block;
	width: 32px;
	height: 31px;
	text-indent: -9999px;
	top: 0px;
	left: 160px;	
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#main h3{
margin:0 1px 10px 0;
padding:2px 0 5px 12px;
color:#777777;
background:url(images/h3.gif) repeat-x 0 100%;
}

#main .boxT p{
padding:0 10px 25px 10px;
}

#wrapper h2,#wrapper-program h2{
padding:0px 5px 0 20px;
margin-bottom:15px;
line-height: 45px;
font-size:20px;
color:#555555;
background:url(images/h2Bg.png) no-repeat 0 100%;
text-align: left;
}
#wrapper-program h3{
margin:10px 1px 10px 10px;
padding:2px 0 5px 12px;
color:#777777;
background:url(images/h3.gif) repeat-x 0 100%;
}

#wrapper .box4 h3{
padding:7px 5px;
}

.boxS h3,.boxS-tag h3{
padding: 0 5px 0 24px;
margin-bottom:7px;
line-height: 38px;
font-size:13px;
color:#fff;
background:url(images/sidebarH3.png) no-repeat 0 0;
}

.boxS p{
	text-justify: inherit;
}

/*************
/* リスト
*************/
#wrapper ul{margin:0 6px;}

#wrapper ul li, #footerUpper ul li{
list-style:none;
margin-bottom:8px;
padding:0 5px 0 17px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#footerUpper ul li{background-position: 0 3px;}

#wrapper .box3 ul{padding:0 5px;}

#wrapper .boxS ul{margin-left:9px;}
.boxS p{margin:0 6px;}

/*************
/* パンくず
*************/
.pankuzu{margin-right: auto; margin-left: auto; margin-top: 5px; font-size: 10px;
		padding: 5px;
		background-color: #e5e5e5 ;
}


/*******************************
/* バナー
*******************************/
#banners{
clear:both;
padding: 20px 0 20px;
text-align:center;
background:#e8e8e8;
border-bottom:1px solid #7a7a7a;
}

#banners img{margin-right:20px;}
#banners img.last{margin:0;}

/*******************************
/* フォーム
*******************************/
input{
}

/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding:20px 0;
border-top:1px solid #e8e8e8;
border-bottom:1px solid #606060;
overflow:hidden;
background:#959595;
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float:left;
width:210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height:1.2;
}

#footerUpper .inner .last{
width:230px;
margin-right:0;
}

#footerUpper a{color:#ffffff;}
#footerUpper a:hover{color:#e6e6e6;text-decoration:none;}


#footerLower{
clear:both;
padding:7px;
text-align:center;
border-top:1px solid #959595;
background:#6c6c6c;
}

address{
font-style:normal;
font-size:13px;
color:#ffffff;
}

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

.top-seminar-title{
	font-weight: bold;
	color: #740d18 ;
	font-size: 100%;
}
.tojikijuku-soshiki{
	background-color: #f4f0ed;
	padding: 1px;
	font-size: 80%;
	font-weight: bold;
}
.boxevent li{
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	
}

.program-thumb{
	width: 55px;
	height: 35px;
	float: left;
	margin-right: 5px;
}
.program-info{
	float: left;
	margin-bottom: 10px;
}
.top-gallery a{
	background-image: url(images/bnr_top_5sgallery.png);
	background-repeat: no-repeat;
	width: 520px;
	height: 170px;
	background-position: 10px;
	display: block;
	text-indent: -9999px;
}
.top-search{
	position: absolute;
	top: 38px;
	left: 310px;
	width: 300px;
}
.home .searchform-controls{
	position: absolute;
	top:150px;
	left: 0px;
}
.home .search-all-top{
	position: absolute;
	top: 150px;
	left: 60px;
}
.single .searchform-controls{
		position: absolute;
	top:190px;
	left: 60px;

}
/*************************************
/*企業情報
**************************************/
.company-box{
	padding: 15px;
}
.kigyo-table {
	border: 1px solid #CCCCCC;
	width: 100%;
}

.C-td {
	background-color: #edede7;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 10px;

}
.C-td1 {
	vertical-align: middle;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;

}
.tenpoleft{
	width: 170px;
}
/*************************************
/*ページ共通
**************************************/
.day{
	font-weight: bold;
	color: black;
}
.page-5slink li{
	text-align: center;
}
.page-5slink li{
	float: left;
	padding-right: 10px;
}
.boxT ol{
	padding-left: 40px;
}
/*************************************
/*イベント情報
**************************************/

.event-jisshi {
	background-color: #ecf6f9;
	list-style-type: none;
	height: 40px;
	width: 120px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.event-jisshi-right {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;

}
.event-shosai{
	margin: 10px 0;
	padding: 15px;
}

.event-bnr-sosiki{
	width: 513px;
	height: 140px;
	overflow: hidden;
	background-image: url(images/bnr_soshiki-hen.png);
	background-repeat: no-repeat;
	position: relative;
	
}
.event-bnr-keiei{
	width: 513px;
	height: 140px;
	overflow: hidden;
	background-image: url(images/bnr_keiei-hen.png);
	background-repeat: no-repeat;
	position: relative;
	
}
.event-bnr-program{
	width: 513px;
	height: 100px;
	overflow: hidden;
	background-image: url(images/bnr_program.png);
	background-repeat: no-repeat;
	position: relative;
	
}
.event-title{
	color: yellow;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	width:475px;
	margin: 60px auto 0px auto;
	}
.event-title-program{
	color: yellow;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	width:420px;
	position: absolute;
	top:50px;
	left: 60px;
	line-height: 1em;
	}
.event-title-program-img{
	position: absolute;
	top:50px;
	left: 20px;
	}
.event-subtitle-tojiki{
	font-weight: bold;
	font-size: 14px;
	width:475px;
	position: absolute;
	top:90px;
	left: 30px;
	color: white;
	text-align: center;
	}
	
.event-subtitle{
	font-weight: bold;
	font-size: 14px;
	width:475px;
	position: absolute;
	top:70px;
	left: 30px;
	color: white;
	text-align: center;
	}
.event-subtitle2{
	font-weight: bold;
	font-size: 14px;
	width:475px;
	position: absolute;
	top:90px;
	left: 30px;
	color: white;
	text-align: center;
	}

/******************
/* サービス案内
******************/
div#service-box{

}

.service-title1{
	background-image: url(images/service-titlebg1.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	width: 482px;
	height: 90px;
	color: #fff;
	padding: 30px 0 0 120px;
}
.service-title2{
	background-image: url(images/service-titlebg2.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	width: 482px;
	height: 90px;
	color: #fff;
	padding: 30px 0 0 120px;
}
.service-title3{
	background-image: url(images/service-titlebg3.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	width: 482px;
	height: 90px;
	color: #fff;
	padding: 30px 0 0 120px;
}
.service-title4{
	background-image: url(images/service-titlebg4.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	width: 482px;
	height: 90px;
	color: #fff;
	padding: 30px 0 0 120px;
}

.programbox{
	position: relative;
	
}
.programbox .program-btn{

	position: absolute;
	top: 20px;
	left: 600px;
	
}
.programbox .kaiin-btn{

	position: absolute;
	top: 20px;
	left: 600px;
	
}
.programbox .kaiin-txt{
	position: absolute;
	top: 10px;
	left: 500px;
	line-height: 1.2em;
	
}
.programbox ol,.programbox ul{
	margin-left: 40px;

}
.programbox h4{
	margin: 20px 0;
}
.program-btn a{

	background-image: url(images/program-btn.png);
	width:309px;
	height: 115px;
	display: block;
	text-indent: -9999px;
	
}
.kaiin-btn a{

	background-image: url(images/kaiin-btn.png);
	width:309px;
	height: 115px;
	display: block;
	text-indent: -9999px;
	
}

.program-btn a:hover{

	background-position: 0px -115px;
}
.programbox h2{

	text-align: center;
	margin: 20px;
	
}
.program-menu{
	margin: 10px 0;
}
.program-menu li {
	float: left;
	display: block;
	width: 300px;
}

.program-menu li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-left: 10px;
		background-color:#3062B6;
	border: 1px solid gray; 
	text-align: center;
	padding: 10px;
}
.program-menu li a:hover{
	background-color:#fff;
	border: 1px solid gray; 
	color: black;
}

/*プログラム等タブ*/

/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{position:relative;height:50px;color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:14px;text-transform:uppercase;font-weight:bold;background:#fff url(tab-images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 10px;height:33px;}
#dolphinnav ul li a span{padding:12px 10px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(tab-images/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(tab-images/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(tab-images/dolphin_right-ON.gif) no-repeat top right;height:33px;}


/* ---------------------- END Dolphin nav ---------------------- */
.program-title{
	font-size: 16px;
	margin: 30px;
	text-align: center;
}
.programbox p{
	padding: 20px;
	margin: 10px auto;
	font-size: 14px;
}

/******************
/* ５Sギャラリー
******************/
.box5s img{
	border: 1px solid gray;
	padding: 3px;
}
.txt5sg{
	padding: 10px;
}
.link5s1 {
	background-image: url(images/5sg-link1.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 512px;
	position: relative;
	margin: 10px 0;
}
.link5s2 {
	background-image: url(images/5sg-link2.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 512px;
	position: relative;
	margin: 10px 0;
}
.link5s3 {
	background-image: url(images/5sg-link3.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 512px;
	position: relative;
	margin: 10px 0;
}
.link5s4 {
	background-image: url(images/5sg-link4.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 512px;
	position: relative;
	margin: 10px 0;
}
.link5s1 p,.link5s2 p,.link5s3 p,.link5s4 p{
	position: absolute;
	width: 440px;
	top:13px;
	left: 35px;
	line-height: 1.2em;
}
.link5s1 a,.link5s2 a,.link5s3 a,.link5s4 a{
	color: black;
	text-decoration: none;
	display: block;
}
.link5s1 a:hover,.link5s2 a:hover,.link5s3 a:hover,.link5s4 a:hover{
	text-decoration: underline;
	color: blue;
}

.serch5sbox,.serch5sbox-search{
	width: 300px;
	position: absolute;
	top: 230px;
	left: 300px;
	
}
.mainbox5sg{
	background-image: url(images/5sg-main.png);
	background-repeat: no-repeat;
	width: 501px;
	height: 621px;
	position: relative;
	margin: 10px 10px;
	
}
.mainbox5sg-btm{
	background-image: url(images/5sg-main.png);
	background-repeat: no-repeat;
	width: 501px;
	height: 621px;
	position: relative;
	margin: 10px 10px;
	
}

.searchlist5sg,.serch5sbox-search .searchlist5sg{
	position: absolute;
	top: 250px;
	left: 30px;
	font-weight: bold;
}
.searchlist5sg ul li{
list-style:none;
margin-bottom:8px;
padding:0 5px 0 17px;
background:url(images/bullet.gif) no-repeat 0 5px;
}
.search-toroku a{
	background-image: url(images/5sg-toroku.png);
	background-repeat: no-repeat;
	width: 373px;
	height: 52px;
	position: absolute;
	top: 265px;
	left: 40px;
	text-indent: -9999px;
}
.mainbox5sg .searchform-controls{
	position: absolute;
	top: 190px;
	left: 70px;
	
}

.serch5sbox .searchform-controls,.serch5sbox-search .searchform-controls{
	position: absolute;
	top: 180px;
	left: 60px;
	
}

.search-all{
	position: absolute;
	top: 200px;
	left: 40px;
}
.gallery-new{
		padding-top: 10px;
		margin-bottom: 10px;

}
.gallery-new ul{
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
}

.gallery-new ul li{
	float: left;
	list-style: none;
	padding-left: 3px;
}
.gallery-new img{
	padding: 2px;
	border: 1px solid gray;
	background-color: #fff;
}
.pass5sg{
	padding: 5px;
	border: 1px solid yellow;
	background-color: #f4f0ed;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
}
.box5s input{
	background-color: #fff;
	height: auto;
}
.g-listbox{
	width: 235px;
	float: left;
	height: 170px;
	border: 1px solid #f2f2f2;
	padding: 8px;
	margin-left: 5px;
	margin-top: 5px;
}
.g-listbox:hover{
	border: 1px solid #689df2;

}
.g-listpic{
	float: left;
	margin: 5px;
}
.g-listpic img{
	padding: 3px;
	border: 1px solid #f2f2f2;
}
.g-listtitle{
	
}
.g-listtitle p{
	font-weight: normal;
	line-height: 1em;
	overflow-y: auto;
	height: 90px;
}
.zengo{
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin-left: 15px;
	padding: 5px;
	border: 1px solid gray;
}

.more5s {
	text-align: center;
	margin: 20px 0;
}
.more5s a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/btn-more5s.png);
	background-repeat: no-repeat;
	width: 211px;
	height: 44px;
	margin: 0 auto;
	}
.more5s a:hover{
	background-position: 0 -44px;
}
.more5s img{
	border: none;
}
/******************
/* サービス案内　講演・講師派遣サービス
******************/
.koenbox{
	position: relative;	
}
.koen-irai a{
	position: absolute;
	top:40px;
	left: 600px;
	text-indent: -9999px;
	display: block;
	background-image: url(images/koen-btn-irai.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 116px;
}
.koen-irai2 a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/koen-btn-irai.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 116px;
	float: right;
}
.koenbox0{
	margin: 20px 0;
}
.koenbox1{
	background-image: url(images/koen-event-bg1.png);
	background-repeat: no-repeat;
	width: 316px;
	height: 448px;
	position: relative;
	float: left;
}
.koenbox2{
	background-image: url(images/koen-event-bg2.png);
	background-repeat: no-repeat;
	width: 316px;
	height: 448px;
	position: relative;
	float: left;
}
.koenbox3{
	background-image: url(images/koen-event-bg3.png);
	background-repeat: no-repeat;
	width: 316px;
	height: 448px;
	position: relative;
	float: left;
}
.koen-tatoeba{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top:115px;
	left: 80px;
	text-align: center;
}
.koen-konoyona{
	text-indent: -9999px;
	position: absolute;
	top: 420px;
	left: 40px;
	background-image: url(images/koen-konoyona.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 79px;
	}
.koen-jirei1{
	position: absolute;
	top:180px;
	width: 250px;
	left: 40px;
}

div.koenbox4	{
	background-image: url(images/koen-box-btm.png);
	background-repeat: no-repeat;
	background-position: bottom ;
	width: 316px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin: 30px 0;
}
div.koenbox4 .inner	{
	background-image: url(images/koen-box-top.png);
	background-repeat: no-repeat;
	background-position: top ;
	width: 276px;
	padding: 20px;

}


div.koenbox4 .inner ol{
	margin-left: 30px;
	font-weight: bold;
}

div.koenbox4 .inner hr{
	margin: 10px 0;
}

/*******************************
５Sセミナー特設
*******************************/
.ss-nittei-img a{
 background: url(images/nittei.png) no-repeat;	
	 width:941px;
 height:81px;
 position:relative;
 display:block;
}

#ss-left{
	width: 560px;
	float: left;
	padding: 5px;
	text-align: left;
	margin-top: 15px;
}
#ss-right{
	float: left;
	width: 320px;
	margin: 10px 0 0 10px;
	padding:0 0 0 20px;
	border-left: 1px solid #eee;

}
.ss-m1{
	font-size: 26px;
	font-weight: bold;
	color: #0066B6;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 10px 0;
}
#ss-left p{
	padding: 10px;
}

#ss-left table{
	border: 1px solid #eee;
}

#ss-left td{
	border-bottom: 1px solid #eee;
	padding: 5px;
}
#ss-left .blue{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #0066B6;
	width: 150px;
}

.ss-koe{
	background-color: #FFECE2;
	width: 330px;
	height: 600px;
	overflow: scroll;
}

/******************
/* テーブルデザイン
******************/
.kaiin-table{
	float: left;
}
.table-title{
	height: 50px;
	background-color: #fff;
	border: none;
	font-size: 24px;
	font-weight: bold;
	color: black;
}
.table-date{
	width: 130px;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#box-table-a th
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	color: #039;
}
#box-table-a td
{
	border-bottom-color: #ebebeb;
	border-top-color: transparent;
	padding: 8px; 
	border-bottom: 1px solid;
	color: #669;
	border-top: 1px solid;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
div.kadomaru {
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
	padding: 10px;
	width:800px;
	margin: 5px 0 10px 20px;
   border: 1px solid gray;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}




/*contact form*/
.contact-error{
	color: red;
	font-weight: bold;
	background-color: white;
	border: 2px solid red;
}


.wpcf7 .wpcf7c-elm-step1, .wpcf7 .wpcf7c-elm-step2 { /* ボタン */ padding: 3px 10px 3px 20px; letter-spacing: 10px; cursor: pointer; }
.wpcf7 .wpcf7-confirm, .wpcf7 .wpcf7-submit { /* ボタン確認、ボタン送信 */ background-color: navy; color: #fff; }
.wpcf7 .wpcf7-back { /* ボタン修正 */ background-color: silver; border-color: silver; color: #fff; margin-right: 3px; }
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-validation-errors { /* エラー */ color: red !important; font-weight: bold; }
.wpcf7 .wpcf7-mail-sent-ok { /* 送信完了 */ font-weight: bold; }
.wpcf7 .wpcf7c-conf { /* 確認画面の背景色 */ border: solid 1px #eee; background-color: #fff; }


#tab-wrapper {
width:300px;
margin: 0 auto;
text-align: left;
padding-top:30px;
}
#tab-a1 {
border-left: 1px solid #ccc;
}
#tab li {
float: left;
width: 64px;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
list-style-type: none;
}
#tab li a {
display: block;
width: 60px;
color: #777;
text-align: center;
text-decoration:none;
font-size:10px;
padding:2px;
}
#tab li a:hover, #tab li.present a {
background-color:#768AE9;
color: #fff;
}
#news1, #news2, #news3{
clear:both;
border:1px solid #cccccc;
padding:5px;
height:160px;
font-size:13px;
color:#666;
}


