@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*左からカンマで区切って背景画像を2つ指定*/

	background-position: center;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #0021ff;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
background-color: #ffffff;
/*
border:solid 1px green;
*/

	width: 990px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	padding-top: 0px;
	width: 100%;	/*ヘッダーブロックの幅*/
	text-align: center;
}



/* rightMenu
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/

#rightMenu{
float:right;
display:table-cell;
width:220px;
}

#rightMenu ul {
margin-top:10px;
}

#rightMenu ul li {
	width: 100%;
	margin-bottom: 20px;
	border-width:1px; border-color:#666666; border-style:solid;
	background-color: #0021ff;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
	background-image: linear-gradient(#ffffff, #f1f1f1);
border-radius:5px;
}




#rightMenu ul li:first-child {

}

#rightMenu ul li:last-child {

}


#rightMenu ul li a {

	text-decoration: none;
	color: #222222;
	padding:20px 0px 20px 70px;
	display: block;
	vertical-align:middle;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0px;
}

#rightMenu ul li a.xx_01{
background-image:url(../img/icon01.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li a.xx_02{
background-image:url(../img/icon02.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li a.xx_03{
background-image:url(../img/icon03.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li a.xx_04{
background-image:url(../img/icon04.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li a.xx_05{
background-image:url(../img/icon05.gif);
background-repeat:no-repeat;
background-position:10px center;
}

#rightMenu ul li b.xx_01{
background-image:url(../img/icon01.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li b.xx_02{
background-image:url(../img/icon02.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li b.xx_03{
background-image:url(../img/icon03.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li b.xx_04{
background-image:url(../img/icon04.gif);
background-repeat:no-repeat;
background-position:10px center;
}
#rightMenu ul li b.xx_05{
background-image:url(../img/icon05.gif);
background-repeat:no-repeat;
background-position:10px center;
}


#rightMenu ul li b {
	background-color: rgba(255,222,173,0.7);
	text-decoration: none;
	color: crimson;
	padding:20px 0px 20px 70px;
	display: block;
	vertical-align:middle;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0px;
}


#rightMenu ul li a:hover {

	background-color: rgba(90,194,219,0.2);
	-webkit-transition: background 800ms;
	transition: background 800ms;
}

#rightMenu ul li div{
display:none;
}
#rightMenu ul li div ul{
margin:0;
}
#rightMenu ul li div li{
border:none;
background-none;
margin:0;
padding:0;
border-radius:0px;
}

#rightMenu ul li div li a{
border:none;
background-none;
margin:0;
padding:5px 0px 5px 70px;
border-width:1px 0px 0px 0px;
border-style:solid;
border-color:#cccccc;

}
/* boxMenu
---------------------------------------------------------------------------*/

#menuBoxLine{margin:10px 20px 0px;}



/* clearFix
---------------------------------------------------------------------------*/
.clearfix:after {
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 175px;
	width: 990px;
	border-radius: 15px;	/*角丸のサイズ*/
	margin-bottom: 20px;
}
#mainimg img {
	border-radius: 15px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index: 2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-index: 1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {

	background-color: #ffffff;
	padding: 15px;
	text-align: left;
	clear: left;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	float:left;
	padding: 10px;
	display:table-cell;
	background-color:#ffffff;
}

#main h1 {
	background-color: #0021ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a46ff), to(#0021ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#2a46ff, #0021ff);	/*同上*/
	background-image: linear-gradient(#2a46ff, #0021ff);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #dcdcdc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 5px;	/*角丸のサイズ*/
	color: #111111;
	margin:0px 0px 40px;
	border: 1px solid #CCC;
}

#photo_diary_def_thumb img{
margin:0px 10px 10px 0px;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #0021ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a46ff), to(#0021ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#2a46ff, #0021ff);	/*同上*/
	background-image: linear-gradient(#2a46ff, #0021ff);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #dcdcdc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/

	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 5px;	/*角丸のサイズ*/
	color: #111111;
	margin:0px 0px 40px;
	border: 1px solid #CCC;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #dcdcdc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #dcdcdc;			/*同上*/
	font-size: 100%;
	padding: 8px 10px 8px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 5px;
	border: 1px solid #CCC;
	color: #0021ff;
	margin:10px 0px 30px 0px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 20px 10px;	/*左から、上、左右、下への余白*/
}

#main ol{margin:30px 50px
30px;}




/*フッター設定
---------------------------------------------------------------------------*/
footer {
border:solid 1px #cccccc;
border-width:1px 0px 0px 0px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image:url(../images/footerBg.png);
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*フッター内のメニュー
---------------------------------------------------------------------------*/
#footermenu	{

	padding-top: 30px;
	font-size: 12px;
	text-align: center;
}
#footermenu li {
	display: inline;
	padding: 0px 5px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 370px;	/*ボックスの高さ*/
	width: 260px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 12px 20px;
	position: relative;
	border: 1px solid #CCC;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #0021ff;	/*文字色*/
	border-bottom: 2px dotted #0021ff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 920px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	background: #e5e5e5;	/*背景色*/
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色*/
	background-color: #FFCC33;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-width:1px; border-color:#666666; border-style:solid;
	background-color: #0021ff;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
	background-image: linear-gradient(#ffffff, #f1f1f1);
border-radius:5px;
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	color: #111111;		/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	margin-top:30px;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #2a46ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0021ff), to(#2a46ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#0021ff, #2a46ff);	/*同上*/
	background-image: linear-gradient(#0021ff, #2a46ff);			/*同上*/
color:#ffffff
};

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #0021ff;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #0021ff;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#menubar_hdr {
	display: none;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}




