* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; /* フォントファミリを優先順に指定 */
	text-align: center; /* 全体を中央寄せ IE対応 */
	background-color: #ffffffff;
}

img {
	border: none;
	vertical-align: bottom;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px; /* 全体の横幅を指定 */
	text-align: left;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}

h1 {
	font-size: 150%; /* 北海道経済産業局タイトルのフォントサイズを指定 */
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 5px;
	border-left: solid 5px #003399;

}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 15px 0 0 10px;
	padding: 0 0 0 5px;
	border-bottom: solid 2px #003399;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 0 10px;
	padding: 0 0 0 5px;
	border-bottom:dashed 1px #003399;
}


p {
	margin: 1em 1em 1em 1em;
}

p.p01 {
	margin: 5px 0 5px 0;
}

p.p02 {
	margin: 5px 0 0 15px;
}

p.p03 {
	margin: 1em 1em 30px 1em;
}

p.noth {
	margin: 2em 1em 2em 1em;
}

/* 全体のリンク ---------------------------------------------*/

a {
	text-decoration: underline;
}

a:link {
	color: #0033cc;
}

a:visited {
	color: #0033cc;
}

a:hover {
	color: #e64d1a;
	text-decoration: none;
}

a:active {
	color: #e64d1a;
}

/* 全体のリンク --------------------------------------------------*/
/* ヘッダー ------------------------------------------------------*/

#header {
	margin: 0 0 15px 0;
}

#hkd_title {
	background: url(/graphic/title_photo.jpg) right center no-repeat;
	width: 800px;
	height: 60px;
	border-bottom: solid 3px #003399;
}

#search {
	text-align: right;
	background: url(/graphic/groval_navi_bg.gif) repeat-x;
	width: 800px;
	height: 26px;
	overflow: hidden; /* はみ出した内容を隠す */
}

#search form {
	font-size: 14px;
	margin: 2px 2px 0 0;
}

#search .ex {
	width: 150px;
	border: solid 1px #a9a9a9;
}

#bread_navi {
	font-size: 75%;
	padding: 3px;
}

/* ヘッダー ------------------------------------------------------*/
/* ページのタイトル ----------------------------------------------*/

#main_title {
	background-color: #003399;
	width: 790px;
	padding: 5px;
	border-top: solid 1px #003399;
	border-bottom: solid 1px #003399;
}

/* ページのタイトル ----------------------------------------------*/
/* コンテンツ ----------------------------------------------------*/

#contents {
	font-size: 90%;
	line-height: 130%;
	margin: 15px 20px 0 20px;
}

#contents .sub_title {
	margin: 15px 0 10px 0;
	padding: 5px;
	background-color: #dcdcdc;
}

#contents ol.menu {
	line-height: 130%;
	margin: 15px 0 30px 60px;
}

#contents ol.menu li {
	border: none;
	margin: 2px 0px 2px 0;
	background-color: #ffffff;
}

#contents ol.menu div {
	border: solid 1px black;
	margin: 0 200px 0 0;
	padding: 3px;
	background-color: #eeffdd;
}

#contents ol.olsum {
	margin: 1em 1em 1em 50px;
}

#contents ul {
	list-style-image: url(/graphic/orange_pointer.gif);
	margin: 10px 20px 30px 30px;
}

#contents li {
	padding: 3px 0 3px 0;
}

#contents ul.sum {
	list-style-image: url(/graphic/orange_pointer.gif);
	margin: 1em 1em 1em 30px;
}

#contents ul.sum2 {
	list-style-image: url(/graphic/red_pointer.gif);
	margin: 1em 1em 1em 30px;
}

#contents ul.level2 {
	list-style-image: url(/graphic/orange_pointer_s.gif);
	margin: 0 0 0 20px;
}

#contents ul.level3 {
	list-style-image: url(/graphic/orange_pointer_ss.gif);
	margin: 0 0 0 30px;
}

#contents ul.normal {
	list-style-type: disc;
	list-style-image: none;
	margin: 10px 20px 10px 30px;
}

