/* エスポアールwebコンテンツCSS */
/* espoir_web */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,input,textarea,p,th,td {
	margin: 0; padding: 0;
} 
body#wrap {
	background-image: url(../images/esp_back_img.jpg) ;
	font-family: メイリオ,ＭＳ ゴシック sans-serif;
}
/* ギャラリー用body背景 */
body#gallery {
	background-color: #180614;/* 烏羽色 */
	font-family: メイリオ,ＭＳ ゴシック sans-serif;
}
body#wrap a:link {color: #165e83;}/* 藍色 */
body#wrap a:visited {color: #0f2350;}/* 濃藍色 */
body#wrap a:hover {color: #b7282e;}/* 茜色 */
body#gallery a:link {color: #ebf6f7;}/* 藍白色 */
body#gallery a:visited {color: #c1e4e9;}/* 白藍色 */
body#gallery a:hover {color: #e95464;}/* 韓紅色 */
img {border-style: none;}/* IEリンク画像枠線消し */
/* コンテナ背景 */
div#container {
	width: 960px;
	margin: 0 auto 0;
	background-image: url(../images/espback.jpg) ;
/* 角丸 */
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	border-radius: 20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
/* 影 */
	-moz-box-shadow: 10px 10px 20px #5b7e91; /* Firefox */
	-webkit-box-shadow: 10px 10px 20px #5b7e91; /* Safari and Chrome */
	box-shadow: 10px 10px 20px #5b7e91; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/* ギャラリーコンテナ背景 */
div#gal_container {
	width: 960px;
	margin: 0 auto 0;
	background-color: #180614;
/* 角丸 */
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	border-radius: 20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
/* 影 */
	-moz-box-shadow: 10px 10px 20px #5b7e91; /* Firefox */
	-webkit-box-shadow: 10px 10px 20px #5b7e91; /* Safari and Chrome */
	box-shadow: 10px 10px 20px #5b7e91; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/*ヘッダー*/
