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

body {
	margin: 0;
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/img_back02.jpg) repeat center 0 #000;
}

a:hover { text-decoration: none; }

#wrap {
	padding-bottom: 30px;
	background: url(../images/img_back.jpg) repeat-x center 0 ;
}

/* header
----------------------------------------*/
header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 884px;
}

header h2 {
	position: absolute;
	width: 288px;
	height: 47px;
	top: 12px;
	left: 14px;
}

header nav {
	float: right;
	margin-right: 14px;
	width: 510px;
	/* width: 390px; */
}

header nav ul {
	overflow: hidden;
	width: 100%;
}

header nav li {
	float: left;
	margin-left: 10px;
	width: 120px;
}

header nav li:first-child { margin-left: 0; }

header nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 40px;
}

header nav li.menu01 a { background: url(../images/menu01.gif) no-repeat 0 0; }
header nav li.menu02 a { background: url(../images/menu02.gif) no-repeat 0 0; }
header nav li.menu03 a { background: url(../images/menu03.gif) no-repeat 0 0; }
header nav li.menu04 a { background: url(../images/menu04.gif) no-repeat 0 0; }

header nav li a:hover {
	background-position: 0 -40px;
}

footer {
	padding: 8px 0 30px;
	color: #fff;
	text-align: center;
	background: #000;
}

/* section
----------------------------------------*/
section {
	margin: 0 auto 30px;
}

section h3 {
	margin-bottom: 22px;
	text-align: center;
}

/* award */
.award { width: 846px; }

.award ul{
	overflow: hidden;
	margin: 0 auto;
	padding-top: 15px;
	list-style: none;
	width: 613px;
}

.award li {
	margin-bottom: 30px;
}

.award li:nth-child(2),
.award li:nth-child(3) { margin-bottom: 0; }


