@charset "utf-8";

/* 初期設定です。共通　*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	color: #333;
	text-decoration: none;
	word-break: break-all;
}
html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
	height:100%;
}
h1,h2,h3,h4,h5,h6,p,th,td{
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 180%;
}
ul,li,dl,dt,dd{
	padding: 0;
	margin: 0;
	line-height: 180%;
}
li {
	list-style-type: none;
}
a,a:link,a:visited {
	text-decoration: underline;
	color: #09F;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
img {
	border: 0;
	margin: 0px;
	vertical-align: bottom;
}
address {
	font-style: normal;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ページの大枠です。共通　*/
body {
	background-color: #F2F2F2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(images/common/bg_body.jpg);
	background-repeat: repeat-x;
}
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/common/bg_header.jpg);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* ヘッダ見出しとヘッダメニューです。共通　*/
#header h1 {
	font-size: 12px;
	color: #FFF;
	line-height: 100%;
	float: left;
	padding-top: 11px;
}
#header #h_menu ul{
	float:right;	
}
#header #h_menu li.bt_h001{
	background-image: url(images/common/bt_h001_o.jpg);
	float: left;
}
#header #h_menu  li.bt_h001 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_h001.jpg);
	height: 60px;
	width: 113px;
}
#header #h_menu li.bt_h001 a:hover{
	background:none;
}
#header #h_menu li.bt_h002{
	background-image: url(images/common/bt_h002_o.jpg);
	float: left;
}
#header #h_menu  li.bt_h002 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_h002.jpg);
	height: 60px;
	width: 116px;
}
#header #h_menu li.bt_h002 a:hover{
	background:none;
}


/* メインメニューです。共通　*/
#header ul#n_menu{
	clear:both;
	margin-top: 10px;
}
#header ul#n_menu li.bt_n001{
	background-image: url(images/common/bt_n001_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n001 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n001.jpg);
	height: 30px;
	width: 123px;
}
#header ul#n_menu li.bt_n001 a:hover{
	background:none;
}
#header ul#n_menu li.bt_n002{
	background-image: url(images/common/bt_n002_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n002 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n002.jpg);
	height: 30px;
	width: 141px;
}
#header ul#n_menu li.bt_n002 a:hover{
	background:none;
}
#header ul#n_menu li.bt_n003{
	background-image: url(images/common/bt_n003_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n003 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n003.jpg);
	height: 30px;
	width: 140px;
}
#header ul#n_menu li.bt_n003 a:hover{
	background:none;
}
#header ul#n_menu li.bt_n004{
	background-image: url(images/common/bt_n004_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n004 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n004.jpg);
	height: 30px;
	width: 177px;
}
#header ul#n_menu li.bt_n004 a:hover{
	background:none;
}
#header ul#n_menu li.bt_n005{
	background-image: url(images/common/bt_n005_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n005 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n005.jpg);
	height: 30px;
	width: 112px;
}
#header ul#n_menu li.bt_n005 a:hover{
	background:none;
}
#header ul#n_menu li.bt_n006{
	background-image: url(images/common/bt_n006_o.jpg);
	float: left;
}
#header ul#n_menu li.bt_n006 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_n006.jpg);
	height: 30px;
	width: 157px;
}
#header ul#n_menu li.bt_n006 a:hover{
	background:none;
}


/* ロゴ、メインイメージです。共通　*/
#logo {
	margin-top: 10px;
	height: 130px;
	clear:both;
}
#logo h2 {
	line-height: 100%;
	float: left;
}
#logo p {
	line-height: 100%;
	float: right;
}