.summary {
	margin: 15px 0 25px 0;
	border: solid 2px #003399;
}

.summary2 {
	margin: 15px 10px 25px 10px;
	border: solid 1px #003399;
}

.summary3 {
	margin: 5px 0 5px 0;
	padding: 2px;
	background: #eeffdd;
}

.top {
	font-size: 86%;
	text-align: right;
	margin: 30px 0 15px 0;
	clear: both;
}

.ad {
	font-size: 90%;
	text-align: center;
	background: #eeffdd;
	margin: 15px 20px 15px 20px;
	padding: 5px;
	border-top: solid 1px #339933;
	border-bottom: solid 1px #339933;
	border-left: solid 1px #339933;
	border-right: solid 1px #339933;
	clear: both;
}

/* コンテンツ ----------------------------------------------------*/
/* 左メニューがある場合 ------------------------------------------*/

#container {
	width: 800px;
}

#container_left {
	width: 198px;
	float: left;
}

#container_right {
	width: 600px;
	float: left;
}

/* 左メニューがある場合 ------------------------------------------*/
/* 左メニュー用のスタイルシートここから --------------------------*/

.main_menu {
	font-size: 90%;
	line-height: 130%;
	background-color: #eeffdd;
	margin: 15px 0 15px 20px;
	padding: 5px;
	border-top: solid 1px #339933;
	border-bottom: solid 2px #339933;
	border-left: solid 1px #339933;
	border-right: solid 2px #339933;
}

.main_menu ul {
	list-style: none;
}

.main_menu li.li01 {
	background: url(/graphic/list_a01.gif) left top no-repeat;
	padding: 2px 2px 2px 19px;
}

.main_menu li.li02 {
	font-weight: bold;
	background: url(/graphic/list_a02.gif) #ffffff left top no-repeat;
	padding: 2px 2px 2px 19px;
}

.main_menu li.li03 {
	font-weight: normal;
	background: url(/graphic/list_a03.gif) left top no-repeat;
	margin: 0 0 0 -19px;
	padding: 2px 0 2px 19px;
}

.main_menu li.li04 {
	font-weight: bold;
	background: url(/graphic/list_a03.gif) left top no-repeat;
	margin: 0 0 0 -19px;
	padding: 2px 0 2px 19px;
}

.main_menu li.li05 {
	font-weight: normal;
	background: url(/graphic/list_a04.gif) left top no-repeat;
	margin: 0 0 0 -5px;
	padding: 2px 0 2px 19px;
}

.main_menu li.li06 {
	font-weight: normal;
	background: url(/graphic/list_a02.gif) #ffffff left top no-repeat;
	padding: 2px 2px 2px 19px;
}

.main_menu li.li07 {
	font-size: 90%;
	font-weight: normal;
	background: url(/graphic/list_a04.gif) left top no-repeat;
	margin: 0 0 0 -5px;
	padding: 2px 0 2px 19px;
}

.link_menu {
	font-size: 90%;
	line-height: 130%;
	margin: 15px 0 15px 20px;
	padding: 5px;
	border-top: solid 1px #999999;
	border-bottom: solid 2px #999999;
	border-left: solid 1px #999999;
	border-right: solid 2px #999999;
}

.link_menu p {
	font-size: 86%;
	margin: 5px;
}

.link_menu span {
	font-size: 86%;
	font-weight: normal;
	line-height: 130%;
}

.link_menu ul {
	list-style: none;
}

.link_menu li.li01 {
	background: url(/graphic/list_b01.gif) left top no-repeat;
	padding: 2px 2px 2px 19px;
}

.link_menu li.li02 {
	font-weight: normal;
	background: url(/graphic/list_b02.gif) left top no-repeat;
	margin: 0 0 0 -19px;
	padding: 2px 0 2px 19px;
}

.link_menu li.li03 {
	font-weight: bold;
	background: url(/graphic/list_b01.gif) left top no-repeat;
	padding: 2px 2px 2px 19px;
}