div#esp_header {
	width: 960px;
	height: 75px;
	margin: 0;
}
p.esp {
	text-align: right;
	padding-right: 100px;
	margin-top: -50px;
	margin-bottom: 0;
	color: #f8fbf8;/*白磁色 */
	font-size: 0.85em;
	font-weight: bold;
}
/* ナビメニュー */
ul.navimenu {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 35px;
}
ul.navimenu li {
	float: left;
	list-style: none;
}
ul.navimenu li a {
	display:block;
	line-height: 35px;
	background-image: url(../images/menubutton6.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;/* 文字飛ばし */
}
/* ナビメニュー 1枚画像をポジション指定*/
li.menutop a { width:160px; background-position:0       -35px;}
li.menuinfo a { width:160px; background-position:-160px -35px;}
li.menuplan a { width:160px; background-position:-320px -35px;}
li.menurecord a { width:160px; background-position:-480px -35px;}
li.menugallery a { width:160px; background-position:-640px -35px;}
li.menu_info a { width:160px; background-position:-800px -35px;}
/* ナビメニュー 訪問中の表示*/
li.menutop_on a { width:160px; background-position:0       0;}
li.menuinfo_on a { width:160px; background-position:-160px 0;}
li.menuplan_on a { width:160px; background-position:-320px 0;}
li.menurecord_on a { width:160px; background-position:-480px 0;}
li.menugallery_on a { width:160px; background-position:-640px 0;}
li.menu_info_on a { width:160px; background-position:-800px -0;}
/* ナビメニュー マウスホバーの表示*/
li.menutop a:hover { width:160px; background-position:0       -70px;}
li.menuinfo a:hover { width:160px; background-position:-160px -70px;}
li.menuplan a:hover { width:160px; background-position:-320px -70px;}
li.menurecord a:hover { width:160px; background-position:-480px -70px;}
li.menugallery a:hover { width:160px; background-position:-640px -70px;}
li.menu_info a:hover { width:160px; background-position:-800px -70px;}
/* ナビメニューのサブ・ドロップダウンメニュー部 */
li.menu_info ul,li.menu_info_on ul { display: none;}
li.menu_info:hover ul,li.menu_info_on:hover ul {
	display: block;
	width: 160px;
	height: 105px;
}
ul.submenu {
	margin-left: 0;
	padding-left: 0;
	position: absolute;
/*	z-index: 2000;/*コンテンツの下への潜り込み解除 */
}
ul.submenu li a {
	background-image: url(../images/menubutton_sub.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
li.menucollection a { width:160px; background-position:0 0;}
li.menusketch a { width:160px; background-position:0 -35px;}
li.menuinvitation a { width:160px; background-position:0 -70px;}

li.menucollection a:hover { width:160px; background-position:-160px 0;}
li.menusketch a:hover { width:160px; background-position:-160px -35px;}
li.menuinvitation a:hover { width:160px; background-position:-160px -70px;}
/* パンくずリスト */
p.bread {
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
}
.graycolor { color: #8f8667;}/* 利休色 */
.whitecolor { color: #ebf6f7;}/* 藍白色 */
.greencolor_l { color: #93ca76;}/* 淡萌黄 うすもえぎ色 */
/* コンテンツ */
div#content {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#main_640content {
	width: 620px;
	margin-top: 0;
	margin-left: 0;
	float: left;
}

/* 臨時ニュースＢＯＸ */
.box5 {
    padding: 1em 1em;
    margin: 1em 5em;
    border: double 10px #cc3300;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/* nivoSlider用コンテンツ */
div#content_slider {
	margin-top: 0;
	margin-left: 0;

	width: 620px;
/*	float: left;*/
	position: absolute;/*IE7でリンクを可能にさせる処置
/*	z-index: 100;/*IE7でリンクを可能にさせる処置で大きい数値を設定 */
}
/*キャンバスのnivoSliderスライダー */
div#slider {
	position: absolute;
	z-index: 4;
	display: block;
	margin-top: 40px;
	margin-left: 50px;
	width: 300px;
	height: 230px;
}
div#slider img {
	position: absolute;
    z-index: 5;
	width: 300px;
	height: 230px;
	margin-top: 0;
	margin-left: 0;
	object-fit: contain;
	object-position: top 75%;
}
/* 描く人イラスト */
p.espillust {
	margin-top: 0;
	margin-left: 0;
	width: 630px;

	position: absolute;
	z-index: 2;
}
/*p.espillust img {
	position: absolute;
    z-index: 3;
}
/* ギャラリー矢印の杭 */
p.espillust02 {

	width: 50px;
	margin-left: 470px;
	margin-top: 10px;
	position: absolute;
    z-index: 6;
}
/* ギャラリー矢印 */
p.illustG {

	width: 180px;
	margin-left: 420px;
	margin-top: 10px;
	line-height: 100px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
	position: absolute;
    z-index: 200;
}
p.illustG a {
	display:block;
	line-height: 100px;
	background-image: url(../images/G_button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p.illustG a:hover {
	background-image: url(../images/G_button_hover.png);
	background-repeat: no-repeat;
}
/* ギャラリーボタン */
p.gallery_go {

	width: 150px;
	margin-left: 410px;
	margin-top: 50px;
	line-height: 50px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
	position: absolute;
    z-index: 200;
}
p.gallery_go a {
	display:block;
	line-height: 50px;
	background-image: url(../images/gallerybutton.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p.gallery_go a:hover {
	background-image: url(../images/gallerybutton_on.png);
	background-repeat: no-repeat;
}
/* 裸婦デッサンボタン */
p.dessin_go {

	width: 150px;
	margin-left: 410px;
	margin-top: 100px;
	line-height: 50px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
	position: absolute;
    z-index: 200;
}
p.dessin_go a {
	display:block;
	line-height: 50px;
	background-image: url(../images/dessinbutton.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p.dessin_go a:hover {
	background-image: url(../images/dessinbutton_on.png);
	background-repeat: no-repeat;
}
/*トップの案内 */
div#top_infobox {
	clear: both;
	position: absolute;
	margin-top: 530px;
	width: 500px;
}

.level_line550 {
	width: 600px;
	
	line-height: 35px;
	color: #f8fbf8;/*白磁色 */
	background-color: #165e83;
	padding-left: 10px;
	margin-bottom: 10px;
	
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
.level_line {
	width: 940px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
.level_line10hei {
	width: 940px;
	height: 10px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
/*見出しアイコン */
p.icon03 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
/*見出しタイトル */
h2.top_title03 {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	background-image: url(../images/redbar.jpg);
	background-repeat: no-repeat;
	background-position: left 70%;
	width: 400px;
	text-align: left;
	line-height: 80px;
	vertical-align: middle;/*redbarライン位置 */
}
p.top_infotext {
	margin-top: 0;
	margin-left: 100px;
	width: 400px;
	margin-bottom: 20px;
}
/*サブコンテンツ臨時ニュース*/
.special {
	margin-left: 640px;
	margin-top: 0px;
	margin-bottom: -20px;
}

/*サブコンテンツ news-topics */
div#news-topics {
	float: right;
	margin-right: 10px;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 310px;
/*	padding: 10px 5px 20px 10px;*/
	background-color: #f8fbf8;/*白磁色 */

 border-radius: 20px; /* CSS3 */
-moz-border-radius: 20px; /* Firefox */
-webkit-border-radius: 20px; /* Safari,Chrome */

-moz-box-shadow: 5px 5px 10px #5b7e91; /* Firefox */
-webkit-box-shadow: 5px 5px 10px #5b7e91; /* Safari and Chrome */
box-shadow: 5px 5px 10px #5b7e91; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

 behavior: url(ie-css3.htc);　/* IE */
}

p.topicstitle {
	margin: 10px 5px 20px 10px;
	width: 310px;
	color: #0f2350;
	background-image: url(../images/redbar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.topicbox {
	width: 310px;
	margin-top: 0;
	margin-bottom: 0;
}
div.newsbox {
	width: 310px;
	margin-top: 0;
	margin-bottom: 0;
}
p.link_text {
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #8f8667;
	text-align: right;
	padding-right: 10px;
}
div.blocklink {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}

.blocklink:hover {
	cursor:pointer;/*ポインター（カーソル）を手の形に*/
	background-color: #c1e4e9;
}

p.newsicon {
	margin-left: 10px;
	height: 56px;
	width: 56px;
	float: left;
}
p.news {
	float: left;
	width: 230px;
}
p.topicicon {
	margin-left: 10px;
	height: 56px;
	width: 56px;
	float: left;
}
p.topic {
	float: left;
	width: 230px;
}
/*ピックアップ */
p.dessinG {
	width: 150px;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.dessinG a {
	display:block;
	line-height: 50px;
	background-image: url(../images/dessinbutton.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p.dessinG a:hover {
	background-image: url(../images/dessinbutton_on.png);
	background-repeat: no-repeat;
}


/*各ページコンテンツタイトル */
div#subtitle {
	margin: 30px auto 10px;
	width: 940px;
}
p#subtitleleft {
	margin-left: 0;
	margin-top: -80px;
	float: left;
}

p#subtitleright {
	float: right;
	margin-right: 0;
	margin-top: -80px;
}
h1.subtitle {
	text-align: center;
	color: #165e83;
}
#top_space {width: 940px; height: 30px; margin-top: 0;margin-bottom: 0;}
/*各ページコンテンツの個別記事*/
div#info {
	clear: both;
	width: 940px;
	margin-top: 0;
	margin-bottom: 30px;
}

div.info_box {
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
	width: 940px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
div.info_box04 {	
	margin-top: 30px;
	
	width: 940px;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
div.infobox_left {
	width: 650px;
	float: left;
}

div.infobox_940 {
	width: 940px;
	float: left;
}

p.icon03 {
	margin-left: 0;
	margin-top: 0;
	float: left;
}
.title03 {
	float: left;
	margin-left: 20px;
	background-image: url(../images/redbar.jpg);
	background-repeat: no-repeat;
	background-position: left 70%;
	width: 550px;
	text-align: left;
	line-height: 80px;
	vertical-align: middle;
}
.infotext {
	clear: both;
	margin-left: 100px;
	width: 550px;
	margin-bottom: 10px;
}
.infotext2 {
	clear: both;
	margin-left: 100px;
	width: 830px;
	margin-bottom: 10px;
}
.infotext04 {
	margin-left: 100px;
	width: 550px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
.infotext04_right {
	width: 280px;
	float: right;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
.infotext05_right {

	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	float: right;
	overflow: hidden;/*ブロック要素の囲み*/
	zoom:1;/*ブロック要素の囲みのIE用*/
}
.infobox_right {
	margin-top: 50px;
	margin-bottom: 0;
	width: 280px;
	float: right;
}
.infobox_right02 {
	margin-top: 0;
	margin-bottom: 0;
	width: 280px;
	float: right;
}
.title04 {
	margin-left: 100px;
	width: 550px;
	margin-bottom: 10px;
	
	/* ちょっとへこんだ見出しバック */
	position:relative;
	padding:5px;
	font:bold 24px/1.6 Arial, Helvetica, sans-serif;
	text-align:reft;
	color:#180614;
	border-top:0px #aaa;
	border-bottom:0px #aaa;
	background-image: url(../images/espbackimg.jpg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

.title05 {
	margin-left: 100px;
	width: 550px;

	/* ちょっとへこんだ見出しバック */
	position:relative;
	padding:5px;
	font-size: 1.15em;
	text-align:reft;
	color:#180614;
	border-top:0px #aaa;
	border-bottom:0px #aaa;
	background-image: url(../images/espbackimg.jpg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}
.title05:hover {
	margin-left: 100px;
	width: 550px;
	
	/* ちょっとへこんだ見出しバック */
	position:relative;
	padding:5px;
	font-size: 1.15em;
	text-align:reft;
	color:#8f8667;
	border-top:0px #aaa;
	border-bottom:0px #aaa;
	background-image: url(../images/espbackimg.jpg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
}
.folding {
	cursor:pointer;/*ポインター（カーソル）を手の形に*/
	clear: both;
}
img {
	border-style: none;
}
.fontsmall {font-size: 0.75em;}
.fontsmall85 {font-size: 0.85em;}
.right200 {text-align: right; margin-right: 200px;}

ul.top_scrollnavi {
	width: 550px;
	margin-left: 395px;
	margin-bottom: 10px;
}
ul.scrollnavi {
	width: 280px;
}
li.scroll_btn {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 120px;
	float: left;
	list-style: none;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	background: #165e83;
	color: #f8fbf8;/*白磁色 */
}
li.scroll_btn:hover {background-color: #507ea4;}
.scroll_btn_up {
	margin-top: -35px;
	width: 120px;
	float: right;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	background-color: #165e83;
	color: #f8fbf8;/*白磁色 */
}

/*文字位置インデント設定 */
.sage1 {padding-left:4.2em;/*4.2emだけ文字下げ */
		text-indent:-4.2em;/*１行目だけ文字下げしない */
}
/* ギャラリーメンバーズリスト */
div#menbers_list {
	width: 520px;
	margin-left: 420px;
	margin-bottom: 10px;
}
ul.menberlist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 25px;
}
ul li.menber {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 80px;
	float: left;
	list-style: none;
	text-align: center;
	background-color: #165e83;
	cursor: pointer;
	
	/* 角丸 */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
/* 影 */
	-moz-box-shadow: 2px 2px 4px #5b7e91; /* Firefox */
	-webkit-box-shadow: 2px 2px 4px #5b7e91; /* Safari and Chrome */
	box-shadow: 2px 2px 4px #5b7e91; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
ul li.menber a {text-decoration: none;}
ul li.menber:hover {background-color: #507ea4;}

/*写真の配置*/
.photo260_00 {/*右配置　260幅　背景色あり*/
	margin-top: 0;
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	float: right;
	margin-bottom: 20px;
}
.photo260_000 {/*右配置　260幅　背景色なし*/
	margin-top: 0;
	padding-right: 5px;
	float: right;
	margin-bottom: 20px;
}
/*3連横配置　260幅　背景色あり*/
.photo260_01 {/*左配置*/
	margin-left: 100px;
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	float: left;
	margin-bottom: 20px;
}
.photo260_02 {/*中配置*/
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	margin-left: 15px;
	float: left;
	margin-bottom: 20px;
}
.photo260_03 {/*右配置*/
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	margin-right: 0;
	float: right;
	margin-bottom: 20px;
}
/*4連横配置　160幅　背景色あり*/
.photo160_01 {/*左配置*/
	margin-left: 100px;
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	float: left;
	margin-bottom: 20px;
}
.photo160_02 {/*左配置*/
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.photo160_03 {/*右配置*/
	border: 5px #f8fbf8 solid;/*白磁色 */
	background-color: #f8fbf8;/*白磁色 */
	margin-right: 0;
	float: right;
	margin-bottom: 20px;
}
.photolink:hover img {/*マウスhoverで半透明（白っぽく）*/
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
/*ギャラリーページ*/
#gallery_spec {
	width: 850px;
	margin-top: 20px;
	margin-left: 90px;
	margin-bottom: 20px;
}
.photo001 {/*左配置*/
	margin-left: 100px;
	float: left;
	background-color: #f8fbf8;/*白磁色 */
}
.photo001 img {/*作品の額縁*/
	border: 5px #f8fbf8 solid;/*白磁色 */
}
.photo002 {/*中配置*/
	margin-left: 10px;
	float: left;
	background-color: #f8fbf8;/*白磁色 */
}
.photo001:hover img {/*マウスhoverで半透明（白っぽく）*/
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.photo002 img {/*作品の額縁*/
	border: 5px #f8fbf8 solid;/*白磁色 */
}
.photo002:hover img {/*マウスhoverで半透明（白っぽく）*/
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.photo002_b {/*中配置*/
	margin-left: 10px;
	float: left;
	background-color: #f8fbf8;/*白磁色 */
}
.photo002_b img {/*作品の額縁*/
	border: 5px #180614 solid;/* 烏羽色 */
}
.photo002_b:hover img {/*マウスhoverで半透明（白っぽく）*/
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.caption {
	clear: both;
	font-size: 0.85em;
	color: #f8fbf8;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
}
.caption2 {
	clear: both;
	font-size: 0.85em;

	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
.floatbox {
	float: left;
}
/*サイズの変更*/
img.size_change190 {
	max-width: 840px;/*840px超える画像はheightを調整*/
	max-height: 145px;/*height基準で作品サイズを調整*/
}
img.size_change200 {
	max-width: 840px;/*840px超える画像はheightを調整*/
	max-height: 195px;/*height基準で作品サイズを調整*/
}
img.size_change260 {
	max-width: 250px;/*840px超える画像はheightを調整*/
	max-height: 575px;/*height基準で作品サイズを調整*/
}

img.size_change {
	max-width: 840px;/*840px超える画像はheightを調整*/
	max-height: 260px;/*height基準で作品サイズを調整*/
}
img.size_change2 {
	max-width: 540px;
	max-height: 540px;
}
img.size_change_big {/*極端に縦長の作品の場合*/
	max-width: 840px;
	max-height: 575px;/*標準heightの2列分で調整*/
}
.mouse_up a:hover {
	border: 10px #b7282e solid;
	background-color: #b7282e;
	color: #f8fbf8;
}
/*未使用：画像を指定サイズのBOXの中央に配置*/
.box {
	width: 270px;
	height: 270px;
	position: relative; /* 相対配置 */
}
.box img {
	position: absolute; /* 親要素（.box）からの絶対配置 */
}
.box_big {
	width: 400px;
	height: 270px;
	position: relative; /* 相対配置 */
}
.box_big img {
	position: absolute; /* 親要素（.box）からの絶対配置 */
}
/*未使用ここまで：画像を指定サイズのBOXの中央に配置*/
/*サイド装飾*/
.boxwidth260 {
	width: 260px;
}
.sideinfo {
	float: right;
	text-align: center;
	width: 260px;
	background-color: #165e83;
	color: #f8fbf8;
	margin-bottom: 10px;
}
/*リストの配置*/
dt {
	clear: both;
	width: 60px;
	text-align: right;
	float: left;
}
dd {
	float: left;
	width: 490px;
}
/*プロフィールのリスト対応 */
dl dt.nen {
    text-align: left;
    width:  50px;
    padding: 0.5em 0.5em 0.1em 2em;
    position: relative;
}
 
dl dd.nakami {
    width: 430px;
    padding: 0.5em;
    float: left;
}

/*ページコンテンツの表組 */
table.esp_plan {
	border: 1px #165e83 solid;
	border-collapse: collapse;
	padding: 1px;
	width: 550px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 30px;
}
th {
	padding: 8px;
	text-align: center;
	background-color: #165e83;
	color: #f8fbf8;
}
th.month {
	width: 40px;
	border-right: 1px #f8fbf8 solid;
}
th.plan {
	width: 280px;
	border-right: 1px #f8fbf8 solid;
}
td {
	border: 1px #165e83 solid;
	padding: 8px;
	background-color: #f8fbf8;
}
/*連絡メールフォーム*/
#wrapper {
	margin-left: 100px;
	width: 560px;
}
/* フッター */
div#footer {
	clear: both;
	width: 960px;
	color: #f8fbf8;
	background-color: #165e83;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer p {
	clear: both;
	font-size: 0.75em;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
/* フッターナビメニュー */
div.sitemap {
	width: 100%;
	margin-bottom: 10px;
}
ul.footer_map {
	margin: 0 auto 0;
	width: 910px;
	height: 35px;
	font-size: 0.85em;
}
ul.footer_map li {
	float: left;
	list-style-type: none;	
}

ul.footer_map li a {
	display: block;
	width: 100px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	border-right: 1px dotted #f8fbf8;
}
ul.footer_map li.footer_map_end a {
	border-right-style: none;
}
body#wrap #container #footer a:link {color: #ebf6f7;}/* 藍白色 */
body#wrap #container #footer a:visited {color: #c1e4e9;}/* 白藍色 */
body#wrap #container #footer a:hover {color: #e95464;}/* 韓紅色 */
address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	margin-bottom: 10px;
}
/*シンプルなスムーススクロール*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.75em;
}

#page-top a {
	background-image: url(../images/upbutton.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 51px;
	padding: 30px 0;
	display: block;
}
#page-top a:hover {
	background-image: url(../images/upbutton_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}