/* フッタです。共通　*/
#footer {
	background-color: #000;
	background-image: url(images/common/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 79px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
#footer #footer_inner {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 79px;
}
#footer_inner ul#f_navi {
	float: left;
	margin-top: 10px;
}
#footer_inner #f_navi li {
	font-size: 12px;
	float: left;
	margin-right: 8px;
}
#footer_inner #f_navi li a{
	color: #FFF;
}
#footer_inner #f_navi li a:hover{
	color: #F60;
}
#footer_inner #f_menu {
	float: right;
}
#footer_inner #f_menu li.bt_f001{
	background-image: url(images/common/bt_f001_o.jpg);
	float: left;
}
#footer_inner #f_menu li.bt_f001 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_f001.jpg);
	height: 34px;
	width: 170px;
}
#footer_inner #f_menu li.bt_f001 a:hover{
	background:none;
}
#footer_inner #f_menu li.bt_f002{
	background-image: url(images/common/bt_f002_o.jpg);
	float: left;
}
#footer_inner #f_menu li.bt_f002 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_f002.jpg);
	height: 34px;
	width: 145px;
}
#footer_inner #f_menu li.bt_f002 a:hover{
	background:none;
}
#footer_inner address {
	font-size: 12px;
	color: #CCC;
	margin-top: 20px;
}


/* コンテンツ部分振り分けです。共通　*/
#contents {
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
#contents #left_contents {
	float: left;
	width: 200px;
}
#contents #right_contents {
	float: right;
	width: 620px;
}


/* 左メニュー部分です。共通　*/
#left_contents h3#s_menutitle {
	background-image: url(images/common/bt_smember.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s001{
	background-image: url(images/common/bt_s001_o.jpg);
}
#left_contents #s_menu li.bt_s001 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s001.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s001 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s002{
	background-image: url(images/common/bt_s002_o.jpg);
}
#left_contents #s_menu li.bt_s002 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s002.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s002 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s003{
	background-image: url(images/common/bt_s003_o.jpg);
}
#left_contents #s_menu li.bt_s003 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s003.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s003 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s004{
	background-image: url(images/common/bt_s004_o.jpg);
}
#left_contents #s_menu li.bt_s004 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s004.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s004 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s005{
	background-image: url(images/common/bt_s005_o.jpg);
}
#left_contents #s_menu li.bt_s005 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s005.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s005 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s006{
	background-image: url(images/common/bt_s006_o.jpg);
}
#left_contents #s_menu li.bt_s006 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s006.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s006 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s007{
	background-image: url(images/common/bt_s007_o.jpg);
}
#left_contents #s_menu li.bt_s007 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s007.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s007 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s008{
	background-image: url(images/common/bt_s008_o.jpg);
}
#left_contents #s_menu li.bt_s008 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s008.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s008 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s009{
	background-image: url(images/common/bt_s009_o.jpg);
}
#left_contents #s_menu li.bt_s009 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s009.jpg);
	height: 53px;
	width: 200px;
}
#left_contents #s_menu li.bt_s009 a:hover{
	background:none;
}
#left_contents #s_menu li.bt_s100{
	background-image: url(images/common/bt_s100_o.jpg);
}
#left_contents #s_menu li.bt_s100 a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_s100.jpg);
	height: 61px;
	width: 200px;
}
#left_contents p#bt_movie a:hover{
	background:none;
}
#left_contents p#bt_movie{
	background-image: url(images/common/bt_movie_o.jpg);
	margin-top: 15px;
}
#left_contents p#bt_movie a {
	text-indent:-9999px;
	display:block;
	background-image: url(images/common/bt_movie.jpg);
	height: 66px;
	width: 200px;
}
#left_contents #s_menu li.bt_s100 a:hover{
	background:none;
}
#left_contents .left_form {
	background-image: url(images/common/bg_sbox.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 20px;
	height: 70px;
	width: 200px;
}
.left_form input,.left_form select {
	margin-top: 10px;
	background-color: #FFF;
	width: 160px;
}



