@charset   "UTF-8";

* {
	margin: 0;
	padding: 0;
	font: normal normal normal 98%/1.5em sans-serif;
}

body {
	/*text-align: center;
	background-image: url(grid.gif);*/
	text-align: center;
	background-image: url(img/bg_all2.gif);
	background-repeat: repeat-x;
}

#page {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#head {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-image: url(img/head_bg2.gif);
	background-repeat: repeat-y;
}

#left {
	width: 200px;
	float: left;
	overflow: hidden;
	margin-left: 5px;
}

#center {
	width: 450px;
	float: left;
	overflow: hidden;
	margin: 0px 20px 0px 10px;
	/*padding: 0px 20px 0px 20px;*/
}

#contents {
	width: 660px;
	float: left;
	overflow: hidden;
	margin: 0px 20px 20px 5px;
	/*padding: 0px 20px 0px 20px;*/
}

#log {
	width: 630px;
	overflow: auto;
	margin: 10px 0px 0px 10px;
	/*padding: 10px 0px 0px 10px;*/
       /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#right {
	width: 200px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

#foot {
	width: 100%;
	clear: left;
	overflow: hidden;
	font-size: 0.8em;
}

.scroll {
	width: 190px;
	height: 150px;
	overflow: auto;
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
}

.scroll a {
	line-height: 1.3em;
	font-size: 12px;
}

.section {
	margin-top: 5px;
	border: solid 1px #333;
}

.section2 {
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	line-height: 3em;
}

.section3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#hr {
	width: auto;
	font-weight: bold;
	color: #3366ff;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	border-top: 2px dotted #9fbaf9;
}

div.main {
	width: 600;
	background-color: #fffff4;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

div.facility_list {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

div.message {
	width: 200px;
	height: 100px;
	font-size: 0.5em;
}

div.sign {
	width: 200px;
	height: auto;
	text-align: left;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

div.imagebox {
	border: 1px solid #fff; /* 1.枠線 */
	background-color: #fff;  /* 2.背景色 */
	width: 120px; /* 横幅 */
	float: left; /* 左に配置 */
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 25px 5px; /* 周囲の余白 */
	text-align: left; /* 3.中央寄せ */
       /*font-size: 12px;*/
}

.imagebox a {
	line-height: 1.3em;
	font-size: 12px;
}

div.imagebox2 {
	border: 1px solid #fff; /* 1.枠線 */
	background-color: #fff;  /* 2.背景色 */
	width: 200px; /* 横幅 */
	/*padding: 0em 0px 0em 0px;
	margin: 0em 0px 0em 0px; /* 周囲の余白 */
	text-align: center; /* 3.中央寄せ */*/
}

h1 {
	font: normal normal bold 110%/0.9em sans-serif;
	width: 200:0.5em;
	/*font-weight: bold;*/
	line-height: 1.0em;
	color: #3366ff;
	padding: 5px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	/*border: 1px solid #ffcc99;*/
	border-left: 10px solid #626262;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-image: url(img/h1_y3.gif);
	background-repeat: repeat-x;
	/*background-position: center -30px;*/
}

h1#midashi_02 {
	padding: 7px 0px 0px 10px;
	border-left: 10px solid #ffff00;
	font-size: 1.2em;
	color: #3366ff;
}

h1#midashi_02 span {
	/*display:block;*/
	font-size: 55%;
	color: #999999;
	line-height: 100%;
}

h2 {
	font: normal normal bold 110%/0.9em sans-serif;
	width: 200:0.5em;
	/*font-weight: bold;*/
	line-height: 1.0em;
	color: #3366ff;
	padding: 5px 0px 0px 10px;
	margin: 10px 0px 10px 0px;
	/*border: 1px solid #ffcc99;*/
	border-left: 10px solid #fe9494;
	background-image: url(img/h2_r.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
}

h2#midashi_02 {
	padding: 7px 0px 0px 10px;
	border-left: 10px solid #fe9494;
	font-size: 1.2em;
	color: #3366ff;
}

h2#midashi_02 span {
	/*display:block;*/
	font-size: 55%;
	color: #999999;
	line-height: 100%;
}

h3 {
	/*font: normal normal bold 150%/0.9em sans-serif;*/
	width: 200:0.5em;
	font-weight: bold;
	line-height: 1.0em;
	color: #3366ff;
	padding: 5px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	/*border: 1px solid #ffcc99;*/
	border-left: 10px solid #ff7a02;
	background-image: url(img/h3_um.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
}

h3#midashi_03 {
	padding: 7px 0px 0px 10px;
	border-left: 10px solid #ff7a02;
	font-size: 1.2em;
	color: #3366ff;
}