.link_menu li.download {
	font-size: 80%;
	font-weight: normal;
	background: url("/graphic/download.gif") left top no-repeat;
	margin: 0 0 0 0;
	padding: 8px 0 0 25px;
}

.link_menu div.h1 {
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	line-height: 150%;
	margin: 0 0 5px 0;
	background: #999999;
	border-bottom: dashed 1px #999999;
}

.link_menu div.h2 {
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0 5px 0;
	background: #999999;
	border-bottom: dashed 1px #999999;
}

.link_menu div.exit {
	text-align: center;
	margin: 10px auto 10px auto;
}

#menu ul {
	text-align: center;
	font-size: 90%;
	list-style: none;
	margin: 4px 0 7px 0;
}

#menu li {
	margin: 2px 0 0 0;
}

/* 左メニュー用のスタイルシートここから --------------------------*/
/* フッター ------------------------------------------------------*/

#footer {
	margin: 15px 0 0 0;
	background : url(/graphic/dashed_line_l.gif) top center no-repeat;
	clear: both;
}

#footer ul {
	list-style: none;
	padding: 5px 0 10px 0;
}

#footer li {
	font-size: 75%;
	margin: 0 5px 0 0;
	padding: 0 5px 0 5px;
	border-right: solid 1px #c0c0c0;
	display: inline;
}

#copyright {
	font-size: 70%;
	color: #ffffff;
	text-align: center;
	background-color: #003399;
	padding: 5px;
	clear: both;
}

/* フッター ------------------------------------------------------*/
/* 組織案内・アクセス用パラメータ --------------------------------*/

h4 ruby {
	ruby-align: auto;
}

h4 rp {
	font-size: 65%;
	font-weight: normal;
}

h4 rt {
	font-size: 65%;
	font-weight: normal;
}

#contents dl.status {
	margin: 5px 0 5px 15px;
}

#contents dl.status dt {
	font-weight: normal;
	float: left;
	padding: 2px 0 2px 0;
}

#contents dl.status dd {
	padding: 2px 0 2px 0;
	margin: 0 0 0 6em;
}

#contents dl.history {
	margin: 5px 0 5px 15px;
}

#contents dl.history dt {
	float: left;
	clear: left;
	width: 7em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	text-align: right;
}

#contents dl.history dd {
	margin: 0 0 0 7.5em;
	padding: 2px 0 2px 0;
		_height: 1%; /* WinIE6以下対策 */
}

#contents ul.oraganization {
	list-style-type: none;
	list-style-image: url(/graphic/red_pointer.gif);
	margin: 0 20px 30px 100px;
	padding: 0;
}

#contents ul.oraganization li {
	padding: 2px 0 2px 0;
}

#contents ul.oraganization01 {
	list-style-type: none;
	list-style-image: url(/graphic/orange_pointer.gif);
	margin: 0 20px 0 50px;
	padding: 0;
}

#contents ul.oraganization01 li {
	padding: 2px 0 2px 0;
}

#contents ul.oraganization02 {
	list-style-type: none;
	list-style-image: url(/graphic/blue_pointer.gif);
	margin: 0 20px 0 50px;
	padding: 0;
}

#contents ul.oraganization02 li {
	padding: 2px 0 2px 0;
}

#contents ul.oraganization div.red {
	width: 190px;
	padding: 3px;
	background-color: #ffd9cc;
	border: solid 1px #000000;
}

#contents ul.oraganization div.orange {
	width: 190px;
	padding: 3px;
	background-color: #fff2cc;
	border: solid 1px #000000;
}

#contents ul.oraganization div.blue {
	width: 190px;
	padding: 3px;
	background-color: #cce6ff;
	border: solid 1px #000000;
}

#contents ul.post {
	float: left;
	list-style-type: none;
	list-style-image: none;
	line-height: 130%;
	margin: 10px 20px 10px 20px;
	padding: 0;
}