/* トップ右コンテンツ部分です。　*/
#right_contents #topics {
	background-image: url(images/top/bar_001.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 37px;
	padding-top: 16px;
}
#topics h2 {
	font-size: 20px;
	line-height: 100%;
	float: left;
	padding-left: 30px;
	font-weight: bold;
}
#topics p {
	float: right;
	padding-right: 25px;
	line-height: 100%;
}
#right_contents .frame {
	height: 160px;
	overflow: auto;
	margin-right: 9px;
	margin-bottom: 30px;
	padding: 10px;
}
#right_contents .frame ul li {
	background-image: url(images/top/point001.jpg);
	background-repeat: no-repeat;
	line-height: 120%;
	margin-bottom: 16px;
	padding-left: 28px;
	background-position: 0px 3px;
}
h2#about {
	background-image: url(images/top/bar_002.jpg);
	height: 71px;
	width: 620px;
}
h3.toph3 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #06F;
	margin-left: 10px;
	padding-left: 15px;
	margin-top: 15px;
	clear: both;
	font-weight: bold;
}
#topchip {
	margin-top: 10px;
	margin-left: 30px;
}
.topbox {
	margin-left: 30px;
	margin-top: 10px;
}
.topbox h4 {
	font-size: 16px;
	color: #06F;
	margin-top: 15px;
}