h3#midashi_03 span {
	/*display:block;*/
	font-size: 55%;
	color: #999999;
	line-height: 100%;
}

h4 {
	/*font: normal normal bold 150%/0.9em sans-serif;*/
	width: 200:0.5em;
	font-weight: bold;
	line-height: 1.0em;
	color: #3366ff;
	padding: 5px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	/*border: 1px solid #ffcc99;*/
	border-left: 10px solid #69fe78;
	background-image: url(img/h4_gr.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
}

h4#midashi_04 {
	padding: 7px 0px 0px 10px;
	border-left: 10px solid #69fe78;
	font-size: 1.2em;
	color: #3366ff;
}

h4#midashi_04 span {
	/*display:block;*/
	font-size: 55%;
	color: #999999;
	line-height: 100%;
}

h5 {
	/*font: normal normal bold 150%/0.9em sans-serif;*/
	width: 200:0.5em;
	font-weight: bold;
	line-height: 1.0em;
	color: #3366ff;
	padding: 5px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	/*border: 1px solid #ffcc99;*/
	border-left: 10px solid #09a3ff;
	background-image: url(img/h5_bl.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
}

h5#midashi_05 {
	padding: 7px 0px 0px 10px;
	border-left: 10px solid #09a3ff;
	font-size: 1.2em;
	color: #3366ff;
}

h5#midashi_05 span {
	/*display:block;*/
	font-size: 55%;
	color: #999999;
	line-height: 100%;
}

div#chargeframe {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

div.chargeframe a {
	margin: 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	color: #3366ff;
	white-space: nowrap;
}

div#chargetable table {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	padding: 0px;
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 0.9em;
}

div#chargetable th {
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	text-align: center;
	background-color: #dbdbdb;
	font-size: 1.0em;
	font-weight: normal;
	color: #3366ff;
	white-space: nowrap;
}

div#chargetable td {
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	color: #3366ff;
	white-space: nowrap;
}

div.chargetable a {
	font-size: 0.85em;
	color: #3366ff;
}

div#charge a {
	text-align: left;
	padding: 0px 0px 0px 5px;
	font: normal normal bold 115%/2.2em sans-serif;
	color: #d90500;
}

.pick {
	line-height: 20px;
}

p {
	margin-right: 5px;
	margin-left: 5px;
	font: normal normal normal 98%/1.5em sans-serif;
	text-indent: 1em;
}

p.object {
	text-align: center;
}

.center p {
	padding: 0px 0px 0px 10px;
}

img {
	border-width: 0px;
       /*vertical-align: top;*/
       /*vertical-align: text-bottom;*/
}

.head img {
	border-width: 0px;
       /*vertical-align: top;*/
	vertical-align: text-bottom;
}

address {
	margin-bottom: 5px;
	font: normal normal normal 98%/1.5em sans-serif;
	text-align: center;
}

em {
	font: normal normal bold 98%/1.5em sans-serif;
}

strong {
	font: normal normal bold 120%/1.5em sans-serif;
}

q {
	quotes: "" "";
}

blockquote {
	margin: 5px;
	border: dashed 1px #333;
	overflow: auto;
}

cite {
}

abbr,acronym {
}

ins {
}

del {
}

dfn {
}

kbd,samp,code,var {
	font: normal normal normal 98%/1.2em monospace;
}

pre {
	margin: 5px;
	border: dashed 1px #333;
	overflow: auto;
	font: normal normal normal 98%/1.2em monospace;
}

ul {
	margin-bottom: 5px;
	margin-left: 0em;
	list-style-type: none;
}

ol {
	margin-bottom: 5px;
	margin-left: 2em;
}

li {
	font: normal normal normal 98%/1em sans-serif;
	font-size: 14px;
	list-style-type: none;
	width: 200px;
	height: 1.5em;
	float: left;
	margin: 0px;
	text-decoration: none;
}

li a {
	padding-left: 20px;
	line-height: 160%;
	text-decoration: none;
}

li a:link,a:active {
	color: #2068ff;
	text-decoration: none;
}

li a:visited {
	color: #2068ff;
	background-position: 0 0px;
	text-decoration: none;
}

li a:hover {
	color: #2068ff;
	background-position: 0px 0px;
	background: URL("img/check_b16.gif") no-repeat;
	text-decoration: none;
}

div#guide01 {
	width: 500px;
	height: auto;
	background-color: #fff;
	margin: 1em 0px 1em 0px;
}

div#guide01 ul {
	margin-bottom: 5px;
	margin-left: 0em;
	list-style-type: none;
}

div#guide01 ol {
	margin-bottom: 1em;
	margin-left: 2em;
}

