/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	background-image:url(image/back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.5;
}
table {
	text-align: left;
	font-size: 12px;
}
.left15 {
	margin-left: 15px;
}

td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 20px 20px 0 20px;
}
h2 {
	margin: 20px 40px 0 40px;
	border-bottom: solid 1px #AAA;
	padding-bottom: 10px;
}
h3 {
	margin: 20px 40px 0 40px;
}
h3.sokuhou {
	color: #F00;
	border-bottom: solid 1px #F00;
	margin-bottom: 20px;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	padding: 10px;
}
.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 45px 20px 45px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	margin: 20px 45px 20px 45px;
	text-align: right;
}

p.text01b {
	margin: 20px 45px 20px 65px;
}

.red {
	color: #FF0000;
}
.red02 {
	color: #FF0000;
	font-weight: bold;
}

.pink {
	color: #F0C;
}

.green {
	color: #060;
}

.redlarge {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.blue {
	color: #0000FF;
}
.bold {
	color: #000000;
	font-weight: bold;
}
.boldlarge {
	font-size: 14px;
	font-weight: bold;
}
.boldxlarge {
	font-size: 18px;
	font-weight: bold;
}

.txs {
	font-size: 11px;
}

.txl {
	font-size: 16px;
}

.txl2 {
	font-size: 14px;
}

.boldsmall {
	font-size: 12px;
	font-weight: bold;
}

span.none {
	display: none;
}
p.clear {
	clear: both;
}
ul.contents {
	margin: 20px 60px 20px 60px;
}
ul.contents li {
	margin-bottom: 10px;
}
ol.contents {
	margin: 20px 60px 20px 60px;
}
ol.contents li {
	margin-bottom: 10px;
	line-height: 1.5;
}

.kasen {
	text-decoration: underline;
}

.lh200 {
	line-height: 200%;
}

/* ------------------------------
 リンクボタン
------------------------------ */
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 250%;
	outline: none;
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
	background-color: #39C;
	color: #FFF;
}
.button:hover {
	background-color: #68B5D9;
	color: #FFF;
}

.button02 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 250%;
	outline: none;
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button02 {
	background-color: #F6C;
	color: #FFF;
}
.button02:hover {
	background-color: #FFA6E2;
	color: #FFF;
}


.button03 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 250%;
	outline: none;
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button03 {
	background-color: #093;
	color: #FFF;
}
.button03:hover {
	background-color: #00F04E;
	color: #FFF;
}


/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-image:url(image/left.gif);
	background-repeat: repeat-y;
}
div.left {
	width: 180px;
	float: left;
}
div.main {
	width: 700px;
	float: right;
}

/* ------------------------------
 左側
------------------------------ */

div.lang {
	margin: 2px 0 0 22px;
}
div.lang img {
	margin-bottom: 2px;
}
div.left_banner {
	margin: 20px 0 0 22px;
}


/* ------------------------------
 左メニュー
------------------------------ */

div.left_menu {
	margin: 5px 0 0 20px;
}
div.left_menu img {
	margin-bottom: 1px;
}

/* ------------------------------
 右側
------------------------------ */

p.logo {
	margin: 20px 20px 0 20px;
}
p.top_text {
	margin: 20px 45px 0 45px;
}

/* ------------------------------
 トップ情報部分
------------------------------ */

div.index_info {
	margin: 20px 45px 20px 45px;
}
div.info {
	float: left;
	width: 325px;
	background-color: #FFF;
}
div.p_double {
	display: inline-block;
}
p.info {
	margin: 10px 15px;
}
ul.info {
	margin: 10px 15px;
	list-style: none;
}
ul.info li {	
	margin-bottom: 10px;
}
div.pdf {
	float: right;
	text-align: right;
}
div.info02 {
	width: 610px;
	background-color: #FFF;
	margin: 10px 0 20px 40px;
	border: solid 1px #DDD;
}
p.info02 {
	margin: 15px 15px;
}

div.info02 div {
	float: right;
	width: 220px;
	padding-top: 130px;
}

div.info02 div p {
	font-size: 12pt;
	line-height: 200%;
	text-align: center;
	width: 180px;
}

div.info02 div p a:link, div.info02 div p a:visited {
	color: #069;
	text-decoration: none;
}
div.info02 div p a:hover, div.info02 div p a:active {
	color: #069;
	text-decoration: underline;
}