/* メンバー紹介右コンテンツ部分です。　*/
.member h2 {
	background-image: url(images/common/2nd_bar001.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	height: 46px;
	width: 590px;
	padding-left: 30px;
	padding-top: 10px;
	font-weight: bold;
}
.member h3 {
	font-size: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3C3;
	clear: both;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.member h4 {
	font-size: 16px;
	color: #F60;
	margin-top: 5px;
	margin-left: 15px;
}
.member .clearfix {
	margin-right: 10px;
}

.member .clearfix .box_left_02 {
	float: left;
	width: 150px;
}
.member .clearfix .box_right {
	background-image: url(images/common/bg_orangebox001.gif);
	background-repeat: no-repeat;
	background-color: #F93;
	float: right;
	width: 449px;
	margin-top: 15px;
}
.member .clearfix .box_right p {
	color: #FFF;
	line-height: 180%;
	margin: 10px;
}
.member .clearfix .box_right .txt_08 {
	text-align: right;
	background-image: url(images/common/bg_orangebox002.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	background-position: bottom;
}
.member .clearfix .box_right .txt_08 a,.member .clearfix .box_right .txt_08 a:hover {
	color: #FFF;
}
.member .p_01 {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* エントリー記事のレイアウト、デザインなど　*/
.inside h2.pagetitle {
	font-size: 18px;
	height: 44px;
	width: 590px;
	padding-top: 12px;
	margin-bottom: 20px;
	padding-left: 30px;
	background-image: url(images/common/2nd_bar001.jpg);
	background-repeat: no-repeat;
}
.inside .post,.inside .post-last {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	background-image: url(images/common/bg_graybox002.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	clear: both;
	background-position: bottom;
}
.inside .post h2,.inside .post-last h2 {
	font-size: 16px;
	color: #333;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	width: 570px;
	background-image: url(images/common/bg_graybox001.gif);
	background-repeat: no-repeat;
}
.inside .post .entry,.inside .post-last .entry {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.inside .post .entry .postmetadata,.inside .post-last .entry .postmetadata {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px dotted #CCC;
	font-size: 12px;
	line-height: 150%;
}


/* 記事ナビ　*/
.navigation {
	margin-right: 10px;
	margin-left: 10px;
}
.navigation .older {
	float: left;
	width: 290px;
	padding-bottom: 15px;
}
.navigation .newer {
	float: right;
	width: 290px;
	padding-bottom: 15px;
}


/* コメント欄　*/
#commentform {
	width: 578px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	padding-bottom: 20px;
}
#commentform #comment {
	width: 558px;
	margin-bottom: 10px;
}


/* 組合概要・事業内容・組合理念などの右コンテンツ部分です。　*/
.main_h h2 {
	background-image: url(images/top/bar_001.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 590px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 8px;
}
.main_h .main_03 {
	width: 600px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(images/common/bg_bulebox002.gif);
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-color: #BDE6FF;
	background-position: bottom;
	padding-bottom: 30px;
}
.main_h .main_03 h3 {
	padding-top: 7px;
	padding-left: 20px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007BC6;
	padding-bottom: 5px;
	background-image: url(images/common/bg_bluebox001.gif);
	background-repeat: no-repeat;
}
.main_h .main_03 ul.txt_05 {
	width: 580px;
	padding-left: 20px;
}
.main_h .main_03 ul.txt_05 li {
	line-height: 100%;
	background-image: url(images/common/point002.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 22px;
}
.main_h .main_04 {
	width: 600px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(images/common/bg_graybox002.gif);
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	background-position: bottom;
	padding-bottom: 30px;
}
.main_h .main_04 h3 {
	padding-top: 7px;
	padding-left: 20px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	background-image: url(images/common/bg_graybox001.gif);
	background-repeat: no-repeat;
}
.main_h .main_04 h4 {
	font-size: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 20px;
	padding-left: 10px;
	color: #03F;
	margin-top: 25px;
}
.main_h .main_04 ol.list_01 {
	margin-left: 60px;
	margin-top: 10px;
}
.main_h .main_04 .list_01 li {
	list-style-type: decimal;
}
.main_h .main_04 .txt3_01 {
	line-height: 180%;
	margin-top: 15px;
	margin-left: 30px;
}
.main_h #privacy h3 {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #F06;
}
.main_h #privacy .txt_01 {
	line-height: 150%;
	margin-left: 30px;
	margin-right: 30px;
}
.main_h .main_04 h5 {
	padding-top: 7px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	background-image: url(images/common/bg_graybox001.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #666;
}
.main_h .main_04 .txt_02 {
	line-height: 180%;
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 25px;
}
.main_h .main_04 .txt_03 {
	line-height: 180%;
	color: #666;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
}
.main_h ul#link {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.main_h #link li {
	background-image: url(images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}


/* ムービーページ　*/
#movie {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 10px;
}
#movie h3 {
	margin-bottom: 10px;
}
#movie h4 {
	margin-bottom: 20px;
	margin-right: 10px;
}
#mov_left {
	float: left;
	width: 320px;
}
#mov_left dl dt a {
	display:block;
	background-image: url(images/movie/bt_movie.jpg);
	height: 22px;
	width: 215px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	line-height: 100%;
	padding-top: 8px;
}
#mov_left dl dt a:hover{
	display:block;
	background-image: url(images/movie/bt_movie_o.jpg);
	height: 22px;
	width: 215px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	line-height: 100%;
	padding-top: 8px;
}
#mov_left dl dd {
	font-size: 12px;
	margin-bottom: 25px;
	margin-left: 12px;
	line-height: 150%;
	margin-top: 8px;
}
#mov_right {
	float: right;
	padding-right: 20px;
}
#mov_right p {
	margin-bottom: 20px;
}


/* お問い合せページ　*/
#post-2 .entry .main_02 {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
}
.main_02 .kome_01 {
	color: #F00;
	margin-top: 10px;
	margin-bottom: 30px;
}
.main_02 form .wpcf7-form-control-wrap input {
	height: 16px;
	width: 300px;
	margin-bottom: 20px;
}
.wpcf7-form-control-wrap.your-message textarea {
	height: 120px;
	width: 450px;
	margin-bottom: 20px;
}
#semi_table h3 {
	margin-top: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F03;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
}
#semi_table h4 {
	margin-left: 10px;
	line-height: 100%;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F03;
}


#semi_table table {
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
#semi_table tr th {
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	line-height: 140%;
	background-color: #F2F2F2;
}
#semi_table tr td {
	line-height: 130%;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
#semina {
	width: 600px;
	margin-left: 10px;
	margin-top: 30px;
}
#semina table tr th {
	text-align: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#semina table tr td {
	width: 380px;
}

#semina table {
	width: 600px;
	margin-top: 15px;
}


#semina h5 strong {
	color: #F00;
}



























/* 共通クラス　*/
.disnone {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#left_contents #example {
	margin-bottom: 20px;
	margin-left: 1px;
}