div#guide01 li {
	font: sans-serif;
	font-size: 1em;
	list-style-type: none;
	text-decoration: none;
	width: 500px;
}

div#guide01 li a {
	text-decoration: none;
	width: 510px;
}

div#guide01 li a:hover {
	text-decoration: underline;
	background: none;
}

dl.list01 dt {
	margin-top: 0.9em;
	padding: 0.1em 0px 0em 0px;
	width: 21em;
	border-bottom: solid 1px #E989C8;
	line-height: 1.1;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #E989C8;
}

dl.list02 dt {
	margin-left: 0.9em;
	padding: 0.8em 0px 0em 0px;
	width: 16em;
	border-bottom: solid 2px #c8c8ff;
	line-height: 1.0;
	font-size: 120%;
	font-weight: bold;
  /*font-style: italic;*/
	color: #00009b;
}

dl.list03 dt {
	margin-left: 0.9em;
	padding: 0.9em 0px 0em 0px;
	width: 22em;
	border-bottom: solid 1px #999999;
	line-height: 1.0;
	font-size: 110%;
  /*font-weight: bold;*/
  /*font-style: italic;*/
	color: #adadad;
}

dl.list04 dt {
	margin-left: 0.9em;
	padding: 0.8em 0px 0em 0px;
	width: 22em;
	border-bottom: solid 4px #ffbbbd;
	line-height: 1.0;
	font-size: 110%;
	font-weight: bold;
  /*font-style: italic;*/
	color: #ffa2a4;
}

dl.list05 dt {
	margin-top: 0.9em;
	margin-left: 0.9em;
	padding: 0.5em 0px 0.5em 5px;
	width: 22em;
	border-left: 3px solid #ffa2a4;
	border-bottom: solid 3px #ffbbbd;
	background-image: url('img/banner.jpg');
	line-height: 1.0;
	font-size: 110%;
	font-weight: bold;
  /*font-style: italic;*/
	color: #ffa2a4;
}

dl.list06 dt {
       text-align:left;
	margin-top: 1.5em;
	margin-left: 0.9em;
	padding: 0.5em 0px 0em 5px;
	width: 27em;
	border-bottom: solid 1px #445eb7;
	background-image: url('img/bg_br.gif');
	line-height: 1.0;
	font-size: 115%;
	/*font-weight: bold;*/
	color: #0000cc;
}

dl.list06 dd {
	margin-left: 30px;
	font: normal normal normal 95%/1.0em sans-serif;
}


dl {
	margin-bottom: 5px;
}

dt {
	margin-left: 0em;
	font: normal normal normal 98%/1.5em sans-serif;
}

dd {
	margin-top: 10px;
	margin-left: 50px;
	font: normal normal normal 95%/1.4em sans-serif;
}

.content ul {
	list-style-type: none;
	line-height: 180%;
}

.content li {
	padding: 0px 0px 0px 17px;
	background-image: url('img/list01.gif');
	background-repeat: no-repeat;
	background-position: 0px -3px;
}

#content ul {
	list-style-type: none;
	line-height: 180%;
	width: 600px;
}

#content li {
	margin: 10px 0px 0em 0px;
	padding: 0px 0px 0px 22px;
	width: 600px;
	background-image: url('img/list02.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	font: normal normal normal 90%/1.4em sans-serif;
}

#content2 {
	padding: 0em 0px 0em 18px;
	width: 500px;
	background-image: url('img/021.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font: normal normal normal 90%/1.4em sans-serif;
}

#content3 li {	
	/*margin: 1em 0px 0em 0px;*/
	padding: 0px 0px 0em 18px;
	width: 400px;
	background-image: url('img/list-eｎ-b.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	font: normal normal normal 90%/1.4em sans-serif;
}

div#month {
	width: 180px;
	height: 3em;
	background-color: #fff;
	margin: 10px 0px 0px 5px;
}

div#month li {
	float: left;
	width: 60px;
	padding: 0px 0px 0px 0px;
}

div#month li a {
	display: block;
	width: 60px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	background-image: url('img/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: center -40px;
	color: #d1d1d1;
}

div#month li a:hover {
	color: #0042cc;
	background-image: url('img/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: center -60px;
}

div#month ul {
	float: left;
}

div#guide {
	width: 620px;
	height: 3em;
	background-color: #fff;
	margin: 1em 0px 1em 0px;
}

div#guide li {
	height: 2.5em;
	/*border-top: 1px solid #fff;*/
	border-right: solid 1px #afafaf;
	border-bottom: solid 1px #4b4b4b;
	/*border-left: 1px solid #fff;*/
	text-align: center;
	float: left;
	width: 148px;
	margin: 0.5em 3px 0em 0px;
}

