@charset "Shift_JIS";


div {
  margin: 0;
  padding: 0;
}


body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "???? ??ゴシ????", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
}



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

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

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

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


#header a:link {
	color: #9933FF;
	text-decoration: none;
}

#header a:visited {
	color: #0099CC;
	text-decoration: none;
}w

#header a:hover {
	color: #FF33FF;
	text-decoration: none;
}
#header h1       {
	font-weight: bold;
	font-size: 11px;
	color: #0000FF;
	float: left;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*--------------------------------
 サイドバー部??
----------------------------------*/

/* ローカルナビ */
.localnavi {
	font-size: 100%;
	font-weight: bold;
}

/* お知らせ部???? UL OL */
.dl-info { font-size: 85%; }

/*--------------------------------
 フッター部??
----------------------------------*/

/* コピ??ライ?? */
.copyright {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}

/* 会社住所 */
address { font-size: 95%; }

/* 会社?? */
address span.name { font-size: 140%; }


/*
[3-1] ????ロ????外??部??
----------------------------------------------------------------------*/



/*
[4-1]トップレベルキーワード??????
------------------------------------------------------------------------*/
h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}

/*
[4-6]グローバルナビゲーションの????
-----------------------------------------------------------------------
リスト??増減可能で??

????ォルトでは????スト???143pxです???
リスト右側に線を設けて????す??で[2px] 実際の???141pxとなります???
カスタマイズの際??こ??点に注意??
-----------------------------------------------------------------------

[G1]配置と背景
[G2]????スト????????
[G3]背景とリンク色????
[G4]マウスオーバ??時??背景と????色????  */

/*
[G1]配置と背景
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* メインメニュー */
#globalnavi {
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	height: 45px;
}
ul#globalnavi  {
	margin: 0px;
	padding: 0px;
}

ul#globalnavi a {
	text-decoration: none;
	color: #666666;
	line-height: 58px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
}
ul#globalnavi a:link,
ul#globalnavi a:visited {
}
ul#globalnavi a:hover,
ul#globalnavi a:active {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 40px;
	font-weight: bold;
}

ul#globalnavi li {
	float: left;
	display: block;
	text-align: center;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 114px;
	line-height: 58px;
}
ul#globalnavi li a {
	display: block;
	text-align: center;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 114px;
}
ul#globalnavi li .on {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	line-height: 40px;
	font-weight: bold;
}

/* 下層のメニューを不可視に */
ul#globalnavi li ul {
	display: none;
	width: 80px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	background-color: #BDCFE5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B83B0;
}
ul#globalnavi li  ul a {
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px;
	width: 100px;
	background-image: none;
	background-color: #BDCFE5;
	display: block;
	line-height: 30px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B83B1;
	height: 20px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#globalnavi li:hover ul {
	display: block;
	position: absolute;
	font-weight: bold;
}

ul#globalnavi li ul li {
	margin: 0px;
	width: 100px;
}


#content h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #9900FF;
	border-right-color: #CCCCCC;
	border-bottom-color: #9900FF;
	border-left-color: #CCCCCC;
	width: auto;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #6E86B5;
}
#content h3 {
	display: block;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}
#content   h5  {
	font-size: 11px;
	padding-left: 5px;
	height: auto;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	font-weight: normal;
	margin-top: 5px;
}
#content   .main  {
	font-size: 12px;
	padding-left: 0px;
	height: auto;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 580px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
}
#content   .main h2  {
	background-color: #F2D7F4;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 3px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}
#content   .main h3  {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#content   .main h4  {
	font-size: 12px;
	margin: 0px;
}
#content   .main h5  {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
#content  .summary  {
	font-size: 11px;
	padding-left: 5px;
	height: auto;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 570px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}