#contents ul.post li {
	 float: left;
	 border-right: solid 1px #a8a8a8;
	 margin: 0 0 0 0;
	 padding: 0 5px 0px 5px;
}

#post {
	 width: 550px;
}

#meibo {
	margin: 0 0 15px 0;
	width: 550px;
	border: solid 2px #a8a8a8;
	border-collapse: collapse;
}

#meibo th {
	text-align: left;
	padding: 5px;
	border: solid 2px #a8a8a8;
	border-collapse: collapse;
	background-color: #b0c4de;
}

#meibo td {
	padding: 5px;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
}

#meibo td.name {
	white-space: nowrap;
}

#meibo div {
	font-size: 90%;
	font-weight: normal;
}

#tel_table {
	width: 550px;
	margin: 0 0 15px 0;
	border: solid 2px #a8a8a8;
	border-collapse: collapse;
}

#tel_table th {
	font-weight: normal;
	text-align: center;
	padding: 2px;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
	background-color: #b0c4de;
	white-space: nowrap;
}

#tel_table th.th1 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
	background-color: #b0c4de;
	white-space: nowrap;
}

#tel_table th.th1 div {
	padding: 0 0 0 5px;
	border-left: solid 5px #003399;
}

#tel_table td {
	padding: 2px;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
	white-space: nowrap;
}

#tel_table td.postname {
	text-align: left;
}

#tel_table td.number {
	font-size: 90%;
	text-align: center;
	width: 150px;
}

#tel_table td.td1 {
	text-align: left;
	border-bottom: none;
}

#tel_table td.td2 {
	width: 10px;
	border-top: solid 1px #ffffff;
}

.tel {
	 font-size: 90%;
	 text-align: right;
	 margin: 15px 15px 15px 15px;
}

span.eng {
	font-size: 80%;
	font-weight: normal;
	padding: 0 0 0 5px;
}

.right {
	float: right; 
}

/* 組織案内・アクセス用パラメータ --------------------------------*/
/* 採用情報用パラメータ ------------------------------------------*/

.pamph {
	text-align: center;
	margin: 1em 20px 30px 30px;
}

dl.ardl {
	margin: 1em 20px 30px 30px;
}

dl.ardl dt {
	font-weight: bold;
}

dl.ardl dt.dt1 {
	float: left;
	clear: left;
	width: 4.1em;
	padding: 0 0 1em 0;
}

dl.ardl dt.dt2 {
	margin: 1em 0 0 0;
	clear: both;
}

dl.ardl dd.dd1 {
	padding: 0 0 1em 0;
	margin: 0 0 0 4.1em;
	_height:1%;/* WinIE6以下対策 */
}

dl.ardl dd.dd2 {
	margin: 0 0 0 0.5em;
}

.arbeit_size {
	margin: 15px 10px 30px 10px;
}

.arbeit {
	border: solid 2px #a9a9a9;
	border-collapse:collapse;
}

.arbeit th {
	text-align: left;
	width: 120px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #a9a9a9;
}

.arbeit td {
	width: 375px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #a9a9a9;
}

#contents ul.ar {
	list-style-type: disc;
	list-style-image: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

#contents ul.ar li {
	margin: 2px 0;
	padding: 0;
}

#contents ol.olar {
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
}

#contents ol.olar li {
	margin: 2px 0;
	padding: 0;
}

/* 採用情報用パラメータ ------------------------------------------*/
/* イベカレ用パラメータ ------------------------------------------*/

ul.ul02 {
	font-size: 86%;
	font-weight: normal;
	margin: 3px 0 3px 0;
	padding: 0;
	width: 135px;
	height: 18px;
	list-style-type: none;
	text-align: center;
}

ul.ul02 li {
	float:left;
	padding:0;
}

ul.ul02 span {
	display:block;
	width:45px;
	height:18px;
	text-align:center;
}

.event {
	width: 550px;
	margin:20px 0 20px 0;
}

#contents dl.eve {
	margin: 0 0 0 10px;
	width: 540px;
	background: url(/graphic/event_bg.gif) right top repeat-y;
	clear: both;
	zoom: 100%; /* IE6 */
	overflow: auto; /* IE7&Firefox */
}