p.left {
	float: left;
}
p.right {
	float: right;
	width: 200px;
}

div.info03 {
	width: 610px;
	background-color: #FFF;
	border: solid 1px #DDD;
	padding: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

.topbox01 {
}

.topbox01 p {
	margin-bottom: 5px;
}

.red_bg span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.pink_bg span {
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	background-color: #F0F;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.green_bg span {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #093;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.blue_bg span {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #069;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.yellow_bg span {
	font-weight: bold;
	color: #333;
	background-color: #FF6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.waku_bg span {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333;
}

.maruwaku_bg {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333;
	border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
}

.waku50 {
	padding: 10px;
	border: 1px solid #666;
	width: 50%;
}

.waku50:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .waku50 {
    height: 1em;
    overflow: visible;
}
/**/

.waku80 {
	padding: 10px;
	border: 1px solid #666;
	width: 80%;
}

.waku80:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .waku80 {
    height: 1em;
    overflow: visible;
}
/**/

.ic_fb {
	background-image: url(image/ic_fb.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 24px;
	min-height: 20px;
}

.ic_tw {
	background-image: url(image/ic_tw.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 24px;
	min-height: 20px;
}

.waku_purple {
	background-color: #63C;
	padding: 10px;
	float: none;
	clear: both;
	font-weight: bold;
	color: #FFF;
	width: 50%;
	margin-left: 10px;
}


/* ------------------------------
 パンくず
------------------------------ */

p.bread {
	margin: 10px 45px 10px 45px;
	text-align: right;
	font-size: 10px;
}

/* ------------------------------
 about.html
------------------------------ */

table.about {
	margin: 15px 50px;
}
table.about p {
	margin: 5px;
}
td.about01 {
	width: 140px;
}
td.about02 {
	width: 460px;
}

/* ------------------------------
 seminar01.html
------------------------------ */

table.seminar01 {
	margin: 15px 50px;
}
table.seminar01 p {
	margin: 5px;
}
td.seminar01_1 {
	width: 120px;
}
td.seminar01_2 {
	width: 480px;
}

.sem01tx {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #390;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* ------------------------------
 seminar02.html
------------------------------ */

table.seminar02 {
	margin: 15px 50px;
}
table.seminar02 p {
	margin: 5px;
}
td.seminar02_1 {
	width: 120px;
}
td.seminar02_2 {
	width: 480px;
}

.sem02tx {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #00BDEC;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* ------------------------------
 seminar03.html 20180809
------------------------------ */

.box180809 {
	margin: 0px;
}

.box180809 ul {
	padding: 0px;
	list-style-type: none;
	width: 600px;
	margin-top: -130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -380px;
}

.box180809 ul li {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
}

.box180809 ul li img {
	margin-bottom: 5px;
}

/* ------------------------------
 seminar03.html 20191028
------------------------------ */

.sem03tx {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #E80000;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.sem03txb {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	background-color: #ff0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}


/* ------------------------------
 contest01.html
------------------------------ */

div.contest {
	margin: 20px 45px;
	background-color: #DDD;
}
div.contest p {
	padding: 10px;
}

/* ------------------------------
 books.html
------------------------------ */

table.books {
	margin: 20px auto;
	border: solid 1px #DDD;
	background-color: #FFF;
}
table.books p {
	margin: 10px;
}
td.books01 {
	width: 170px;
	text-align: center;
	padding-top: 10px;
}
td.books02 {
	width: 450px;
}
p.books_title {
	font-size: 18px;
	font-weight: bold;
	color: #FF4D2A;
}
p.books_info {
	color: #0080C0;
}
p.books_midashi {
	font-weight: bold;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 50px 55px;
}
.contact01 {
	width: 150px;
	padding: 5px 0;
}
.contact02 {
	width: 350px;
	padding: 5px 0;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
.btn {
	width: 70px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	clear: both;
	text-align: center;
	color: #696969;
	font-size: 12px;
	background-image:url(image/left.gif);
	background-repeat: repeat-y;
}
.left45 {
	margin-left: 45px;
}
#winner {
	padding: 10px;
	width: 400px;
	border: medium double #000;
	margin-left: 45px;
}
#ad {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#nichikanlogo {
	width: 150px;
	margin-left: 10px;
	float: right;
	height: 170px;
}



div.textwidget {
	clear: both;
	margin: 20px 20px;
}
