<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 基本設定 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	color: #000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* リンク色 */

a {
	color: #0000FF;
	text-decoration: underline;

}

a:visited {
	color: #6633CC;
	text-decoration: underline dotted;
}

a:hover {
	color: #FF0000;
	text-decoration: underline dotted;
}

a.blink {
    background-color: #ffffff;
	display: block;
}

a.blink img{
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}

a:hover.blink img{
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #ffffff;
}

.dum {
    display: none;
}


/* 全体ボックス */

html {
	height: 100%;
	font-size: 14px;
	overflow-y:scroll;
}

body {
	height: 100%;
	background-color: #fff;
}

#container {
	position: relative;
	width: 1200px;
	margin: auto;
	background-color: #DCF500;
}

body &gt; #container{
	height: auto; 
}



/* ヘッダー */

#sitename {
	float: left;
	background: url('/common/img/design/P_title.png') no-repeat;
	width: 300px;
	height: 100px;
	text-indent: -8000em;
}

#sitename a {
	display: block;
	width: 300px;
	height: 100px;
	-moz-transition: 5s ease;
	-webkit-transition: 5s ease;
	-o-transition: 5s ease;
	-ms-transition: 5s ease;
}

#sitename a:hover{
	background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#gnavi {
	float: left;
	background: url('/common/img/design/P_gnavi.png') no-repeat;
	height: 100px;
}

#gnavi li {
	display: inline;
	list-style-type: none;
}

#gnavi li a {
	float: left;
	display: block;
	width: 150px;
	height: 100px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

.gnavi1-active a,.gnavi1 a:hover {
	background: url('/common/img/design/P_gnavi.png') no-repeat 0px -100px;
}

.gnavi2-active a,.gnavi2 a:hover {
	background: url('/common/img/design/P_gnavi.png') no-repeat -150px -100px;
}

.gnavi3-active a,.gnavi3 a:hover {
	background: url('/common/img/design/P_gnavi.png') no-repeat -300px -100px;
}

.gnavi4-active a,.gnavi4 a:hover {
	background: url('/common/img/design/P_gnavi.png') no-repeat -450px -100px;
}

.gnavi5-active a,.gnavi5 a:hover {
	background: url('/common/img/design/P_gnavi.png') no-repeat -600px -100px;
}

#snavi {
	float: left;
	background: url('/common/img/design/P_snavi.png') no-repeat;
	height: 100px;
}

#snavi li {
	display: inline;
	list-style-type: none;
}

#snavi li a {
	display: block;
	width: 150px;
	height: 33px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

#snavi .snavi2 a {
	height: 34px;
}

.snavi1 a:hover {
	background: url('/common/img/design/P_snavi.png') no-repeat -150px 0px;
}

.snavi2 a:hover {
	background: url('/common/img/design/P_snavi.png') no-repeat -150px -33px;
}

.snavi3 a:hover {
	background: url('/common/img/design/P_snavi.png') no-repeat -150px -67px;
}

#slogan {
	clear: both;
	padding: 10px 35px;
	background-color: #000;
}

#slogan strong {
	color: #fff;
}



/* フッター */

#footer {
	clear: both;
	height: 100px;
}

#f_link {
	float: left;
	padding: 10px 10px 0px;
}

#f_link li {
	display: inline;
	list-style-type: none;
}

#f_link li a {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	margin-right: 10px;
}

#f_contact {
	float: left;
	background-color: #fff;
	border-right: 10px solid #008C82;
	color: #000;
	margin: 10px 0px 10px -10px;
	padding: 10px 10px 10px 15px;
	height: 60px;
	width: 300px;
}

#f_contact b,#f_contact b span {
	font-weight: bold;
	color: #008C82;
}

#f_right {
	float: right;
}

#f_totop {
	text-align: right;
}

#f_totop a {
	height: 60px;
	width: 60px;
	margin: 0px 0px 0px auto;
}

#f_copy {
	margin: 13px 10px 0px;
	font-size: 85%;
}



/* トップページ用 */

.tbox {
	clear: both;
}

.tbox div {
	width: 300px;
	height: 300px;
	float: left;
	font-size: 120%;
}

.topics {
	background: #5AC800 url('/common/img/design/P_top_topics.png') no-repeat;
}

.message {
	background: #FF5078 url('/common/img/design/P_top_message.png') no-repeat;
}

.link {
	background: #4696FF url('/common/img/design/P_top_link.png') no-repeat;
}

.topics ul, .message p, .link ul {
	padding: 70px 22px 10px;
	color: #fff;
	line-height: 160%;
}

.tbox li  {
	list-style-type: none;
	margin-bottom: 8px;
}

.tbox li a {
	display: block;
	position: relative;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}

.tbox li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.tbox li a:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 1px;
	width: 7px;
	height: 4px;
	background: #fff;
}
.tbox li a:hover:before {
	left: 8px;
}

.tbox div.tantei {
	background: url('/common/img/design/P_top_image3.jpg') no-repeat;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.tbox div.tantei:hover {
	background: url('/common/img/design/P_top_image4.jpg') no-repeat;
}



/* 本文サイドメニュー */

#leftnavi {
	float: left;
	width: 300px;
}