#contents dl.eve dt {
	text-align: center;
	width: 135px;
	padding: 3px 0;
	background-color: #94c266;
	float: left;
	clear: both;
}

#contents dl.eve dd {
	text-indent: 3px;
	_height:1%;/* WinIE6以下対策 */
	margin: 0 0 0 135px;
	padding: 3px 2px;
	background-color: #eeffcc;
}

#contents ul.detail {
	font-size: 86%;
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0 5px 15px;
	padding: 0;
	clear: both;
}

#contents ul.detail li {
	color: #6d5a16;
	padding:0 0 0 0;
}

#contents ul.detail li span {
	color: #000000;
	margin-left: 3px;
}

#hyou_table {
	margin: 15px 10px 30px 10px;
}

#hyou_table table {
	border: solid 2px #a9a9a9;
	border-collapse: collapse;
}

#hyou_table th {
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	border: solid 1px #a9a9a9;
	background-color: #003399;
	white-space: nowrap;
}

#hyou_table th.th1 {
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding: 2px;
	border: solid 1px #a9a9a9;
	border-collapse: collapse;
	background-color: #b0c4de;
	white-space: nowrap;
}

#hyou_table th.th1 div {
	padding: 0 0 0 5px;
	border-left: solid 5px #003399;
}

#hyou_table td {
	padding: 5px;
	border: solid 1px #a9a9a9;
}

#hyou_table td.td1 {
	white-space: nowrap;
}

/* イベカレ用パラメータ ------------------------------------------*/
/* サイトマップ用パラメータ --------------------------------------*/

#sc {
	width: 800px;
	overflow: hidden;
	}

#sc_left {
	width: 264px;
	float: left;
}

#sc_center {
	width: 265px;
	float: left;
}

#sc_right {
	width: 266px;
	float: left;
}

.sitemap {
	font-size: 90%;
	line-height: 130%;
	margin: 15px 20px 0 20px;
	}

.sitemap ul {
	list-style: none;
}

.sitemap ul.sm {
	margin: 0 0 10px 0;
}

.sitemap li {
	padding: 3px 0 0 0;
	}

/* リスト緑 */
.sitemap li.smli01 {
	font-weight: bold;
	background: url(/graphic/green_pointer.gif) left top no-repeat;
	padding: 0 0 2px 19px;
	margin: 2px 0 0 0;
	}

/* リストオレンジ */
.sitemap li.smli02 {
	font-weight: normal;
	background: url(/graphic/orange_pointer.gif) left top no-repeat;
	padding: 0 0 2px 19px;
	margin: 2px 0 0 0;
	}

/* 配下リスト列 */
.sitemap li.smli03 {
	font-weight: normal;
	background: url(/graphic/smlist01.gif) left top repeat-y;
	padding: 2px 0 2px 19px;
	}

/* 配下リスト最終列 */
.sitemap li.smli04 {
	font-weight: normal;
	background: url(/graphic/smlist02.gif) left top no-repeat;
	padding: 2px 0 2px 19px;
	}

/* サイトマップ用パラメータ --------------------------------------*/
/* 中小企業支援用パラメータ --------------------------------------*/

#contents dl.chusho {
	margin: 1em 0 0 1em;
}

#contents dl.chusho dt {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents dl.chusho dd {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2.5em;
	_height: 1%; /* WinIE6以下対策 */
}

#contents dl.chusho2 {
	margin: 1em 0 0 1.5em;
}

#contents dl.chusho2 dd {
	margin-left: 1em;
	padding: 0;
}

#contents ol.chusho {
	margin: 1em 0 0 55px;
}

#contents ol.chusho2 {
	font-weight: bold;
	margin: 1em 0 0 50px;
}

#contents ol.chusho2 span {
	font-weight: normal;
}

#contents ol.dlsum {
	margin: 0 1em 0 25px;
}