div#guide li a {
	display: block;
	width: 148px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	background-image: url('img/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: center -40px;
	color: #afafaf;
}

div#guide li a:hover {
	color: #2626ff;
	background-image: url('img/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: center -60px;
}

div#guide ul {
	float: left;
}

div#menu_category {
	width: 610px;
	height: 37px;
	background-color: #fff;
	margin: 5px 0px 0px 5px;
}

div#menu_category li {
	float: left;
	width: 122px;
	padding: 0px 0px 0px 0px;
}

div#menu_category li a {
	display: block;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

div#menu_category ul {
	float: left;
}

table01 {
	margin: 5px;
	overflow: auto;
}

th01 {
	text-align: center;
	font: normal normal bold 98%/1.5em sans-serif;
}

td01 {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
}

#event table {
	width: 550px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 0px 35px;
	/*padding: 10px 0px 0px 10px;*/
        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#event th {
	text-align: center;
	font: normal normal bold 102%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 3px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#event td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 5px 2px 0px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

#event2 table {
	width: 410px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	/*padding: 10px 0px 0px 10px;*/
        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#event2 th {
	text-align: center;
	font: normal normal bold 98%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 3px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#event2 td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 5px 2px 0px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

#event3 table {
	width: 610px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 20px 15px;
	/*padding: 10px 0px 0px 10px;*/
        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#event3 th {
	text-align: center;
	font: normal normal bold 102%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 3px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#event3 td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 10px 2px 10px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

#guide02 table {
	width: 645px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 5px 5px;

        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#guide02 th {
	text-align: left;
	padding: 0px 0px 0px 5px;
	font: normal normal bold 115%/2.2em sans-serif;
	color: #d90500;
	border-bottom: 1px solid #CCCCCC;
}

#guide02 th a {
	text-align: left;
	padding: 0px 0px 0px 5px;
	font: normal normal bold 115%/2.2em sans-serif;
	color: #d90500;
}

#guide02 td {
	font: normal normal normal 98%/1.4em sans-serif;
	padding: 4px 2px 2px 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#facility table {
	width: 550px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 15px 25px;
	/*padding: 10px 0px 0px 10px;*/
        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#facility th {
	text-align: center;
	font: normal normal bold 102%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#facility td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 4px 5px 5px 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

#facility2 table {
	width: 550px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 15px 25px;
	/*padding: 10px 0px 0px 10px;*/
        /*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
	border-spacing: 1px;
}

#facility2 th {
	text-align: center;
	font: normal normal bold 102%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#facility2 td {
	font: normal normal normal 105%/1.5em sans-serif;
	line-height: 120%;
	padding: 6px 5px 6px 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

#culture table {
	width: 640px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 0px 5px;
	border-collapse: separate;
	border-spacing: 1px;
}

#culture th {
	text-align: center;
	font: normal normal bold 98%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 3px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#culture td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 5px 2px 0px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

div.vertical {
       width: 15px;
       height: 120px;
       writing-mode: tb-rl;
       direction: ltr;
}


#cafe table {
	width: 450px;
	margin: 5px;
	overflow: auto;
	margin: 10px 0px 0px 5px;
	border-collapse: separate;
	border-spacing: 1px;
}

#cafe th {
	text-align: center;
	font: normal normal bold 98%/1.5em sans-serif;
	color: #5f5f5f;
	padding: 3px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}

#cafe td {
	font: normal normal normal 98%/1.5em sans-serif;
	line-height: 105%;
	padding: 5px 2px 0px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        /*background-color: #EFF2F3;*/
}

th.num,td.num {
	text-align: right;
	white-space: nowrap;
}

form {
	margin: 5px;
	/*border: dashed 1px #333;*/
	overflow: auto;
}

input {
	font: normal normal normal 98%/1.5em sans-serif;
}

input.num {
	text-align: right;
}

#leisure p {
	text-decoration: none;
	font: normal normal normal 90%/1.5em sans-serif;
	color: #999999;
}

a.details {
	background-image: url('img/details.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 62px;
	margin-right: 3px;
}

a.pdf {
	background-image: url('img/pdf.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 15px;
	margin-right: 3px;
}

a {
	text-decoration: none;
}

a:link {
	color: #2068ff;
}

a:visited {
	color: #2068ff;
}

a:hover {
	text-decoration: underline;
	color: #2068ff;
}

a:active {
	color: #2068ff;
}

#page {
	background: #fff;
}

#main {
	background: #fff;
}

#side {
	background: #fff;
}

#foot {
	background: #e8e7fe;
}

#btnG {
	font-size: 0.8em;
	height: 21px;
	margin: 0px 0px 1px 0px;
}