#content  .summary th  {
	font-weight: bold;
	width: 20%;
	padding: 5px;
	background-color: #CCCCCC;
}
#content  .summary td  {
	padding: 5px;
	width: 80%;
}
#content  .meeting-info {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .greeting-photo {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .greeting-name {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-right: 20px;
	float: right;
	text-align: right;
	margin-top: 120px;
}
#content  .greeting  h5 {
	font-size: 12px;
	padding-left: 5px;
	height: auto;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	font-weight: normal;
	line-height: 20px;
}
/*
=========================================================================
                                 会則
=========================================================================
*/
#content .kaisoku h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 540px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

#content .kaisoku h4 {
	font-size: 12px;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
}

#content .kaisoku h5 {
	font-size: 11px;
	padding-left: 5px;
	height: auto;
	margin-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
}

/*
=========================================================================
                                 名簿
=========================================================================
*/
#content .meibo h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 540px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009999;
	margin-bottom: 5px;
}

#content .meibo h4 {
	font-size: 12px;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 5px;
}

#content .meibo h5 {
	font-size: 11px;
	padding-left: 5px;
	height: auto;
	margin-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
}
div#content dl.meibo {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	width: 540px;
	line-height: 10px;
}
div#content dl.meibo dt {
	float:left;
	padding-left: 40px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-weight: bold;
}

div#content dl.meibo dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 160px;
}
/*
=========================================================================
                                 入会
=========================================================================
*/
#content .nyukai h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 540px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #993366;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .nyukai h4 {
	font-size: 12px;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content .nyukai h5 {
	font-size: 12px;
	padding-left: 5px;
	height: auto;
	margin-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	font-weight: normal;
	margin-top: 5px;
}

div#content dl.nyukai {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	width: 540px;
}
div#content dl.nyukai dt {
	float:left;
	padding-left: 16px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-weight: bold;
}

div#content dl.nyukai dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 160px;
}
/*
=========================================================================
                                 その他
=========================================================================
*/
#content .other h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 540px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339933;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .other h4 {
	font-size: 12px;
	display: block;
	padding-left: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content .other h5 {
	font-size: 12px;
	padding-left: 5px;
	height: auto;
	margin-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-right: 20px;
	font-weight: normal;
	margin-top: 5px;
}
#content  .other  h6 {
	font-size: 13px;
	padding-left: 5px;
	height: auto;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 300px;
	margin-right: 20px;
	font-weight: normal;
	margin-top: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #669999;
	margin-bottom: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #669999;
}

div#content dl.other {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	width: 540px;
}
div#content dl.other dt {
	float:left;
	padding-left: 16px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-weight: bold;
}

div#content dl.other dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 160px;
}

/* INFORMATION CUSTOMIZE */
div#content dl.information {
	font-size: 11px;
	font-weight: normal;
	overflow: scroll;
	height: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px groove #CCCCCC;
	padding-top: 10px;
	width: 540px;
}
div#content dl.information dt {
	float:left;
	padding-left: 16px;
	background-image: url(../images/topic_pointo.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-bottom: 2px;
}

div#content dl.information dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 100px;
}

div#content .information p {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #F3A7B3;
	margin: 10px;
	line-height: 150%;
	font-size: 13px;
	font-weight: bold;
}

#content   .rireki   {
	font-size: 12px;
	height: 0px;
	width: 560px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
#content    .rireki th   {
	font-size: 12px;
	height: 0px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	text-align: center;
}
#content     .rireki  td   {
	font-size: 12px;
	height: 0px;
	font-weight: normal;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

/* リスト関?? */
#content ul,
#content ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

#content li { margin: 0 0 0.5em; }

/*
=========================================================================
                                   アン??ーナビブロ???????????素???? [7]
=========================================================================
*/

/* 特に変更の????な?? */
#undernavi p {
	text-align: right;
	line-height: 1;
	height: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#undernavi img,
#undernavi img a,
#undernavi img a:hover {
	text-decoration: none;
	border: 0;
	background-repeat: no-repeat;
}

#undernavi2 p {
	text-align: right;
	line-height: 1;
	height: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* 会社住所 */