#leftnavi ul {
	margin: 40px 0px 0px 50px;
}

#leftnavi li {
	display: inline;
	list-style-type: none;
}

#leftnavi li a {
	display: block;
	width: 250px;
	height: 40px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

.profile li a  {
	background: url('/common/img/design/LN_profile.png') no-repeat;
}

.biography li a  {
	background: url('/common/img/design/LN_biography.png') no-repeat;
}

.gallery li a  {
	background: url('/common/img/design/LN_gallery.png') no-repeat;
}

.lesson li a  {
	background: url('/common/img/design/LN_lesson.png') no-repeat;
}

.contact li a  {
	background: url('/common/img/design/LN_contact.png') no-repeat;
}

#leftnavi .lnavi2 a {
	background-position: left -40px;
}

#leftnavi .lnavi3 a {
	background-position: left -80px;
}

#leftnavi .lnavi4 a {
	background-position: left -120px;
}

#leftnavi .lnavi5 a {
	background-position: left -160px;
}

#leftnavi .lnavi6 a {
	background-position: left -200px;
}

#leftnavi .lnavi1-active  a {
	background-position: right 0px;
}

#leftnavi .lnavi2-active a {
	background-position: right -40px;
}

#leftnavi .lnavi3-active a {
	background-position: right -80px;
}

#leftnavi .lnavi4-active a {
	background-position: right -120px;
}

#leftnavi .lnavi5-active a {
	background-position: right -160px;
}

#leftnavi .lnavi6-active a {
	background-position: right -200px;
}

#leftnavi .lnavi1 a:hover {
	background-position: right 0px;
}

#leftnavi .lnavi2 a:hover {
	background-position: right -40px;
}

#leftnavi .lnavi3 a:hover {
	background-position: right -80px;
}

#leftnavi .lnavi4 a:hover {
	background-position: right -120px;
}

#leftnavi .lnavi5 a:hover {
	background-position: right -160px;
}

#leftnavi .lnavi6 a:hover {
	background-position: right -200px;
}



/* 本文フレーム・タイトル */

#ctitle {
	clear: both;
	width: 1200px;
	height: 100px;
	text-indent: -8000em;
}

#mainbox {
	float: left;
	background-color: #fff;
	width: 840px;
	min-height: 500px;
}

#mainbox h1 {
	height: 40px;
	text-indent: -8000em;
}

#maintext {
	margin: 30px 35px;
}



/* 本文 */

p {
	line-height: 180%;
	margin: 0px 0px 10px 5px;
}

h2 {
	margin: 20px 0px 15px;
	padding: 0px 0px 3px 3px;
	border-bottom: 1px solid #5ac800;
	font-size: 131%;
	font-weight: bold;
}

#biolist dt {
	clear: both;
	float: left;
	width: 130px;
	margin-top:7px;
	padding: 7px 40px 5px 0px;
	background: url('/common/img/design/P_listG.png') no-repeat 3px 2px;
	text-align: right;
}

#biolist dt {
	clear: both;
	float: left;
	width: 120px;
	padding: 7px 40px 0px 0px;
	background: url('/common/img/design/P_listG.png') no-repeat 3px 2px;
	text-align: right;
}

#biolist dd {
	padding: 14px 5px 14px 160px;
	border-bottom: 1px dashed #5ac800;
}

dd:after {
	clear: both;
	display: block;
	content:'';
}

#biolist strong {
	font-weight: bold;
	color: #006600;
}

.genre {
	color: #ffffff;
	padding: 1px 10px;
	border-radius: 5px;
}

.g_red {
	background: #ff0066;
}

.g_orange {
	background: #ff6600;
}

.g_blue {
	background: #0099ff;
}

.g_green {
	background: #009900;
}

.g_purple {
	background: #6633ff;
}

.g_bg {
	background: #66cccc;
}


/* タイムライン */

ul.timeline {
	list-style: none;
	position: relative;
	margin-top: 30px;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 100px;
	left: 145px;
	width: 8px;
	background: #99ff66;
}

ul.timeline li {
	position: relative;
}

.t_date {
	color: #00cc66;
	font-size: 190%;
	font-weight: bold;
	position: absolute;
}

.t_icon {
	width: 20px;
	height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	background: #00cc66;
	border-radius: 50%;
	box-shadow: 0 0 0 7px #99ff66;
	top: 7px;
	left: 139px;
}

.t_content {
	margin: 10px 10px 10px 190px;
	border-radius: 10px;
	position: relative;
	padding: 0px 20px 10px;
	border: 2px solid #00cc66;
}

.t_content:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #00cc66;
	border-width: 12px;
	top: 3px;
}

.t_content h2 {
	font-size: 150%;
	border-bottom: 0px solid #ffffff;
}

.t_content p {
	color:#666666;
}


fig {
	float:left;
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 190px;
	display: block;
border: 1px solid #fff;
}

figcap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
fig:hover figcap {
	opacity: 1;
}

figcap div {
	color: #fff;
	padding: 10px;
}

figcap h3 {
	color: #fff;
	font-weight:bold;
}</pre></body></html>