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

html {
	overflow-y:scroll;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table{border-collapse:collapse; border-spacing:0;}
/* --- /reset --- */



.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
*{zoom:1;}
.clearfix {display:block;}
/* --- /clearfix ---*/


a,
a:link,
a:visited {
    color: #867700;
	text-decoration:underline;
}
a:hover {
    color: #FF9900;
    text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;	
}




/* ---------------------------------------- 
 - common
---------------------------------------- */
html{
	height: 100%;
}

body{
	font-family:'Arial','メイリオ',Meiryo'ヒラギノ丸ゴ Pro W4',Hiragino Maru Gothic Pro,,Osaka,'ＭＳ ゴシック','ＭＳ Ｐゴシック';
	font-size:13px;
	line-height:1.8;
	/*background-color:#000;*/
	color:#fff;
}


p {
	color:#ccc;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	
a {
	outline:none;
	}


strong {
	font-weight:bold;
	}


/* ---------------------------------------- 
 - top
---------------------------------------- */

#num {
	position:fixed;
	top:0;
	z-index:200000000;
	width:100%;
	}

#top {
	width:100%;
	margin:auto;
	height:421px;
	background-color:#F7F7F4;
	padding-top:200px;
	}
	
#top #bg01 {
	position:fixed;
	z-index:-10;
	margin-left:400px;

	}
	
#top #bg02 {
	position:fixed;
	z-index:-10;
	top:100px;
	margin-left:0;
	}

#top h1 {
	background:url(img/t01.png) 0 0 no-repeat;
	width:666px;
	height:198px;
	margin:0px auto 0;
	}
	
#top #langNav {
	width:180px;
-	position:fixed;
-	top:445px;
-	left:50%;
	margin:50px auto 0;
	}

#top #langNav li {
	float:left;
	}
	
#top #langNav li a {
	display:block;
	height:21px;
	cursor:pointer;
	}
	
#top #langNav li.jp a{
	background:url(img/lang01.gif) 0 0 no-repeat;
	width:89px;
	}
	
#top #langNav li.en a{
	background:url(img/lang02.gif) 0 0 no-repeat;
	width:88px;
	}
	
#top #langNav li a:hover,
#top #langNav li.hover a {
	background-position:bottom left;
	}
	
/* ---------------------------------------- 
 - nav
---------------------------------------- */

#nav {
	position:fixed;
	top:0;
	width:100%;
	z-index:100000000;
	padding:12px 0;
	background-color:#000;
	}

#nav ul{
	width:710px;
	margin:auto;
	padding-left:100px;
	}

/*全てのメニューがある場合*/	
	/*#nav ul{
	width:1000px;
	margin:auto;
	padding-left:100px;
	}*/

#nav li{
	float:left;
	}

#nav li span {
	display:block;
	height:18px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	margin-right:80px;
	}
/*top*/
#nav .nav01 span{
	background:url(img/m01.jpg) 0 0 no-repeat;
	width:56px;
	}
/*about*/
#nav .nav02 span{
	background:url(img/m02.jpg) 0 0 no-repeat;
	width:74px;
	}
/*entry*/
#nav .nav03 span{
	background:url(img/m03.jpg) 0 0 no-repeat;
	width:74px;
	}
/*award*/	
#nav .nav04 span{
	background:url(img/m04.jpg) 0 0 no-repeat;
	width:77px;
	}
/*bars*/	
#nav .nav05 span{
	background:url(img/m05.jpg) 0 0 no-repeat;
	width:63px;
	}
/*FILLD CHOCOLATE*/	
#nav .nav06 span{
	background:url(img/m06.jpg) 0 0 no-repeat;
	width:162px;
	}
	
#nav span:hover {
	background-position:bottom;
	cursor:pointer;
}


/* ---------------------------------------- 
 - containar01
---------------------------------------- */	

#containar01 {
	width:100%;
	margin:auto;
	background-color:#000;	
	padding:83px 0;
	overflow:hidden;
	}


	
/* ---------------------------------------- 
 - sec01
---------------------------------------- */	
	
#sec01 {
	width:950px;
	margin:auto;
	position:relative;
	}
	
#sec01 * {

	}

#sec01 h2 {
	width:100%;
	text-align:center;
	margin-bottom:32px;
	}

#sec01 div {
	width:816px;
	margin:auto;
	}
	
#sec01 .photo {
	float:left;
	}
	
#sec01 p {
	line-height:1.8;
	width:482px;
	float:right;
	color:#B3B3B3;
	}
	
