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

/* header */
a{color:#cccccc; text-decoration:none;}
a:hover{color:#FF3366; text-decoration:underline;}


/* body */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	line-height:1.5em;
}
img{
border:0;}


/* indexcontainer */
#indexcontainer { 
	width: 100%;
	height: 1200px;
	background: #ffffff;
	background-image:url(../media/index_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align: center;
}  



/* container */
#container { 
	width: 100%;
	height: 1200px;
	background: #ffffff;
	background-image:url(../media/common_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align: center;
}  
#containerWhat { 
	width: 100%;
	height: 1200px;
	background: #ffffff;
	background-image:url(../media/what_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align: center;
}  
#containerUnder { 
	width: 100%;
	height: 1200px;
	background: #ffffff;
	background-image:url(../media/under_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align: center;
}  
#containerUnderLong { 
	width: 100%;
	height: 2000px;
	background: #ffffff;
	background-image:url(../media/under_long_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align: center;
}  

/* mainContent　メインカラム */
#mainContent {
	width: 850px;
	text-align:center;
	margin:0 auto 0 auto;
} 

#topMenu {
	width: 850px;
	height: 58px;
	padding: 287px 0 30px 0;
	margin:0 auto 0 auto;
	text-align:left;
} 

#topMenuUnder {
	width: 850px;
	height: 47px;
	padding: 75px 0 30px 0;
	margin:0 auto 0 auto;
	text-align:left;
} 
/* コンテンツ */
#mainContent #contents {
	width: 850px;
	height: auto;
	margin: 0 0 0 0;
	background-color:#ffffff;
	float:left;
} 
#mainContentWhat #contents {
	width: 850px;
	height: auto;
	margin:0 auto 0 auto;
} 
#mainContentUnder #contents {
	width: 850px;
	height: auto;
	margin:0 auto 0 auto;
} 
#mainContent #contentsLeft {
	width: 450px;
	height: 400px;
	margin: 20px 5px 20px 15px;
	background-color:#ffffff;
	background-image:url(../media/news_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
} 

#mainContent #contentsRight {
	width: 360px;
	height: 575px;
	margin: 20px 15px 20px 5px;
	background-color:#ffffff;
	background-image:url(../media/event_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
} 
#mainContent #contentsRight p {
	margin:320px 30px 0 30px;
} 
#mainContent #contentsRight table {
	margin:0 30px 0 30px;
	font-size:10px;
} 

/* footer フッター１ */
#footer { 
	background:#242424;
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 5px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#footer img { 
	margin:3px 5px;
} 
#footer .submenu {
	padding: 5px 0 5px 0; 
}
#footer .submenu a{color:#cccccc; text-decoration:none;}
#footer .submenu a:hover{color:#FF3366; text-decoration:underline;}

/* footer */



/* 再使用できる各種クラス */
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
</pre></body></html>