@charset "utf-8";
/* CSS Document */

 @media (min-width: 979px) {
.under_fixed_nav {
 margin-top: 80px;
}
}
.fotter {
	text-align: center;
}
ul.center {
	margin: 0;  /* �]���ȃ}�[�W������� */
	padding: 0; /* �]���ȃp�f�B���O����� */
	text-align: center; /* ������ */
}
ul.center li {
	list-style-type: none; /* ���X�g�̃}�[�J�[����� */
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
/* IE6 */
ul.center li {
	_display: inline; /* IE6��display: inline-block;�ɑΉ����Ă��Ȃ��̂� */
}
/* IE7 */
*:first-child+html ul.center li {
	display: inline; /* IE7��display: inline-block;�ɑΉ����Ă��Ȃ��̂� */
}
ul.center li.active {
	background-image: url(/~jica-uz/img/wavegrid.png);
}
.title {
	background: url(/~jica-uz/img/wavegrid3.png) repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #e3e3e3;
	text-shadow: 0 1px 0 #ffffff;
}
.midashi {
	color: #26B2c1;
	text-shadow: 0 1px 0 #ffffff;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #26B2c1;
	border-left-color: #26B2c1;
}
.midashi2 {
	color: #26B2c1;
	text-shadow: 0 1px 0 #ffffff;
	padding-left: 0.5em;
	border-left: 1em groove #26B2c1;
}
.title > span {
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
}
image.banner {
	margin-top: 5px;
	margin-bottom: 5px;
}
.fotter {
	background-image: url(/~jica-uz/img/wavegrid2.png);
	background-repeat: repeat;
}