/*EX*/

#mainMenuBar{
margin:10px 10px 30px;

}

#mainMenuBar ul{
margin:0px;
}

#mainMenuBar li{
float:left;
margin:0px 10px;
}




/* for each contents*/

#algo_ttl{background-image:url('../img/algo_ttl_bg.gif'); height:40px;}
#algo h3{color:#ffffff; font-size:18px; background-color:crimson; padding:3px 5px; background-image:url('./img/algo_ttl_bg.gif');}
#algo h4{color:#ffffff; background-color:orange; padding:3px 5px;}
#algo blockquote{margin:30px 0px 30px 40px;}

#algo_tbl{font-size:13px;}

#algo_tbl td.h1{background-color:#111111; color:#ffffff; font-weight:bold; white-space:nowrap; text-align:center;}
#algo_tbl td.h2{background-color:#ffa07a; color:#ffffff; font-weight:bold; white-space:nowrap; text-align:center;}
#algo_tbl td.h3{background-color:#111111; color:#ffffff; font-weight:bold; white-space:nowrap; text-align:center;}

#algo_tbl td.l1{background-color:#f8f8ff; border-width:0px 0px 1px 0px; border-color:#111111; border-style:solid;}
#algo_tbl td.l2{background-color:#ffdab9; border-width:0px 0px 1px 0px; border-color:#111111; border-style:solid; white-space:nowrap; text-align:center;}
#algo_tbl td.l3{background-color:#f8f8ff; border-width:0px 0px 1px 0px; border-color:#111111; border-style:solid;}



#algo_goods{
margin-top:30px; margin-left:50px; border:dotted 3px crimson;
}

div.dashed{
border-top:1px #111111 dashed;
margin:10px 0px;
clear:both;
}

#algo_goods fieldset{padding:10px;}
#algo_goods legend{background-color:crimson; color:#ffffff; font-weight:bold; margin-left:-30px;}
#algo_goods legend span{padding:0px 20px;}
#algo_goods ul{list-style-type: square; color:crimson; font-size:13px;}


/* ex */

#commonTable{
background-color:navy;
border-collapse:separate;
/*separate/collapse*/
border-spacing:1px;
text-align:center;
}
th{
background-color:#1e90ff;
color:#ffffff;
padding:5px;
}
td{
background-color:#ffffff;
padding:5px;
}


/* course info. */
p.courseTheme{
text-align:center;
margin-bottom:30px;
}
p.courseTheme b{
color:#ffffff;
padding:10px;
font-size:2em;
border-radius:5px;
}

a.courseLink{
font-weight:bold;
}

img.courseImageL{
width:40%;
margin:10px 20px 20px 0px;
}

img.courseImageR{
width:40%;
margin:10px 0px 20px 20px;
}

a.courseLinkDetail{
border:solid 2px steelblue;
color:steelblue;
background-color:#ffffff;
border-radius:2px;
text-decoration:none;
padding:2px 10px 1px 28px;
margin-bottom:130px;
background: url(../img/arrowS.png) no-repeat 2px center;
}

a.courseLinkDetail:hover{

color:#ffffff;
background: url(../img/arrowS-on.png) no-repeat 2px center;
background-color:steelblue;
}

ul.asterisk{margin:30px;}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "* ";
}

.amiBg{
background-image:url('../img/footerBg.png');
}


#tblCell{display:table; width:210px; font-weight:bold; float:left; padding:5px 2px; border-width:0px 0px 1px 0px; border-style:solid; border-color:#cccccc; height:30px; font-size:16px; margin-left:7px;}
#tblCell span{display:table-cell; vertical-align:middle;}

#oshirase{margin:0px 0px;}
#oshirase a{font-weight:bold;}
#oshirase li{list-style-type: none; background: url('../img/p.gif') no-repeat 0px 7px; padding-left: 35px; margin:10px;}
#oshirase li.new{list-style-type: none; background: url('./img/new.gif') no-repeat 0px 7px; padding-left: 35px; margin:10px;}

#oshirase strong{list-style-type: none; background: url('../img/p.gif') no-repeat 0px 2px; padding-left: 35px; margin:10px;}
#oshirase strong.new{list-style-type: none; background: url('../img/new.gif') no-repeat 0px 2px; padding-left: 35px; margin:10px;}
#oshirase hr{border-width:1px 0px 0px 0px; border-style:dashed; border-color:gray;}
#oshirase div{margin-left:50px;}