@charset "Shift_JIS";
/* CSS Document */


/*---------------- <<基本スタイル>> ----------------*/

/* リンク */
#license a:link {
	color: #3366CC;
	text-decoration: none;
}
/* 既に見たリンク */
#license a:visited {
	text-decoration: none	/* 下線を消す */
}
/* クリック時のリンク */
#license a:active {
	color: #3366CC;
}
/* カーソルが上にある時のリンク */
#license a:hover {
	color: #3366CC;
	text-decoration: underline;	/* 下線を表示する */
}


/*---------------- <<タグの再定義>> ----------------*/

/*p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 1.5;
}*/

img {
	border: none;
}

strong {
	color: #FF0000;
}

em {
	font-weight: bold;
	font-style: normal;
}

/*h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	_height: 1%;
	clear: both;
}*/
.license_level1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	_height: 1%;
	clear: both;
}

/*h2 {
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	font-size: 95%;
	line-height: 130%;
	border: solid 1px #339999;
	clear: both;
	color: #339999;
	background-color: #ECF9F9;
}*/

.license_level2 {
	font-size: 108%;
	line-height: 1.3;
	border: solid 1px #339999;
	clear: both;
	color: #339999;
	background-color: #ECF9F9;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 130%;
	border-bottom: dotted 1px #CED392;
	clear: both;
}*/
.license_level3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 130%;
	border-bottom: dotted 1px #CED392;
	clear: both;
}

.license_box ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	list-style-type: none;
	line-height: 1.5;
	clear: both;
}

.license_box li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	background-image: url(/license/images/ico_disc.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


/*---------------- <<共通スタイル>> ----------------*/

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}
/* ボックス内floatのclear */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from macIE */

.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width30 { width: 30%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }
.width100 { width: 100%; }

.a-right { text-align: right; }
.a-left { text-align: left; }
.a-center { text-align: center; }

.m-right5 { margin-right: 5px;}
.m-right10 { margin-right: 10px;}
.m-right15 { margin-right: 15px;}

.m-left5 { margin-left: 5px;}
.m-left10 { margin-left: 10px;}
.m-left15 { margin-left: 15px;}

.m-top5 { margin-top: 5px;}
.m-top10 { margin-top: 10px;}
.m-top15 { margin-top: 15px;}
.m-top30 { margin-top: 30px;}

.font90 { font-size: 90%;}

.v-middle { vertical-align: middle;}


/*---------------- <<部品スタイル>> ----------------*/

/*==== テーブル ====*/

table.style {
	margin: 20px 0px 0px 0px;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	line-height: 1.8;
	clear: both;
}

table.style th,
table.style td {
	margin: 0px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

table.style th {
	background-color: #EAEAEA;
}

/*==== ダウンロードファイル ====*/

ul.file {
	margin: 10px 0px 0px 3px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.5;
	clear: both;
}

ul.file li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
	line-height: 200%;
	background-image: url(/license/images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


/*---------------- <<個別>> ----------------*/

/*==== トピックス ====*/

div#topics {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#topics h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	border: none;
	clear: both;
	background-color: #FFFFFF;
}

div#topics ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	list-style-type: none;
	line-height: 1.5;
	clear: both;
	background-color: #EEEEEE;
}

div#topics li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
	background: url(/license/images/ico_disc.gif) 0px 6px no-repeat;
}

div#topics li img {
	margin-right: 5px;
	vertical-align: middle;
}

/*==== スクールインデックス ====*/

div#intro table {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#intro p {
	margin: 0px 0px 5px 0px;
	line-height: 180%;
}

div#intro ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	list-style-type: none;
	line-height: 1.5;
	clear: both;
}

div#intro li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
	background-image: url(/license/images/ico_disc.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/*==== お問い合せ・資料請求 ====*/

div#contact {
	border: solid 1px #CCCCCC;
	width: 552px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 85%;
}

div#contact p {
	line-height: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*==== Acrobatリンク ====*/

p.pdf {
	padding: 10px;
	line-height: 1.5;
	border: solid 1px #CCCCCC;
	width: 536px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-size: 85%;
}

/*==== サブナビ ====*/

div#subnavi {
	line-height: 1.5;
	border: solid 1px #CCCCCC;
	width: 534px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#subnavi p {
	margin: 0px 0px 0px 0px;
	line-height: 100%;
}

div#subnavi ul {
	padding: 0px;
	list-style-type: none;
	line-height: 1.5;
	width: 534px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
	float: left;
}

div#subnavi li {
	background: none;
	/*	white-space: nowrap;*/
	border-right: solid 1px #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#subnavi li.top {
	margin: 0px 0px 0px 0px;
}

div#subnavi li span {
	white-space: nowrap;
}

/*==== 三崎水産地方卸売市場 ====*/

div#misaki {
	margin: 20px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
	background-color: #F9F9F4;
	border: solid 1px #D6CFB8;
	text-align: center;
}