.sec01bg {
	position:absolute;
	left:300px;
	top:0;
	z-index:0;
	}
	
/* ---------------------------------------- 
 - sec02
---------------------------------------- */	
	
#sec02 {
	width:816px;
	margin:auto;
	position:relative;
	padding-top:183px;
	
	}
	
#sec02 * {
	}

#sec02 h2 {
	width:542px;
	height:67px;
	margin-bottom:34px;
	position:relative;
	z-index:100;
	}

#sec02 div {
	width:816px;
	margin:auto;
	position:relative;
	}
	
#sec02 p {
	line-height:1.8;
	width:482px;
	margin-bottom:32px;
	right:0;
	z-index:100;
	color:#B3B3B3;
	position:relative;
	z-index:100;
	} 
	
#sec02 span {
	text-indent:-10px;
	padding-left:10px;
	display:block;
	font-size:11px;
	color:#867700;
	}

.sec02bg {
	position:absolute;
	left:400px;
	top:-50px;
	z-index:0;
	}
	
/* ---------------------------------------- 
 - containar02
---------------------------------------- */	

#containar02 {
	width:100%;
	margin:auto;
	background-color:#F7F7F4;
	}
	
#containar02 div {
	text-align:center;
	padding:83px 0;
	}
	
/* ---------------------------------------- 
 - sec03
---------------------------------------- */	

#sec03 h2 {
	text-align:center;
	margin-bottom:32px;
	}
	
#sec03 div {
	text-align:center;
	margin-bottom:18px;
	position:static;
	}

#sec03 h3 {
	text-align:center;
	margin-bottom:18px;
	}
	
#sec03 h4 {
	text-align:center;
	margin-bottom:18px;
	}
	
#sec03 h5 {
	text-align:center;
	margin-bottom:18px;
	}

#sec03 h6 {
	text-align:center;
	}


#sec03 p {
	line-height:1.8;
	width:542px;
	
	right:0;
	z-index:100;
	color:#595958;
	margin:auto;
	}


/* ---------------------------------------- 
 - containar03
---------------------------------------- */	

#containar03 {
	width:100%;
	margin:auto;
	background-color:#000;
	}
	
#containar03 div {
	text-align:center;
	padding:83px 0;
	}
	
#containar03 div .no {
	text-align:center;
	padding:10px 150px;
	}
	
	/*padding:83px 0;*/

/* ---------------------------------------- 
 - sec04
---------------------------------------- */	



#sec04 h2 {
	text-align:center;
	margin-bottom:83px;
	
	}
	
	
#sec04 h3 {
	text-align:center;
	margin-bottom:32px;
	}

#sec04 p {
	line-height:1.8;
	width:542px;
	right:0;
	z-index:100;
	color:#B3B3B3;
	margin:auto;
	margin-bottom:32px;
	}

#sec04 div {
	text-align:center;
	margin-bottom:83px;
	position:static;
	}
	


/* ---------------------------------------- 
 - containar04
---------------------------------------- */	

#containar04 {
	width:100%;
	margin:auto;
	background-color:#F7F7F4;
	}
	
#containar04 div {
	text-align:center;
	padding:83px 0;
	}

#containar04 div div {
	padding:0;
}


	
/* ---------------------------------------- 
 - sec05
---------------------------------------- */	

#sec05 {
padding-top: 100px;
}

#sec05 h2 {
	width:950px;
	text-align:left;
	margin:auto;
	margin-bottom:83px;
	}
	
#sec05 div {
	position:static;
	width:950px;
	margin:auto;
	margin-bottom:83px;
	}
	
#sec05 div .hg {
	position:static;
	width:950px;
	margin:auto;
	margin-bottom:45px;
	}

#sec05 div .pic {
	float:left;
	margin-left:5px;
	}
	
#sec05 div .copy {
	width:500px;
	float:left;
	padding-left:20px;
	}
	
#sec05 h3 {
	text-align:left;
	margin-bottom:32px;
	padding-top:3px;
	}

#sec05 p {
	line-height:1.8;
	right:0;
	z-index:100;
	color:#595958;
	margin:auto;
	/*margin-bottom:32px;*/
	}





/* ---------------------------------------- 
 - footer
---------------------------------------- */

#footer {
	width:100%;
	margin:auto;
	border-top: solid 1px #666;
	height:53px;
	background-color:#000;
	padding-top:20px;
	}
	
#footer div {
	text-align:center;
	}
	

</pre></body></html>