/* information */
.information {
	width: 844px;
	background: url(../images/info_back.png) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.information h3 { margin-bottom: 0 !important; }

.information ul {
	list-style: none;
	margin-top: -3px;
	padding: 16px 20px 0;
	color: #fff;
	width: 804px;
}

.information li {
	margin-bottom: 16px;
	line-height: 1.6;
}

.information li a {
	color: #fff;
}


/* schedule */
.schedule {
	padding-bottom: 10px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.schedule h3 { margin-bottom: 0 !important; }

.schedule table,
.schedule p {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 2;
}

.schedule th {
	color: #962626;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	width: 16%;
}

.schedule th,
.schedule td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.schedule p { line-height: 2; }

/* sponsors */
.sponsors {
	width: 844px;
	background: url(../images/info_back.png) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.sponsors ul {
	overflow: hidden;
	margin-left: -36px;
	width: 837px;
}

.sponsors li {
	float: left;
	margin-left: 79px;
	margin-bottom: 30px;
	text-align: center;
	width: 200px;
	height: 65px;
}

/** ---------------------------------------
application
-----------------------------------------**/
.application,
.profile {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.application h3 { margin-bottom: 20px !important; }

.application table,
.application p {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 2;
}

.application th {
	color: #962626;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	width: 16%;
	vertical-align: middle;
}

.application th,
.application td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.application td dl {
	overflow: hidden;
	width: 100%;
}

.application dt {
	float: left;
	width: 30%;
}

.application dd {
	float: right;
	width: 70%;
}

.application p { line-height: 2; }

.profile { text-align: center; }

.profile table {
	margin: 0 auto;
	width: 90%;
}

.application th,
.application td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.profile th { padding: 6px 0; }

.profile th span {
	color: #962626;
	font-size: 115%;
	font-weight: bold;
}

.profile td {
	padding: 6px 0;
	line-height: 1.5;
}

/** ---------------------------------------
sponsors02
-----------------------------------------**/
.sponsors02 {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.sponsors02 nav {
	margin: 10px auto 30px;
	width: 756px;
	line-height: 1.5;
}

.title {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 12px 15px;
	width: 724px;
	background: #FFF8EB;
	border: 1px solid #B57C39;
}

.title h4 {
	float: left;
	padding-top: 3px;
	color: #A56913;
	font-size: 138%;
	font-weight: bold;
	width: 42%;
}

.title img {
	float: right !important;
}

.title h4.p01 { padding-top: 10px; }
.title h4.p02 { padding-top: 20px; }

.title p {
	float: right;
	color: #348434;
	text-align: right;
	font-weight: bold;
	width: 58%;
	line-height: 1.5;
}

.company {
	overflow: hidden;
	margin: 0 auto 20px;
	width: 756px;
}

.company img {
	float: left;
	margin-left: 5px;
}

.company dl {
	float: right;
	margin-right: 5px;
	width: 430px;
}

.company  dt {
	margin-bottom: 5px;
	padding: 8px 0;
	color: #72440D;
	font-size: 115%;
	border-top: 1px dotted #72440D;
	border-bottom: 1px dotted #72440D;
}

.company dd {
	margin-bottom: 15px;
	padding: 0 5px;
	line-height: 1.8;
}

/** ---------------------------------------
award
-----------------------------------------**/
.review {
	margin-bottom: 50px;
	padding-bottom: 20px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}
.review p {
	margin-bottom: 15px;
	padding: 0 20px;
	line-height: 1.8;
}

.award01 { background: url(../images/award/back01.gif) no-repeat center bottom #FFF8D4 !important; }
.award02 { background: url(../images/award/back02.gif) no-repeat center bottom #FFF8D4 !important; }
.award03 { background: url(../images/award/back03.gif) no-repeat center bottom #FFF8D4 !important; }

.award01 h4 {
	color: #CC932E;
	border: 2px solid #FFD16C;
}

.award01 dt { border-bottom: 1px solid #E2AA2D; }
.award01 dt span { color: #CC932E; }

.award02 h4 {
	color: #878787;
	border: 2px solid #ccc;
}

.award02 dt { border-bottom: 1px solid #aaa; }
.award02 dt span { color: #878787; }

.award03 h4 {
	color: #C15B16;
	border: 2px solid #B75513;
}

.award03 dt { border-bottom: 1px solid #C15B16; }
.award03 dt span { color: #C15B16; }

.item {
	position: relative;
	margin: 30px auto 0;
	padding: 80px 18px 30px;
	width: 804px;
}

.item h3 {
	position: absolute;
	top: -20px;
	left: -6px;
}

.item h4 {
	margin-bottom: 20px;
	padding: 10px 10px;
	font-size: 153%;
	font-weight: bold;
	background: #fff;
}

.item dl {
	margin: 0 auto 20px;
	width: 96%;
}

.item dt {
	position: relative;
	padding: 18px 5px 5px;
	font-size: 116%;
	font-weight: bold;
}

.item dt span {
	margin-right: 20px;
	font-size: 138% !important;
}

.item dt img {
	position: absolute;
	top: 0;
	right: 10px;
}

.item dd {
	padding: 10px;
	line-height: 2.2;
}

.item table { width: 100%; }

.item th {
	padding: 5px 0;
	text-align: right;
	width: 11%;
}

.long01 th{ width: 20%; }
.long02 th{ width: 25%; }

.item li {
	margin-left: 38px;
	list-style: none;
	text-indent: -38px;
}

.btn_dl {
	overflow: hidden;
	margin: 15px 0;
	list-style: none;
	width: 440px;
}

.list li {
	margin-left: 20px;
}

.btn_dl li {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.btn_dl li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 70px;
}

.btn_dl li.excel a { background: url(../images/btn_dl.gif) no-repeat 0 0; }
.btn_dl li.pdf a { background: url(../images/btn_dl03.gif) no-repeat 0 0; }

.btn_dl li a:hover {
	background-position: 0 -70px;
}

.btn_dl02 {
	margin: 15px 0;
	list-style: none;
	width: 200px;
}

.btn_dl02 li {
	width: 100%;
}

.btn_dl02 li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/btn_dl02.gif) no-repeat 0 0;
}

.btn_dl02 li a:hover {
	background-position: 0 -50px;
}

/** ---------------------------------------
past
-----------------------------------------**/
.award_btn,
.past_title {
	margin: 20px auto!important;
	padding-bottom: 20px;
	text-align: center;
}

/* .award_btn { margin-bottom: 530px !important; } */

.award_btn li {
	margin-bottom: 15px;
	list-style:none;
}
.award_btn li:last-child { margin-bottom: 0; }

/** pageTop
-----------------------------------------------------------------------**/
#pageTop {
	position: fixed;
	margin: 0 !important;
	right: 10px;
	bottom: 60px;
	width: 77px !important;
}

/** ---------------------------------------
COMMON
-----------------------------------------**/
.txtLeft { text-align: left !important; }
.txtRight { text-align: right !important; }
.txtCenter { text-align: center !important; }

.c01 {
	color: #F00;
	font-size: 123%;
	font-weight: bold;
}

.w12 { width: 12% !important; }
.w40 { width: 40% !important; }

.mb30 { margin-bottom: 30px !important; } 
.mb50 { margin-bottom: 50px !important; }

.Left { float: left; }
.Right { float: right; }

/*----- 簡易mouse over -----*/
a:hover .over {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

.over a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

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