.text-box {
	margin: 0 0 0 0;
	border: solid 1px #003399;
	font-size: 110%;
	text-align: center;
	background: #ddeeff;
}

.text-box p {
	margin: 5px;
}

.chusho-t {
	margin: 1em 0 0 1.5em;
	border: solid 2px #000000;
	border-collapse: collapse;
}

.chusho-t caption {
	font-weight: bold;
	text-align: left;
}

.chusho-t th {
	padding: 2px;
	border: solid 1px #000000;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

.chusho-t td {
	padding: 2px;
	border: solid 1px #000000;
}

.chusho-t table {
	border: none;
	border-collapse: collapse;
}

.chusho-t table th {
	vertical-align: top;
	padding: 0;
	border: none;
}

.chusho-t table td {
	vertical-align: top;
	padding: 0;
	border: none;
}

/* 再生支援スキーム用パラメータ */
#saisei-scheme {
	margin: 1em 0 1em 1em;
	padding: 3px;
	border: solid 2px #000000;
}

#saisei-scheme table {
	margin: 3px;
	border: solid 2px #000000;
	border-collapse: collapse;
}

#saisei-scheme table th {
	width: 50%;
	padding: 2px;
	border: solid 2px #000000;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#saisei-scheme table td {
	vertical-align: top;
	padding: 2px;
	border: solid 2px #000000;
}

#saisei-scheme table td dt {
	font-weight: bold;
}

#saisei-scheme table td dd {
	margin-bottom: 15px;
	font-weight: bold;
}

#saisei-scheme table td dd span {
	font-weight: normal;
}

#saisei-scheme ul {
	margin: 0 10px 0 20px;
	list-style-image: none;
}

#saisei-scheme ol {
	margin: 0 0 0 30px;
}

#saisei-scheme li {
	padding: 3px 0 0 0;
}

#saisei-scheme div.saiseibox1 {
	margin: 3px;
	padding: 3px;
	border: solid 1px #000000;
}

#saisei-scheme div.saiseibox2 {
	width: 16em;
	margin: 3px auto;
	padding: 3px;
	border: double 4px #000000;
}

#saisei-scheme div.saiseibox3 {
	width: 8em;
	margin: 3px auto;
	padding: 3px;
	border: solid 1px #000000;
}

/* 中小企業支援用パラメータ --------------------------------------*/
/* 消費者行政・製品安全用パラメータ ------------------------------*/

.consum_t {
	text-align: left;
	width: 530px;
	border: solid 1px #000000;
	border-collapse: collapse;
}

.consum_t th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
	width: 100px;
	border: solid 1px #000000;
	background-color: #f7d7ae;
}

.consum_t td {
	padding: 5px;
	border: solid 1px #000000;
}

.consum_t dl {
	margin: 0;
}

.consum_t dt {
	float: left;
	width: 6em;
	padding: 2px 0;
}

.consum_t dd {
	padding: 2px 0;
	margin-left: 6em;
	_height: 1%; /* WinIE6以下対策 */
}

.consum_t2 {
	text-align: left;
	font-size: 90%;
	border: solid 2px #f6bb05;
	border-collapse: collapse;
}

.consum_t2 th {
	font-weight: normal;
	padding: 5px;
	width: 100px;
	border: solid 1px #f6bb05;
	background-color: #f8e4db;
}

.consum_t2 td {
	padding: 5px;
	border: solid 1px #f6bb05;
}

/* 消費者行政・製品安全用パラメータ ------------------------------*/
/* その他色々 ----------------------------------------------------*/

.link_img {
	border: none;
	vertical-align: bottom;
}

.date {
	font-size: 86%;
}

.clear {
	 clear: both;
}

.s {
	font-size: 86%;
	line-height: 130%;
}

.red {
	color: #cc3300;
}

.center {
	text-align: center;
}

.space {
	margin: 1em 15px;
}

.no-br {
	white-space: nowrap;
}

.v-top {
	vertical-align: top;
}

/* その他色々 ----------------------------------------------------*/