address {
  text-align: right;
  font-style: normal;
  line-height: 1.5;
  padding-right: 10px;
}
#content  .nyukai h3 { display: block; }
/*
=========================================================================
                               文字種類
=========================================================================
*/
.index {
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #CCCCCC;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6E86B5;
	color: #333333;
	padding-top: 2px;
}
.gr1 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: right;
	margin-right: 0px;
}
.gr2 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.gr3 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 120%;
}

.sp1 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.sp2 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 13px;
}
.sp3 {
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #6E86B5;
	padding-left: 10px;
}
.sp3-1 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 35px;
	font-size: 13px;
}
.sp4 {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 13px;
	text-indent: -2em;
	padding-left: 2em;
}
.sp5 {
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}
.sp5-1 {
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 13px;
	text-indent: -2em;
	padding-left: 2em;
}
.sp5-2 {
	display: block;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}

.sp6 {
	display: block;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 13px;
}
.sp7-1 {
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	background-color: #333399;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	font-size: 14px;
}
.sp7-2 {
	display: block;
	margin-bottom: 40px;
	margin-left: 10px;
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FF6633;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.adm {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 12px;
	padding: 5px;
	width: 500px;
	border: 2px solid #AFCFEC;
}
.blank {
	display: block;
	height: 50px;
	text-align: center;
}

/*
=========================================================================
                               プログラム用
=========================================================================
*/
#content .program {
	margin-right: 5px;
	margin-left: 5px;	
}
#content .program h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 5px;
	color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px double #6E86B5;
	background-color: #CCC;
}

#content .program h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	display: block;
	border: 1px solid #CCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	margin-right: 520px;
}

#content .program h3 {
	
}

#content dl.program {
	margin-top: 5px;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#content dl.program dt{
	width: 100px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
}
#content dl.program dd{
	display: block;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 100px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6C;
	margin-right: 5px;
}

#content .program .pr_1{
	font-size: 12px;
	line-height: 110%;
	margin-left: 0px;
	display: block;
	padding-left: 112px;
	padding-bottom: 15px;
	color: #CC0066;
	font-weight: bold;
	padding-top: 5px;
}
#content .program .pr_2{
	font-size: 12px;
	line-height: 120%;
	margin-left: 45px;
	display: block;
	padding-left: 4em;
	padding-bottom: 15px;
	text-indent: -4em;
}
#content .program .pr_3{
	font-size: 12px;
	line-height: 130%;
	margin-left: 50px;
	display: block;
	padding-left: 2em;
	padding-bottom: 3px;
	text-indent: -2em;
	font-weight: bold;
}
#content .program .pr_4{
	font-size: 12px;
	line-height: 120%;
	margin-left: 0px;
	display: block;
	padding-left: 95px;
	padding-bottom: 10px;
}
#content .program .pr_5{
	font-size: 12px;
	line-height: 120%;
	margin-left: 45px;
	display: block;
	padding-left: 4em;
	padding-bottom: 15px;
	text-align: right;
}
/*
=========================================================================
                               サイド枠
=========================================================================
*/
.reg {
	width: 160px;
	float: right;
	display: block;
	height: 50px;
	margin-bottom: 20px;
}
.reg2 a{
	width: 160px;
	float: right;
	display: block;
	height: 70px;
	margin-bottom: 20px;
	background-image: url(../images/handson_cvt.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.reg2 a:hover{
	background-position: bottom;
}
.reg3 a{
	width: 160px;
	float: right;
	display: block;
	height: 70px;
	margin-bottom: 20px;
	background-image: url(../images/handson_tcc.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.reg3 a:hover{
	background-position: bottom;
}
#reglist{
	list-style-type: none;
}
#reglist li a{
	display: block;
	height: 50px;
	width: 160px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
#reglist li.vol3-1 a{
	background:url(morinight/vol3.jpg);
	background-position: right top;
}
#nightlist li a:hover{
	background-position: left bottom;
}
