
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	min-width: 1100px;
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat-y center top;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2.img em {
	border-bottom: 6px solid #e2e2e2;
	font-style: normal;
	padding: 10px 14px;
}

div.bg-gray h2.img em {
	border-bottom: 6px solid white;
}

h3.img {
	background-color: #e2e2e2;
	padding: 10px;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: #f0f0f0 url(images/link_btn.png) no-repeat right 25px center;
	border: 1px solid #c4c4c4;
	font-size: 100%;
	font-weight: bold;
	padding: 12px 60px 12px 50px;
	text-decoration: none;
}

div.bg-gray span.link-btn a,
div.bg-gray a.link-btn {
	background-color: white;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: #f0f0f0 url(images/link_btn_prev.png) no-repeat left 15px center;
	border: 1px solid #c4c4c4;
	font-size: 100%;
	font-weight: bold;
	padding: 12px 50px 12px 60px;
	text-decoration: none;
}

div.bg-gray span.link-btn-prev a,
div.bg-gray a.link-btn-prev {
	background-color: white;
}

a.pdf-btn {
	background: url(images/link_btn.png) no-repeat right 15px center,
	url(images/pdf_img.png) no-repeat left 20px center;
	background-color: white;
	border: 1px solid #e2e2e2;
	color: black;
	margin: 12px auto;
	padding: 10px 50px 10px 70px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 115%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

span.marker,
strong.marker,
div.body  strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

ul.list {
	border-top: 1px solid #b7caca;
	line-height: 1.5em;
	margin-top: 5px;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 20px 16px;
	border-bottom: 1px solid #b7caca;
	display: block;
	padding: 10px 0 10px 40px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
	padding: 3px 0;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: #e2e2e2;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table {
	border-bottom: 1px solid #b1b1b1;
}

table.list-table th {
	background-color: #e2e2e2;
	border-top: 1px solid #b1b1b1;
	font-weight: 500;
	padding: 20px 30px;
	text-align: right;
	width: 35%;
}

table.list-table td {
	border: none;
	border-top: 1px solid #b1b1b1;
	padding: 20px 30px;
}

/***********************************************************************/
table.form-table {
	border-top: 1px solid #f5a554;
	width: 100%;
}

table.form-table th {
	background-color: #fad2a7;
	border-bottom: 1px solid #f5a554;
	padding: 23px 20px 15px 20px;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

table.form-table td {
	border-bottom: 1px solid #f5a554;
	padding: 10px 25px;
}

table.form-table td.m {
	padding: 22px 0 22px 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #d6770d;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td input,
table.form-table td select,
table.form-table td textarea {
	border: 3px solid #fad2a7;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-size: 100%;
	margin: 1px 0;
	padding: 10px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table td textarea {
	font-family: inherit;
	font-size: 110%;
	width: 95%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0;
}

input.submit {
	background: #d6770d url(images/submit.png) no-repeat right 20px center;
	color: white;
	cursor: pointer;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	padding: 25px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

/***********************************************************************/
ul.newslist li {
	padding-bottom: 10px;
}

ul.newslist li a {
	background: #f0f0f0 url(images/link_btn.png) no-repeat right 25px center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
}

div.bg-gray ul.newslist li a {
	background-color: white;
}

ul.newslist li a span.date {
	display: table-cell;
	padding-left: 44px;
	vertical-align: middle;
	width: 130px;
}

ul.newslist li a strong {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	width: 600px;
}

ul.newslist li a span.category {
	color: white;
	display: table-cell;
	font-size: 80%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

ul.newslist li span.category span {
	display: block;
	margin: 0 auto;
	padding: 2px 8px;
	width: 90px;
}

.category span a {
	color: white;
	margin: 0 5px;
	padding: 5px 30px;
	text-decoration: none;
}

.category span.news a,
ul.newslist li span.category span.news {
	background-color: #756cb5;
}

body#archive h1.news em {
	border-color: #756cb5;
}

.category span.workshop a,
ul.newslist li span.category span.workshop {
	background-color: #d6770d;
}

body#archive h1.workshop em {
	border-color: #d6770d;
}

.category span.activity a,
ul.newslist li span.category span.activity {
	background-color: #5ea127;
}

body#archive h1.activity em {
	border-color: #5ea127;
}

div.category {
	padding-top: 30px;
	text-align: center;
}

div.page {
	padding-top: 20px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page span.page-numbers {
	border: 1px solid #c4c4c4;
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

div.page a.page-numbers {
	background-color: #f0f0f0;
	border: 1px solid #c4c4c4;
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
	padding: 13px 80px 13px 70px;
}

div.page a.next {
	background: #f0f0f0 url(images/link_btn.png) no-repeat right 15px center;
	border: 1px solid #c4c4c4;
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	background: #f0f0f0 url(images/link_btn_prev.png) no-repeat left 15px center;
	border: 1px solid #c4c4c4;
	padding: 13px 70px 13px 80px;
}

/***********************************************************************/
#header {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 1000px;
}

#header-logo {
	border-left: 24px solid #d70d18;
	padding: 20px 0 10px 20px;
}

#header-logo #logo {
	padding-bottom: 8px;
	text-align: left;
}

#globalnav {
	background-color: #050359;
	border-top: 1px solid #aeafca;
	text-align: center;
}

#globalnav ul {
	border-top: 1px solid white;
	display: block;
	padding: 20px 0 25px 0;
}

#globalnav ul li {
	display: inline;
	padding: 0 20px;
	width: auto;
}

#globalnav ul li a {
	border-bottom: 3px solid #37357a;
	color: white;
	font-weight: 600;
	padding: 12px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
}

#globalnav ul li a:hover {
	border-color: white;
}

#globalnav ul li.active a {
	border-bottom: 3px solid white;
}

#globalnav ul li a span.small {
	font-size: 70%;
}

#title {
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 1px solid #616295;
	padding: 60px 0 50px 0;
}

#title div {
	padding-bottom: 10px;
	text-align: center;
}

#title h1 {
	color: white;
	font-size: 100%;
}

div.main {
	margin: 0 auto;
	width: 1000px;
}

div.main-s {
	margin: 0 auto;
	width: 800px;
}

div.bg-gray {
	background-color: #e2e2e2;
	padding: 50px 0;
}

#footer-line {
	border-top: 1px solid #a5a5a5;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat center top;
	border-top: 1px solid white;
	padding-top: 70px;
}

#footernav ul {
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid #bdbdbd;
	display: inline-block;
	font-size: 90%;
	line-height: 1em;
	padding: 0 30px;
}

#footernav ul li:last-child {
	border-right: 1px solid #bdbdbd;
}

#footernav ul li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footernav ul li a span.small {
	font-size: 75%;
}

#footer h2,
#footer h3 {
	padding: 70px 0;
}

p#copyright {
	background-color: #050359;
	color: white;
	font-size: 70%;
	margin: 0;
	padding: 30px;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 0;
	width: 44px;
}

