@charset "Shift_JIS";

/* 富山ひとづくり財団
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
body,
h1,h2,h3,h4,h5,h6,
p{
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
html,body{
	height:100%;
}
html{
	overflow-y: scroll;
}

/* general params
------------------*/
table{
	empty-cells: show;
	font-size: 100%;
}
img{
	border: none;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	font-size: 100%;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{
	vertical-align: baseline;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox{
	zoom: 100%;
}
.cbox::after{
	content: "　";
	clear: both;
	height: 0;
	display: block;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr{
	display: none;
}


/* ==============================================
    body
============================================== */
body{
	background: #bfe2ff;
	color: #565656;
	text-align: center;
}
#body{
	background : url(body.gif) 0% 0% / auto auto repeat-x scroll padding-box border-box #f7f7f7;
	border-bottom: 6px solid #259bff;
}

#header,
#container,
#footer{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ==============================================
    link
============================================== */
a,
a:visited,
a:active{
	color: #848484;
	text-decoration: underline;
}
a:hover{
	color: #565656;
	text-decoration: none;
}

/* ==============================================
    container
============================================== */
#container{
	font-size: 90%;
	line-height: 1.4;
}

/* ==============================================
    header
============================================== */
#header{
	position: relative;
	height: 87px;
	background : url(header.gif) 270px 0px / auto auto no-repeat scroll padding-box border-box transparent;
}
#header #siteid img{
	margin-top: 11px;
}
#header p{
	position: absolute;
	top: 15px;
	right: 0;
}

/* ==============================================
    crumb
============================================== */
#crumb{
	zoom: 1;
	list-style: none;
	margin: 0 0 15px;
	padding: 4px 9px;
	background: #ebebeb;
}
#crumb::after{
	content: "　";
	clear: both;
	height: 0;
	display: block;
}
#crumb li{
	float: left;
	margin-right: 5px;
	font-size: 90%;
}
#crumb li a{
	padding-right: 12px;
	background : url(crumb.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}

/* ==============================================
    h1
============================================== */
h1{
	margin-bottom: 13px;
}

/* ==============================================
    contents
============================================== */
#contents{
	padding: 18px 18px 35px;
	background: #fff;
}

/* ==============================================
    footer
============================================== */
#footer{
	padding: 15px 0 25px;
	font-size: 90%;
	line-height: 1.4;
	color: #333;
}
#footer address{
	font-style: normal;
}
#footer p{
	margin-top: 20px;
}

/* ==============================================
    parts
============================================== */
#pagetop{
	clear: both;
	margin-top: 20px;
	text-align: right;
}
#pagetop img{
	cursor: pointer;
}

.window{
	padding: 2px 25px 1px 0;
	background : url(icn_window.gif) right center / auto auto no-repeat scroll padding-box border-box transparent;
}
.pdf{
	padding: 5px 0 7px 29px;
	background : url(icn_pdf.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
	font-weight: bold;
}



/* ==============================================
    floor1
============================================== */
#floor1 #schedule{
	overflow: auto;
}
#floor1 #schedule table{
	width: 98%;
}
#floor1 #schedule td{
	border-bottom: 1px dotted #a4a4a4;
	text-align: left;
}
#floor1 #schedule td.date,
#floor1 #schedule td.type{
	white-space: nowrap;
}
#floor1 #schedule td.type{
	zoom: 1;
	border-left: 1px dotted #a4a4a4;
	border-right: 1px dotted #a4a4a4;
	text-align: center;
}
#floor1 #schedule td.tokubetsu{
	color: #d90024;
}
#floor1 #schedule td.kourei{
	color: #00825e;
}
